.edubin-course-filter-buttons {
display: inline-block;
font-size: 14px;
font-weight: 500;
border: 1px solid #d2d5d6;
padding: 0 20px;
border-radius: 100px;
background: #f9f9f9;
color: var(--edubin-content-color);
line-height: 30px;
}
.edubin-course-filter-buttons:hover {
border: 1px solid var(--edubin-primary-color);
}
.edubin-course-filter-buttons:hover a {
color: var(--edubin-primary-color);
}
.edubin-course-filter-buttons:hover path {
fill: var(--edubin-primary-color);
}
.edubin-course-filter-buttons svg {
width: 20px;
position: relative;
top: 4px;
} .widget-area.course-filter .widget-area-wrapper {
background-color: #f9f9f9;
border-radius: 5px;
padding: 38px 30px 38px 30px;
}
.widget-area.course-filter h5.widget-title {
margin-bottom: 20px;
position: relative;
cursor: pointer;
}
.widget-area.course-filter h5.widget-title:after {
content: "\f141";
font-family: 'flaticon_edubin';
font-size: 10px;
position: absolute;
top: 4px;
right: 0;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.widget-area.course-filter .collapsed h5.widget-title:after {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.widget-area.course-filter .filter-widget+.filter-widget {
border-top: 1px solid var(--edubin-color-border);
padding-top: 25px;
margin-top: 25px;
}
.filter-widget.widget label {
display: block;
margin-bottom: 15px;
font-weight: 400;
}
.filter-widget.widget label:last-child {
margin-bottom: 0;
}
.filter-widget input[type="checkbox"] {
position: relative;
width: 17px;
height: 17px;
margin: 4px 15px 0 0;
border: 1px solid #d2d5d6;
border-radius: 2px;
background-color: var(--edubin-color-white);
vertical-align: top;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.filter-widget input[type="checkbox"]:checked:before {
position: absolute;
content: '\f147';
font-family: 'flaticon_edubin';
font-size: 11px;
height: 17px;
width: 17px;
border-radius: 2px;
line-height: 17px;
padding-left: 3px;
left: -1px;
top: -1px;
color: var(--edubin-color-white);
background: var(--edubin-primary-color);
}
.filter-widget label {
position: relative;
font-size: 15px;
line-height: 26px;
color: var(--edubin-heading-color);
cursor: pointer;
margin-bottom: 0;
}
.filter-widget label .filter-count {
margin-left: 4px;
}
.filter-widget .edubin-radio-filter {
display: flex;
margin-bottom: 15px;
}
.filter-widget.widget-lp_price .edubin-radio-filter:last-child {
margin-bottom: 0px;
}
.filter-widget input[type="radio"] {
-webkit-appearance: none;
appearance: none;
background-color: var(--edubin-color-white);
width: 17px;
height: 17px;
margin: 5px 15px 0 0;
border: 1px solid #d2d5d6;
border-radius: 50%;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
.filter-widget input[type="radio"]::before {
content: "";
width: 11px;
height: 11px;
border-radius: 50%;
transform: scale(0);
background-color: var(--edubin-primary-color);
}
.filter-widget input[type="radio"]:checked::before {
transform: scale(1);
}
.edubin-course-filter-buttons {
margin-top: 30px;
}
.edubin-course-filter-buttons .edu-btn {
width: 100%;
}
.edubin-course-filter-buttons .edubin-filter-reset, .edubin-course-filter-buttons .edubin-filter-clear {
margin-top: 15px;
}
.filter-left-align .filter-course-column .filtered-courses {
padding-left: 15px;
}
.filter-right-align .filter-sidebar-column {
order: 2;
}
.filter-right-align .filter-course-column .filtered-courses {
padding-left: 0px;
padding-right: 20px;
}
@media screen and (max-width: 1199px) {
.filter-left-align .filter-course-column .filtered-courses, .filter-right-align .filter-course-column .filtered-courses {
padding-left: 0px;
padding-right: 0px;
}
} .edu-top-sorting-area {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px;
}
.edu-top-sorting-area .course-found {
margin-bottom: 0;
}
.edu-top-sorting-area .course-found span.count {
color: var(--edubin-primary-color);
}
.edu-top-sorting-area .edu-top-sorting-right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher label {
font-family: var(--edubin-font-secondary);
font-size: 16px;
font-weight: 600;
color: var(--edubin-heading-color);
margin-top: 4px;
cursor: pointer;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: -5px;
padding-left: 10px;
list-style: none;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li {
margin: 5px;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a {
display: inline-block;
border: 1px solid var(--edubin-color-border);
border-radius: 3px;
padding: 8px;
color: #d1d1d1;
font-size: 16px;
line-height: 1;
cursor: pointer;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a:hover, .edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a.active {
border-color: var(--edubin-primary-color);
color: var(--edubin-primary-color);
}
.edu-top-sorting-area .edu-course-sorting {
position: relative;
margin-left: 30px;
}
.edu-top-sorting-area .edu-course-sorting .icon {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 22px;
font-size: 14px;
color: var(--edubin-heading-color);
}
.edu-top-sorting-area .edu-course-sorting .course-orderby {
min-width: 225px;
-webkit-transition: 0.3s;
transition: 0.3s;
height: 50px;
padding: 10px 20px;
padding-left: 44px;
outline: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border: 0 none;
border-radius: 3px;
color: var(--edubin-heading-color);
font-family: var(--edubin-font-secondary);
font-size: 15px;
font-weight: 600;
background: url(//programmereninpython.nl/wp-content/themes/edubin//assets/css/../images/icons/arrow-down.png) 88% center no-repeat transparent;
background-color: #f9f9f9;
cursor: pointer;
}
.tpc-filter-type-text, .display-layout-grid, .display-layout-list {
display: none;
}
.tpc-filter-type-text.active, .display-layout-grid.active, .display-layout-list.active {
display: flex;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle {
display: none;
font-size: 16px;
font-weight: 600;
font-family: var(--edubin-font-secondary);
color: var(--edubin-heading-color);
cursor: pointer;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle i {
font-size: 20px;
margin-right: 5px;
position: relative;
top: 3px;
}
.edubin-filter-close-trigger {
display: none;
}
@media only screen and (max-width: 991px) {
.edu-top-sorting-area {
display: block;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
margin-top: 20px;
}
.edu-top-sorting-area .edu-course-sorting {
margin-top: 20px;
}
.filter-right-align .filter-sidebar-column {
order: 1;
}
.filter-right-align .edubin-col-lg-9.filter-course-column {
order: 2;
}
.tpc-sidebar-toggle-activated aside#secondary.widget-area {
margin-top: 0;
margin-bottom: 20px !important;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle {
display: block;
}
.tpc-sidebar-toggle-activated .course-filter-form-wrapper {
position: fixed;
overflow-y: auto;
top: 0;
width: 350px;
padding: 0px;
height: 100%;
display: block;
z-index: 0;
box-shadow: 0px 10px 30px rgb(0 0 0 / 6%);
background: var(--edubin-color-white);
opacity: 0;
left: -150px;
transition: all .5s ease-out;
pointer-events: none;
}
.tpc-sidebar-toggle-activated .course-filter-form-wrapper form {
padding: 0 20px;
}
.tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
opacity: 1;
left: 0;
overflow-y: auto;
z-index: 1020;
pointer-events: all;
}
body.admin-bar .tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
padding: 32px 0px 0px;
}
.tpc-sidebar-toggle-activated .edubin-filter-close-trigger {
display: flex;
justify-content: flex-end;
padding: 10px 10px 0 0;
margin-bottom: 20px;
}
.tpc-sidebar-toggle-activated .edubin-filter-close-trigger a {
position: relative;
z-index: 2;
top: -2px;
left: 0;
background: var(--edubin-color-white);
border: 0 none;
color: var(--edubin-heading-color);
width: 40px;
height: 40px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
}
@media only screen and (max-width: 782px) {
body.admin-bar .tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
padding: 46px 0px 0px;
}
}
@media only screen and (max-width: 479px) {
.edu-top-sorting-area .edu-top-sorting-right {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: initial;
align-items: center;
justify-content: space-between;
}
.edu-top-sorting-area .edu-course-sorting {
margin-left: 0px;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
margin-right: 0;
}
}
@media only screen and (max-width: 380px) {
.tpc-sidebar-toggle-activated .course-filter-form-wrapper {
width: 100%;
}
} .edubin-course-single-header-meta-01 {
display: flex;
align-items: center;
margin-bottom: 0;
font-size: 15px;
}
.edubin-rating-wrap {
display: flex;
justify-content: center;
align-items: center;
}
.edubin-ratings-total {
margin-left: 8px;
}
.edubin-course-single-header-meta-01>div+div {
margin-left: 25px;
padding-left: 25px;
position: relative;
}
.edubin-course-single-header-meta-01>div+div:before {
background: #64768e;
height: 25px;
width: 1px;
position: absolute;
left: 0;
top: 0;
content: "";
}
@media (max-width:991.98px) {
.edubin-course-single-header-meta-01 {
display: inline-block;
}
.edubin-course-single-header-meta-01>div+div {
margin-top: 10px;
margin-left: 0;
padding-left: 0;
}
.edubin-course-single-header-meta-01>div+div:before {
display: none;
}
}
.edubin-course-single-header-meta-02 {
position: relative;
padding-top: 30px;
}
.edubin-course-single-header-meta-02:before {
width: 95%;
height: 1px;
content: "";
background: #3d4c66;
left: 0;
top: 0;
position: absolute;
}
body.single .edubin-course-top-info .edubin-breadcrumb-wrapper {
margin-top: 0;
margin-bottom: 20px;
}
.edubin-course-top-info .edubin-breadcrumb-wrapper ul li, .edubin-course-top-info .edubin-breadcrumb-wrapper ul li a {
font-size: 15px;
}
.edubin-breadcrumb-style-1.course-header-style--2 .edubin-breadcrumb-wrapper ul li span.active {
color: #fff;
}
.edubin-breadcrumb-style-1.course-header-style--2 .edubin-course-single-header-meta-01 {
color: #fff;
}
.edubin-course-top-info .edubin-breadcrumb-wrapper ul li a:hover {
color: var(--edubin-primary-color);
}
.edubin-course-top-info .post-author img {
width: 32px;
height: 32px;
vertical-align: middle;
border-radius: 50%;
display: inline-block;
border: 2px solid #fff;
}
.edubin-course-top-info .meta-icon {
font-size: 14px;
margin-right: 6px;
color: var(--edubin-primary-color);
}
.edubin-course-top-info .course-title {
font-size: 40px;
} .edubin-course-top-info.dark {
background: #13181C;
}
.edubin-course-top-info.dark .course-title {
color: #fff;
}
.edubin-course-top-info.dark .course-short-text p {
color: #fff;
font-size: 18px;
line-height: 30px;
}
.edubin-course-top-info.dark .edubin-course-single-header-meta-01 {
color: #fff;
} #secondary.widget-area .widget.course__widget {
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #ededed;
padding: 30px;
margin-top: 30px;
}
.course-sidebar-preview {
border-radius: 5px;
background: #fff;
border: 1px solid #ededed;
box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}
.widget-area .widget.edubin-course-widget {
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #ededed;
padding: 30px;
margin-top: 30px;
}
.intro-video-sidebar {
margin-bottom: 35px;
}
.edubin-course .intro-video-sidebar {
margin-bottom: 0;
}
.intro-video-sidebar.full__preview {
margin-bottom: 35px;
margin-left: -30px;
margin-top: -30px;
margin-right: -30px;
}
.widget.edubin-ld-widget>.intro-video-sidebar {
margin-bottom: 0;
}
.intro-video-sidebar .intro-video {
background-size: cover;
background-repeat: no-repeat;
text-align: center;
border-radius: 3px;
width: 100%;
height: 150px;
display: flex;
justify-content: center;
align-items: center;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 190px 0;
}
.intro-video-sidebar.is__sidebar .intro-video {
padding: 0;
}
@media (max-width:991.98px) {
.intro-video-sidebar .intro-video {
padding: 160px 0;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 180px 0;
}
}
@media (max-width:768.98px) {
.intro-video-sidebar .intro-video {
padding: 120px 0;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 150px 0;
}
}
@media (max-width:575.98px) {
.intro-video-sidebar .intro-video {
padding: 60px 0;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 60px 0;
}
}
.intro-video-sidebar .intro-video .edubin-popup-videos {
background: #fff;
width: 52px;
display: inline-block;
height: 52px;
line-height: 60px;
border-radius: 50%;
font-size: 18px;
box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
padding-left: 3px;
}
.single-course-layout-05 .intro-video-sidebar .intro-video .edubin-popup-videos {
line-height: 54px
}
.course-sidebar-preview .intro-video-sidebar .intro-video .edubin-popup-videos {
line-height: 55px;
}
.edubin-course.layout__5 .intro-video-sidebar .intro-video .edubin-popup-videos {
top: -24px;
position: relative;
}
.intro-video-sidebar .intro-video .edubin-popup-videos span {
top: 1px;
left: 2px;
position: relative
}
.intro-video-sidebar .intro-video .edubin-popup-videos:hover {
opacity: .9
} .pxcv-rr-item-widget {
margin-left: 0;
padding: 0;
list-style: none;
}
.widget ul.pxcv-rr-item-widget li {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 30px;
display: flex;
}
.widget ul.pxcv-rr-item-widget li:last-child {
border-bottom: none;
}
.pxcv-rr-item-widget li {
padding: 0;
line-height: inherit;
}
.widget.edubin-lp-widget.widget_pxcv_posts ul li {
border-top: none;
padding: 25px 0;
}
.pxcv-rr-item-widget li img {
min-width: 92px;
width: 92px;
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper {
margin: 1px 19px 0 0;
border-radius: 100px;
overflow: hidden;
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper img {
overflow: hidden;
border-radius: 100px;
transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper:hover img {
transition: all 1.5s cubic-bezier(0, 0, .2, 1);
transform: scale3d(1.1, 1.1, 1.1);
border-radius: 100px;
overflow: hidden;
}
.pxcv-rr-item-widget .meta-data {
margin-top: 6px;
font-size: 14px;
line-height: 1.5;
font-weight: 400;
margin-bottom: -3px;
}
.pxcv-rr-item-widget .meta-data span {
font-weight: 400;
line-height: 24px;
font-size: 15px;
}
.pxcv-rr-item-widget .pxcv-rr-item-content_wrapper {
width: calc(100% - 20px);
align-self: center;
}
.pxcv-rr-item-widget .pxcv-rr-item-content {
margin-top: 3px;
font-size: 0.9rem;
line-height: 1.8;
}
.pxcv-rr-item-widget .post__title {
font-size: 16px;
line-height: 24px;
font-weight: 700;
transition: 0.4s;
margin-top: 0;
margin-bottom: 8px;
}
.pxcv-rr-item-widget .post__title:hover {
color: var(--edubin-primary-color);
}
.widget_rt_posts .pxcv-rr-item-widget {
margin-top: 0;
margin-bottom: -7px;
}
.pxcv-rr-item-widget .course-price>.price>span:nth-child(1) {
color: var(--edubin-primary-color);
}
.pxcv-rr-item-widget span>.price {
color: var(--edubin-primary-color);
font-size: 16px !important;
font-weight: 500;
}
.pxcv-rr-item-widget .price__link {
color: var(--edubin-primary-color);
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper {
min-width: 100px;
width: 100px;
height: 80px;
border-radius: 5px;
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper img {
min-width: 100px;
width: 100px;
border-radius: 5px;
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper:hover img {
border-radius: 5px;
} .edubin-course-info {
padding: 0 32px 0 32px;
margin-bottom: 30px;
background: #fff;
}
.edubin-course-info ul {
list-style: none;
}
.edubin-course-info ul.edubin-course-info {
padding-left: 0;
margin-bottom: 0;
}
.edubin-course-info ul.course-info-list {
padding-left: 0;
margin-bottom: 30px;
}
.edubin-course-info ul li {
font-size: 15px;
overflow: hidden;
border-top: 1px solid rgba(204, 204, 204, 0.3);
padding: 15px 0;
}
#secondary .edubin-course-info ul li {
margin-bottom: 0;
}
.edubin-course-info ul li span.language-tag.value {
display: inline-grid;
line-height: 28px;
}
.edubin-course-info ul li:first-child {
border-top: none;
}
.course-sidebar-preview .entry-post-share {
border-top: 1px solid rgba(204, 204, 204, 0.3);
padding-top: 25px;
padding-bottom: 25px;
}
.edubin-course-info ul li i {
margin-right: 5px;
font-size: 16px !important;
line-height: inherit;
color: var(--edubin-primary-color);
}
.edubin-course-info ul li span.value {
float: right;
}
.edubin-course-info ul li span.label {
font-weight: 500;
color: var(--edubin-content-color);
}
.edubin-course-info ul li .language-tag.value>span:not(:first-child) {
display: none;
}
.edubin-course-info ul li span.lp_course_cat.value>a:not(:first-child) {
display: none;
}
.edubin-course-info ul li span.lp_course_cat.value>a {
color: var(--edubin-content-color);
}
.edubin-course-info ul li span.lp_course_cat.value>a:hover {
color: var(--edubin-primary-color);
}
.edubin-course-info ul li span.value a:nth-child(n+2) {
display: none;
} body .course-sidebar-preview .edubin-price-icon{
top: 10px;
position: relative;
}
body .course-sidebar-preview .edubin-price-label{
top: 10px;
position: relative;
}
body .course-sidebar-preview .edubin-price-value {
color: var(--edubin-primary-color-alt);
font-weight: 700;
font-size: 24px;
}
.edubin-course-info button, .edubin-course-info .button {
width: 100%;
} .course__container {
overflow: hidden;
border-radius: 5px;
box-shadow: 0 6px 12px rgb(0 0 0 / 6%);
background: #ffffff;
}
.course__container:hover .course__media-link:before {
opacity: 0.2;
}
.course__media .course__media-link:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
transition: 0.4s;
background: #1C1F27;
opacity: 0;
}
.edubin-course .course__content--info {
position: relative;
z-index: 1;
padding: 20px 30px;
}
.e-c-layout-3 .edubin-course {
margin-bottom: 0;
}
.edubin-course .course__content-meta span {
font-size: 13px;
}
.edubin-course .course__content--meta>span {
margin-right: 10px;
}
.edubin-course .course__content-meta>span i {
margin-right: 2px;
}
.edubin-course .course__content--info+.course__content--meta {
font-size: 15px;
position: relative;
padding: 14px 30px 14px 30px;
}
.edubin-course .course-meta {
font-size: 15px;
margin-top: 12px;
}
.edubin-course .course-meta span {
margin-right: 8px;
}
.edubin-course .course-meta i {
margin-right: 4px;
font-size: 14px;
color: var(--edubin-primary-color);
}
.edubin-course .course-meta span i {
margin-right: 4px;
font-size: 14px;
color: var(--edubin-primary-color);
}
.edubin-course .course__border {
border-top: 1px solid #ebebeb;
margin-left: 30px;
margin-right: 30px;
}
.edubin-course .course__content--meta {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 30px;
}
.edubin-course .course__content--meta:empty {
display: none;
}
.edubin-course .course__content--meta>span:last-child {
margin-right: 0;
}
.edubin-course .course__content--meta>span {
margin-right: 10px;
}
.edubin-course .course__content--meta .price {
font-weight: 700;
}
.edubin-course .course__content--meta .price.see__more {
font-weight: 500;
}
.edubin-course .course__content--meta span i {
margin-right: 5px;
font-size: 14px;
color: var(--edubin-primary-color);
}
.edubin-course .course__content--meta>.price {
display: inline-block;
text-align: right;
float: right;
color: var(--edubin-heading-color);
}
.edubin-course .course__media {
position: relative;
}
.edubin-course .course__media img {
object-fit: cover;
height: 200px;
}
.edubin-course.col__4 .course__media img {
object-fit: cover;
height: 200px;
}
.intro-video-sidebar .intro-video {
height: 220px;
}
.edubin-course.col__4 .intro-video-sidebar .intro-video {
height: 180px;
}
.edubin-course.col__3 .intro-video-sidebar .intro-video {
height: 220px;
}
.edubin-course.col__2 .intro-video-sidebar .intro-video {
height: 300px;
}
.edubin-course.layout__5 .intro-video-sidebar .intro-video {
height: 250px;
}
.edubin-course.layout__5.col__6 .intro-video-sidebar .intro-video {
height: 300px;
}
.edubin-course .author__name img {
width: 32px;
height: 32px;
border-radius: 100px;
margin-right: 5px;
display: inline-block;
border: 2px solid #cccccc;
}
.col-lg-4 .edubin-course .author__name img.avatar, .col-lg-6 .edubin-course .author__name img.avatar {
border: 0;
}
.edubin-course .course-price {
font-size: 14px;
font-weight: 800;
min-width: 62px;
height: 62px;
border-radius: 100px;
text-transform: uppercase;
box-shadow: 5px 4px 13px 0px rgb(0 0 0 / 11%);
padding: 8px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
z-index: 1;
top: -30px;
right: 0;
margin-right: 30px;
color: #fff;
background: var(--edubin-primary-color);
}
.edubin-course .course__content--meta span {
font-size: 15px;
font-style: inherit;
}
.edubin-course .course__content--meta span+span {
margin-left: 10px;
}
.edubin-course .course__content--meta span.origin-price {
font-size: 0.85em;
margin-bottom: 4px;
text-decoration: line-through;
margin-right: 5px;
}
.edubin-course .course__media+.course__content .course__categories {
margin-top: -15px;
}
.edubin-course .course__media+.course__content .course__content--info {
padding: 0 28px 20px 28px;
}
.edubin-course-style-4 .edubin-course .course__media+.course__content .course__content--info {
padding: 0 28px 20px 28px;
}
.edubin-course.layout__2.col__3 .course__media+.course__content .course__content--info {
padding-top: 20px;
}
.edubin-course .course__categories {
position: absolute;
top: 25px;
left: 30px;
max-width: 70%;
}
.edubin-course .course__categories a {
font-size: 13px;
font-weight: 400;
border-radius: 3px;
padding: 0 11px;
line-height: 29px;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
color: #fff;
white-space: nowrap;
background: var(--edubin-primary-color);
box-shadow: -1px 0px 20px 1px rgb(149 149 149 / 22%);
}
.edubin-course .course__categories a:nth-child(n+2) {
display: none;
}
.edubin-course .course__level {
position: absolute;
top: 25px;
left: 30px;
max-width: 70%;
}
.edubin-course .course__level span {
font-size: 13px;
font-weight: 400;
border-radius: 3px;
padding: 0 11px;
line-height: 29px;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
color: var(--edubin-color-secondary);
white-space: nowrap;
background: var(--edubin-primary-color);
box-shadow: 5px 4px 13px 0px rgb(0 0 0 / 22%);
}
.edubin-course.layout__6 .course__level span {
border-radius: 100px;
padding: 0 15px;
}
.edubin-course .course__wishlist {
position: absolute;
top: 25px;
right: 30px;
max-width: 70%;
}
.edubin-course .course__title {
padding-top: 18px;
line-height: 18px;
overflow: hidden;
margin-bottom: 0;
}
.edubin-course .course__title a {
color: inherit;
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.edubin-course.col__6 .course__title a {
font-size: 28px;
line-height: 37px;
}
.edubin-col-lg-3 .edubin-course .course__title a {
font-size: 18px;
line-height: 27px;
font-weight: 500;
}
.edubin-filter-type-cat-filter .edubin-col-lg-4 .edubin-course .course__title a {
font-size: 18px;
line-height: 27px;
font-weight: 500;
}
.filtered-courses .edubin-col-xl-4 .edubin-course .course__title a {
font-size: 20px;
line-height: 29px;
font-weight: 500;
}
.filtered-courses .edubin-col-xl-6 .edubin-course .course__title a {
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.filtered-courses .edubin-course .course__title a {
font-size: 18px;
line-height: 27px;
font-weight: 500;
}
body.archive.post-type-archive .edubin-course.col__4 .course__title a {
font-size: 22px;
line-height: 32px;
}
.edubin-carousel-activation .edubin-course .course__title a {
font-size: 22px;
line-height: 32px;
}
.edubin-course .course__title a:hover {
color: var(--edubin-primary-color);
}
.edubin-course .author__name a:hover {
color: var(--edubin-primary-color);
}
.edubin-course .updating-icon:before {
margin-right: 0;
}
.edubin-course .course-excerpt p {
margin-bottom: 15px;
padding-top: 15px;
} .edubin-course .price__1 {
color: var(--edubin-heading-color)
}
.edubin-course .price__1 span, .edubin-course .price__1 {
font-weight: 700;
font-size: 16px;
color: var(--edubin-heading-color)
}
.edubin-course .price__2 {
position: absolute;
right: 40px;
bottom: -29px;
font-size: 14px;
color: #ffffff;
font-weight: 600;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: var(--edubin-primary-color);
text-align: center;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.edubin-course .price__2 .origin-price {
text-decoration: line-through;
margin-right: 2px;
font-weight: 400
}
.edubin-course .price__2 del {
margin-right: 2px;
font-weight: 400
}
.edubin-course .price__4 {
font-size: 14px;
color: #fff;
font-weight: 600;
background-color: var(--edubin-primary-color);
text-align: center;
display: block;
padding: 5px 15px;
border-radius: 4px;
position: absolute;
right: 20px;
top: 20px
}
.edubin-course .price__4 .origin-price {
text-decoration: line-through;
margin-right: 2px;
font-weight: 400
} .edubin-course.layout__5 .course__media>a>img {
height: 250px;
}
.course__content--meta.layout__5 {
background-color: rgb(0 0 0 / 77%);
padding: 15px 30px;
bottom: 0px;
position: absolute;
left: 0;
right: 0;
display: block;
}
.edubin-course.layout__5 .author__name {
color: #fff;
}
.edubin-course.layout__5 .price__2 {
position: absolute;
right: 40px;
bottom: 36px;
z-index: 1;
}
.edubin-course.layout__5.review__show .price__2 {
position: absolute;
right: 40px;
bottom: 70px;
z-index: 1;
}
.edubin-course.layout__5 .course-rating {
color: #fff;
}
.edubin-course .edubin-course-rate {
padding-top: 20px;
display: flex;
align-items: center;
}
.elementor-editor-active .edubin-course .edubin-course-rate .review-stars-rated {
display: flex;
align-items: center;
}
.edubin-course .review-stars-rated {
margin-bottom: 0;
}
.edubin-course.layout__2 .edubin-course-rate {
padding-top: 10px;
}
.edubin-course.layout__5 .edubin-course-rate {
padding-top: 10px;
}
.edubin-course.layout__5 .course__content--meta span:last-child {
margin-right: 5px;
}
.edubin-course .edubin-course-rate .course-reviews-text {
font-size: 14px;
margin-left: 4px;
}
.edubin-course.layout__5 .edubin-course-rate .course-reviews-text {
color: #fff;
}
.edubin-course.layout__5 .author__name img.avatar {
width: 35px;
height: 35px;
}
.edubin-course.layout__5 .course__content--meta span {
color: #fff;
}
.edubin-course.layout__5 .edubin-course-rate {
margin-top: 10px;
} .edubin-course.layout__3 .course__container {
box-shadow: none;
background: transparent;
}
.edubin-course .price__3 {
font-size: 14px;
color: #07294d;
font-weight: 600;
background-color: var(--edubin-primary-color);
text-align: center;
display: block;
padding: 8px 15px;
border-top-left-radius: 3px
}
.edubin-course.layout__3 .course__media+.course__content .course__content--info {
padding: 0 0 0 0;
}
.edubin-course .price__3 .origin-price {
text-decoration: line-through;
margin-right: 2px;
font-weight: 400
}
.edubin-course.layout__3 .price__0 {
font-weight: 700;
color: var(--edubin-color-01);
}
.edubin-course.layout__3 .course__content--info+.course__content--meta {
padding: 7px 0 7px 0;
}
.edubin-course.layout__3 .author__name {
margin-bottom: 5px;
font-size: 15px;
}
.edubin-course.layout__3 .course__title {
margin-bottom: 5px;
}
.edubin-course.layout__3 .course__categories__2 {
background: #ff48301c;
display: inline-block;
border-radius: 4px;
padding: 1px 15px;
margin-top: 20px;
}
.edubin-course.layout__3 .course__categories__2 a {
color: var(--edubin-color-01);
font-size: 14px;
}
.edubin-course.layout__3 .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-01) 15%, transparent);
display: inline-block;
border-radius: 4px;
padding: 1px 15px;
margin-top: 20px;
}
.edubin-col-sm-12:nth-child(4n+2) .course__categories__2, .edubin-slider-item:nth-child(4n+2) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-02) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+2) .course__categories__2 a, .edubin-slider-item:nth-child(4n+2) .course__categories__2 a {
color: var(--edubin-color-02);
}
.edubin-col-sm-12:nth-child(4n+3) .course__categories__2, .edubin-slider-item:nth-child(4n+3) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-03) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+3) .course__categories__2 a, .edubin-slider-item:nth-child(4n+3) .course__categories__2 a {
color: var(--edubin-color-03);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2, .edubin-slider-item:nth-child(4n+4) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-primary-color) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2 a, .edubin-slider-item:nth-child(4n+4) .course__categories__2 a {
color: var(--edubin-primary-color);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2, .edubin-slider-item:nth-child(4n+4) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-04) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2 a, .edubin-slider-item:nth-child(4n+4) .course__categories__2 a {
color: var(--edubin-color-04);
}
.edubin-course.layout__3 .course__levels {
position: absolute;
top: 25px;
left: 25px;
background: var(--edubin-color-01);
padding: 1px 14px;
color: #fff;
border-radius: 2px;
font-size: 14px;
text-transform: capitalize;
}
.edubin-course.layout__3 span.author--name {
color: var(--edubin-color-06);
}
.edubin-course.layout__3 .edubin-course-rate {
padding-top: 0;
margin-bottom: 5px;
} .edubin-course.layout__4 .course__media {
padding: 12px;
}
.edubin-course.layout__4 .course__container {
box-shadow: none;
border: 1px solid #ebebeb;
border-radius: 12px;
}
.edubin-course.layout__4 .price__4 {
top: 32px;
font-weight: 500;
padding: 0 15px;
border-radius: 100px;
font-size: 13px;
line-height: 29px;
left: 30px;
right: auto;
}
.edubin-course.layout__4 .course__categories a {
border-radius: 100px;
font-weight: 500;
}
.edubin-course.layout__4 .course__media>.course-thumb>img {
border-radius: 10px 10px 0 0;
overflow: hidden;
}
.edubin-course.layout__4 .course__media .author__name {
bottom: -10px;
position: absolute;
right: 32px;
}
.edubin-course.layout__4 .author__name img {
width: 45px;
height: 45px;
border: 2px solid #ffffff;
box-shadow: 0 10px 40px #0000000d;
}
.edubin-course.layout__4 .course__media+.course__content .course__content--info {
padding: 0 20px 20px 20px;
}
.edubin-course.layout__4 .course__content--meta {
padding: 15px 20px;
}
.edubin-course.layout__4 .course__border {
margin-left: 0;
margin-right: 0;
}
.edubin-course.layout__4 .edubin-wishlist-wrapper {
top: 30px;
right: 30px;
}
.view-more-btn a {
font-size: 15px;
font-weight: 700;
color: var(--edubin-primary-color);
}
.view-more-btn:hover a {
color: inherit;
} .edubin-course.layout__6 .course__container {
border-radius: 20px;
}
.edubin-course.layout__6 .course__content--meta {
padding: 25px 25px;
}
.edubin-course.layout__6 .top--title {
position: absolute;
top: 5px;
padding: 0 65px 0 25px;
color: #fff;
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.edubin-course.layout__6 .top--title a {
color: #fff;
}
.edubin-course.layout__6 .top--title:hover a {
color: color-mix(in srgb, #ffffff 80%, transparent);
}
.edubin-course.layout__6 .no-course-thumb {
height: 200px;
width: auto;
display: block;
background: #e5572e;
position: relative;
}
.edubin-course.layout__6 .course__media+.course__content .course__content--info {
padding: 0 25px 20px 25px;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .no-course-thumb {
background: #2bc183;
}
.edubin-col-sm-12:nth-child(4n+3) .edubin-course.layout__6 .no-course-thumb {
background: #0870da;
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .no-course-thumb {
background: #7044b3;
}
.edubin-col-sm-12:nth-child(4n+5) .edubin-course.layout__6 .no-course-thumb {
background: #ea9c0b;
}
.edubin-triangle-up {
width: 0;
height: 0;
border-left: 90px solid transparent;
border-right: 90px solid transparent;
border-bottom: 135px solid #ffffff1f;
right: -58px;
bottom: 0;
position: absolute;
}
.edubin-circle {
height: 180px;
width: 180px;
background-color: #ffffff1f;
border-radius: 50%;
right: -34px;
top: -33px;
position: absolute;
}
.edubin-rectangle {
height: 120px;
width: 200px;
background-color: #ffffff1f;
right: -34px;
bottom: -33px;
position: absolute;
}
.edubin-circle-border {
left: -27px;
bottom: -38px;
position: absolute;
border: 2px solid #ffffff3d;
height: 80px;
border-radius: 50%;
width: 80px;
}
.edubin-col-sm-12:nth-child(4n+1) .edubin-course.layout__6 .edubin-circle {
display: none;
}
.edubin-col-sm-12:nth-child(4n+1) .edubin-course.layout__6 .edubin-triangle-up {
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-bottom: 180px solid #ffffff1f;
right: -78px;
top: -32px;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-triangle-up {
display: none;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-rectangle {
right: -34px;
top: 0;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-circle {
right: -55px;
top: 77px;
}
.edubin-col-sm-12:nth-child(4n+3) .edubin-course.layout__6 .edubin-rectangle {
display: none;
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .edubin-rectangle {
right: -86px;
top: 100px;
transform: skew(341deg);
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .edubin-triangle-up {
display: none;
}
.edubin-course.layout__6 .view-more-btn a {
font-size: 15px;
font-weight: 500;
color: #ffffff;
background: #2bc183;
padding: 6px 14px;
border-radius: 5px;
}
.edubin-course.layout__6 .view-more-btn:hover a {
background: color-mix(in srgb, #2bc183 75%, transparent);
color: #ffffff;
}
.edubin-course.layout__6 .edubin-wishlist-wrapper {
z-index: 1;
} .related-post-wrap.related_course {
margin-bottom: -50px ;
}
.single-course-layout-05 .related-post-wrap.related_course{
margin-top: 0 !important;
}
.related-post-wrap.related_course .related-title {
font-size: 28px;
margin-bottom: 45px;
}
.related-post-wrap.related_course .post-thumbnail {
margin-left: inherit;
margin-right: inherit;
max-height: 200px;
border-radius: 0;
}
.related-post-wrap.related_course .post-thumbnail img {
height: inherit;
object-fit: inherit;
}
.related-post-wrap.related_course .entry-title {
font-size: 20px;
line-height: 30px;
margin-top: 10px;
}
.related-post-wrap.related_course .price {
color: var(--edubin-heading-color);
font-size: 15px;
font-weight: 700;
display: block;
}
.related-post-wrap.related_course .price__2 .price {
color: #fff;
}
.related-post-wrap.related_course .course-item-wrap {
overflow: hidden;
border-radius: 5px;
box-shadow: 0 14px 12px rgb(0 0 0 / 6%);
background: #ffffff;
margin-bottom: 30px;
}
.related-post-wrap.related_course .entry-desc {
padding: 25px 30px 35px;
}
.widget ul.pxcv-rr-item-widget li {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 25px;
display: flex;
padding-top: 25px;
}
.widget ul.pxcv-rr-item-widget li:first-child {
padding-top: 0;
}
.widget ul.pxcv-rr-item-widget li:last-child {
padding-bottom: 0;
} .intro-video-sidebar.intro-video-content {
margin-bottom: 0;
}
.edubin-course-single-wrap {
margin-right: 20px;
}
@media (max-width:991.98px) {
.edubin-course-single-wrap {
margin-right: 0;
}
}
.edubin-course-top-info.light ul li {
color: var(--edubin-color-body);
}
.edubin-course-top-info.light ul li a {
color: var(--edubin-color-body);
}
.edubin-course-top-info.light ul li:after {
color: var(--edubin-color-body) !important;
}
.edubin-course-top-info .post-author img {
border: 2px solid var(--edubin-color-body);
}
.edubin-course-top-info .course-short-text {
margin-top: 25px;
margin-bottom: 25px;
padding-right: 150px;
}
@media (max-width:991.98px) {
.edubin-course-top-info .course-short-text {
padding-right: 0;
}
} .single-course-layout-01 aside#secondary.widget-area, .single-course-layout-02 aside#secondary.widget-area, .single-course-layout-03 aside#secondary.widget-area, .single-course-layout-04 aside#secondary.widget-area {
margin-bottom: 70px;
}
.single-course-layout-0default {
background: #edf0f2
}
.single-course-layout-0default #learn-press-course-tabs ul.learn-press-nav-tabs {
position: relative;
margin-bottom: 0;
font-size: 0;
border: 0;
padding-bottom: 2px;
background: none;
display: inherit;
background: #fff;
padding-left: 45px;
padding-right: 45px;
}
.single-course-layout-0default .course-tab-panels .course-tab-panel {
padding-top: 30px;
padding: 40px 45px;
}
.single-course-layout-0default #learn-press-course-tabs ul.learn-press-nav-tabs .course-nav label {
padding: 15px 20px;
font-size: 16px;
} body.single-course-layout-01 .page-header {
text-align: center;
}
.single-course-layout-01 {
background: #f9f9f9;
}
.single-course-layout-01 .post-wrapper {
background: #fff;
padding: 45px 45px 45px 45px
}
.single-lp_course.single-course-layout-01 .course-summary {
padding: 90px 0 0 0;
}
.single-course-layout-01 #learn-press-course-tabs ul.learn-press-nav-tabs {
position: relative;
margin-bottom: 0;
font-size: 0;
border: 0;
padding-bottom: 2px;
background: none;
display: inherit;
background: #fff;
padding-left: 45px;
padding-right: 45px;
}
.single-course-layout-01 .course-tab-panels .course-tab-panel {
padding-top: 30px;
padding: 40px 45px;
}
.single-course-layout-01 #learn-press-course-tabs ul.learn-press-nav-tabs .course-nav label {
padding: 20px 20px;
font-size: 16px;
}
body.single-course-layout-01 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0 !important;
} .single-course-layout-02 .course-h-v2:before {
position: absolute;
width: 100%;
height: 100%;
content: "";
left: 0;
top: 0;
z-index: 0;
background: rgba(0, 0, 0, 0);
}
.single-course-layout-02 .course-sidebar-preview {
margin-top: -260px;
}
@media (max-width:991.98px) {
.single-course-layout-02 .course-sidebar-preview {
margin-top: 45px;
}
}
.single-course-layout-02 .edubin-single-course-lead-meta-01 {
margin-bottom: 20px;
}
.single-course-layout-02 .edubin-page-title-area {
text-align: left;
}
.single-course-layout-02 .header-breadcrumb ul li, .single-course-layout-02 .header-breadcrumb ul li a {
color: #fff;
}
.single-course-layout-02 .edubin-course-top-info .course-short-text, .single-course-layout-02 .edubin-course-top-info .course-short-text p {
color: #fff;
}
.single-course-layout-02 .edubin-course-top-info .lead-meta-item .lead-meta-value {
color: #fff;
}
body.single-course-layout-02 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0!important;
} .edubin-page-title-area.edubin-default-breadcrumb.course-header-style--1 .edubin-breadcrumb-wrapper ul li span.active{
color: inherit;
}
.single-course-layout-03 .edubin-course-single-wrap {
width: 80%;
margin: 0 auto;
}
.single-course-layout-03 .page-header {
text-align: center;
}
.single-course-layout-03 .course-bottom-wrap {
text-align: center;
border-top: 1px solid #e0e0e0;
padding-top: 50px;
margin: 0 auto;
max-width: 970px;
}
.single-course-layout-03 .course-tab-panels {
padding: 20px 0 0 0;
}
.single-course-layout-03 #learn-press-pmpro-notice.purchase-course {
width: inherit;
margin-bottom: 0;
}
.single-course-layout-03 #learn-press-pmpro-notice.purchase-course a {
display: inherit;
margin-bottom: 0;
}
.single-course-layout-03 .lp-course-buttons {
display: inline-block;
}
.single-course-layout-03 .form-button {
margin-top: 0;
}
.single-course-layout-03 .lp-button {
margin: 0 20px;
}
.single-course-layout-03 .entry-post-share {
text-align: inherit;
display: inline-block;
padding-left: 30px;
}
.single-course-layout-03 .related-post-wrap {
padding-top: 60px;
}
.single-course-layout-03 .single-lp_course .post-share.style-02 {
padding: 0 0 35px 0;
}
.single-course-layout-03 .edubin-course-top-info .edubin-single-course-lead-meta {
position: relative;
z-index: 1;
justify-content: center;
margin-top: 25px;
}
.single-course-layout-03 .edubin-course-top-info .edubin-course-single-header-meta-02 div span {
color: #fff;
}
.single-course-layout-03 .course-header-style--1 .edubin-course-single-header-meta-02 div span {
color: var(--edubin-heading-color);
}
.single-course-layout-03 .edubin-course-top-info .post-author img {
border: 2px solid var(--edubin-heading-color);
}
.single-course-layout-03 .edubin-course-single-header-meta-01 {
justify-content: center;
position: relative;
z-index: 1;
padding-top: 15px;
}
body.single-course-layout-03 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0 !important;
} .single-course-layout-04 .course-sidebar-preview {
margin-top: -260px;
}
@media (max-width:991.98px) {
.single-course-layout-04 .course-sidebar-preview {
margin-top: 45px;
}
}
.single-course-layout-04 .edubin-course-top-info {
text-align: left;
background: #eff1f6;
}
.single-course-layout-04 .edubin-single-course-lead-meta-01 {
margin-bottom: 20px;
}
body.single-course-layout-04 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0 !important;
}
body.single-course-layout-04 .edubin-breadcrumb-wrapper ul li span.active {
color: var(--edubin-color-body);
} .single-course-layout-05 .edubin-course-top-info .course-title {
font-size: 38px;
color: #fff;
}
.single-course-layout-05 .edubin-single-course-lead-info {
padding-right: 40px;
}
.single-course-layout-05 .edubin-course-top-info .top__meta {
padding: 0 25px;
background: #1f2838;
border-radius: 100px;
height: 40px;
line-height: 40px;
}
.single-course-layout-05 .edubin-course-top-info .top__meta+.top__meta {
margin-left: 20px;
}
.single-course-layout-05 .edubin-course-top-info .post-author img {
width: 35px;
height: 35px;
}
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 .entry-post-share {
padding: 0;
display: inline-block;
width: 40px;
height: 40px;
}
.single-course-layout-05 .edubin-course-top-info li a {
color: rgb(243, 244, 246);
}
.single-course-layout-05 .edubin-course-top-info {
padding-top: 80px;
background: #111827;
padding-bottom: 80px;
color: rgb(243, 244, 246);
}
.single-course-layout-05 .edubin-course-top-info .edubin-single-course-lead-meta {
border-top: 1px solid #374152;
padding-top: 25px;
margin: 0;
}
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 {
font-size: 15px;
display: flex;
}
.single-course-layout-05 .edubin-course-top-info .lead-meta-item+.lead-meta-item:before {
top: 6px;
left: -13px;
}
.single-course-layout-05 .edubin-single-course-top-meta {
padding-bottom: 20px;
font-size: 15px;
}
.single-course-layout-05 .review-stars-rated {
margin-bottom: 0;
bottom: -2px;
}
.single-course-layout-05 .review-stars-rated svg {
width: 14px;
}
.single-course-layout-05 .edubin-course-top-info .lead-meta-item:first-child {
padding-left: 0;
}
.single-course-layout-05 .intro-video-sidebar.is__sidebar .intro-video {
padding: 0;
overflow: hidden;
border: 7px solid rgb(243, 244, 246);
border-radius: 15px;
box-shadow: 1px 0 30px rgba(0, 0, 0, .38);
}
.single-course-layout-05 .intro-video-sidebar.is__sidebar .tutor-video-player {
padding: 0;
overflow: hidden;
border: 7px solid rgb(243, 244, 246);
border-radius: 15px;
box-shadow: 1px 0 30px rgba(0, 0, 0, .38);
}
.single-course-layout-05 .content-area {
padding-top: 95px;
padding-bottom: 100px;
}
.single-course-layout-05 .intro-video-sidebar {
margin-bottom: 0;
}
@media (max-width: 991.98px) {
.single-course-layout-05 .intro-video-sidebar {
margin-top: 40px;
}
}
@media (max-width: 1200px) {
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 {
display: inline-block;
}
.single-course-layout-05 .edubin-course-top-info .top__meta {
float: left;
margin-bottom: 15px;
}
}
.single-course-layout-05 .intro-video-sidebar .intro-video {
height: 260px;
}
.single-course-layout-05 .header-breadcrumb ul {
display: inline-block;
background: #202837;
padding: 8px 25px;
border-radius: 100px
}
.single-course-layout-05 .edubin-page-title-area {
text-align: left;
}
.single-course-layout-05 .edubin-course-single-header-meta-02 .post-author {
margin-right: 20px;
}
.single-course-layout-05 .edubin-course-single-header-meta-02 .course-language a {
color: #fff;
}
body.single-course-layout-05 .tpc-site-content {
padding-top: 0 !important;
} .edubin-course.layout-list-01 .course__content--meta {
padding: 0;
}
.edubin-course.layout-list-01 {
overflow: hidden;
border-radius: 5px 0 0 5px;
box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 6%);
}
.edubin-course.layout-list-01 .course__container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.edubin-course.layout-list-01 .course__title {
padding-top: 10px;
}
.filtered-courses .edubin-course.layout-list-01 .course__title a {
font-size: 22px;
line-height: 32px;
}
.edubin-course.layout-list-01 .course__media {
width: 265px;
height: 265px;
border-radius: 50%;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin: 0 30px 0 0;
}
.edubin-course.layout-list-01 .course__media a, .edubin-course.layout-list-01 .course__media a img {
border-radius: 5px 0 0 5px;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.edubin-course.layout-list-01 .course__media a:after {
background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
.edubin-course .course__media img {
object-fit: cover;
height: auto;
}
.edubin-course.layout-list-01 .course__media {
width: inherit;
height: inherit;
margin: 0;
}
.edubin-course.layout-list-01 .course__content {
padding: 28px;
}
.edubin-course.layout-list-01 .course__container {
display: inherit;
display: inherit;
display: inherit;
display: inherit;
-webkit-box-align: inherit;
-webkit-align-items: inherit;
-ms-flex-align: inherit;
align-items: inherit;
}
} .edubin-wishlist-wrapper {
pointer-events: all;
font-size: 0px;
cursor: pointer;
width: 32px;
height: 32px;
line-height: 1;
text-align: center;
border-radius: 100%;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 25px;
right: 20px;
border-color: #fff;
background: #fff;
color: var(--edubin-heading-color);
}
.edubin-wishlist-wrapper:before {
content: "\f139" !important;
font-family: 'flaticon_edubin' !important;
margin-right: 0px !important;
font-weight: 400 !important;
font-style: normal;
visibility: visible;
font-size: 16px;
}
.is-processing .edubin-wishlist-wrapper:before, .edubin-wishlist-wrapper.ajaxload_wishlist:before {
content: "\f138" !important;
font-family: 'flaticon_edubin' !important;
-webkit-animation: 1s linear 0s normal none infinite running edubin-spin;
animation: 1s linear 0s normal none infinite running edubin-spin;
cursor: auto;
display: inline-block;
font-size: 20px;
}
.tpc-wishlisted .edubin-wishlist-wrapper, .edubin-wishlist-wrapper.on, .edubin-wishlist-wrapper:hover {
border-color: var(--edubin-color-secondary);
background: var(--edubin-color-secondary);
color: var(--edubin-color-white);
}
:root {
--tutor-primary-color: var(--edubin-primary-color);
--tutor-color-primary: var(--edubin-primary-color);
--tutor-primary-hover-color: var(--edubin-btn-bg-hover-color);
--tutor-primary: var(--edubin-primary-color);
--tutor-color-primary-hover: var(--edubin-btn-bg-hover-color);
--tutor-body-color: var(--edubin-content-color);
--tutor-color-muted: var(--edubin-content-color);
--tutor-border-color: var(--edubin-color-border);
}
body .tutor-btn-primary {
background: var(--edubin-color-btn-bg);
border-color: var(--edubin-color-btn-border);
color: var(--edubin-color-btn-text);
font-size: 15px;
font-weight: 600;
padding-top: 12px;
padding-bottom: 12px;
border-radius: 3px;
}
.tutor-btn-primary:hover, .tutor-btn-primary:focus, .tutor-btn-primary:active {
color: var(--edubin-color-btn-text-hover);
border-color: var(--edubin-color-btn-border-hover);
background-color: var(--edubin-color-btn-bg-hover);
}
.tutor-btn-outline-primary {
border-color: var(--edubin-color-btn-border);
border-radius: 3px;
font-size: 15px;
font-weight: 600;
padding-top: 12px;
padding-bottom: 12px;
}
.tutor-btn-outline-primary:hover, .tutor-btn-outline-primary:focus, .tutor-btn-outline-primary:active {
color: var(--edubin-color-btn-text-hover);
border-color: var(--edubin-color-btn-border-hover);
background-color: var(--edubin-color-btn-bg-hover);
}
.tutor-instructor-application-process a.tutor-bg-primary.tutor-color-white.tutor-py-16.tutor-px-32.tutor-radius-6 {
background: var(--edubin-color-btn-bg);
border-color: var(--edubin-color-btn-border);
color: var(--edubin-color-btn-text);
font-size: 15px;
font-weight: 600;
padding-top: 12px;
padding-bottom: 12px;
border-radius: 3px;
}
body .tutor-modal .tutor-modal-close-o {
position: absolute;
width: 35px;
height: 35px;
font-size: 20px;
right: -54px;
top: 0;
display: inline-block;
color: #fff;
}        .edubin-course .course__content--meta .price span+span {
margin-left: 0;
}
.tutor-pagination {
border: 1px solid var(--edubin-color-border);
}
.tutor-pagination ul.tutor-pagination-numbers .page-numbers.prev, .tutor-pagination ul.tutor-pagination-numbers .page-numbers.next {
background: #f9f9f9;
}
.tutor-ratings-average {
color: var(--edubin-content-color);
}
.tutor-course-list.tutor-grid.tutor-grid-2 .edubin-course .course__title a {
font-size: 24px;
line-height: 34px;
}
.tutor-course-list.tutor-grid.tutor-grid-3 .edubin-course .course__title a {
font-size: 20px;
line-height: 30px;
}
.tutor-course-list.tutor-grid.tutor-grid-4 .edubin-course .course__title a {
font-size: 18px;
line-height: 28px;
}
.tutor-container.course-archive-page .edubin-col-lg-4 .edubin-course .course__title a {
font-size: 20px;
font-weight: 600;
line-height: 30px;
}
.post-type-archive-courses .tpc-site-content {
padding-top: 90px;
padding-bottom: 90px !important;
}
.type-courses .edubin-wishlist-wrapper {
line-height: 35px;
}
.tutor-course-filter {
background-color: #f9f9f9;
border-radius: 5px;
padding: 38px 30px 20px;
font-size: var(--edubin-h5);
font-weight: var(--edubin-p-semi-bold);
line-height: var(--edubin-h5-lineHeight);
}
#content>div>div.tutor-row.tutor-gx-xl-5>div.tutor-col-xl-9>div:nth-child(1)>div {
background: none;
padding-top: 0;
}
.tutor-widget-title {
font-weight: 700;
margin-bottom: 20px;
position: relative;
color: var(--edubin-heading-color);
}
.tutor-course-filter .tutor-btn-outline-primary {
font-size: 14px;
font-weight: 500;
border: 1px solid #d2d5d6;
padding: 7px 20px;
border-radius: 100px;
background: #f9f9f9;
color: var(--edubin-content-color);
}
.tutor-course-filter .tutor-btn-outline-primary:hover {
border-color: var(--edubin-primary-color);
color: var(--edubin-primary-color);
}
.tutor-list-item label {
font-size: 15px;
color: var(--edubin-heading-color);
font-weight: 400;
}
.tutor-course-filter li {
position: relative;
font-size: 15px;
line-height: 26px;
color: var(--edubin-heading-color);
cursor: pointer;
font-weight: 400;
}
.tutor-list-item label input[type=checkbox] {
position: relative;
width: 17px;
height: 17px;
margin: 0 15px 0 0;
border: 1px solid #d2d5d6;
border-radius: 2px;
background-color: var(--edubin-color-white);
vertical-align: top;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.tutor-course-filter input.tutor-form-control {
border: 0 none;
background: #ffffff;
height: 45px;
width: 100%;
border-radius: 100px;
font-weight: 400;
font-size: 16px;
line-height: 22px;
padding: 0 20px 0 45px;
font-family: var(--edubin-font-primary);
border: 1px solid var(--edubin-color-border);
}
.tutor-course-filter .tutor-widget+.tutor-widget {
border-top: 1px solid var(--edubin-color-border);
padding-top: 25px;
margin-top: 25px;
}
.tutor-ratings-lg .tutor-ratings-stars {
font-size: 15px;
} .course-sidebar-preview.tutor .tutor-course-sidebar-card-pricing.tutor-align-end.tutor-justify-between {
justify-content: center !important;
display: none !important;
}
body .tutor-tag-list li a {
font-size: 15px;
line-height: 23px;
padding: 7px 13px;
margin-left: 9px;
}
body .tutor-course-details-widget-tags .tutor-tag-list li a {
margin-bottom: 0;
}
body .tutor-ratings-stars {
color: #ffb60a;
}
.tutor-color-black {
color: var(--edubin-heading-color);
}
.single-course-layout-05 span.tutor-meta-value.tutor-color-secondary.tutor-mr-4 {
color: #fff;
}
.tutor-nav-link, .tutor-nav-link:focus, .tutor-nav-link:hover, .tutor-nav-link:active {
font-weight: 600;
}
body .tutor-accordion-item-header.is-active {
color: var(--edubin-heading-color);
background: rgba(241, 242, 248, 0.4);
}
.tutor-card-footer:not(.tutor-no-border) {
border-top: 1px solid #ededed;
}
.tutor-course-details-tab nav.tutor-nav {
margin-bottom: 30px;
}
body.single.single-courses .content-area {
padding: 100px 0 110px;
}
.tutor-fs-1, .tutor-fs-2, .tutor-fs-3, .tutor-fs-4, .tutor-fs-5, .tutor-fs-6, .tutor-fs-7, .tutor-fs-8, .tutor-fs-9 {
font-size: var(--edubin-font-size-b1);
}
body.tutor-lms.single-course-layout-02 .tpc-site-content {
padding-bottom: 0;
}
.single-course-layout-03 .tutor-nav {
justify-content: center;
}
.single-course-layout-03 .tutor-card-md .tutor-card-body {
text-align: center;
}
.single-course-layout-03 .tutor-card-md .tutor-card-body span.tutor-fs-4.tutor-fw-bold.tutor-color-black {
font-size: 22px;
} .course-sidebar-preview .tutor-btn-primary[disabled], .course-sidebar-preview .tutor-btn-primary.disabled {
background: var(--edubin-color-btn-bg);
border-color: var(--edubin-color-btn-border);
color: var(--edubin-color-btn-text);
}
body .course-sidebar-preview {
border-radius: inherit;
background: transparent;
border: none;
box-shadow: none;
}
.course-sidebar-preview h3 {
font-weight: var(--edubin-p-bold);
font-size: var(--edubin-h4);
line-height: var(--edubin-h4-lineHeight);
margin-bottom: 35px;
}
.tutor-single-course-sidebar-more>div {
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #ededed;
padding: 30px;
margin-top: 30px;
box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}
.tutor-single-course-sidebar-more .tutor-course-details-instructors+div {
border-top: 1px solid #ededed;
}
.tutor-single-course-sidebar-more>div:first-child {
border-top: 1px solid #ededed;
}
.tutor-single-course-sidebar-more>div:last-child {
border-bottom: 1px solid #ededed;
}
.tutor-card-footer:not(.tutor-no-border) {
border-top: 1px solid #ededed;
}
.tutor-card:not(.tutor-no-border) {
border: none;
border-radius: 0;
}
.intro-video-sidebar.intro-video-content {
margin-bottom: 0;
background: transparent;
border-left: 1px solid #ededed;
border-right: 1px solid #ededed;
border-top: 1px solid #ededed;
}
.course-sidebar-preview.tutor .tutor__widget {
border-radius: 0;
}
.tutor-sidebar-top-wrap {
border-radius: 5px;
background: #fff;
border: 1px solid #ededed;
box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}
body .course-sidebar-preview .edubin-course-info .edubin-price-meta .edubin-price-value del {
color: var(--edubin-content-color);
font-weight: 400;
font-size: 24px;
}
body .course-sidebar-preview .edubin-course-info .edubin-price-meta .edubin-price-value ins {
color: var(--edubin-primary-color-alt);
font-weight: 700;
font-size: 24px;
text-decoration: none;
}
.course-sidebar-preview.tutor .tutor-card-md .tutor-card-body {
padding: 30px 0;
}
.course-sidebar-preview.tutor .tutor-card-footer, .edubin-tutor-course-layout--3 .tutor-card-footer {
display: none;
}
.tutor-course-single-pricing {
text-align: center;
display: none;
}
.tutor-course-single-pricing span {
color: var(--edubin-primary-color-alt);
font-weight: 700;
font-size: 24px;
text-align: center;
} .tutor-course-content-list-item {
padding: 0 25px;
line-height: 57px;
border-bottom: 1px solid #eee;
margin-top: 0;
margin-bottom: 0;
}
.tutor-course-content-list-item:last-child {
border-bottom: none;
}
.tutor-accordion-item {
border-radius: 0;
}
.tutor-accordion-item-header {
font-size: 16px;
font-weight: 600;
}
.tutor-accordion-item-header::after {
color: var(--edubin-color-body);
transform: translateY(-50%) rotate(90deg);
font-size: 13px;
border: 1px solid #e0e2ea;
width: 30px;
height: 30px;
line-height: 30px;
border-radius: 100px;
text-align: center;
right: 17px;
position: absolute;
}
.tutor-course-content-list-item-title {
font-size: 15px;
}
.tutor-icon-mark:before {
font-size: 14px;
}
.tutor-icon-youtube-brand:before {
content: "\f14a";
font-family: 'flaticon_edubin';
font-size: 15px;
}
.tutor-icon-brand-youtube-bold:before {
content: "\f14a";
font-family: 'flaticon_edubin';
font-size: 15px;
}
li .tutor-icon-bullet-point:before {
content: "\f147";
font-family: 'flaticon_edubin';
font-size: 13px;
color: var(--edubin-primary-color);
} .tutor-ratings-stars>* {
margin: 0 2px;
}
.tutor-card-list-item:not(:last-child) {
border-bottom: 1px solid #ebebeb;
}
.tutor-hr {
background-color: #ebebeb;
}
.tutor-avatar-text {
color: inherit;
background-color: #efefef;
}
.tutor-review-summary-average-rating {
font-weight: 600;
font-size: 58px;
line-height: 50px;
color: var(--edubin-heading-color);
}
.tutor-review-summary .tutor-col-lg-auto.tutor-text-center.tutor-mb-16.tutor-mb-lg-0 {
border-radius: 5px;
background: #fff;
box-shadow: 0 0 30px rgb(0 0 0 / 5%);
padding: 20px 35px;
}
.tutor-review-summary .tutor-col-lg {
padding-left: 30px;
}
.tutor-review-summary.tutor-p-24.tutor-p-lg-40 {
padding: 40px 20px;
} .tutor-table tr td>a:not(.tutor-btn):not(.tutor-iconic-btn):not(.quiz-manual-review-action), .tutor-table tr td .tutor-table-link {
color: var(--edubin-heading-color);
font-weight: 600;
}
.tutor-table tr td {
border-bottom: 1px solid var(--edubin-color-border);
line-height: 2;
font-weight: 500;
}
.tutor-dashboard-content .tutor-card:not(.tutor-no-border) {
border: 1px solid var(--edubin-color-border);
}
.tutor-course-card .tutor-course-co-author-badge {
font-size: 14px;
padding: 4px 15px;
background: var(--edubin-primary-color);
}
.tutor-course-card .tutor-course-name, .tutor-course-card .tutor-course-name a {
color: var(--edubin-heading-color);
}
.tutor-dashboard-content .tutor-course-card span.woocommerce-Price-amount.amount {
font-weight: 700;
}
.tutor-dashboard-content .tutor-course-card span.tutor-fs-7.tutor-fw-medium.tutor-color-black {
font-weight: 700;
}
.tutor-dashboard-content .tutor-course-card .tutor-course-name, .tutor-dashboard-content .tutor-course-card .tutor-course-name a {
color: var(--edubin-heading-color);
font-weight: 700;
font-size: 18px;
} .tutor-course-single-content-wrapper #tutor-single-entry-content .tutor-course-topic-single-header {
background: #13181C;
} .edubin-course .tutor-iconic-btn {
border-color: #fff;
background: #fff;
color: var(--edubin-primary-color);
position: absolute;
top: 25px;
right: 20px;
} .tutor-registration-wrap .tutor-alert.tutor-success {
margin: 0 22px;
} .tpc-event-item .thumbnail {
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
position: relative;
}
.tpc-event-item .thumbnail a {
display: block;
border-radius: 5px 5px 0 0;
position: relative;
overflow: hidden;
}
.tpc-event-item .thumbnail a:after {
content: "";
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.tpc-event-item .thumbnail a img {
width: 100%;
border-radius: 5px 5px 0 0;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.tpc-event-item .thumbnail .event-time, .tpc-event-item .thumbnail .event-label {
position: absolute;
top: 30px;
left: 30px;
}
.tpc-event-item .thumbnail .event-time span {
background: var(--edubin-primary-color);
border-radius: 3px;
padding: 4px 15px;
font-weight: 500;
font-size: 14px;
color: #fff;
font-family: var(--edubin-font-secondary);
display: block;
}
.tpc-event-item .thumbnail .event-label span {
display: block;
background: var(--edubin-primary-color);
font-family: var(--edubin-font-secondary);
font-size: 15px;
border-radius: 3px;
line-height: 1;
padding: 7px 15px;
font-weight: 400;
color: #fff;
}
.tpc-event-item .thumbnail .event-time span i {
margin-right: 5px;
font-size: 14px;
position: relative;
top: 2px;
}
.tpc-event-item .content {
background-color: #fff;
position: relative;
padding: 45px 30px 30px;
border-radius: 0 0 5px 5px;
box-shadow: none;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.tpc-event-item .content:after {
content: "";
height: 10px;
width: 100%;
background-color: rgba(255, 91, 92, 0.3);
border-radius: 0 0 5px 5px;
position: absolute;
bottom: -5px;
left: 0;
right: 0;
z-index: -1;
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.tpc-event-item .content .event-date {
width: 70px;
height: 70px;
background: var(--edubin-primary-color);
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: -35px;
right: 30px;
z-index: 1;
font-size: 16px;
color: #fff;
font-weight: 600;
}
.tpc-event-item .content .event-date span {
display: inline-block;
text-align: center;
font-family: var(--edubin-font-secondary);
}
.tpc-event-item .content .event-date span.day {
line-height: 1;
margin-right: 2px;
}
.tpc-event-item .content .event-date span.month {
line-height: 1;
font-size: 14px;
font-weight: 500;
}
.tpc-event-item .content .event-title {
margin-bottom: 16px;
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.tpc-event-item .content p {
margin-bottom: 0;
}
.tpc-event-item .edubin-event-meta {
margin-top: 15px;
border-top: 1px solid #ebebeb;
padding-top: 15px;
}
.tpc-event-item .edubin-event-meta span {
font-size: 15px;
font-style: inherit;
}
.tpc-event-item .edubin-event-meta span i {
margin-right: 5px;
font-size: 14px;
color: var(--edubin-primary-color);
position: relative;
top: 3px;
}
.tpc-event-item:hover .thumbnail a:after {
visibility: visible;
opacity: 1;
}
.tpc-event-item:hover .thumbnail a img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
} .tpc-event-item.tpc-event-style-2 {
position: relative;
overflow: hidden;
background: #fff;
transition: all 0.5s ease;
box-shadow: 0 0 10px rgb(0 0 0 / 5%);
border-radius: 10px;
border: 1px solid #eee;
}
.edubin-event {
-webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
padding: 65px;
background-color: rgba(255, 255, 255, 0.95);
}
.edubin-event .event-title h3 {
font-size: 40px;
color: #23252a;
padding-bottom: 15px;
padding-top: 0;
margin-bottom: 0;
}
.edubin-event .tpc-event-single-item {
padding: 25px 0;
border-bottom: 1px solid #cecece;
}
.edubin-event .tpc-event-single-item:first-child {
padding-top: 0;
}
.edubin-event .tpc-event-single-item:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.edubin-event .tpc-event-single-item .edubin-single-event span {
font-size: 14px;
color: #8a8a8a;
font-weight: 500;
}
.edubin-event .tpc-event-single-item .edubin-single-event>span+span {
margin-left: 15px;
}
.edubin-event .tpc-event-single-item span i {
color: var(--edubin-primary-color);
margin-right: 8px;
font-size: 14px;
vertical-align: middle;
position: relative;
top: 1px;
}
.edubin-event .tpc-event-single-item a {
display: block;
}
.edubin-event .tpc-event-single-item h4 {
padding-top: 8px;
padding-bottom: 10px;
margin-bottom: 0;
color: #23252a;
font-size: 24px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.edubin-event .tpc-event-single-item a h4 {
padding-top: 8px;
padding-bottom: 10px;
margin-bottom: 0;
color: #23252a;
font-size: 24px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.edubin-event .tpc-event-single-item a:hover h4 {
color: var(--edubin-primary-color);
} .tpc-event-item.tpc-event-style-2 {
position: relative;
box-shadow: var(--edubin-shadow-darkest);
} .tpc-event-item.tpc-event-style-3 .inner {
display: flex;
align-items: center;
padding: 10px 20px;
border: 1px solid #e1e1e1;
border-radius: 10px;
}
.tpc-event-item.tpc-event-style-3 .content {
padding: 0;
margin-left: 35px;
}
.tpc-event-item.tpc-event-style-3 .content::after{
display: none;
}
.tpc-event-item.tpc-event-style-3 .content .edubin-event-meta{
border: 0;
margin: 0;
padding: 0;
}
.tpc-event-item.tpc-event-style-3 .content .edubin-event-meta .event-location{
font-size: 14px;
}
.tpc-event-item.tpc-event-style-3 .content .event-title{
font-size: 18px;
line-height: 30px;
margin-bottom: 0;
}
.tpc-event-item.tpc-event-style-3 .thumbnail {
flex-shrink: 0;
}
.tpc-event-item .thumbnail a:after {
display: none;
}
.tpc-event-item.tpc-event-style-3 .thumbnail a {
border-radius: 100%;
}
.tpc-event-item.tpc-event-style-3 .thumbnail a img{
border-radius: 100%;
object-fit: cover;
width: 120px;
height: 120px;
}
.tpc-event-item.tpc-event-style-3 .thumbnail .edubin-event-date {
width: 50px;
height: 50px;
background: var(--edubin-primary-color);
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
flex-direction: column;
line-height: 1;
position: absolute;
top: 0;
right: -15px;
}
.tpc-event-single-item:nth-child(4n+2) .tpc-event-item.tpc-event-style-3 .thumbnail .edubin-event-date{
background: #8e56ff;
}
.tpc-event-single-item:nth-child(4n+3) .tpc-event-item.tpc-event-style-3 .thumbnail .edubin-event-date{
background: #d31129;
}
.tpc-event-single-item:nth-child(4n+4) .tpc-event-item.tpc-event-style-3 .thumbnail .edubin-event-date{
background: #2ab48c;
}
.tpc-event-item.tpc-event-style-3 .thumbnail .edubin-event-date span:first-child {
font-size: 18px;
line-height: 20px;
font-weight: 700;
}
.tpc-event-item.tpc-event-style-3 .thumbnail .edubin-event-date span:last-child{
font-size: 12px;
}
@media only screen and (max-width: 450px) {
.tpc-event-item.tpc-event-style-3 .inner{
flex-direction: column;
padding: 20px;
}
.tpc-event-item.tpc-event-style-3 .content {
margin-left: 0;
margin-top: 25px;
width: 65%;
text-align: center;
}
} .tpc-event-details .main-thumbnail {
margin-bottom: 50px;
}
.tpc-event-details .intro-video-content {
margin-bottom: 50px;
}
.tpc-event-details .main-thumbnail img {
border-radius: 10px;
max-height: 550px;
object-fit: cover;
width: 100%;
}
.tpc-list-style-1 {
list-style-type: disc;
}
.tpc-list-style-2 li, .tpc-list-style-1 li {
color: var(--edubin-heading-color);
}
.tpc-list-style-2 li {
margin-top: 12px;
margin-bottom: 12px;
}
.tpc-event-contact-list {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: -10px -20px;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tpc-event-contact-list li {
margin-right: 20px;
margin-left: 20px;
color: var(--edubin-heading-color);
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
position: relative;
}
.tpc-event-contact-list li:first-child {
margin-left: 0;
}
.tpc-event-contact-list li i {
padding-right: 10px;
font-size: 20px;
color: var(--edubin-primary-color);
}
.tpc-event-contact-list li:after {
content: "";
height: 19px;
width: 1px;
background-color: #dbdbdb;
position: absolute;
top: 4px;
right: -20px;
}
.tpc-event-contact-list li:last-child:after {
display: none;
}
.edubin-event-details-map {
margin-top: 40px;
}
#edubin-event-contact-map {
width: 100%;
height: 370px;
border-radius: 5px;
}
.tpc-event-sidebar {
margin-bottom: 30px;
border-radius: 5px;
background: #fff;
border: 1px solid #ededed;
box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}
.tpc-event-sidebar .entry-countdown {
border-bottom: 1px solid #eee;
padding-bottom: 20px;
margin-bottom: 15px;
margin-left: -10px;
}
.tpc-event-sidebar .content {
padding: 30px 25px 40px;
}
.tpc-event-sidebar .event-meta {
margin: 0 0 20px 0;
padding: 0;
list-style: none;
}
.tpc-event-sidebar .event-meta li {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
border-bottom: 1px solid var(--edubin-color-border);
padding: 15px 0;
margin: 0;
}
.tpc-event-sidebar .event-meta li .label {
font-family: var(--edubin-font-secondary);
margin-bottom: 5px;
font-size: 16px;
}
.tpc-event-sidebar .event-meta li h5.label {
margin-bottom: 0;
}
.tpc-event-sidebar .event-meta li .icon-wrap{
-webkit-align-self: self-start;
align-self: start;
}
.tpc-event-sidebar .event-meta li .icon-wrap i {
font-size: 16px;
line-height: 1;
color: var(--edubin-primary-color);
padding-right: 10px;
}
.tpc-event-sidebar .event-meta li .price {
color: var(--edubin-primary-color-alt);
font-weight: 700;
font-size: 24px;
}
.tpc-event-sidebar .event-meta li:last-child {
border-bottom: none;
}
.tpc-event-sidebar .event-meta .meta-wrap.price-meta {
display: flex;
justify-content: space-between;
width: 100%;
align-items: center;
}
.tpc-event-sidebar .content .edu-btn, .tpc-event-sidebar .content .login-redirect.edu-btn, .tpc-event-sidebar .content .event_auth_button.edu-btn {
margin-top: 24px;
margin-bottom: 20px;
width: 100%;
text-transform: inherit;
letter-spacing: inherit;
}
.tpc-event-sidebar .content .login-redirect.edu-btn {
margin-bottom: 6px;
}
.tpc-event-sidebar .content .event_auth_button.edu-btn:hover {
background: var(--edubin-primary-color);
}
.tpc-event-sidebar .content .tpc-tp-event-login-msg {
font-size: 14px;
text-align: center;
margin-bottom: 5px;
}
.tpc-event-sidebar .tp_event_counter {
background-color: transparent;
padding: 0;
border: 0;
display: inline-flex;
}
.tpc-event-sidebar .tp_event_counter .countdown-row {
padding: 0;
}
.tpc-event-sidebar .countdown-section .countdown-amount {
background: color-mix(in srgb, var(--edubin-primary-color) 5%, transparent);
font-size: 20px;
font-weight: var(--edubin-p-semi-bold);
line-height: 1;
margin-bottom: 10px;
height: 75px;
width: 75px;
line-height: 75px;
text-align: center;
border-radius: 50%;
display: flex;
justify-content: center;
color: var(--edubin-heading-color);
border: 2px solid var(--edubin-primary-color);
box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}
.tpc-event-sidebar .countdown-section .countdown-period {
line-height: 1;
font-size: 15px;
font-weight: var(--edubin-p-medium);
color: var(--edubin-color-body);
text-align: center;
margin-left: 12px;
}
.tpc-event-sidebar .tp-event-notice {
margin-bottom: 1em !important;
}
.tpc-event-speaker-section {
margin-top: 70px;
}
.tpc-event-speaker-section .heading-title {
margin-bottom: 30px;
}
.tpc-event-contaner-wrapper .tpc_gmap_canvas {
height: 370px;
width: 100%;
border-radius: 5px;
margin-top: 40px;
}
.tpc-tp-event-register-popup h2 {
font-size: 20px;
}
#event-lightbox.event-fade {
padding: 30px;
border-radius: 5px;
}
#event-lightbox.event-fade input#event_register_qty {
width: 100%;
}
#event-lightbox .edu-btn.btn-medium {
text-transform: inherit;
letter-spacing: inherit;
width: 100%;
}
#event-lightbox .edu-btn.btn-medium:hover {
background: var(--edubin-primary-color);
}
#event-lightbox .event_auth_payment_methods label {
margin-left: 10px;
}
.tpc-tp-user-login-page .edubin-single-page {
max-width: 700px;
margin: 0 auto;
text-align: center;
}
.tpc-tp-user-login-page .event-auth-form label {
color: var(--edubin-heading-color);
font-weight: 400 !important;
}
.tpc-tp-user-login-page .event-auth-form input[type="text"], .tpc-tp-user-login-page .event-auth-form input[type="email"], .tpc-tp-user-login-page .event-auth-form input[type="password"] {
border-bottom: 1px solid var(--edubin-color-border) !important;
width: 100%;
border-radius: 5px;
height: 60px;
}
.tpc-tp-user-login-page .event-auth-form .form-row.has-error input {
border-color: var(--edubin-color-border);
}
.tpc-tp-user-login-page .event-auth-form input[type="text"]:focus, .tpc-tp-user-login-page .event-auth-form input[type="password"]:focus {
border-color: var(--edubin-primary-color);
}
.tpc-tp-user-login-page .event-auth-form input[type="submit"] {
font-size: 16px;
font-weight: 600;
height: 50px;
line-height: 50px;
padding-left: 60px;
padding-right: 60px;
}
.tpc-tp-user-login-page .event-wrapper-shortcode.forgot-password label {
display: block;
text-align: left;
}
.tpc-tp-user-login-page .event-wrapper-shortcode.forgot-password label::after {
display: none !important;
}
@media only screen and (max-width: 767px) {
.tpc-event-details .main-thumbnail {
margin-bottom: 40px;
}
#event-lightbox {
max-width: 100%;
width: 100%;
}
}
.event-wrapper-shortcode.user-login {
max-width: 520px;
margin: 0 auto;
padding: 40px;
box-shadow: 0 0 15px rgba(0, 0, 0, .1);
border-radius: 5px;
}
.event-wrapper-shortcode.user-login .form-row input, .event-wrapper-shortcode.user-login .form-row input[type="text"], .event-wrapper-shortcode.user-login .form-row input[type="email"], .event-wrapper-shortcode.user-login .form-row input[type="checkbox"], .event-wrapper-shortcode.user-login .form-row input[type="number"], .event-wrapper-shortcode.user-login .form-row input[type="password"] {
width: 100%;
}
.event-wrapper-shortcode.user-register {
max-width: 520px;
margin: 0 auto;
padding: 40px;
box-shadow: 0 0 15px rgba(0, 0, 0, .1);
border-radius: 5px;
}
.event-wrapper-shortcode.user-register .form-row input, .event-wrapper-shortcode.user-register .form-row input[type="text"], .event-wrapper-shortcode.user-register .form-row input[type="email"], .event-wrapper-shortcode.user-register .form-row input[type="checkbox"], .event-wrapper-shortcode.user-register .form-row input[type="number"], .event-wrapper-shortcode.user-register .form-row input[type="password"]{
width: 100%;
} @font-face {
font-family: "flaticon_edubin";
src: url(//programmereninpython.nl/wp-content/themes/edubin/assets/fonts/./flaticon_edubin.woff2?4221174225c6250990d515844f71a0ab) format("woff2"),
url(//programmereninpython.nl/wp-content/themes/edubin/assets/fonts/./flaticon_edubin.woff?4221174225c6250990d515844f71a0ab) format("woff"),
url(//programmereninpython.nl/wp-content/themes/edubin/assets/fonts/./flaticon_edubin.eot?4221174225c6250990d515844f71a0ab#iefix) format("embedded-opentype"),
url(//programmereninpython.nl/wp-content/themes/edubin/assets/fonts/./flaticon_edubin.ttf?4221174225c6250990d515844f71a0ab) format("truetype"),
url(//programmereninpython.nl/wp-content/themes/edubin/assets/fonts/./flaticon_edubin.svg?4221174225c6250990d515844f71a0ab#flaticon_edubin) format("svg")
}
i[class^="flaticon-"]:before, i[class*=" flaticon-"]:before {
font-family: flaticon_edubin !important;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.flaticon-facebook:before, .flaticon-facebook-logo:before {
content: "\f101";
}
.flaticon-slack:before {
content: "\f102";
}
.flaticon-instagram-1:before, .flaticon-instagram:before {
content: "\f103";
}
.flaticon-skype:before {
content: "\f104";
}
.flaticon-dribbble-logo:before {
content: "\f105";
}
.flaticon-whatsapp:before {
content: "\f106";
}
.flaticon-medium:before {
content: "\f107";
}
.flaticon-wordpress:before {
content: "\f108";
}
.flaticon-twitter:before {
content: "\f109";
}
.flaticon-twitter-1:before {
content: "\f10a";
}
.flaticon-linkedin:before {
content: "\f10b";
}
.flaticon-telegram:before {
content: "\f10c";
}
.flaticon-viber:before {
content: "\f10d";
}
.flaticon-vk:before {
content: "\f10e";
}
.flaticon-pinterest:before {
content: "\f10f";
}
.flaticon-tumblr:before {
content: "\f110";
}
.flaticon-soundcloud:before {
content: "\f111";
}
.flaticon-snapchat:before {
content: "\f112";
}
.flaticon-behance:before {
content: "\f113";
}
.flaticon-vimeo:before {
content: "\f114";
}
.flaticon-messenger:before {
content: "\f115";
}
.flaticon-line:before {
content: "\f116";
}
.flaticon-social:before {
content: "\f117";
}
.flaticon-youtube-logotype:before {
content: "\f117";
}
.flaticon-github:before {
content: "\f118";
}
.flaticon-stack-overflow:before {
content: "\f119";
}
.flaticon-tik-tok:before {
content: "\f11a";
}
.flaticon-youtube:before {
content: "\f11b";
}
.flaticon-reload:before {
content: "\f11c";
}
.flaticon-locked-computer:before {
content: "\f11d";
}
.flaticon-menu:before {
content: "\f11e";
}
.flaticon-menu-1:before {
content: "\f11f";
}
.flaticon-funnel:before {
content: "\f120";
}
.flaticon-price-tag:before {
content: "\f121";
}
.flaticon-network:before {
content: "\f122";
}
.flaticon-checklist:before {
content: "\f123";
}
.flaticon-award:before {
content: "\f124";
}
.flaticon-student:before {
content: "\f125";
}
.flaticon-users:before {
content: "\f126";
}
.flaticon-user:before {
content: "\f127";
}
.flaticon-shopping-cart:before {
content: "\f128";
}
.flaticon-magnifying-glass:before {
content: "\f129";
}
.flaticon-link:before {
content: "\f12a";
}
.flaticon-time:before {
content: "\f12b";
}
.flaticon-start:before {
content: "\f12c";
}
.flaticon-alarm-clock:before {
content: "\f12d";
}
.flaticon-location:before {
content: "\f12e";
}
.flaticon-organization:before {
content: "\f12f";
}
.flaticon-worldwide:before {
content: "\f130";
}
.flaticon-calendar:before {
content: "\f131";
}
.flaticon-chat:before {
content: "\f132";
}
.flaticon-tags:before {
content: "\f133";
}
.flaticon-folder:before {
content: "\f134";
}
.flaticon-document:before {
content: "\f135";
}
.flaticon-back:before {
content: "\f136";
}
.flaticon-message:before {
content: "\f137";
}
.flaticon-load:before {
content: "\f138";
}
.flaticon-heart:before {
content: "\f139";
}
.flaticon-book:before {
content: "\f13a";
}
.flaticon-share:before {
content: "\f13b";
}
.flaticon-quote:before {
content: "\f13c";
}
.flaticon-pin:before {
content: "\f13d";
}
.flaticon-cancel:before {
content: "\f13e";
}
.flaticon-back-1:before {
content: "\f13f";
}
.flaticon-next:before {
content: "\f140";
}
.flaticon-upload:before {
content: "\f141";
}
.flaticon-download:before {
content: "\f142";
}
.flaticon-right-arrow:before {
content: "\f143";
}
.flaticon-left-arrow:before {
content: "\f144";
}
.flaticon-plus:before {
content: "\f145";
}
.flaticon-view:before {
content: "\f146";
}
.flaticon-check-mark:before {
content: "\f147";
}
.flaticon-study:before {
content: "\f148";
}
.flaticon-play-button:before {
content: "\f149";
}
.flaticon-play-button-1:before {
content: "\f14a";
}
.flaticon-star:before {
content: "\f14b";
}
.flaticon-phone-call:before {
content: "\f14c";
}
.flaticon-shopping-cart-1:before {
content: "\f14d";
}
.flaticon-cursor:before {
content: "\f14e";
}
.flaticon-search:before {
content: "\f14f";
}
.flaticon-user-1:before {
content: "\f150";
}
.flaticon-tickets:before {
content: "\f151";
} @font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden} .metismenu .arrow{float:right;line-height:1.42857}[dir=rtl] .metismenu .arrow{float:left}.metismenu .glyphicon.arrow:before{content:"\e079"}.metismenu .mm-active>a>.glyphicon.arrow:before{content:"\e114"}.metismenu .fa.arrow:before{content:"\f104"}.metismenu .mm-active>a>.fa.arrow:before{content:"\f107"}.metismenu .ion.arrow:before{content:"\f3d2"}.metismenu .mm-active>a>.ion.arrow:before{content:"\f3d0"}.metismenu .plus-times{float:right}[dir=rtl] .metismenu .plus-times{float:left}.metismenu .fa.plus-times:before{content:"\f067"}.metismenu .mm-active>a>.fa.plus-times{transform:rotate(45deg)}.metismenu .plus-minus{float:right}[dir=rtl] .metismenu .plus-minus{float:left}.metismenu .fa.plus-minus:before{content:"\f067"}.metismenu .mm-active>a>.fa.plus-minus:before{content:"\f068"}.metismenu .mm-collapse:not(.mm-show){display:none}.metismenu .mm-collapsing{position:relative;height:0;overflow:hidden;transition-timing-function:ease;transition-duration:.35s;transition-property:height,visibility}.metismenu .has-arrow{position:relative}.metismenu .has-arrow:after{position:absolute;content:"";width:.5em;height:.5em;border-style:solid;border-width:1px 0 0 1px;border-color:initial;right:1em;transform:rotate(-45deg) translateY(-50%);transform-origin:top;top:50%;transition:all .3s ease-out}[dir=rtl] .metismenu .has-arrow:after{right:auto;left:1em;transform:rotate(135deg) translateY(-50%)}.metismenu .has-arrow[aria-expanded=true]:after,.metismenu .mm-active>.has-arrow:after{transform:rotate(-135deg) translateY(-50%)}[dir=rtl] .metismenu .has-arrow[aria-expanded=true]:after,[dir=rtl] .metismenu .mm-active>.has-arrow:after{transform:rotate(225deg) translateY(-50%)}
.tpd-tooltip{position:absolute}.tpd-tooltip{box-sizing:content-box}.tpd-tooltip [class^=tpd-]{box-sizing:inherit}.tpd-content-wrapper{position:absolute;top:0;left:0;float:left;width:100%;height:100%;overflow:hidden}.tpd-content-relative,.tpd-content-relative-padder,.tpd-content-spacer{float:left;position:relative}.tpd-content-relative{width:100%}.tpd-content{float:left;clear:both;position:relative;padding:10px;font-size:11px;line-height:16px;color:#fff;box-sizing:border-box!important}.tpd-has-inner-close .tpd-content-relative .tpd-content{padding-right:0!important}.tpd-tooltip .tpd-content-no-padding{padding:0!important}.tpd-title-wrapper{float:left;position:relative;overflow:hidden}.tpd-title-spacer{float:left}.tpd-title-relative,.tpd-title-relative-padder{float:left;position:relative}.tpd-title-relative{width:100%}.tpd-title{float:left;position:relative;font-size:11px;line-height:16px;padding:10px;font-weight:700;text-transform:uppercase;color:#fff;box-sizing:border-box!important}.tpd-has-title-close .tpd-title{padding-right:0!important}.tpd-close{position:absolute;top:0;right:0;width:28px;height:28px;cursor:pointer;overflow:hidden;color:#fff}.tpd-close-icon{float:left;font-family:Arial,Baskerville,monospace;font-weight:400;font-style:normal;text-decoration:none;width:28px;height:28px;font-size:28px;line-height:28px;text-align:center}.tpd-skin{position:absolute;top:0;left:0}.tpd-frames{position:absolute;top:0;left:0}.tpd-frames .tpd-frame{float:left;width:100%;height:100%;clear:both;display:none}.tpd-visible-frame-top .tpd-frame-top{display:block}.tpd-visible-frame-bottom .tpd-frame-bottom{display:block}.tpd-visible-frame-left .tpd-frame-left{display:block}.tpd-visible-frame-right .tpd-frame-right{display:block}.tpd-backgrounds{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-transform-origin:0 0;transform-origin:0 0}.tpd-background-shadow{position:absolute;top:0;left:0;width:100%;height:100%;background-color:transparent;pointer-events:none}.tpd-no-shadow .tpd-skin .tpd-background-shadow{box-shadow:none!important}.tpd-background-box{position:absolute;top:0;left:0;height:100%;width:100%;overflow:hidden}.tpd-no-stem .tpd-background-box,.tpd-no-stem .tpd-shift-stem{display:none}.tpd-no-stem .tpd-background-box-top{display:block}.tpd-background-box-shift,.tpd-background-box-shift-further{position:relative;float:left;width:100%;height:100%}.tpd-background{border-radius:10px;float:left;clear:both;background:0 0;-webkit-background-clip:padding-box;background-clip:padding-box;border-style:solid;border-width:1px;border-color:rgba(255,255,255,.1)}.tpd-background-loading{display:none}.tpd-no-radius .tpd-skin .tpd-frames .tpd-frame .tpd-backgrounds .tpd-background{border-radius:0}.tpd-background-title{float:left;clear:both;width:100%;background-color:#282828}.tpd-background-content{float:left;clear:both;width:100%;background-color:#282828}.tpd-background-border-hack{position:absolute;top:0;left:0;width:100%;height:100%;border-style:solid}.tpd-background-box-top{top:0}.tpd-background-box-bottom{bottom:0}.tpd-background-box-left{left:0}.tpd-background-box-right{right:0}.tpd-shift-stem{position:absolute;top:0;left:0;overflow:hidden}.tpd-shift-stem-side{position:absolute}.tpd-frame-bottom .tpd-shift-stem-side,.tpd-frame-top .tpd-shift-stem-side{width:100%}.tpd-frame-left .tpd-shift-stem-side,.tpd-frame-right .tpd-shift-stem-side{height:100%}.tpd-stem{position:absolute;top:0;left:0;overflow:hidden;width:16px;height:8px;margin-left:3px;margin-top:2px;-webkit-transform-origin:0 0;transform-origin:0 0}.tpd-tooltip .tpd-skin .tpd-frames .tpd-frame .tpd-shift-stem .tpd-stem-reset{margin:0!important}.tpd-stem-spacer{position:absolute;top:0;left:0;width:100%;height:100%}.tpd-stem-reset .tpd-stem-spacer{margin-top:0}.tpd-stem-point{width:100px;position:absolute;top:0;left:50%}.tpd-stem-downscale,.tpd-stem-transform{float:left;width:100%;height:100%;-webkit-transform-origin:0 0;transform-origin:0 0;position:relative}.tpd-stem-side{width:50%;height:100%;float:left;position:relative;overflow:hidden}.tpd-stem-side-inversed{-webkit-transform:scale(-1,1);transform:scale(-1,1)}.tpd-stem-triangle{width:0;height:0;border-bottom-style:solid;border-left-color:transparent;border-left-style:solid;position:absolute;top:0;left:0}.tpd-stem-border{width:20px;height:100%;position:absolute;top:0;left:50%;background-color:#fff;border-right-color:#fff;border-right-style:solid;border-right-width:0}.tpd-stem-border-corner{position:absolute;top:0;left:50%;height:100%;border-right-style:solid;border-right-width:0}.tpd-stem *{z-index:0;zoom:1}.tpd-stem-border-center-offset,.tpd-stem-border-center-offset-inverse{float:left;position:relative;width:100%;height:100%;overflow:hidden}.tpd-stem-notransform{float:left;width:100%;height:100%;position:relative}.tpd-stem-notransform .tpd-stem-border{height:100%;position:relative;float:left;top:0;left:0;margin:0}.tpd-stem-notransform .tpd-stem-border-center{position:absolute}.tpd-stem-notransform .tpd-stem-border-corner{background:#fff;border:0;top:auto;left:auto}.tpd-stem-notransform .tpd-stem-border-center,.tpd-stem-notransform .tpd-stem-triangle{height:0;border:0;left:50%}.tpd-stem-transform-left{-webkit-transform:rotate(-90deg) scale(-1,1);transform:rotate(-90deg) scale(-1,1)}.tpd-stem-transform-right{-webkit-transform:rotate(90deg) translate(0,-100%);transform:rotate(90deg) translate(0,-100%)}.tpd-stem-transform-bottom{-webkit-transform:scale(1,-1) translate(0,-100%);transform:scale(1,-1) translate(0,-100%)}.tpd-spinner{position:absolute;top:50%;left:50%;width:46px;height:36px}.tpd-spinner-spin{position:relative;float:left;margin:8px 0 0 13px;text-indent:-9999em;border-top:2px solid rgba(255,255,255,.2);border-right:2px solid rgba(255,255,255,.2);border-bottom:2px solid rgba(255,255,255,.2);border-left:2px solid #fff;-webkit-animation:tpd-spinner-animation 1.1s infinite linear;animation:tpd-spinner-animation 1.1s infinite linear;box-sizing:border-box!important}.tpd-spinner-spin,.tpd-spinner-spin:after{border-radius:50%;width:20px;height:20px}@-webkit-keyframes tpd-spinner-animation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes tpd-spinner-animation{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.tpd-is-loading .tpd-content-wrapper,.tpd-is-loading .tpd-title-wrapper{display:none}.tpd-is-loading .tpd-background{display:none}.tpd-is-loading .tpd-background-loading{display:block}.tpd-tooltip-measuring{top:0;left:0;position:absolute;max-width:100%;width:100%}.tpd-tooltip-measuring .tpd-skin,.tpd-tooltip-measuring .tpd-spinner{display:none}.tpd-tooltip-measuring .tpd-content-wrapper,.tpd-tooltip-measuring .tpd-title-wrapper{display:block}.tpd-tooltip a,.tpd-tooltip a:hover{color:grey;text-decoration:underline}.tpd-tooltip a:hover{color:#6c6c6c}.tpd-size-x-small .tpd-content,.tpd-size-x-small .tpd-title{padding:7px 8px;font-size:10px;line-height:15px}.tpd-size-x-small .tpd-background{border-radius:5px}.tpd-size-x-small .tpd-stem{width:12px;height:6px;margin-left:4px;margin-top:2px}.tpd-size-x-small.tpd-no-radius .tpd-stem{margin-left:7px}.tpd-size-x-small .tpd-close{margin-bottom:1px}.tpd-size-x-small .tpd-spinner{width:35px;height:29px}.tpd-size-x-small .tpd-spinner-spin{margin:6px 0 0 9px}.tpd-size-x-small .tpd-spinner-spin,.tpd-size-x-small .tpd-spinner-spin:after{width:17px;height:17px}.tpd-size-small .tpd-content,.tpd-size-small .tpd-title{padding:8px;font-size:10px;line-height:16px}.tpd-size-small .tpd-background{border-radius:6px}.tpd-size-small .tpd-stem{width:14px;height:7px;margin-left:5px;margin-top:2px}.tpd-size-small.tpd-no-radius .tpd-stem{margin-left:8px}.tpd-size-small .tpd-close{margin:2px 1px}.tpd-size-small .tpd-spinner{width:42px;height:32px}.tpd-size-small .tpd-spinner-spin{margin:7px 0 0 13px}.tpd-size-small .tpd-spinner-spin,.tpd-size-small .tpd-spinner-spin:after{width:18px;height:18px}.tpd-size-medium .tpd-content,.tpd-size-medium .tpd-title{padding:10px;font-size:11px;line-height:16px}.tpd-size-medium .tpd-background{border-radius:8px}.tpd-size-medium .tpd-stem{width:16px;height:8px;margin-left:6px;margin-top:2px}.tpd-size-medium.tpd-no-radius .tpd-stem{margin-left:10px}.tpd-size-medium .tpd-close{margin:4px 2px}.tpd-size-medium .tpd-spinner{width:50px;height:36px}.tpd-size-medium .tpd-spinner-spin{margin:8px 0 0 15px}.tpd-size-medium .tpd-spinner-spin,.tpd-size-medium .tpd-spinner-spin:after{width:20px;height:20px}.tpd-size-large .tpd-content,.tpd-size-large .tpd-title{padding:10px;font-size:13px;line-height:18px}.tpd-size-large .tpd-background{border-radius:8px}.tpd-size-large .tpd-stem{width:18px;height:9px;margin-left:7px;margin-top:2px}.tpd-size-large.tpd-no-radius .tpd-stem{margin-left:10px}.tpd-size-large .tpd-close{margin:5px 2px 5px 2px}.tpd-size-large .tpd-spinner{width:54px;height:38px}.tpd-size-large .tpd-spinner-spin{margin:9px 0 0 17px}.tpd-size-large .tpd-spinner-spin,.tpd-size-large .tpd-spinner-spin:after{width:20px;height:20px}.tpd-skin-dark .tpd-close,.tpd-skin-dark .tpd-content,.tpd-skin-dark .tpd-title{color:#fff}.tpd-skin-dark .tpd-background-content,.tpd-skin-dark .tpd-background-title{background-color:#282828}.tpd-skin-dark .tpd-background{border-width:1px;border-color:rgba(255,255,255,.1)}.tpd-skin-dark .tpd-title-wrapper{border-bottom:1px solid #404040}.tpd-skin-dark .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-dark a{color:#ccc}.tpd-skin-dark a:hover{color:silver}.tpd-skin-light .tpd-close,.tpd-skin-light .tpd-content,.tpd-skin-light .tpd-title{color:#333}.tpd-skin-light .tpd-background-content{background-color:#fff}.tpd-skin-light .tpd-background{border-width:1px;border-color:rgba(0,0,0,.3)}.tpd-skin-light .tpd-background-title{background-color:#f7f7f7}.tpd-skin-light .tpd-title-wrapper{border-bottom:1px solid silver}.tpd-skin-light .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-light.tpd-no-shadow .tpd-background{border-color:rgba(100,100,100,.3)}.tpd-skin-light .tpd-spinner-spin{border-color:rgba(51,51,51,.2);border-left-color:#333}.tpd-skin-light a{color:grey}.tpd-skin-light a:hover{color:#6c6c6c}.tpd-skin-gray .tpd-close,.tpd-skin-gray .tpd-content,.tpd-skin-gray .tpd-title{color:#fff}.tpd-skin-gray .tpd-background-content,.tpd-skin-gray .tpd-background-title{background-color:#727272}.tpd-skin-gray .tpd-background{border-width:1px;border-color:rgba(255,255,255,.1)}.tpd-skin-gray .tpd-title-wrapper{border-bottom:1px solid #505050}.tpd-skin-gray .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-gray a{color:#ccc}.tpd-skin-gray a:hover{color:#b6b6b6}.tpd-skin-red .tpd-close,.tpd-skin-red .tpd-content,.tpd-skin-red .tpd-title{color:#fff}.tpd-skin-red .tpd-background-content{background-color:#e13c37}.tpd-skin-red .tpd-background{border-width:1px;border-color:rgba(12,0,0,.6)}.tpd-skin-red .tpd-background-title{background-color:#e13c37}.tpd-skin-red .tpd-title-wrapper{border-bottom:1px solid #a30500}.tpd-skin-red .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-red .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-red a{color:#ddd}.tpd-skin-red a:hover{color:#c6c6c6}.tpd-skin-green .tpd-close,.tpd-skin-green .tpd-content,.tpd-skin-green .tpd-title{color:#fff}.tpd-skin-green .tpd-background-content{background-color:#4aab3a}.tpd-skin-green .tpd-background{border-width:1px;border-color:rgba(0,12,0,.6)}.tpd-skin-green .tpd-background-title{background-color:#4aab3a}.tpd-skin-green .tpd-title-wrapper{border-bottom:1px solid #127c00}.tpd-skin-green .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-green .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-green a{color:#ddd}.tpd-skin-green a:hover{color:#c6c6c6}.tpd-skin-blue .tpd-close,.tpd-skin-blue .tpd-content,.tpd-skin-blue .tpd-title{color:#fff}.tpd-skin-blue .tpd-background-content{background-color:#45a3e3}.tpd-skin-blue .tpd-background{border-width:1px;border-color:rgba(0,0,12,.6)}.tpd-skin-blue .tpd-background-title{background-color:#45a3e3}.tpd-skin-blue .tpd-title-wrapper{border-bottom:1px solid #1674b4}.tpd-skin-blue .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-blue .tpd-spinner-spin{border-color:rgba(255,255,255,.2);border-left-color:#fff}.tpd-skin-blue a{color:#ddd}.tpd-skin-blue a:hover{color:#c6c6c6}.tpd-skin-lightyellow .tpd-close,.tpd-skin-lightyellow .tpd-content,.tpd-skin-lightyellow .tpd-title{color:#333}.tpd-skin-lightyellow .tpd-background-content{background-color:#ffffa9}.tpd-skin-lightyellow .tpd-background{border-width:1px;border-color:rgba(8,8,0,.35)}.tpd-skin-lightyellow .tpd-background-title{background-color:#ffffa9}.tpd-skin-lightyellow .tpd-title-wrapper{border-bottom:1px solid #a7a697}.tpd-skin-lightyellow .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-lightyellow .tpd-spinner-spin{border-color:rgba(51,51,51,.2);border-left-color:#333}.tpd-skin-lightyellow a{color:#777}.tpd-skin-lightyellow a:hover{color:#868686}.tpd-skin-lightblue .tpd-close,.tpd-skin-lightblue .tpd-content,.tpd-skin-lightblue .tpd-title{color:#333}.tpd-skin-lightblue .tpd-background-content{background-color:#bce5ff}.tpd-skin-lightblue .tpd-background{border-width:1px;border-color:rgba(0,0,8,.35)}.tpd-skin-lightblue .tpd-background-title{background-color:#bce5ff}.tpd-skin-lightblue .tpd-title-wrapper{border-bottom:1px solid #909b9f}.tpd-skin-lightblue .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-lightblue .tpd-spinner-spin{border-color:rgba(51,51,51,.2);border-left-color:#333}.tpd-skin-lightblue a{color:#777}.tpd-skin-lightblue a:hover{color:#868686}.tpd-skin-lightpink .tpd-close,.tpd-skin-lightpink .tpd-content,.tpd-skin-lightpink .tpd-title{color:#333}.tpd-skin-lightpink .tpd-background-content{background-color:#ffc4bf}.tpd-skin-lightpink .tpd-background{border-width:1px;border-color:rgba(8,0,0,.35)}.tpd-skin-lightpink .tpd-background-title{background-color:#ffc4bf}.tpd-skin-lightpink .tpd-title-wrapper{border-bottom:1px solid #a08f8f}.tpd-skin-lightpink .tpd-background-shadow{box-shadow:0 0 8px rgba(0,0,0,.15)}.tpd-skin-lightpink .tpd-spinner-spin{border-color:rgba(51,51,51,.2);border-left-color:#333}.tpd-skin-lightpink a{color:#777}.tpd-skin-lightpink a:hover{color:#868686}
.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 5px;
border: solid 1px #e8e8e8;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: 42px;
line-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 30px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: auto; }
.nice-select:hover {
border-color: #dbdbdb; }
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: #999; }
.nice-select:after {
border-bottom: 2px solid #999;
border-right: 2px solid #999;
content: '';
display: block;
height: 5px;
margin-top: -4px;
pointer-events: none;
position: absolute;
right: 12px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
width: 5px; }
.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg); }
.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0); }
.nice-select.disabled {
border-color: #ededed;
color: #999;
pointer-events: none; }
.nice-select.disabled:after {
border-color: #cccccc; }
.nice-select.wide {
width: 100%; }
.nice-select.wide .list {
left: 0 !important;
right: 0 !important; }
.nice-select.right {
float: right; }
.nice-select.right .list {
left: auto;
right: 0; }
.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px; }
.nice-select.small:after {
height: 4px;
width: 4px; }
.nice-select.small .option {
line-height: 34px;
min-height: 34px; }
.nice-select .list {
background-color: #fff;
border-radius: 5px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 4px;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9; }
.nice-select .list:hover .option:not(:hover) {
background-color: transparent !important; }
.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 40px;
list-style: none;
min-height: 40px;
outline: none;
padding-left: 18px;
padding-right: 29px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s; }
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
background-color: #f6f6f6; }
.nice-select .option.selected {
font-weight: bold; }
.nice-select .option.disabled {
background-color: transparent;
color: #999;
cursor: default; }
.no-csspointerevents .nice-select .list {
display: none; }
.no-csspointerevents .nice-select.open .list {
display: block; } body:not(.elementor-page) .tpc-site-content {
padding: 90px 0;
}
body.single-post .tpc-site-content {
padding: 90px 0;
}
body.single .tpc-site-content {
padding: 90px 0;
}
body.elementor-editor-active .tpc-site-content {
padding: 0 0;
}
body.eb_header-template-default.single.single-eb_header.elementor-default.elementor-page .tpc-site-content {
padding: 0 0;
}
body.single-lp_course .tpc-site-content {
padding: 0 0;
}
body.edubin-page-sidebar-enable.elementor-page .tpc-sidebar-widget {
padding-top: 90px;
}
.edubin-lms-courses-slider.swiper-container, .tpc_testimonial.swiper-container {
margin: -1.8rem !important;
padding: 1.8rem !important;
}
i {
vertical-align: middle;
} .edubin_image_preloader {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: 9999999;
} .preloader {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #fff;
z-index: 9999;
}
.preloader .color-1 {
background-color: var(--edubin-primary-color) !important;
}
.preloader .rubix-cube {
border: 1px solid transparent;
width: 48px;
height: 48px;
background-color: transparent;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.preloader .rubix-cube .layer {
width: 14px;
height: 14px;
background-color: #07294d;
border: 1px solid transparent;
position: absolute;
}
.preloader .rubix-cube .layer-1 {
left: 0px;
top: 0px;
-webkit-animation: rubixcube4 2s infinite linear;
animation: rubixcube4 2s infinite linear;
}
.preloader .rubix-cube .layer-2 {
left: 16px;
top: 0px;
-webkit-animation: rubixcube3 2s infinite linear;
animation: rubixcube3 2s infinite linear;
}
.preloader .rubix-cube .layer-3 {
left: 32px;
top: 0px;
}
.preloader .rubix-cube .layer-4 {
left: 0px;
top: 16px;
-webkit-animation: rubixcube5 2s infinite linear;
animation: rubixcube5 2s infinite linear;
}
.preloader .rubix-cube .layer-5 {
left: 16px;
top: 16px;
-webkit-animation: rubixcube2 2s infinite linear;
animation: rubixcube2 2s infinite linear;
}
.preloader .rubix-cube .layer-6 {
left: 32px;
top: 16px;
-webkit-animation: rubixcube1 2s infinite linear;
animation: rubixcube1 2s infinite linear;
}
.preloader .rubix-cube .layer-7 {
left: 0px;
top: 32px;
-webkit-animation: rubixcube6 2s infinite linear;
animation: rubixcube6 2s infinite linear;
}
.preloader .rubix-cube .layer-8 {
left: 16px;
top: 32px;
-webkit-animation: rubixcube7 2s infinite linear;
animation: rubixcube7 2s infinite linear;
}
@-webkit-keyframes rubixcube1 {
20% {
top: 16px;
left: 32px;
}
30% {
top: 32px;
left: 32px;
}
40% {
top: 32px;
left: 32px;
}
50% {
top: 32px;
left: 32px;
}
60% {
top: 32px;
left: 32px;
}
70% {
top: 32px;
left: 32px;
}
80% {
top: 32px;
left: 32px;
}
90% {
top: 32px;
left: 32px;
}
100% {
top: 32px;
left: 16px;
}
}
@keyframes rubixcube1 {
20% {
top: 16px;
left: 32px;
}
30% {
top: 32px;
left: 32px;
}
40% {
top: 32px;
left: 32px;
}
50% {
top: 32px;
left: 32px;
}
60% {
top: 32px;
left: 32px;
}
70% {
top: 32px;
left: 32px;
}
80% {
top: 32px;
left: 32px;
}
90% {
top: 32px;
left: 32px;
}
100% {
top: 32px;
left: 16px;
}
}
@-webkit-keyframes rubixcube2 {
30% {
left: 16px;
}
40% {
left: 32px;
}
50% {
left: 32px;
}
60% {
left: 32px;
}
70% {
left: 32px;
}
80% {
left: 32px;
}
90% {
left: 32px;
}
100% {
left: 32px;
}
}
@keyframes rubixcube2 {
30% {
left: 16px;
}
40% {
left: 32px;
}
50% {
left: 32px;
}
60% {
left: 32px;
}
70% {
left: 32px;
}
80% {
left: 32px;
}
90% {
left: 32px;
}
100% {
left: 32px;
}
}
@-webkit-keyframes rubixcube3 {
30% {
top: 0px;
}
40% {
top: 0px;
}
50% {
top: 16px;
}
60% {
top: 16px;
}
70% {
top: 16px;
}
80% {
top: 16px;
}
90% {
top: 16px;
}
100% {
top: 16px;
}
}
@keyframes rubixcube3 {
30% {
top: 0px;
}
40% {
top: 0px;
}
50% {
top: 16px;
}
60% {
top: 16px;
}
70% {
top: 16px;
}
80% {
top: 16px;
}
90% {
top: 16px;
}
100% {
top: 16px;
}
}
@-webkit-keyframes rubixcube4 {
50% {
left: 0px;
}
60% {
left: 16px;
}
70% {
left: 16px;
}
80% {
left: 16px;
}
90% {
left: 16px;
}
100% {
left: 16px;
}
}
@keyframes rubixcube4 {
50% {
left: 0px;
}
60% {
left: 16px;
}
70% {
left: 16px;
}
80% {
left: 16px;
}
90% {
left: 16px;
}
100% {
left: 16px;
}
}
@-webkit-keyframes rubixcube5 {
60% {
top: 16px;
}
70% {
top: 0px;
}
80% {
top: 0px;
}
90% {
top: 0px;
}
100% {
top: 0px;
}
}
@keyframes rubixcube5 {
60% {
top: 16px;
}
70% {
top: 0px;
}
80% {
top: 0px;
}
90% {
top: 0px;
}
100% {
top: 0px;
}
}
@-webkit-keyframes rubixcube6 {
70% {
top: 32px;
}
80% {
top: 16px;
}
90% {
top: 16px;
}
100% {
top: 16px;
}
}
@keyframes rubixcube6 {
70% {
top: 32px;
}
80% {
top: 16px;
}
90% {
top: 16px;
}
100% {
top: 16px;
}
}
@-webkit-keyframes rubixcube7 {
80% {
left: 16px;
}
90% {
left: 0px;
}
100% {
left: 0px;
}
}
@keyframes rubixcube7 {
80% {
left: 16px;
}
90% {
left: 0px;
}
100% {
left: 0px;
}
} #preloader_two {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #fff;
z-index: 999999;
}
#preloader_two .preloader_two {
width: 50px;
height: 50px;
display: inline-block;
padding: 0px;
text-align: left;
box-sizing: border-box;
position: absolute;
top: 50%;
left: 50%;
margin-left: -25px;
margin-top: -25px;
}
#preloader_two .preloader_two span {
position: absolute;
display: inline-block;
width: 50px;
height: 50px;
border-radius: 100%;
background-color: #07294d;
-webkit-animation: preloader_two 1.3s linear infinite;
animation: preloader_two 1.3s linear infinite;
}
#preloader_two .preloader_two span:last-child {
animation-delay: -0.8s;
-webkit-animation-delay: -0.8s;
}
@keyframes preloader_two {
0% {
transform: scale(0, 0);
opacity: 0.5;
}
100% {
transform: scale(1, 1);
opacity: 0;
}
}
@-webkit-keyframes preloader_two {
0% {
-webkit-transform: scale(0, 0);
opacity: 0.5;
}
100% {
-webkit-transform: scale(1, 1);
opacity: 0;
}
} .site-footer .widget .widget-title {
font-size: 18px;
color: #fff;
font-weight: 700;
line-height: 28px;
margin-bottom: 25px;
}
.site-footer .widget .widget-title:after {
display: none;
}
.site-footer .widget p {
font-size: 15px;
line-height: 26px;
color: #edf0f2;
}
.site-footer .footer-bottom .widget p {
margin-bottom: 0;
}
.site-footer .widget ul li a {
font-size: 15px;
text-decoration: none;
transition: all 0.5s ease;
}
.site-footer .widget ul li a:hover {
color: var(--edubin-primary-color);
transition: all 0.5s ease;
}
.site-footer .widget ul.sub-menu li a:hover {
margin-left: 5px;
color: var(--edubin-primary-color);
transition: all 0.5s ease;
}
.site-footer .two-column-menu.widget ul.menu li {
padding: 4px 0 4px 14px;
list-style: none;
color: #edf0f2;
display: inline-block;
vertical-align: top;
width: 48%;
position: relative;
transition: all 0.5s ease;
margin-bottom: 0;
}
.site-footer .widget ul.menu li {
padding: 4px 0 4px 14px;
list-style: none;
color: #edf0f2;
vertical-align: top;
position: relative;
transition: all 0.5s ease;
margin-bottom: 0;
}
.site-footer .widget ul.menu li:before {
color: var(--edubin-primary-color);
content: "\f140";
font-family: "Flaticon_edubin";
left: 0px;
position: absolute;
top: 9px;
font-size: 9px;
}
.site-footer.hide-menu-icon ul.menu li:before {
display: none;
}
.site-footer.hide-menu-icon ul.menu li {
padding: 4px 0 4px 0;
}
.site-footer.hide-menu-icon .two-column-menu.widget ul.menu li {
padding: 4px 0 4px 0;
}
.site-footer .widget.widget_nav_menu ul li a:hover {
margin-left: 5px;
color: var(--edubin-primary-color);
transition: all 0.5s ease;
}
.site-footer.hide-menu-icon .widget.widget_nav_menu ul li a:hover {
margin-left: 0;
}
body .edubin-footer .elementor-widget-container .site-footer ul.menu li a:hover {
color: var(--edubin-primary-color);
}
.site-footer .widget_rss .rss-date, .site-footer .widget_rss li cite {
color: #fff;
}
.site-footer .comment-author-link {
color: #fff;
}
.edubin-entry-footer {
padding-top: 10px;
clear: both;
border-bottom: 1px solid #e0e0e0;
padding-bottom: 30px;
margin-bottom: 40px;
}
.edubin-entry-footer .cat-links, .edubin-entry-footer .tags-links {
font-size: 20px;
font-weight: 700;
display: block;
margin-bottom: 20px;
color: #07294d;
}
.edubin-entry-footer .cat-links+.tags-links {
margin-top: 1em;
}
.edubin-entry-footer .cat-links a, .edubin-entry-footer .tags-links a {
color: var(--edubin-meta-color);
}
.edubin-entry-footer .cat-links a:hover, .edubin-entry-footer .tags-links a:hover {
color: var(--edubin-primary-color);
}
.edubin-entry-footer .cat-tags-links a {
transition: all 0.5s ease;
font-size: 14px;
letter-spacing: 0.1px;
font-weight: 500;
color: var(--edubin-meta-color);
display: inline-block;
margin-left: 5px;
}
.edubin-entry-footer .cat-tags-links a:first-child {
margin-left: 0;
}
.edubin-entry-footer .cat-tags-links span.tag-icon {
fill: var(--edubin-meta-color);
}
.site-footer .widget .tagcloud ul li a {
color: #07294d;
}
.edubin-entry-footer .cat-tags-links a:hover {
color: var(--edubin-primary-color);
transition: all 0.5s ease;
}
.edubin-entry-footer .cat-links .icon, .edubin-entry-footer .tags-links .icon {
color: var(--edubin-meta-color);
left: 0;
margin-right: 0.5em;
position: absolute;
top: 2px;
}
.edubin-entry-footer .edit-link {
display: inline-block;
float: right;
}
.edubin-entry-footer .edit-link a.post-edit-link {
background-color: #07294d;
-webkit-border-radius: 2px;
border-radius: 2px;
color: #fff;
display: inline-block;
font-size: 14px;
font-weight: 500;
padding: 4px 20px;
}
.type-page .edubin-entry-footer .edit-link a.post-edit-link {
margin-left: 0;
}
.edubin-entry-footer .edit-link a.post-edit-link:hover, .edubin-entry-footer .edit-link a.post-edit-link:focus {
background-color: var(--edubin-primary-color);
color: #07294d;
}
.type-page .edubin-entry-footer {
padding: 0;
}
.type-page .edubin-entry-footer .edit-link {
float: left;
padding-top: 20px;
}
.site-footer .widget.widget_media_image img {
margin: 0;
}
.site-footer .widget a {
color: #edf0f2;
}
.site-footer .widget .edubin-social a {
color: #edf0f2;
}
.site-footer .widget .edubin-social a:hover {
color: var(--edubin-primary-color);
}
.site-footer .widget button, .site-footer .widget input[type="button"], .site-footer .widget input[type="submit"] {
background-color: var(--edubin-primary-color);
color: #07294d;
}
.site-footer .footer-top {
background-color: #07294d;
}
.site-footer .footer-bottom {
background-color: #021d3a;
}
.site-footer .footer-top .footer-wrap {
padding: 70px 0px 60px 0px;
}
.site-footer .widget {
margin-bottom: 30px;
}
.site-footer .widget:last-child {
margin-bottom: 0;
}
.page .edubin-entry-footer {
margin: 0;
border: 0;
}
@media screen and (max-width:767px) {
.site-footer .footer-top .footer-column {
margin-bottom: 30px;
}
.site-footer .footer-top .footer-wrap>*:last-child .footer-column {
margin-bottom: 0;
}
}
.site-footer .widget ul li {
color: #edf0f2;
padding-top: 4px;
padding-bottom: 4px;
padding-left: 15px;
position: relative;
border-top: none;
border-bottom: none;
}
.site-footer .widget ul li:before {
color: var(--edubin-primary-color);
content: "\f140";
font-family: "Flaticon_edubin";
left: 0;
position: absolute;
top: 4px;
font-size: 10px;
}
.site-footer .widget ul>li>ul>li {
padding-bottom: 0;
}
.site-footer .widget ul.wp-tag-cloud li:before {
display: none;
}
.site-footer .widget ul.wp-tag-cloud li:hover a {
color: #07294d;
}
.site-footer .widget ul.wp-tag-cloud li {
padding: 0;
}
@media (max-width:991.98px) {
.site-footer .sidebar-no {
display: none;
}
} .site-footer .widget table#wp-calendar th {
color: #fff;
}
.site-footer .widget table#wp-calendar td {
color: #fff;
}
.site-footer .widget table#wp-calendar td a:hover {
color: var(--edubin-primary-color);
}
.site-footer .widget #wp-calendar caption {
color: #fff;
}
.site-footer .widget table#wp-calendar td {
font-size: 14px;
}
.site-footer .widget table#wp-calendar th {
font-size: 13px;
}
.site-footer .widget #wp-calendar thead th {
padding: 0.25rem;
}
.site-footer .widget #wp-calendar tbody td {
padding: 0.125rem;
}
.site-footer .widget img.footer-logo {
width: 180px;
}
.site-footer .edubin-row>* {
margin-bottom: 0 !important;
} .edubin-social {
margin-top: -10px;
transition: all 0.5s ease;
}
.edubin-social a.edubin-social-icon {
border: 2px solid #021d3a;
line-height: 40px;
margin-right: 10px;
width: 40px;
height: 40px;
color: #fff;
display: inline-block;
text-align: center;
transition: all 0.5s ease;
border-radius: 50px;
background: #021d3a;
font-size: 15px;
}
.edubin-social a.edubin-social-icon:hover {
border-color: #07294d;
transition: all 0.5s ease;
color: #07294d;
}
.edubin-social a.edubin-social-icon:first-child {
margin-left: 0;
}
.edubin-social a.edubin-social-icon:last-child {
margin-left: 0;
}
.edubin-quickinfo {
color: #fff;
margin-bottom: 3px;
}
.edubin-quickinfo .qicon i {
margin-right: 10px;
} .social-navigation ul {
list-style: none;
margin-bottom: 0;
margin-left: 0;
text-align: right;
padding-left: 0;
}
.social-navigation li {
display: inline;
transition: all 0.5s ease;
}
.social-navigation a {
-webkit-border-radius: 40px;
border-radius: 40px;
color: #edf0f2;
display: inline-block;
margin: 0 1em 0.5em 0;
text-align: center;
transition: all 0.5s ease;
}
.social-navigation a:hover, .social-navigation a:focus {
transition: all 0.5s ease;
color: var(--edubin-primary-color);
}
.social-navigation li {
position: relative;
margin-left: 5px;
font-size: 15px;
}
.social-navigation li:before {
position: absolute;
height: 11px;
width: 1px;
background: #edf0f2;
content: "";
right: 3px;
top: 5px;
}
.social-navigation li:last-child:before {
display: none;
}
@media (max-width:576px) {
.text-right.text-ml-left {
display: none;
margin-top: 12px;
text-align: center !important;
}
.site-info {
text-align: center;
}
.edubin-quickinfo .qicon {
margin-bottom: 0;
}
} .do_sticky {
position: -webkit-sticky;
position: sticky;
top: 132px;
}
.edubin-no-gutters {
padding-left: 0 !important;
padding-right: 0 !important;
}
ul.rt-header-list-info.elementor-icon-list-items.elementor-inline-items {
margin-bottom: 0;
}
.tpc_mt_15 {
margin-top: 15px;
}
.tpc_mt_30 {
margin-top: 30px;
} .edubin-entry-footer .entry-post-share {
text-align: right;
}
.post-share.style-01 {
display: -webkit-inline-box;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.post-share.style-01 .share-label {
font-weight: 500;
margin-right: 15px;
}
.post-share.style-01 .share-icon {
height: 45px;
width: 45px;
line-height: 42px;
font-size: 15px;
border-radius: 50%;
text-align: center;
cursor: pointer;
border: 2px solid #e0e0e0;
transition: all 0.5s ease;
}
.post-share .share-media {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
cursor: pointer;
}
.post-share.style-01:hover .share-media .share-icon {
color: #fff;
border-color: transparent;
background-color: var(--edubin-primary-color);
transition: all 0.5s ease;
}
.post-share:hover .share-media .share-list {
transform: translate(-47%, -15px);
visibility: visible;
opacity: 1;
transition: all 0.5s ease;
}
.post-share .share-list {
position: absolute;
bottom: 100%;
right: -75px;
transform: translate(-50%, -10px);
width: auto;
white-space: nowrap;
padding: 0 7px;
text-align: center;
background: #fff;
border-radius: 5px;
box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
filter: drop-shadow(0 2px 20px rgba(0, 0, 0, 0.06));
z-index: 999;
visibility: hidden;
opacity: 0;
user-select: none;
}
.post-share .share-list:before {
position: absolute;
top: 100%;
right: 0;
transform: translateX(-50%);
content: '';
border-top: 8px solid #fff;
border-left: 9px solid transparent;
border-right: 9px solid transparent;
}
.post-share .share-list a {
display: inline-block;
font-size: 15px;
padding: 15px 12px;
color: var(--edubin-meta-color);
}
.post-share .share-list a:hover i {
color: var(--edubin-primary-color);
transition: all 0.5s ease;
}
.post-share .share-list a i {
transition: all 0.5s ease;
}
.post-share.style-02 {
border: 2px solid var(--edubin-primary-color);
padding: 10px 45px;
display: inline-block;
border-radius: 5px;
}
.post-share.style-02 .share-label {
font-size: 14px;
font-weight: 700;
margin-right: 15px;
display: inline-block;
}
.post-share.style-02 .share-icon {
font-size: 15px;
}
.post-share.style-02 .share-list {
left: -55px;
right: initial;
}
.post-share.style-02 .share-list:before {
right: 5px;
}
.post-share.style-02 .share-media {
display: inline-flex;
align-items: center;
justify-content: center;
position: relative;
cursor: pointer;
}
.post-share.style-03 .share-label {
display: inline-block;
font-weight: 500;
letter-spacing: 1px;
}
.post-share.style-03 .share-icon {
margin-left: 8px;
}
.post-share.style-03 .share-list {
right: -95px;
}
.post-share.style-04:hover .share-media .share-list {
transform: translate(0, 0);
}
.post-share.style-04 .share-media .share-list {
opacity: 1;
visibility: visible;
transform: translate(0, 0);
box-shadow: none;
background: none;
position: relative;
right: 0;
}
.post-share.style-04 .share-list a {
font-size: 18px;
padding: 0 12px;
}
.post-share.style-05 .share-media .share-list {
right: -10px;
bottom: 50px;
transform: inherit;
}
.post-share.style-05 .share-list a {
padding: 5px 12px;
} .blog-nav-links {
margin-top: 50px;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
font-weight: 300
}
.blog-nav-links .inner .hover-bg, .blog-nav-links .inner h6:before {
transition: all .25s cubic-bezier(.645, .045, .355, 1)
}
.blog-nav-links .inner .hover-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.blog-nav-links .inner .hover-bg.has-thumbnail:before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0
}
.blog-nav-links .nav-list {
display: -ms-grid;
display: grid;
-ms-grid-columns: (1fr)[2];
grid-template-columns: repeat(2, 1fr);
grid-gap: 30px;
}
.blog-nav-links .nav-item {
min-width: 0;
line-height: 0;
}
.blog-nav-links .inner a {
position: relative;
display: flex;
align-items: center;
min-height: 120px;
border-radius: 5px;
overflow: hidden;
box-shadow: 0 15px 50px rgba(51, 51, 51, 0.1);
}
.blog-nav-links .inner a:hover {
box-shadow: none;
}
.blog-nav-links .inner a:hover .hover-bg {
opacity: 1;
}
.blog-nav-links .inner a:hover h6 {
color: #fff;
}
.blog-nav-links .inner a:hover h6:before {
color: #fff;
}
.blog-nav-links .inner a h6 {
display: block;
word-wrap: break-word;
width: 100%;
}
.blog-nav-links .inner .hover-bg {
background-color: #333;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
opacity: 0;
}
.blog-nav-links .inner .hover-bg.has-thumbnail:before {
opacity: 0.5;
background-image: linear-gradient(-180deg, rgba(51, 51, 51, 0) 0%, #000 80%);
border-radius: 5px;
}
.blog-nav-links .inner h6 {
position: relative;
font-size: 18px;
line-height: 1.56;
margin: 0;
}
.blog-nav-links .inner h6:before {
position: absolute;
top: 50%;
transform: translateY(-50%);
font-size: 24px;
}
.blog-nav-links .prev h6 {
padding: 20px 30px 20px 50px;
}
.blog-nav-links .prev h6:before {
left: 20px;
content: '\f13f';
font-family: 'flaticon_edubin';
font-size: 15px;
}
.blog-nav-links .next {
text-align: right;
}
.blog-nav-links .next h6 {
padding: 20px 50px 20px 30px;
}
.blog-nav-links .next h6:before {
right: 20px;
content: '\f140';
font-family: 'flaticon_edubin';
font-size: 15px;
} .related-post-wrap {
margin-top: 50px;
padding-bottom: 40px;
}
.post-item-wrap {
margin-bottom: 30px;
}
.related-post-wrap .entry-title {
font-size: 16px;
line-height: 26px;
margin-top: 15px;
margin-bottom: 10px;
}
@media (max-width:786px) {
.related-post-wrap .entry-title {
font-size: 22px;
line-height: 32px;
}
}
.related-post-wrap .posted-on i {
font-size: 14px;
margin-right: 5px;
color: var(--edubin-primary-color);
}
.related-post-wrap .entry-date {
font-size: 15px;
}
.related-post-wrap .related-title {
font-size: 20px;
font-weight: 700;
display: block;
margin-bottom: 22px;
color: #07294d;
}
.edubin-single-post .related-post-wrap .post-thumbnail {
overflow: hidden;
border-radius: 6px;
margin-top: 10px;
}
.related-post-wrap .post-thumbnail img {
-webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}
.related-post-wrap .post-thumbnail:hover img {
-webkit-transition: all 1.5s cubic-bezier(0, 0, .2, 1);
transition: all 1.5s cubic-bezier(0, 0, .2, 1);
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
} * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
display: block;
}
audio, canvas, video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden] {
display: none;
}
a {
color: var(--edubin-heading-color);
text-decoration: none;
outline: none;
}
.edubin-course-details-sidebar-buttons {
margin-top: 30px;
}
a:hover, a:focus, a:active {
text-decoration: none;
outline: none;
color: var(--edubin-primary-color);
}
a:focus {
outline: none;
}
address {
margin: 0 0 24px;
}
abbr[title] {
border-bottom: 1px dotted;
}
b, strong {
font-weight: 600;
}
mark {
background: var(--edubin-primary-color);
color: #ffffff;
}
code, kbd, pre, samp {
font-size: var(--edubin-font-size-b3);
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
code {
color: var(--edubin-heading-color);
}
kbd {
background: var(--edubin-heading-color);
color: var(--edubin-color-white);
padding: 0.2rem 0.4rem;
border-radius: 0.2rem;
}
ins {
color: var(--edubin-heading-color);
}
pre, pre.wp-block-code {
font-size: 15px !important;
margin: 40px 0 !important;
overflow: auto;
padding: 20px !important;
white-space: pre-wrap !important;
word-wrap: break-word !important;
color: var(--edubin-color-body) !important;
background: var(--edubin-color-light);
border-radius: 4px;
border: 1px solid var(--edubin-color-border);
}
small {
font-size: smaller;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
dl {
margin-top: 0;
margin-bottom: 10px;
}
dd {
margin: 0 15px 15px;
}
dt {
font-weight: bold;
color: var(--edubin-heading-color);
}
menu, ol, ul {
margin: 16px 0;
padding: 0 0 0 40px;
}
nav ul, nav ol {
list-style: none;
list-style-image: none;
}
li>ul, li>ol {
margin: 0;
}
ol ul {
margin-bottom: 0;
}
embed, iframe, object {
max-width: 100%;
}
img {
-ms-interpolation-mode: bicubic;
border: 0;
vertical-align: middle;
max-width: 100%;
height: auto;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0 0 10px;
}
form {
margin: 0;
}
fieldset {
border: 1px solid var(--edubin-color-border);
margin: 0 2px;
min-width: inherit;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
white-space: normal;
}
button, input, select, textarea {
font-size: 100%;
margin: 0;
max-width: 100%;
vertical-align: baseline;
}
button, input {
line-height: normal;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
-webkit-appearance: button;
-moz-appearance: button;
appearance: button;
cursor: pointer;
}
button[disabled], input[disabled] {
cursor: default;
}
input[type="checkbox"], input[type="radio"] {
padding: 0;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-appearance: textfield;
appearance: textfield;
appearance: textfield;
padding-right: 2px;
width: 270px;
}
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
vertical-align: top;
}
caption, th, td {
font-weight: normal;
}
table thead th {
font-weight: 700;
}
td, .wp-block-calendar tfoot td {
border: 1px solid var(--edubin-color-border);
padding: 7px 10px;
}
del {
color: #333;
}
hr {
background-size: 4px 4px;
border: 0;
height: 1px;
margin: 0 0 24px;
opacity: 0.6;
}
table a, table a:link, table a:visited {
text-decoration: underline;
}
dt {
font-weight: bold;
margin-bottom: 10px;
}
dd {
margin: 0 15px 15px;
}
caption {
caption-side: top;
}
dfn, cite, em {
font-style: italic;
} blockquote, q {
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
content: "";
content: none;
}
.wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.is-style-plain, blockquote {
background: #f3f3f8;
border: 0 !important;
padding: 35px 40px 35px 105px !important;
font-style: normal;
margin: 30px 0 30px;
position: relative;
z-index: 1;
text-align: left;
}
.wp-block-column blockquote.wp-block-quote {
padding: 10px 15px !important;
}
.wp-block-column blockquote.wp-block-quote:after {
display: none;
}
blockquote:after {
position: absolute;
content: "\f13c";
font-family: 'flaticon_edubin';
font-size: 35px;
color: var(--edubin-primary-color);
top: 30px;
left: 40px;
}
.wp-block-column blockquote:after {
right: -5px;
}
blockquote, .wp-block-pullquote.is-style-solid-color blockquote p, .wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p, blockquote p {
color: var(--edubin-color-body);
font-size: 17px;
}
.wp-block-pullquote.is-style-solid-color blockquote p, .wp-block-quote.is-large:not(.is-style-plain) p, .wp-block-quote.is-style-large:not(.is-style-plain) p, blockquote p {
margin-bottom: 0;
}
blockquote cite, blockquote p cite, blockquote p code, .wp-block-quote.is-large:not(.is-style-plain) cite, .wp-block-quote.is-large:not(.is-style-plain) footer, .wp-block-quote.is-style-large:not(.is-style-plain) cite, .wp-block-quote.is-style-large:not(.is-style-plain) footer, .wp-block-quote cite, blockquote cite {
display: flex;
margin-top: 8px;
font-family: var(--edubin-font-secondary);
font-weight: var(--edubin-p-medium);
font-size: var(--edubin-h5);
line-height: var(--edubin-h5-lineHeight);
}
blockquote cite a {
color: var(--edubin-heading-color);
}
blockquote.wp-block-quote.has-text-align-right cite {
justify-content: flex-end;
}
blockquote strong, blockquote b {
font-weight: 700;
}
@media only screen and (max-width: 991px) {
.wp-block-quote.is-large, .wp-block-quote.is-style-large, .wp-block-quote.is-style-plain, blockquote {
padding: 35px 30px 35px 100px !important;
margin: 40px 0 30px;
}
blockquote:after {
font-size: 30px;
left: 30px;
}
} ::-webkit-input-placeholder {
color: var(--edubin-color-placeholder);
font-family: var(--edubin-font-primary);
font-weight: 400;
}
:-moz-placeholder {
color: var(--edubin-color-placeholder);
font-family: var(--edubin-font-primary);
font-weight: 400;
}
::-moz-placeholder {
color: var(--edubin-color-placeholder);
font-family: var(--edubin-font-primary);
font-weight: 400;
opacity: 1;
}
:-ms-input-placeholder {
color: var(--edubin-color-placeholder);
font-family: var(--edubin-font-primary);
font-weight: 400;
} * {
box-sizing: border-box;
}
html {
margin: 0;
padding: 0;
font-size: 10px;
}
body {
overflow-x: hidden;
font-size: var(--edubin-font-size-b1);
line-height: var(--edubin-line-height-b1);
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: var(--edubin-font-primary);
color: var(--edubin-color-body);
background-color: var(--edubin-color-white);
margin: 0;
padding: 0;
}
body.modal-open {
padding: 0 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, address, pre, menu, ol, ul, table, hr {
margin: 0;
margin-bottom: 20px;
}
.display-one {
font-size: 112px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
word-break: break-word;
font-family: var(--edubin-font-secondary);
color: var(--edubin-heading-color);
}
h1, .h1 {
font-size: var(--edubin-h1);
line-height: var(--edubin-h1-lineHeight);
}
h2, .h2 {
font-size: var(--edubin-h2);
line-height: var(--edubin-h2-lineHeight);
}
h3, .h3 {
font-size: var(--edubin-h3);
line-height: var(--edubin-h3-lineHeight);
}
h4, .h4 {
font-size: var(--edubin-h4);
line-height: var(--edubin-h4-lineHeight);
}
h5, .h5 {
font-size: var(--edubin-h5);
line-height: var(--edubin-h5-lineHeight);
}
h6, .h6 {
font-size: var(--edubin-h6);
line-height: var(--edubin-h6-lineHeight);
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
color: inherit;
transition: 0.5s;
}
a {
color: var(--edubin-heading-color);
transition: 0.3s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
h1, .h1 {
font-size: 38px;
}
h2, .h2 {
font-size: 32px;
}
h3, .h3 {
font-size: 28px;
}
}
@media only screen and (max-width: 767px) {
h1, .h1 {
font-size: 34px;
}
h2, .h2 {
font-size: 28px;
}
h3, .h3 {
font-size: 24px;
}
h4, .h4 {
font-size: 20px;
}
}
h1, .h1, h2, .h2, h3, .h3 {
font-weight: var(--edubin-p-bold);
}
h4, .h4 {
font-weight: var(--edubin-p-semi-bold);
}
h5, .h5 {
font-weight: var(--edubin-p-semi-bold);
}
h6, .h6 {
font-weight: var(--edubin-p-semi-bold);
}
p {
margin: 0 0 1.5em;
}
@media only screen and (max-width: 767px) {
p {
margin: 0 0 20px;
}
}
p.has-large-font-size {
line-height: 1.2;
font-size: 36px;
}
p.has-medium-font-size {
font-size: 24px;
line-height: 36px;
}
p.has-small-font-size {
font-size: 13px;
}
p.has-very-light-gray-color {
color: var(--edubin-color-white);
}
p.has-background {
padding: 20px 30px;
}
table {
border-collapse: collapse;
border-spacing: 0;
margin: 0 0 40px;
width: 100%;
}
table a, table a:link, table a:visited {
text-decoration: none;
}
cite, .wp-block-pullquote cite, .wp-block-pullquote.is-style-solid-color blockquote cite, .wp-block-quote cite {
color: var(--edubin-heading-color);
}
var {
font-family: "Courier 10 Pitch", Courier, monospace;
}
.text-center {
text-align: center !important;
}
.text-start {
text-align: left !important
}
.text-end {
text-align: right !important
}
.edubin-flex-left {
justify-content: left !important
}
.edubin-flex-right {
justify-content: center !important
}
.edubin-flex-right {
justify-content: right !important
}
.edubin-animated-shape {
position: relative;
z-index: 9;
} ul, ol {
padding-left: 18px;
}
ul {
list-style: disc;
margin-bottom: 30px;
padding-left: 20px;
}
@media only screen and (max-width: 767px) {
ul.liststyle.bullet li {
padding-left: 19px;
}
}
ul li {
margin-top: 10px;
margin-bottom: 10px;
}
ul li a {
text-decoration: none;
}
ul li a:hover {
color: var(--edubin-primary-color);
}
ul ul {
margin-bottom: 0;
}
ol {
margin-bottom: 30px;
}
ol li {
margin-top: 10px;
margin-bottom: 10px;
}
ol li a {
color: var(--heading-color);
text-decoration: none;
}
ol li a:hover {
color: var(--edubin-primary-color);
}
ol ul {
padding-left: 30px;
}
hr {
display: block;
height: 0;
margin: 15px 0;
border-top: 1px solid var(--edubin-color-border);
background: transparent;
}
.edubin-shop-single-product .inner .edubin-single-product-thumb-wrapper .product-hover-info ul, .blog-meta, .blog-main-content .gallery, .column-gallery, .widget ul, .cart-summary .cart-summary-inner, .footer-style-default .information-list {
padding: 0;
margin: 0;
list-style: none;
}
ul li a, ol li a, #scrollUp, .form-group input, .form-group textarea, .mainmenu-nav .mainmenu li.has-droupdown .submenu li a {
transition: var(--edubin-transition);
}
.bgImagePosition, .bg-image {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
a, button, img, input {
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
article, aside, figcaption, figure, footer, header, nav, section {
display: block;
}
a {
text-decoration: none;
}
.has-text-align-left {
text-align: left;
}
.has-text-align-center {
text-align: center;
}
.has-text-align-right {
text-align: right;
}
.wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption-text {
text-align: center;
margin: 0.8075em 0 0;
}
.screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.gallery-caption {
display: block;
}
.bypostauthor {
display: block;
}
.alignleft {
display: inline;
float: left;
margin-right: 1.5em !important;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em !important;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto !important;
margin-right: auto !important;
text-align: center;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
}
button, input[type="button"], input[type="reset"], select, textarea, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
border: 1px solid var(--edubin-color-border);
border-radius: 0;
padding: 13px 12px;
background-color: transparent;
}
input[type="submit"] {
border: none;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, select:focus, textarea:focus, input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, .widget_product_search .woocommerce-product-search input[type=search]:focus, .widget_search .search-form input[type=search]:focus {
outline: 0;
}
textarea {
width: 100%;
}
table {
background-color: transparent;
border-spacing: 0;
border-collapse: collapse;
}
caption {
padding-top: 8px;
padding-bottom: 8px;
color: #777;
}
th {
text-align: left;
} .required {
color: inherit !important;
}
.content-area {
width: 100%;
}
.edubin-display-flex {
display: -webkit-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.wp-block-button__link {
margin-bottom: 15px;
}
.entry-header {
-ms-word-wrap: break-word;
word-wrap: break-word;
}
.edubin-navbar {
position: relative;
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
-ms-flex-pack: justify;
-webkit-box-pack: justify;
justify-content: space-between;
padding: .5rem 1rem;
}
.container, .edubin-container {
width: 100%; margin-right: auto;
margin-left: auto;
}
@media (max-width: 1200px) {
.container, .edubin-container {
padding-right: 15px;
padding-left: 15px;
}
}
.container-fluid, .edubin-container-fluid {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
.edubin-order-1 {
-ms-flex-order: 1;
-webkit-box-ordinal-group: 2;
order: 1;
}
.edubin-order-2 {
-ms-flex-order: 2;
-webkit-box-ordinal-group: 3;
order: 2;
}
.edubin-d-flex {
display: -webkit-box !important;
display: -webkit-flex !important;
display: -ms-flexbox !important;
display: flex !important;
}
.edubin-justify-content-center {
-ms-flex-pack: center !important;
-webkit-box-pack: center !important;
justify-content: center !important;
}
.edubin-justify-content-end {
-ms-flex-pack: flex-end !important;
-webkit-box-pack: flex-end !important;
justify-content: flex-end !important;
}
.edubin-col-xl-1, .edubin-col-xl-2, .edubin-col-xl-3, .edubin-col-xl-4, .edubin-col-xl-5, .edubin-col-xl-6, .edubin-col-xl-7, .edubin-col-xl-8, .edubin-col-xl-9, .edubin-col-xl-10, .edubin-col-xl-11, .edubin-col-xl-12, .edubin-col-lg-1, .edubin-col-lg-2, .edubin-col-lg-3, .edubin-col-lg-4, .edubin-col-lg-5, .edubin-col-lg-el-5, .edubin-col-lg-6, .edubin-col-lg-7, .edubin-col-lg-8, .edubin-col-lg-9, .edubin-col-lg-10, .edubin-col-lg-11, .edubin-col-lg-12, .edubin-col-md-1, .edubin-col-md-2, .edubin-col-md-3, .edubin-col-md-4, .edubin-col-md-5, .edubin-col-md-6, .edubin-col-md-7, .edubin-col-md-8, .edubin-col-md-9, .edubin-col-md-10, .edubin-col-md-11, .edubin-col-md-12, .edubin-col-sm-1, .edubin-col-sm-2, .edubin-col-sm-3, .edubin-col-sm-4, .edubin-col-sm-5, .edubin-col-sm-6, .edubin-col-sm-7, .edubin-col-sm-8, .edubin-col-sm-9, .edubin-col-sm-10, .edubin-col-sm-11, .edubin-col-sm-12, .edubin-col-1, .edubin-col-2, .edubin-col-3, .edubin-col-4, .edubin-col-5, .edubin-col-6, .edubin-col-7, .edubin-col-8, .edubin-col-9, .edubin-col-10, .edubin-col-11, .edubin-col-12 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
.edubin-col-1 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 8.33333333%;
}
.edubin-col-2 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 16.66666667%;
}
.edubin-col-3 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 25%;
}
.edubin-col-4 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 33.33333333%;
}
.edubin-col-5 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 41.66666667%;
}
.edubin-col-6 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 50%;
}
.edubin-col-7 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 58.33333333%;
}
.edubin-col-8 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 66.66666667%;
}
.edubin-col-9 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 75%;
}
.edubin-col-10 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 83.33333333%;
}
.edubin-col-11 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 91.66666667%;
}
.edubin-col-12 {
-webkit-box-flex: 0;
-webkit-flex: 0 0 auto;
-ms-flex: 0 0 auto;
flex: 0 0 auto;
width: 100%;
}
.row, .edubin-row {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
margin-bottom: -30px;
}
.edubin-row>* {
margin-bottom: 30px !important;
}
.edubin-main-content-inner.edubin-row {
margin-bottom: 0px !important;
}
.edubin-main-content-inner.edubin-row>* {
margin-bottom: 0px!important;
}
.edubin-mt---10 {
margin-top: -10px !important;
}
.edubin-mt--10 {
margin-top: 10px !important;
}
.edubin-mt--20 {
margin-top: 20px !important;
}
.edubin-mt--30 {
margin-top: 30px !important;
}
.edubin-mt--40 {
margin-top: 40px !important;
}
.edubin-mt--50 {
margin-top: 50px !important;
}
.edubin-mb--30 {
margin-bottom: 30px !important;
}
.edubin-mb--40 {
margin-bottom: 40px !important;
}
.edubin-mb--50 {
margin-bottom: 50px !important;
}
.edubin-mb--60 {
margin-bottom: 60px !important;
}
.edubin-pb--0 {
padding-bottom: 0px !important;
}
.edubin-pb--10 {
padding-bottom: 10px !important;
}
.edubin-pb--20 {
padding-bottom: 20px !important;
}
.edubin-pb--30 {
padding-bottom: 30px !important;
}
.edubin-pb--40 {
padding-bottom: 40px !important;
}
.edubin-pb--50 {
padding-bottom: 50px !important;
}
.edubin-pb--60 {
padding-bottom: 60px !important;
}
.edubin-d-none {
display: none !important;
}
@media (min-width: 1200px) {
.edubin-d-xl-block {
display: block !important;
}
}
.edubin-align-items-center {
-ms-flex-align: center;
-webkit-box-align: center;
align-items: center;
}
.edubin-text-center {
text-align: center;
}
h1.entry-title, h2.entry-title {
margin: 0 0 20px;
}
.tpc-sidebar-widget .widget-area-wrapper {
padding: 35px 0;
}
.tpc-sidebar-widget .widget-area-wrapper:first-child {
padding-top: 0;
}
.widget-area section.widget {
padding: 0 0 30px 0;
}
.widget-area .widget_block h2, .widget-area h2.widget-title {
font-weight: var(--edubin-p-semi-bold);
font-size: var(--edubin-h4);
line-height: var(--edubin-h4-lineHeight);
margin-bottom: 35px;
}
.edubin-main-content-inner .widget-area ol.wp-block-latest-comments {
padding-left: 0;
}
.edubin-main-content-inner .wp-block-search .wp-block-search__label {
display: none;
}
.edubin-main-content-inner .wp-block-search__button-outside.wp-block-search__text-button.wp-block-search, .edubin-main-content-inner .wp-block-search .wp-block-search__input {
margin-bottom: 0;
}
h1.entry-title a, h2.entry-title a, .edubin-main-content-inner .widget-area h2 a {
text-decoration: none;
}
.entry-meta {
margin-bottom: 20px;
}
.table-bordered {
border: 1px solid var(--edubin-color-border);
}
.table {
width: 100%;
max-width: 100%;
margin-bottom: 20px;
}
.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
border-top: 0;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
border-bottom-width: 2px;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
border: 1px solid var(--edubin-color-border);
}
.table>thead>tr>th {
vertical-align: bottom;
border-bottom: 1px solid var(--edubin-color-border);
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
padding: 12px;
line-height: 1.42857143;
vertical-align: top;
border-top: 1px solid var(--edubin-color-border);
text-align: center;
}
.table-striped>tbody>tr:nth-of-type(odd) {
background-color: #f9f9f9;
}
.edit-link {
display: block;
margin-top: 15px;
}
.edubin-single-post .entry-header h1 {
margin-top: 0;
}
.edubin-comments-area .comment-respond, .edubin-related-posts-wrapper {
margin-top: 70px;
}
.edubin-comments-area {
margin-top: 50px;
}
.edubin-related-posts-wrapper h3 {
font-size: 22px;
border-bottom: 1px solid var(--edubin-color-border);
padding-bottom: 20px;
margin-bottom: 31px;
}
.edubin-comments-area h2.comments-title, .edubin-comments-area h3.edubin-title {
border-bottom: 0;
padding-bottom: 0px;
margin-bottom: 30px;
font-size: 28px;
line-height: 40px;
font-weight: 700;
}
.edubin-comments-area h3.edubin-title {
margin-bottom: 20px;
}
.edubin-comments-area p.comment-notes {
margin-bottom: 30px;
}
.edubin-comments-area p.no-comments {
color: #ffffff;
padding: 8px 10px;
border-radius: 5px;
background: var(--edubin-primary-color);
}
.edubin-comments-area #cancel-comment-reply-link {
opacity: .8;
}
.edubin-comments-area #cancel-comment-reply-link:hover {
opacity: 1;
}
.edubin-author-bio {
border-top: 1px solid var(--edubin-color-border);
display: flex;
padding: 60px 0 60px;
}
.edubin-author-bio .edubin-author-thumb img {
width: 100px;
height: 100px;
object-fit: cover;
border-radius: 100%;
}
.edubin-author-bio .edubin-author-details {
width: calc(100% - 100px);
padding-left: 30px;
}
.edubin-author-bio .edubin-author-details h5 {
font-size: 20px;
line-height: 32px;
margin: 0 0 10px;
}
.edubin-author-bio .edubin-author-details a {
text-decoration: none;
}
.edubin-author-bio .edubin-author-details .edubin-author-info p:last-child {
margin-bottom: 20px;
}
.edubin-author-bio .edubin-author-social-info {
display: flex;
flex-wrap: wrap;
margin: 0 -15px;
}
.edubin-author-bio .edubin-author-social-info a {
margin: 0 15px;
color: var(--edubin-primary-color);
font-size: 14px;
}
.edubin-comments-area .logged-in-as a {
color: var(--edubin-heading-color);
}
.edubin-editor-social-info, .edubin-social-share-icons-wrapper {
margin: 0 !important;
padding: 0 !important;
list-style: none;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
list-style: none !important;
}
.edubin-editor-social-info a, .edubin-social-share-icons-wrapper li {
margin: 0 0 0 15px !important;
}
.edubin-editor-social-info a:first-child {
margin: 0 0 0 0 !important;
}
.edubin-editor-social-info a, .edubin-social-share-icons-wrapper li a {
display: inline-block;
font-size: 15px;
color: var(--edubin-heading-color);
-webkit-transition: 0.3s;
transition: 0.3s;
text-align: center;
border: 1px solid #e7e7e7;
width: 35px;
height: 35px;
line-height: 36px;
border-radius: 100px;
}
.edubin-editor-social-info a:hover {
color: var(--edubin-primary-color);
}
.edubin-woocommerce-shop-top p.woocommerce-result-count {
margin: 0;
color: var(--edubin-heading-color);
font-family: var(--edubin-font-secondary);
font-weight: var(--edubin-p-semi-bold);
}
@media only screen and (max-width: 767px) {
.edubin-author-bio .edubin-author-details {
padding-left: 20px;
}
.edubin-single-post-nav.edubin-next-post a {
justify-content: flex-start;
}
.edubin-single-post-nav a span {
-webkit-line-clamp: inherit;
}
}
@media only screen and (max-width: 575px) {
.edubin-author-bio {
display: block;
}
.edubin-author-bio .edubin-author-details {
padding-left: 0px;
width: 100%;
margin-top: 20px;
}
}
body.admin-bar .fancybox-toolbar {
top: 32px;
}
@-webkit-keyframes edubin-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes edubin-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes edubin-radius-change {
0% {
border-radius: 0px 0px 0px 0px;
}
40% {
border-radius: 50px 0px 100px 0px;
}
80% {
border-radius: 0px 50px 0px 100px;
}
100% {
border-radius: 0px 0px 0px 0px;
}
}
@-webkit-keyframes edubin-radius-change2 {
0% {
border-radius: 0px 0px 0px 0px;
}
25% {
border-radius: 50px 0px;
}
50% {
border-radius: 0px 0px 0px 0px;
}
75% {
border-radius: 0px 50px;
}
100% {
border-radius: 50px 0px;
}
}
@keyframes edubin-radius-change2 {
0% {
border-radius: 0px 0px 0px 0px;
}
25% {
border-radius: 50px 0px;
}
50% {
border-radius: 0px 0px 0px 0px;
}
75% {
border-radius: 0px 50px;
}
100% {
border-radius: 50px 0px;
}
}
.edubin-fade {
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.edubin-course-tab-content.edubin-fade {
display: flex;
}
.edubin-course-tab-content.edubin-fade:not(.active) {
display: none;
}
.edubin-fade:not(.active) {
opacity: 0;
}
@media (prefers-reduced-motion: reduce) {
.edubin-fade {
-webkit-transition: none;
-o-transition: none;
transition: none;
}
}
.w-100 {
width: 100% !important;
} #secondary, .widget {
word-break: break-word;
}
.nice-select {
float: none !important;
border-radius: 0 !important;
height: 50px !important;
line-height: 50px !important;
border-radius: 3px !important;
}
.nice-select::after {
right: 18px !important;
width: 5px !important;
}
.nice-select .list {
width: calc(100% + 2px) !important;
overflow-y: scroll !important;
max-height: 365px !important;
left: -1px;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
border-color: var(--edubin-primary-color)
}
.widget .nice-select ul li, .nice-select ul li {
margin-top: 0 !important;
padding-bottom: 0px !important;
margin-bottom: 6px !important;
border-bottom: 0 !important;
}
.widget .nice-select .list li {
white-space: initial;
}
.widget_categories ul li.cat-item-none {
text-align: left;
}
.widget_archive ul li, .widget_categories ul li {
text-align: right;
display: block;
overflow: hidden;
}
.widget_archive ul li a, .widget_categories ul li a {
float: left;
}
.widget li, #secondary li, .widget_archive ul li, .widget_categories ul li, .widget_pages ul li, .widget_meta ul li, .widget_recent_comments ul li, .widget_recent_entries ul li, .widget_nav_menu ul li, .widget_recent_entries ul li {
color: var(--edubin-heading-color);
font-weight: var(--edubin-p-medium);
margin-top: 0;
margin-bottom: 14px;
font-size: var(--edubin-font-size-b1);
line-height: var(--edubin-line-height-b1);
}
.widget .nice-select .list li, #secondary .nice-select .list li, .widget_archive .nice-select ul.list li, .widget_categories .nice-select ul.list li, .widget_pages .nice-select ul.list li, .widget_meta .nice-select ul.list li, .widget_recent_comments .nice-select ul.list li, .widget_recent_entries .nice-select ul.list li, .widget_nav_menu .nice-select ul.list li, .widget_recent_entries .nice-select ul.list li {
line-height: 40px;
}
.widget li a:hover, #secondary li a:hover, .widget_archive ul li a:hover, .widget_categories ul li a:hover, .widget_pages ul li a:hover, .widget_meta ul li a:hover, .widget_recent_comments ul li a:hover, .widget_recent_entries ul li a:hover, .widget_nav_menu ul li a:hover, .widget_recent_entries ul li a:hover {
color: var(--edubin-primary-color);
}
.widget li:last-child, #secondary li:last-child, .widget_archive ul li:last-child, .widget_categories ul li:last-child, .widget_pages ul li:last-child, .widget_meta ul li:last-child, .widget_recent_comments ul li:last-child, .widget_recent_entries ul li:last-child, .widget_nav_menu ul ul.sub-menu li:last-child, .widget_recent_entries ul li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom: 0;
}
.widget_archive ul.children, .widget_categories ul.children, .widget_pages ul.children, .widget_meta ul.children, .widget_nav_menu ul ul.sub-menu {
margin-top: 10px;
padding-left: 20px !important;
}
.widget_archive ul.children li, .widget_categories ul.children li, .widget_pages ul.children li, .widget_meta ul.children li, .widget_nav_menu ul ul.sub-menu li {
padding-left: 0 !important;
}
.widget_archive ul.children li:last-child, .widget_categories ul.children li:last-child, .widget_pages ul.children li:last-child, .widget_meta ul.children li:last-child, .widget_nav_menu ul ul.sub-menu li:last-child {
border-bottom: 0px !important;
}
.widget ul {
list-style-type: none;
}
.widget ul li a, .widget a {
text-decoration: none;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.widget.widget_rss ul li a.rsswidget {
font-weight: 700;
}
.widget select, .nice-select {
display: block;
max-width: 100%;
width: 100%;
background-color: #ffffff;
background-image: none;
font-family: var(--edubin-font-primary);
border: 1px solid #eee;
border-radius: 3px;
font-weight: 500;
font-size: 16px;
}
.nice-select span.current {
color: var(--edubin-heading-color);
}
.nice-select:after {
border-color: var(--edubin-heading-color);
}
.widget select option {
padding: 10px 0px;
}
.widget #wp-calendar tbody td, .widget #wp-calendar.table>thead>tr>th {
color: var(--edubin-heading-color);
}
.widget #wp-calendar.table>thead>tr>th {
font-weight: 600;
font-family: var(--edubin-font-secondary);
}
.widget_product_search .woocommerce-product-search, .widget_search form.search-form {
position: relative;
}
.widget_product_search .woocommerce-product-search label, .widget_search .search-form label {
display: block;
}
.widget_product_search .woocommerce-product-search button[type=submit], .widget_search .search-submit {
display: none;
}
.widget_product_tag_cloud .tagcloud, .widget_tag_cloud .tagcloud {
display: inline-block;
}
.widget_edubincore_lp_courses_widget .edubin-recent-course-each-item, .widget_edubincore_ld_courses_widget .edubin-recent-course-each-item, .widget_edubincore_tl_courses_widget .edubin-recent-course-each-item, .widget_edubincore_recent_posts_widget .edubin-recent-post-each-item, .widget_shopping_cart .edubin-mini-cart-each-item, .widget_products .product_list_widget li, .widget_top_rated_products .product_list_widget li, .widget_lp-widget-featured-courses .course-entry, .widget_lp-widget-recent-courses .course-entry, .widget_lp-widget-popular-courses .course-entry {
display: flex;
}
.widget_edubincore_lp_courses_widget .edubin-recent-course-each-item .edubin-course-widget-thumb, .widget_edubincore_ld_courses_widget .edubin-recent-course-each-item .edubin-course-widget-thumb, .widget_edubincore_tl_courses_widget .edubin-recent-course-each-item .edubin-course-widget-thumb, .widget_edubincore_recent_posts_widget .edubin-recent-post-each-item .edubin-post-widget-thumb, .widget_shopping_cart .edubin-mini-cart-item-thumb, .widget_shopping_cart .edubin-mini-cart-item-thumb img, .widget_products .product_list_widget li img, .widget_top_rated_products .product_list_widget li img {
width: 100px;
}
.widget_edubincore_lp_courses_widget .edubin-recent-course-each-item .edubin-course-widget-thumb, .widget_edubincore_ld_courses_widget .edubin-recent-course-each-item .edubin-course-widget-thumb, .widget_edubincore_tl_courses_widget .edubin-recent-course-each-item .edubin-course-widget-thumb, .widget_edubincore_recent_posts_widget .edubin-recent-post-each-item .edubin-post-widget-thumb, .widget_shopping_cart .edubin-mini-cart-item-thumb, .widget_products .product_list_widget li img, .widget_top_rated_products .product_list_widget li img {
padding-right: 0;
margin-right: 20px;
}
.widget_edubincore_lp_courses_widget .entry-title, .widget_edubincore_ld_courses_widget .entry-title, .widget_edubincore_tl_courses_widget .entry-title, .widget_edubincore_recent_posts_widget .entry-title {
margin-bottom: 5px;
}
.widget_edubincore_lp_courses_widget .entry-title a, .widget_edubincore_ld_courses_widget .entry-title a, .widget_edubincore_tl_courses_widget .entry-title a, .widget_edubincore_recent_posts_widget .entry-title a, .widget_shopping_cart .edubin-mini-cart-product-name-quantity a, .widget_products .product_list_widget li .product-title a, .widget_top_rated_products .product_list_widget li .product-title a {
color: var(--edubin-heading-color);
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
margin-bottom: 0px;
font-weight: 600;
font-size: var(--edubin-h6);
line-height: var(--edubin-h6-lineHeight);
}
.widget_edubincore_lp_courses_widget .entry-title a:hover, .widget_edubincore_ld_courses_widget .entry-title a:hover, .widget_edubincore_tl_courses_widget .entry-title a:hover, .widget_edubincore_recent_posts_widget .entry-title a:hover, .widget_shopping_cart .edubin-mini-cart-product-name-quantity a:hover, .widget_products .product_list_widget li .product-title a:hover, .widget_top_rated_products .product_list_widget li .product-title a:hover {
color: var(--edubin-primary-color);
}
.edubin-course-cat-widget-each-item:last-child {
margin-bottom: 0;
}
.widget_edubincore_lp_courses_widget .entry-title, .widget_edubincore_ld_courses_widget .entry-title, .widget_edubincore_tl_courses_widget .entry-title {
margin-bottom: 8px;
}
.widget_products .product_list_widget li .product-title, .widget_top_rated_products .product_list_widget li .product-title {
width: 100%;
display: flex;
}
.widget_products .product_list_widget li ins, .widget_top_rated_products .product_list_widget li ins {
background: transparent;
}
.widget_edubincore_lp_courses_widget .edubin-recent-course-each-item .edubin-recent-course-price, .widget_edubincore_ld_courses_widget .edubin-recent-course-each-item .edubin-recent-course-price, .widget_edubincore_tl_courses_widget .edubin-recent-course-each-item .edubin-recent-course-price, .widget_products .product_list_widget li .woocommerce-Price-amount, .widget_top_rated_products .product_list_widget li .woocommerce-Price-amount {
font-weight: 600;
}
.widget_edubincore_lp_courses_widget .edubin-recent-course-each-item .edubin-recent-course-price .origin-price {
text-decoration: line-through;
margin-right: 2px;
display: none;
}
.widget_shopping_cart .edubin-mini-cart-each-item:first-child {
padding: 0 0 30px;
}
.widget_edubincore_lp_courses_widget .edubin-recent-course-each-item, .widget_edubincore_ld_courses_widget .edubin-recent-course-each-item, .widget_edubincore_tl_courses_widget .edubin-recent-course-each-item, .widget_edubincore_recent_posts_widget .edubin-recent-post-each-item, .widget_lp-widget-featured-courses .course-entry, .widget_lp-widget-recent-courses .course-entry, .widget_lp-widget-popular-courses .course-entry, .widget_shopping_cart .edubin-mini-cart-each-item, #secondary .widget_products .product_list_widget li, #secondary .widget_top_rated_products .product_list_widget li {
padding: 0 0 20px;
margin: 0 0 20px;
border-bottom: 1px solid var(--edubin-color-border);
}
.widget_edubincore_lp_courses_widget .edubin-recent-course-each-item:last-child, .widget_edubincore_ld_courses_widget .edubin-recent-course-each-item:last-child, .widget_edubincore_tl_courses_widget .edubin-recent-course-each-item:last-child, .widget_edubincore_recent_posts_widget .edubin-recent-post-each-item:last-child, .widget_lp-widget-featured-courses .course-entry:last-child, .widget_lp-widget-recent-courses .course-entry:last-child, .widget_lp-widget-popular-courses .course-entry:last-child, .widget_shopping_cart .edubin-mini-cart-each-item:last-child, .widget_products .product_list_widget li:last-child, .widget_top_rated_products .product_list_widget li:last-child {
padding-bottom: 0;
margin-bottom: 0;
border-bottom-width: 0;
}
.widget_shopping_cart p.woocommerce-mini-cart__total.total {
margin-top: 30px;
}
.widget_shopping_cart a.remove_from_cart_button {
margin-top: -4px;
}
.widget_edubincore_lp_courses_widget .edubin-recent-course-each-item .edubin-course-widget-thumb img, .widget_edubincore_ld_courses_widget .edubin-recent-course-each-item .edubin-course-widget-thumb img, .widget_edubincore_tl_courses_widget .edubin-recent-course-each-item .edubin-course-widget-thumb img, .widget_edubincore_recent_posts_widget .edubin-recent-post-each-item .edubin-post-widget-thumb img, .widget_shopping_cart .edubin-mini-cart-item-thumb img, .widget_shopping_cart .edubin-mini-cart-item-thumb img, .widget_products .product_list_widget li img, .widget_top_rated_products .product_list_widget li img {
min-width: 80px;
max-width: 80px;
width: 80px;
display: flex;
height: 80px;
object-fit: cover;
border-radius: 5px;
}
.widget_edubincore_recent_posts_widget .edubin-recent-post-each-item .post-meta {
margin: 0px;
display: flex;
}
.widget_edubincore_recent_posts_widget .edubin-recent-post-each-item .post-meta i {
font-size: 16px;
padding-right: 10px;
position: relative;
top: 2px;
color: var(--edubin-primary-color);
}
.widget_lp-widget-featured-courses .course-entry .course-cover, .widget_lp-widget-recent-courses .course-entry .course-cover, .widget_lp-widget-popular-courses .course-entry .course-cover {
min-width: 87px;
min-height: 87px;
display: flex;
margin-right: 20px;
}
.widget_lp-widget-featured-courses .course-entry .course-cover img, .widget_lp-widget-recent-courses .course-entry .course-cover img, .widget_lp-widget-popular-courses .course-entry .course-cover img {
width: 87px;
height: 87px;
display: flex;
object-fit: cover;
}
.widget_lp-widget-featured-courses .course-entry .course-cover a, .widget_lp-widget-recent-courses .course-entry .course-cover a, .widget_lp-widget-popular-courses .course-entry .course-cover a, .widget_products .product_list_widget li a, .widget_top_rated_products .product_list_widget li a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.widget_lp-widget-featured-courses .course-entry .course-detail h3.course-title, .widget_lp-widget-recent-courses .course-entry .course-detail h3.course-title, .widget_lp-widget-popular-courses .course-entry .course-detail h3.course-title {
font-size: 18px;
line-height: 28px;
margin-bottom: 10px;
}
.widget_lp-widget-featured-courses .widget-footer, .widget_lp-widget-recent-courses .widget-footer, .widget_lp-widget-popular-courses .widget-footer {
display: flex;
justify-content: center;
}
.widget_lp-widget-featured-courses .widget-footer a.pull-right, .widget_lp-widget-recent-courses .widget-footer a.pull-right, .widget_lp-widget-popular-courses .widget-footer a.pull-right {
float: inherit;
padding: 10px 20px;
margin-top: 30px;
color: #ffffff;
border: 1px solid;
}
.widget_lp-widget-featured-courses .widget-footer a.pull-right:hover, .widget_lp-widget-recent-courses .widget-footer a.pull-right:hover, .widget_lp-widget-popular-courses .widget-footer a.pull-right:hover {
background-color: #ffffff;
}
.widget_edubincore_lp_courses_widget .edubin-recent-course-each-item:not(:last-child), .widget_edubincore_ld_courses_widget .edubin-recent-course-each-item:not(:last-child), .widget_edubincore_recent_posts_widget .edubin-recent-post-each-item:not(:last-child) {
margin-bottom: 20px;
}
.edubin-recent-post-each-item .post-meta-date {
display: flex;
color: var(--edubin-heading-color);
}
.edubin-recent-post-each-item .post-meta-date i {
margin-right: 8px;
top: 5px;
position: relative;
}
.widget_edubincore_ld_courses_widget .edubin-recent-course-each-item .media-body, .widget_edubincore_lp_courses_widget .edubin-recent-course-each-item .media-body {
margin-top: -6px;
}
.woocommerce .edubin-woo-product-widget-details .star-rating {
margin: 10px 0;
}
.filter-widget .filter-search-widget, .edubin-search-box .search-form {
position: relative;
}
.filter-widget.widget-search input[type="text"], .widget.widget_product_search input[type="search"], .edubin-search-box .search-form input {
border: 0 none;
background: #ffffff;
height: 45px;
width: 100%;
border-radius: 100px;
font-weight: 400;
font-size: 16px;
line-height: 22px;
padding: 0 20px 0 45px;
font-family: var(--edubin-font-primary);
border: 1px solid var(--edubin-color-border);
}
.filter-widget.widget-search .filter-search-widget:after, .widget_product_search .woocommerce-product-search:after, .edubin-search-box .search-form .search-button {
position: absolute;
top: 0;
background-color: transparent;
border: 0 none;
height: 100%;
text-align: center;
color: var(--edubin-color-body);
font-size: 18px;
border-radius: 0;
line-height: 45px;
padding: 0;
left: 20px;
}
.filter-widget.widget-search .filter-search-widget:after, .widget_product_search .woocommerce-product-search:after {
font-family: 'flaticon_edubin' !important;
content: "\f129";
font-size: 15px;
}
.wp-calendar-nav {
display: flex;
justify-content: space-between;
font-weight: 500;
margin-top: 10px;
}
table#wp-calendar {
caption-side: bottom;
border-collapse: collapse;
width: 100%;
float: none;
border: 0;
margin-bottom: 0;
}
#wp-calendar caption {
text-align: center;
margin-top: 5px;
margin-bottom: 0;
padding-bottom: 0;
padding-top: 0;
color: var(--edubin-heading-color);
font-size: 18px;
caption-side: top;
font-weight: 500;
}
#wp-calendar #next a, #wp-calendar #prev a {
font-size: 13px;
font-weight: 600;
}
#wp-calendar thead {
font-size: 14px;
}
#wp-calendar thead th {
padding-bottom: 10px;
text-align: center;
}
#wp-calendar.table>thead>tr>th {
border: 0;
font-weight: 700;
}
#wp-calendar.table-striped>tbody>tr:nth-of-type(odd) {
background: transparent;
}
#wp-calendar tbody {
color: var(--edubin-heading-color);
}
#wp-calendar tbody td {
background: #fdfdfd;
border: 1px solid var(--edubin-color-border);
text-align: center;
padding: 8px 0;
transition: 0.3s;
color: var(--edubin-color-body);
}
#wp-calendar tbody td a {
color: var(--edubin-heading-color);
}
#wp-calendar tbody td:hover, #wp-calendar tbody td:hover a {
background: var(--edubin-primary-color);
color: var(--edubin-color-white);
border-color: var(--edubin-primary-color);
}
#wp-calendar tbody .pad, #wp-calendar tbody .pad:hover {
background: none;
}
#wp-calendar tfoot #next {
font-size: 10px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 10px;
text-transform: uppercase;
padding-top: 10px;
}
.wp-block-image figcaption {
color: #575757;
line-height: 28px;
font-size: 15px;
}
.wp-block-image figcaption a {
color: var(--edubin-primary-color);
}
.wp-block-button a:hover {
color: inherit;
}
.wp-block-button.is-style-squared .wp-block-button__link {
color: #fff !important;
border-radius: 0;
}
.wp-block-cover-text {
color: var(--edubin-color-white) !important;
}
.wp-block-cover {
margin-bottom: 30px;
}
.wp-block-categories .postform, .wp-block-archives select {
margin-bottom: 15px;
}
.wp-block-latest-comments footer {
clear: inherit;
}
.wp-block-search .wp-block-search__inside-wrapper {
position: relative;
}
.wp-block-search .wp-block-search__label {
margin-bottom: 8px;
}
.wp-block-search__input {
width: 100%;
height: 60px;
border: 1px solid #ddd;
margin-bottom: 10px;
padding: 0 15px;
}
.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
margin-bottom: 30px;
}
.wp-block-search__button-outside .wp-block-search__button {
position: absolute;
border: none;
background: var(--edubin-primary-color);
right: 0;
top: 0px;
height: 60px;
color: #ffff;
padding: 0px 25px;
border-radius: 0px 4px 4px 0px;
}
.has-background .wp-block-group__inner-container {
padding: 20px;
margin-bottom: 25px;
}
.wp-block-media-text.alignfull.has-media-on-the-right.has-background.is-stacked-on-mobile {
margin-bottom: 20px;
}
.wp-block-pullquote {
border-top: 4px solid var(--edubin-color-body) !important;
border-bottom: 4px solid var(--edubin-color-body) !important;
}
.blocks-gallery-caption {
margin-bottom: 10px !important;
}
.gallery {
margin-bottom: 10px;
}
.gallery-item {
display: inline-block;
max-width: 33.33%;
text-align: center;
vertical-align: top;
width: 100%;
padding-right: 5px !important;
}
.gallery-columns-1 .gallery-item {
max-width: 100%;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
@media (max-width: 575px) {
.gallery-columns-1 .gallery-item, .gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {
max-width: 100%;
}
}
.edubin-course-cat-widget-each-item {
display: flex;
align-items: center;
font-weight: 600;
margin-bottom: 25px;
}
.edubin-course-cat-widget-each-item .cate-icon {
padding-right: 16px;
}
.edubin-course-cat-widget-each-item i {
font-size: 30px;
line-height: 1;
font-weight: 400;
} .tpc-edubin-blog-space {
margin-right: 10px;
}
.tpc-post-details-page {
margin-right: 25px;
}
.edubin-single-post .post-thumbnail {
margin-bottom: 30px;
}
.edubin-single-post .post-thumbnail img {
width: 100%;
}
.edubin-single-post .edubin-blog-meta {
margin-bottom: 25px;
}
.edubin-single-post .post-main-title {
margin-bottom: 5px;
}
.edubin-tag-social-share-wrapper {
clear: both;
padding-bottom: 60px;
padding-top: 40px;
}
.edubin-tag-social-share-wrapper i.flaticon-tags {
position: relative;
bottom: -2px;
}
.edubin-tag-social-share.edubin-row {
margin-bottom: 0px !important;
}
.edubin-tag-social-share.edubin-row>* {
margin-bottom: 0px !important;
}
.wp-block-tag-cloud, .widget_product_tag_cloud .tagcloud, .widget_tag_cloud .tagcloud {
margin: -5px;
}
.wp-block-tag-cloud a, .widget_product_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud a {
background: #f3f3f8;
border: 1px solid #f3f3f8;
border-radius: 5px;
font-weight: 500;
font-size: 14px;
font-family: var(--edubin-font-secondary);
margin: 5px;
height: 38px;
line-height: 38px;
padding: 0 14px;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
position: relative;
z-index: 1;
display: inline-block;
}
.edubin-post-tag-wrapper .edubin-post-tag a {
transition: all 0.5s ease;
font-size: 14px;
letter-spacing: 0.1px;
font-weight: 500;
color: var(--edubin-meta-color);
display: inline-block;
margin-left: 5px;
}
.edubin-post-tag a:last-child .tags-sep {
display: none;
}
.wp-block-tag-cloud a, .widget_product_tag_cloud .tagcloud a, .widget_tag_cloud .tagcloud a {
font-size: 14px !important;
}
.wp-block-tag-cloud a:after, .widget_product_tag_cloud .tagcloud a:after, .widget_tag_cloud .tagcloud a:after {
content: "";
height: 100%;
width: 100%;
background: var(--edubin-primary-color);
border-radius: 5px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
opacity: 0;
}
.wp-block-tag-cloud a:hover, .widget_product_tag_cloud .tagcloud a:hover, .widget_tag_cloud .tagcloud a:hover {
color: var(--edubin-color-white);
border-color: transparent;
}
.wp-block-tag-cloud a:hover:after, .widget_product_tag_cloud .tagcloud a:hover:after, .widget_tag_cloud .tagcloud a:hover:after {
opacity: 1;
}
@media (max-width: 991px) {
.tpc-post-details-page {
margin-right: 0px;
}
}
@media (max-width: 767px) {
.edubin-single-post .post-thumbnail {
margin: 0px 0 30px;
}
.edubin-tag-social-share-wrapper {
padding-bottom: 30px;
padding-top: 20px;
}
.edubin-author-bio {
padding: 40px 0 40px;
}
} .site-header {
position: relative;
-webkit-box-shadow: 0 3px 6px rgb(128 123 123 / 0%);
box-shadow: 0 3px 6px rgb(128 123 123 / 0%);
}
body.admin-bar .header-get-sticky {
top: 32px;
}
body.admin-bar.learnpress-checkout .header-get-sticky {
top: inherit;
}
.edubin-header-transparent-enable .edubin-header-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 99;
background-color: transparent;
}
.edubin-header-transparent-enable .site-header {
position: absolute;
left: 0;
right: 0;
width: auto;
background: transparent;
z-index: 9;
box-shadow: inherit;
}
.header-get-sticky {
position: sticky;
z-index: 11;
right: 0;
left: 0;
top: 0;
background: #fff;
}
.headroom {
transition: transform .25s ease-in-out;
will-change: transform
}
.headroom--pinned {
transform: translateY(0)
}
.headroom--unpinned {
transform: translateY(-100%)
}
header.header-get-sticky.headroom.headroom--not-top.headroom--not-bottom.headroom--pinned {
-webkit-box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1);
box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1);
}
header.header-get-sticky.headroom.headroom--not-bottom.headroom--pinned.headroom--top {
-webkit-box-shadow: none;
box-shadow: none;
}
header.header-get-sticky.headroom.headroom--top.headroom--not-bottom {
-webkit-box-shadow: none;
box-shadow: none;
}
.edubin-header-transparent-enable header.header-get-sticky.headroom.headroom--not-top.headroom--not-bottom.headroom--pinned {
position: sticky;
z-index: 10;
right: 0;
left: 0;
top: 0;
background: #fff;
}
body.admin-bar.edubin-header-transparent-enable header.header-get-sticky.headroom.headroom--not-top.headroom--not-bottom.headroom--pinned {
top: 32px;
}
.edubin-header-transparent-enable header.edubin-elementor-header-wrapper.header-get-sticky.headroom.headroom--not-bottom.headroom--not-top.headroom--unpinned .edubin-header-container {
position: sticky;
z-index: 10;
right: 0;
left: 0;
top: 0;
background: #fff;
}
.edubin-header-transparent-enable header.edubin-elementor-header-wrapper.header-get-sticky.headroom.headroom--not-bottom.headroom--not-top.headroom--pinned .edubin-header-container {
background-color: #fff;
}
.edubin-header-transparent-enable header.edubin-elementor-header-wrapper.header-get-sticky.headroom.headroom--not-top.headroom--bottom.headroom--pinned .edubin-header-container {
background-color: #fff;
}
.edubin-header-transparent-enable header.edubin-elementor-header-wrapper.header-get-sticky.headroom.headroom--not-bottom.headroom--top.madartank .edubin-header-container {
background: #fff;
-webkit-box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1);
box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1);
}
header .edubin-row {
margin-bottom: 0;
}
header .edubin-row>* {
margin-bottom: 0px !important;
}
.edubin-sticky-header-wrapper.edubin-header-sticky-active, .site-header.edubin-header-sticky-active {
position: fixed;
background: var(--edubin-color-white);
-webkit-box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1);
box-shadow: 0 3px 6px rgba(128, 128, 128, 0.1);
top: 0;
left: 0;
width: 100%;
z-index: 99;
-webkit-animation: headerSticky .95s ease forwards;
animation: headerSticky .95s ease forwards;
will-change: transform;
}
@media only screen and (max-width: 1199px) {
.edubin-elementor-header-wrapper .edubin-sticky-header-wrapper.edubin-header-sticky-active, .edubin-elementor-header-wrapper .site-header.edubin-header-sticky-active {
-webkit-animation: 700ms ease-in-out 0s normal none 1 running headerSticky;
animation: 700ms ease-in-out 0s normal none 1 running headerSticky;
will-change: inherit;
}
}
.edubin-header-area.edubin-navbar {
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.edubin-header-area.edubin-navbar ul.edubin-navbar-nav li a {
-webkit-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
}
.edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) .edubin-header-area .main-navigation ul.edubin-navbar-nav>li.current-menu-item>a:after, .edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) .edubin-header-area .main-navigation ul.edubin-navbar-nav>li:hover>a:after {
background-color: #ffffff;
}
.edubin-header-area .main-navigation ul .edubin-mega-menu {
min-width: 270px;
height: auto;
position: absolute;
top: 90%;
left: 0;
z-index: 90;
opacity: 0;
visibility: hidden;
text-align: left;
padding: 0px;
-webkit-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s;
background-color: var(--edubin-color-white);
box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
pointer-events: none;
}
.edubin-header-area .main-navigation ul ul.edubin-dropdown-menu {
min-width: 270px;
height: auto;
position: absolute;
top: 90%;
left: 0;
z-index: 90;
opacity: 0;
visibility: hidden;
text-align: left;
padding: 20px 0 25px;
-webkit-transition: all .3s ease 0s;
-o-transition: all .3s ease 0s;
transition: all .3s ease 0s;
background-color: var(--edubin-color-white);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
border-top: 3px solid var(--edubin-primary-color);
pointer-events: none;
}
.edubin-header-area .main-navigation ul .menu-align-right .edubin-mega-menu, .edubin-header-area .main-navigation ul .menu-align-right ul.edubin-dropdown-menu {
left: inherit;
right: 0;
}
.edubin-header-area .main-navigation ul>li:hover>.edubin-mega-menu, .edubin-header-area .main-navigation ul>li:hover>ul.edubin-dropdown-menu {
opacity: 1;
visibility: visible;
top: 100%;
pointer-events: auto;
}
.edubin-header-area .main-navigation ul>li>ul.edubin-dropdown-menu>li ul, .edubin-header-area .main-navigation ul>li>ul.edubin-dropdown-menu>li:hover ul {
left: 100%;
}
.edubin-header-area .main-navigation ul>li>ul.edubin-dropdown-menu>li:hover ul {
top: -13px;
}
.edubin-header-area.edubin-navbar .site-branding {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
transition: min-height 1s ease !important;
}
.responsive-header-logo h1, .edubin-header-area.edubin-navbar .site-branding h1 {
margin: 5px 0 5px;
font-size: 30px;
}
.responsive-header-logo p, .edubin-header-area.edubin-navbar .site-branding p {
margin: 0 0 5px;
}
.edubin-header-area .edubin-navbar-collapse .menu-toggle {
display: none;
}
.edubin-header-area .edubin-navbar-right {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-ms-flex-direction: row;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-direction: row;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
width: 100%;
}
.edubin-navbar-expand-lg .edubin-navbar-collapse {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-preferred-size: auto;
flex-basis: auto;
}
.edubin-header-area .header-category {
border-left: 1.5px solid #f2f2f2;
border-right: 1.5px solid #f2f2f2;
margin-right: 30px;
}
.theme-header-1 .edubin-header-area .header-category {
margin-right: 15px;
}
.edubin-header-transparent-enable header:not(.edubin-header-sticky-active) .header-category {
border-left: 0px;
border-right: 0px;
}
.edubin-header-area .header-category .cat-menu-anchor-item { }
.edubin-header-area .header-category .cat-menu-anchor-item>i {
padding-right: 10px;
font-size: 18px;
position: relative;
top: 2px;
}
.edubin-header-area .cat-menu-item a:hover {
color: var(--edubin-primary-color);
}
.edubin-theme-header-1-nav .edubin-navbar-collapse {
justify-content: center;
}
.edubin-default-header-nav .edubin-navbar-collapse {
justify-content: flex-end;
}
.edubin-navbar-expand-lg .edubin-navbar-nav .nav-link {
padding-right: .5rem;
padding-left: .5rem;
}
.edubin-navbar-expand-lg .edubin-navbar-nav .edubin-dropdown-menu {
position: absolute;
}
.edubin-header-area .edubin-navbar-brand, .edubin-header-area ul {
margin: 0;
padding: 0;
}
.edubin-header-area .edubin-navbar-light .edubin-navbar-nav .nav-link, .edubin-header-area ul.edubin-navbar-nav li a, .edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) ul>li>a, .edubin-header-area ul.edubin-navbar-nav li a:focus {
color: var(--edubin-heading-color);
}
.header-color-white:not(.edubin-header-sticky-active) a.main-header-btn.color-heading.bg-white:after {
background: var(--edubin-color-secondary);
}
.header-color-white:not(.edubin-header-sticky-active) a.main-header-btn.color-heading.bg-white:hover {
color: var(--edubin-color-white) !important;
}
.header-color-white:not(.edubin-header-sticky-active) .edubin-woo-mini-cart-total-item {
background-color: var(--edubin-color-white);
color: var(--edubin-heading-color);
}
.header-color-white:not(.edubin-header-sticky-active) a.main-header-btn.color-heading.bg-white {
color: var(--edubin-heading-color);
background: var(--edubin-color-white);
}
.header-color-white:not(.edubin-header-sticky-active) .edubin-mobile-hamburger-menu a, .header-color-white:not(.edubin-header-sticky-active) .edu-header-search-field .inner .submit-button, .header-color-white:not(.edubin-header-sticky-active) .edubin-woo-mini-cart-link, .header-color-white:not(.edubin-header-sticky-active) .edu-header-search-field .inner input, .header-color-white:not(.edubin-header-sticky-active) .edu-header-search-field .inner input::placeholder, .header-color-white:not(.edubin-header-sticky-active) .edubin-header-area .header-quote .quote-icon a i, .header-color-white:not(.edubin-header-sticky-active) .edubin-header-area .header-quote .quote-icon button i, .header-color-white:not(.edubin-header-sticky-active) .edubin-header-area ul.edubin-navbar-nav>li.menu-item-has-children>a:before, .header-color-white:not(.edubin-header-sticky-active) .edubin-header-area ul.edubin-navbar-nav>li>a, .header-color-white:not(.edubin-header-sticky-active) .edubin-header-area ul.edubin-navbar-nav>li>a:focus {
color: var(--edubin-color-white);
}
body.edubin-header-transparent-enable header.header-get-sticky.headroom.headroom--not-top.headroom--not-bottom.headroom--pinned .edubin-header-area ul.edubin-navbar-nav>li>a {
color: var(--edubin-heading-color);
}
.header-color-white:not(.edubin-header-sticky-active) .edubin-header-area .header-category {
border-color: var(--edubin-color-white);
}
.edubin-el-single-depth-menu li a, .edubin-header-area ul.edubin-navbar-nav li a {
font-size: 15px;
font-weight: 600;
font-family: var(--edubin-font-secondary);
}
.edubin-header-area.edubin-navbar-expand-lg ul.edubin-navbar-nav>li>a.nav-link, .edubin-header-area ul.edubin-navbar-nav>li>a {
padding-left: 28px;
padding-right: 28px;
padding-top: 33px;
padding-bottom: 33px;
background: transparent;
position: relative;
display: inline-block;
}
.edubin-header-area.edubin-navbar-expand-lg ul.edubin-navbar-nav>li {
padding: 0px;
line-height: inherit;
margin: 0;
position: relative;
}
.edubin-header-area.edubin-navbar-expand-lg ul.edubin-navbar-nav>li.menu-align-fullwidth {
position: static !important;
}
.edubin-header-area ul.edubin-navbar-nav>li.menu-item-has-children>a .edubin-menu-icon {
position: absolute;
right: 10px;
font-size: 9px;
line-height: 1;
font-weight: 600;
color: var(--edubin-heading-color);
transition: .3s;
top: 50%;
transform: translateY(-50%);
}
.header-color-white:not(.edubin-header-sticky-active) ul.edubin-navbar-nav>li.menu-item-has-children>a .edubin-menu-icon {
color: #fff;
}
.edubin-header-area.edubin-navbar-expand-lg ul li:not(.mega-menu) ul.edubin-dropdown-menu li.menu-item-has-children a .edubin-menu-icon {
position: absolute;
right: 10px;
transform: rotate(-90deg) translateX(-50%);
font-size: 10px;
line-height: 1;
font-weight: 600;
color: var( --edubin-heading-color);
transition: .3s;
}
.edubin-header-area ul.edubin-navbar-nav>li.menu-item-has-children:hover>a:before, .edubin-header-area ul li:not(.mega-menu) ul.edubin-dropdown-menu li.menu-item-has-children:hover:after, .edubin-header-area ul.edubin-navbar-nav>li:hover>a:before, .edubin-header-area ul.edubin-navbar-nav>li.active>a, .edubin-header-area ul.edubin-navbar-nav .menu-item-has-children li:hover>a, .edubin-header-area ul.edubin-navbar-nav>li:hover>a {
color: var(--edubin-primary-color);
}
.edubin-header-area ul.edubin-navbar-nav .edubin-mega-menu li, .edubin-header-area ul.edubin-navbar-nav .dropdown ul.edubin-dropdown-menu li {
margin: 0;
padding: 0px;
position: relative;
}
.edubin-header-area ul.edubin-navbar-nav .dropdown ul.edubin-dropdown-menu li, .edubin-header-area ul.edubin-navbar-nav .dropdown ul.edubin-dropdown-menu li a {
width: 100%;
}
ul.edubin-mega-menu {
padding: 0 !important;
}
.edubin-mega-menu .elementor-section.elementor-section-boxed>.elementor-container {
max-width: 100%;
}
@media only screen and (max-width: 1199px) {
.edubin-mobile-menu-nav-wrapper .edubin-mega-menu .elementor-column, .edubin-mobile-menu-nav-wrapper .edubin-mega-menu .elementor-column.elementor-col-50, .edubin-mobile-menu-nav-wrapper .edubin-mega-menu .elementor-column[data-col="50"], .edubin-mobile-menu-nav-wrapper .edubin-mega-menu {
width: 100% !important;
}
.edubin-mobile-menu-nav-wrapper .edubin-mega-menu .elementor-section .elementor-container {
flex-direction: column;
}
.edubin-mega-menu .elementor-column-gap-extended>.elementor-column>.elementor-element-populated {
padding: 0;
}
}
.edubin-el-single-depth-menu li a {
display: block;
}
.edubin-el-single-depth-menu li:not(:last-child) a {
margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
.edubin-mobile-menu .edubin-el-single-depth-menu li:not(:last-child) a {
margin-bottom: 0px !important;
}
}
.edubin-el-single-depth-menu li a:hover {
color: var(--edubin-primary-color) !important;
}
.edubin-header-area ul.edubin-navbar-nav .dropdown ul.edubin-dropdown-menu li a {
padding: 5px 20px;
display: block;
}
.edubin-dash-hover .main-navigation ul.edubin-navbar-nav .menu-item-has-children li>a:before {
content: "";
position: absolute;
left: 5px;
top: 50%;
transform: translateY(-50%);
height: 2px;
width: 10px;
background: var(--edubin-primary-color);
z-index: 9;
border-radius: unset;
opacity: 0;
transition: all 0.5s ease;
}
.edubin-dash-hover .main-navigation ul.edubin-navbar-nav .menu-item-has-children li:hover>a:before {
opacity: 1;
left: 18px;
transition: all 0.5s ease;
}
.edubin-dash-hover .main-navigation ul.edubin-navbar-nav .menu-item-has-children li:hover>a {
padding-left: 35px;
border-color: transparent;
transition: all 0.5s ease;
}
.edubin-header-area ul.edubin-navbar-nav li.current_page_item>a {
color: var(--edubin-primary-color) !important;
}
.edubin-header-area ul.edubin-navbar-nav li.current-menu-item>a {
color: var(--edubin-primary-color) !important;
}
.edubin-header-area ul.edubin-navbar-nav li.current-menu-parent>a {
color: var(--edubin-primary-color) !important;
}
.edubin-header-area ul.edubin-navbar-nav li.current-menu-ancestor.current_page_ancestor.menu-item-has-children>a {
color: var(--edubin-primary-color) !important;
}
ul.edubin-nav-dropdown-menu li.current_page_item>a {
color: var(--edubin-primary-color);
} .edubin-header-area ul.edubin-navbar-nav li.mega-menu>ul.edubin-dropdown-menu>li:hover>a {
color: #021E40;
background-color: transparent;
}
.edubin-header-area .edubin-mobile-menu .dashicons, .edubin-header-area .edubin-mobile-menu .dashicons-before:before {
display: inline-block;
font-size: 14px;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
line-height: inherit;
width: inherit;
height: inherit;
}
.main-navigation {
width: 100%;
}
.edubin-navbar-brand {
display: inline-block;
padding-top: .3125rem;
padding-bottom: .3125rem;
margin-right: 1rem;
font-size: 1.25rem;
line-height: inherit;
white-space: nowrap;
}
.edubin-navbar-nav {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-direction: column;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
flex-direction: column;
padding-left: 0;
margin-bottom: 0;
list-style: none;
}
.edubin-navbar-nav .edubin-dropdown-menu {
list-style: none;
}
.edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) .edubin-navbar-collapse>ul>li.menu-item-has-children:before, .edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) .edubin-logged-in-user-name-wrapper, .edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) .edubin-logged-out-user-wrapper a, .edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) .edubin-woo-mini-cart-icon-wrapper i, .edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) .edubin-logged-out-user-wrapper a .edubin-logged-out-user-icon, .edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) .edubin-search-popup-btn, .edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) .edubin-woo-mini-cart-total-price, .edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) .edubin-elementor-mobile-hamburger-menu a {
color: #ffffff;
}
.edubin-header-transparent-enable .edubin-site-main-logo-type.edubin-has-transparent-logo, .edubin-header-transparent-enable .edubin-sticky-header-wrapper.edubin-header-sticky-active .edubin-site-transparent-logo-type, .single-edubin_header .edubin-site-main-logo.edubin-site-transparent-logo-type {
display: none;
}
.single-edubin_header .edubin-site-main-logo.edubin-site-transparent-logo-type.edubin-has-no-main-logo {
display: block;
}
.single-edubin_header.edubin-header-transparent-enable .edubin-site-main-logo-type.edubin-has-transparent-logo, .edubin-header-transparent-enable .edubin-sticky-header-wrapper.edubin-header-sticky-active .edubin-site-main-logo-type.edubin-has-transparent-logo {
display: flex;
}
.edubin-header-area .header-quote {
display: flex;
justify-content: flex-end;
margin: 0 -17px;
align-items: center;
}
.edubin-header-area .header-quote .quote-icon {
margin: 0 17px;
padding-left: 20px;
}
.edubin-header-area .quote-icon.edubin-theme-nav-responsive {
display: none;
}
.edubin-header-area .header-quote .quote-icon a.header-login-register, .edubin-header-area .header-quote .quote-icon button.search-trigger {
padding: 0;
border: 0 none;
width: auto;
background: transparent;
display: flex;
align-items: center;
}
.edubin-header-area .header-quote .quote-icon a i, .edubin-header-area .header-quote .quote-icon button i {
color: var(--edubin-heading-color);
font-size: 23px;
transition: 0.3s;
position: relative;
top: 5px;
}
.edubin-header-area .header-quote .quote-icon.quote-user img {
border-radius: 100%;
width: 30px;
height: 30px;
object-fit: cover;
} .edubin-header-right-side {
display: flex;
align-items: center;
justify-content: flex-end;
position: relative;
padding-left: 12px;
margin-left: 27px;
}
@media only screen and (max-width: 1199px) {
.edubin-header-right-side {
margin-right: 20px;
}
}
.theme-default-header .edubin-header-right-side:after {
position: absolute;
content: "";
height: 40px;
width: 2px;
background-color: #F3F3F3;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
}
.theme-header-4 .header-top-social-share:after {
position: absolute;
content: "";
height: 40px;
width: 2px;
background-color: #F3F3F3;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
}
@media only screen and (max-width: 1199px) {
.theme-default-header .edubin-header-right-side:after {
display: none;
}
}
body.edubin-header-transparent-enable .edubin-header-right-side:after {
height: 35px;
background-color: #f3f3f34a;
}
.edubin-dark-header.theme-default-header .edubin-header-right-side:after, .edubin-dark-header.theme-header-4 .edubin-header-right-side:after {
background-color: #444444;
}
@media only screen and (max-width: 767px) {
.edubin-header-area .header-quote .quote-icon {
margin: 0 10px;
}
}
@-webkit-keyframes EdubinFadeInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
@keyframes EdubinFadeInDown {
0% {
-webkit-transform: translate3d(0, -100%, 0);
opacity: 0;
transform: translate3d(0, -100%, 0);
}
to {
-webkit-transform: translateZ(0);
opacity: 1;
transform: translateZ(0);
}
}
@-webkit-keyframes headerSticky {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
@keyframes headerSticky {
0% {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
to {
-webkit-transform: translateY(0);
transform: translateY(0);
}
}
.EdubinFadeInDown {
-webkit-animation-name: EdubinFadeInDown;
animation-name: EdubinFadeInDown;
}
@-webkit-keyframes EdubinFadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes EdubinFadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.EdubinFadeInRight {
-webkit-animation-name: EdubinFadeInRight;
animation-name: EdubinFadeInRight;
}
@-webkit-keyframes EdubinFadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes EdubinFadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.EdubinFadeOutRight {
-webkit-animation-name: EdubinFadeOutRight;
animation-name: EdubinFadeOutRight;
}
.tpc-menu-hot-badge {
display: inline-block;
padding: 0.63em 0.65em 0.35em 0.65em;
font-size: 9px;
font-family: var(--edubin-font-secondary);
font-weight: var(--edubin-p-bold);
line-height: 1;
color: var(--edubin-color-white);
background-color: var(--edubin-color-01);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
margin-left: 5px;
}
.tpc-menu-new-badge {
display: inline-block;
padding: 0.63em 0.65em 0.35em 0.65em;
font-size: 9px;
font-family: var(--edubin-font-secondary);
font-weight: var(--edubin-p-bold);
line-height: 1;
color: var(--edubin-color-white);
background-color: var(--edubin-color-05);
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: 0.25rem;
margin-left: 5px;
}
a.main-header-btn.edu-btn.btn-medium {
padding: 0 30px;
margin-left: 30px;
}
a.main-header-btn.edubin-btn {
margin-left: 25px;
padding: 12px 22px;
font-weight: 500;
}
.edubin-theme-nav-responsive {
margin-left: 40px;
}
.edubin-header-area .site-branding {
margin-right: 40px;
}
.tpc-header-navbar {
display: flex;
position: relative;
}
@media only screen and (max-width: 1198px) {
.tpc-header-navbar {
justify-content: space-between;
}
}
.theme-header-2 .tpc-header-navbar {
justify-content: space-between;
}
.theme-header-4 .tpc-header-navbar {
justify-content: space-between;
}
.edubin-theme-header-nav {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.theme-header-1 .edubin-container-fluid, .theme-header-2 .edubin-container-fluid, .theme-header-3 .edubin-container-fluid {
padding-left: 90px;
padding-right: 90px;
}
.theme-header-1 .edubin-theme-header-nav .edubin-navbar-collapse, .theme-header-4 .edubin-theme-header-nav .edubin-navbar-collapse {
justify-content: flex-start !important;
}
body.header-bg-white:not(.edubin-header-transparent-enable) .site-header:not(.edubin-header-sticky-active) {
background: var(--edubin-color-white);
z-index: 2;
position: relative;
}
.theme-header-1 a.main-header-btn {
margin-left: 35px;
}
.theme-header-1 .edubin-header-area .quote-search {
display: none;
}
.theme-default-header .edubin-navbar-expand-lg .edubin-navbar-collapse {
justify-content: flex-end;
}
@media only screen and (max-width: 1699px) {
.theme-header-1 .edubin-container-fluid {
padding-left: 22px;
padding-right: 22px;
}
.theme-header-1 .edu-header-search-field {
display: none;
}
.theme-header-1 .edubin-header-area .quote-search {
display: block;
}
}
@media only screen and (max-width: 1350px) {
.edubin-header-area .header-category {
display: none;
}
}
@media only screen and (max-width: 1199px) {
.theme-default-header .edubin-header-right-side, .theme-header-1 .edubin-header-right-side {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
}
@media only screen and (max-width: 767px) {
.theme-header-2 .edu-header-search-field {
display: none;
}
.theme-header-3 .edu-header-search-field {
display: none;
}
a.main-header-btn {
display: none !important;
}
.edubin-header-area .site-branding {
margin-right: 20px;
}
} .edubin-dark-header .edubin-header-area {
background: #000;
}
.edubin-dark-header .edubin-header-area.edubin-navbar-expand-lg ul.edubin-navbar-nav>li>a.nav-link, .edubin-dark-header .edubin-header-area ul.edubin-navbar-nav>li>a {
color: #fff;
}
body .edubin-dark-header .edubin-header-area.edubin-navbar-expand-lg ul.edubin-navbar-nav>li.menu-item-has-children>a .edubin-menu-icon {
color: #fff !important;
}
.edubin-dark-header .edubin-header-area ul.edubin-navbar-nav>li.menu-item-has-children>a:before {
color: #fff;
}
.edubin-dark-header .edubin-header-area .header-quote .quote-icon a i, .edubin-dark-header .edubin-header-area .header-quote .quote-icon button i {
color: #fff;
}
.edubin-dark-header a.edubin-woo-mini-cart-link {
color: #fff;
}
.edubin-dark-header a.navbar-brand.site-main-logo {
display: none;
}
.edubin-dark-header .edubin-header-area .header-category {
border-left: 1.5px solid #2b2b2b;
border-right: 1.5px solid #2b2b2b;
}
@media only screen and (max-width: 1450px) {
.edubin-header-area .header-category {
display: none;
}
.theme-header-1 .edubin-container-fluid, .theme-header-2 .edubin-container-fluid, .theme-header-3 .edubin-container-fluid {
padding-left: 30px;
padding-right: 30px;
}
.edu-header-search-field .inner input {
max-width: 150px;
}
}
.edubin-dark-header .edu-header-search-field .inner input {
color: #fff;
}
.edubin-dark-header .edubin-header-area i.flaticon-menu {
color: #fff;
}
.edubin-dark-header .edu-header-search-field i {
color: #fff;
} .theme-header-5 .edubin-navbar-expand-lg .edubin-navbar-collapse {
justify-content: center;
} .tpc-header-top-bar {
background-color: #1f2432;
color: var(--edubin-color-white);
font-family: var(--edubin-font-secondary);
font-size: 14px;
line-height: 46px;
font-weight: 500;
}
.tpc-header-top-bar a {
color: var(--edubin-color-white);
}
.tpc-header-top-bar a:hover {
color: var(--edubin-color-secondary);
}
.tpc-top-bar-style-1 .edubin-container-fluid {
padding-left: 90px;
padding-right: 90px;
}
.tpc-header-top-bar .header-top-left, .tpc-header-top-bar .header-top-right, .edubin-header-top-content {
display: flex;
justify-content: space-between;
}
@media only screen and (max-width: 991px) {
.tpc-header-top-bar .header-top-left, .tpc-header-top-bar .header-top-right, .edubin-header-top-content {
justify-content: center;
}
}
.tpc-header-top-bar .header-top-message a {
color: var(--edubin-color-secondary);
margin-left: 2px;
text-decoration: underline;
}
.tpc-header-top-bar .header-top-message a:hover {
color: var(--edubin-primary-color);
}
.tpc-header-top-bar .header-top-message marquee {
line-height: initial;
position: relative;
top: 7px;
color: rgba(255, 255, 255, 0.7);
}
.edubin-header-right-side .header-top-social-share {
position: relative;
top: 4px;
}
.theme-header-4 .header-top-social-share {
padding-right: 20px;
}
.tpc-header-top-bar .header-top-right {
margin: 0 -30px;
}
.tpc-header-top-bar .header-top-right>div {
padding-left: 25px;
margin-left: 25px;
}
.tpc-header-top-bar .header-top-left>div {
padding-right: 20px;
margin-right: 20px;
}
.tpc-header-top-bar .header-top-left>div:last-child {
padding-right: 0;
margin-right: 0;
}
.tpc-header-top-bar .header-top-left>div, .tpc-header-top-bar .header-top-right>div {
position: relative;
}
.tpc-header-top-bar .header-top-right>div:before {
content: "";
height: 20px;
width: 1px;
background-color: rgba(255, 255, 255, 0.5);
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 0;
}
.tpc-header-top-bar .header-top-right>.header-top-social-share:before {
display: none;
}
.tpc-header-top-bar .header-top-right>.header-top-social-share {
padding-left: 0;
margin-left: 0;
}
.tpc-header-top-bar .header-top-right>div:last-child:after {
display: none;
}
.tpc-header-top-bar i {
font-size: 15px;
color: var(--edubin-color-secondary);
padding-right: 10px;
position: relative;
top: 1px;
}
.tpc-header-top-bar a.main-header-btn.top-text-btn {
color: var(--edubin-primary-color);
}
.tpc-header-top-bar .main-header-btn.top-text-btn i {
padding-left: 6px;
}
.tpc-header-top-bar .main-header-btn.top-text-btn:hover i {
color: #fff;
}
.tpc-header-top-bar .header-top-social-share a i {
color: #fff;
font-size: 13px;
padding-right: 0;
transition: .3s;
}
.tpc-header-top-bar .header-top-social-share a:hover i {
color: rgba(255, 255, 255, 0.7);
}
.tpc-header-top-bar .header-top-social-share a i.flaticon-youtube-logotype {
font-size: 16px;
}
.tpc-header-top-bar .header-top-social-share a i.flaticon-facebook {
font-size: 15px;
}
.header-top-social-share span {
padding-left: 20px;
color: #fff;
}
.tpc-header-top-bar.tpc-top-bar-style-2 {
background-color: #08294d;
}
.tpc-header-top-bar.tpc-top-bar-style-2 a {
color: #fff;
}
.tpc-header-top-bar.tpc-top-bar-style-2 a:hover {
color: rgba(255, 255, 255, 0.7);
}
.tpc-header-top-bar.tpc-top-bar-style-2 i {
color: #fff;
}
.tpc-top-bar-style-2 .header-top-left>div {
position: relative;
}
.tpc-top-bar-style-2 .header-top-left>div:after {
background-color: rgba(255, 255, 255, 0.5);
height: 20px;
content: "";
width: 1px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
}
.tpc-top-bar-style-2.tpc-header-top-bar .header-top-right {
margin: 0;
}
.tpc-top-bar-style-2 .header-top-left>div:last-child:after {
display: none;
}
.tpc-header-top-bar a.edu-btn.btn-small {
border-radius: 1px;
font-weight: 500;
color: var(--edubin-color-white);
height: 36px;
line-height: 36px;
padding: 0 17px;
font-size: 14px;
top: 5px;
}
.tpc-header-top-bar a.edu-btn:after {
border-radius: 0;
}
.tpc-header-top-bar.tpc-top-bar-style-2 a.edu-btn i {
color: var(--edubin-color-white);
margin-left: 6px;
font-size: 13px;
padding: 0;
}
.header-top-right a.tpc-login-register-popup-trigger { position: relative;
}
.edubin-header-sticky-active .tpc-header-top-bar {
display: none;
}
@media only screen and (max-width: 1450px) {
.tpc-top-bar-style-1 .edubin-container-fluid {
padding-left: 30px;
padding-right: 30px;
}
}
@media only screen and (max-width: 1350px) {
.tpc-header-top-bar .header-top-social-share {
display: none;
}
}
@media only screen and (max-width: 1199px) {
.tpc-top-bar-style-1 .edubin-container-fluid {
padding-left: 15px;
padding-right: 15px;
}
.tpc-header-top-bar .header-top-right>div {
padding-left: 15px;
padding-right: 15px;
}
.tpc-header-top-bar .header-top-right {
margin: 0 -15px;
}
}  .tpc-header-top-bar.tpc-top-bar-style-3 {
line-height: 49px;
height: 48px;
}
.tpc-top-bar-style-3 .edubin-header-top-content {
justify-content: center;
display: inherit;
}
.tpc-top-bar-style-3 .tpc-header-top-bar {
line-height: 55px;
}
.tpc-top-bar-style-3 .header-top-message marquee {
font-size: 16px;
font-weight: inherit;
} .edubin-mobile-menu-nav-wrapper.edubin-mobile-menu-visible {
opacity: 1;
left: 0;
overflow-y: auto;
z-index: 1020;
pointer-events: all;
}
.edubin-filter-active-overlay, .edubin-mobile-menu-overlay, .edubin-elementor-mobile-menu-overlay {
z-index: 9;
position: fixed;
content: "";
width: 100%;
height: 100%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(0, 0, 0, 0.8);
visibility: hidden;
opacity: 0;
transition: opacity .5s ease-out;
}
.tpc-body-filter-sidebar-active .edubin-filter-active-overlay, .edubin-mobile-menu-active .edubin-mobile-menu-overlay, .edubin-mobile-menu-active .edubin-elementor-mobile-menu-overlay {
visibility: visible;
opacity: 1;
}
.edubin-mobile-menu-nav-wrapper {
position: fixed;
overflow-y: auto;
top: 0;
width: 350px;
padding: 0px;
height: 100%;
display: block;
z-index: 0;
box-shadow: 0px 10px 30px rgb(0 0 0 / 6%);
background: var(--edubin-color-white);
opacity: 0;
left: -150px;
transition: all .5s ease-out;
pointer-events: none;
}
.edubin-mobile-menu-nav-wrapper .responsive-header-top {
display: flex;
border-bottom: 1px solid var(--edubin-color-border);
align-items: center;
justify-content: space-between;
padding: 15px 20px;
}
.edubin-mobile-menu-nav-wrapper ul li, .edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) ul.edubin-elementor-mobile-menu-item li {
margin: 0;
padding: 0;
}
.edubin-mobile-menu-nav-wrapper ul li a, .edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) ul.edubin-elementor-mobile-menu-item>li>a {
padding: 8px 0;
display: block;
font-size: 16px;
font-weight: 500;
position: relative;
}
.edubin-mobile-menu-nav-wrapper ul li+li, .edubin-header-transparent-enable .edubin-sticky-header-wrapper:not(.edubin-header-sticky-active) ul.edubin-elementor-mobile-menu-item li+li {
border-top: 1px solid var(--edubin-color-border);
} .edubin-mobile-menu-nav-wrapper ul li.menu-item-has-children>a .edubin-menu-icon, .edubin-elementor-mobile-menu-nav-wrapper .edubin-mobile-menu-nav-wrapper ul li.menu-item-has-children>a .edubin-menu-icon {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease-out;
font-size: 16px;
}
@media only screen and (max-width: 1200px) {
.edubin-mobile-menu-active .edubin-header-area.edubin-navbar-expand-lg ul li:not(.mega-menu) ul.edubin-dropdown-menu li.menu-item-has-children a .edubin-menu-icon {
font-size: 16px;
right: 10px;
transform: rotate(0deg) translateY(-50%);
}
}
.edubin-mobile-menu-nav-wrapper ul li.menu-item-has-children>a[aria-expanded="true"]::after {
content: "\f1af";
}
.edubin-elementor-mobile-menu-close {
display: flex;
justify-content: flex-end;
padding: 10px 20px 0 0;
}
.edubin-elementor-mobile-hamburger-menu a:focus, .edubin-mobile-hamburger-menu a:focus, .edubin-mobile-menu-close a:focus, .edubin-elementor-mobile-menu-close a:focus, .edubin-mobile-menu-nav-wrapper ul li a:focus, .edubin-header-area ul.edubin-navbar-nav li a:focus, .widget ul li a:focus, .widget a:focus {
outline: none;
}
.edubin-mobile-menu-nav-wrapper ul {
margin: 0;
list-style: none;
}
.edubin-mobile-menu-nav-wrapper ul li ul {
padding-left: 15px;
}
.edubin-mobile-menu-close a, .edubin-elementor-mobile-menu-close a {
position: relative;
z-index: 2;
top: -2px;
left: 0;
background: var(--edubin-color-white);
border: 0 none;
color: var(--edubin-heading-color);
width: 40px;
height: 40px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
.edubin-mobile-menu, .edubin-mobile-menu-item, .edubin-elementor-mobile-menu-item {
display: none;
}
.edubin-mobile-menu-nav-wrapper ul.edubin-mobile-menu-item, .edubin-header-area ul.edubin-elementor-mobile-menu-item {
padding: 15px 20px;
}
@media screen and (max-width: 350px) {
.edubin-mobile-menu-nav-wrapper {
width: 100%;
}
}
.edubin-elementor-nav-menu-wrapper .edubin-mobile-menu-nav-wrapper.edubin-mobile-menu-visible {
overflow-y: inherit;
}
.edubin-elementor-nav-menu-wrapper ul#edubin-elementor-mobile-menu-item {
background: #fff;
}
.edubin-elementor-nav-menu-wrapper .edubin-elementor-mobile-menu-overlay {
height: 100vh;
} .edubin-header-area ul.edubin-navbar-nav li.mega-menu>ul {
display: flex;
}
.edubin-header-area ul.edubin-navbar-nav li.mega-menu>ul.edubin-dropdown-menu>li {
display: block;
margin: 0 0px;
width: 240px;
border: none;
padding: 0 15px;
}
.edubin-header-area ul.edubin-navbar-nav li.mega-menu>ul.edubin-dropdown-menu>li>a {
border-bottom: 1px solid var(--edubin-color-border);
border-radius: 0;
font-size: var(--edubin-font-size-b2);
line-height: 1.5;
font-size: 15px;
margin-bottom: 5px;
}
.edubin-mobile-menu-nav-wrapper li.mega-menu.hide-header>ul.edubin-dropdown-menu>li>a, .edubin-header-area ul.edubin-navbar-nav li.mega-menu.hide-header>ul.edubin-dropdown-menu>li>a {
display: none;
}
.edubin-header-area .edubin-mobile-menu-nav-wrapper li.mega-menu.hide-header>ul {
padding-left: 0;
}
.edubin-mobile-menu-nav-wrapper li.mega-menu.hide-header.mm-active .mm-collapse, .edubin-mobile-menu-nav-wrapper li.mega-menu.hide-header.mm-active .mm-collapse:not(.mm-show) {
display: block;
}
.edubin-header-area ul.edubin-navbar-nav li.mega-menu>ul.edubin-dropdown-menu>li>a:hover {
color: #272727;
background-color: inherit;
}
.edubin-header-area ul.edubin-navbar-nav li.mega-menu>ul.edubin-dropdown-menu>li ul {
position: relative;
width: 100%;
left: inherit;
-webkit-box-shadow: none;
box-shadow: none;
background: inherit;
padding-top: 10px;
padding-bottom: 10px;
top: 0;
}
.edubin-header-area ul.edubin-navbar-nav li.mega-menu>ul.edubin-dropdown-menu>li ul li {
padding: 0;
}
.edubin-header-area ul.edubin-navbar-nav li.mega-menu ul {
padding-bottom: 5px;
}
.edubin-header-area ul.edubin-navbar-nav li.mega-menu:hover ul {
opacity: 1;
visibility: visible;
-webkit-transform: scaleY(1);
transform: scaleY(1);
} .edu-header-search-field {
margin: 0 20px;
line-height: 1;
}
.edu-header-search-field .inner {
border: 1px solid #e5e5e5;
border-radius: 4px;
}
header:not(.edubin-header-sticky-active) .edu-header-search-field.bg-white .inner {
background: var(--edubin-color-white);
border: none;
}
.edu-header-search-field .inner input {
height: 50px;
border: none;
line-height: 1;
font-size: 15px;
color: var(--edubin-heading-color);
font-weight: 400;
padding: 0 0 0 20px;
font-family: var(--edubin-font-primary);
max-width: 173px;
}
@media only screen and (max-width: 1550px) {
.edu-header-search-field .inner input {
max-width: 150px;
}
}
.edu-header-search-field .inner .submit-button {
border: none;
background-color: transparent;
font-size: 18px;
color: var(--edubin-heading-color);
padding: 0 20px;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
top: 4px;
position: relative;
} .edubin-login-form-popup {
position: fixed;
top: 0px;
left: 0;
right: 0;
height: 100%;
width: 100%;
z-index: -999;
-webkit-transform-origin: top center;
-ms-transform-origin: top center;
transform-origin: top center;
opacity: 0;
}
.edubin-login-form-popup.login-popup-visible {
opacity: 1;
z-index: 1055;
transition: opacity 0.15s linear;
}
.edubin-login-popup-overlay {
position: fixed;
top: 0;
left: 0;
z-index: -999;
opacity: 0;
width: 100vw;
height: 100vh;
background-color: #000;
overflow-x: hidden;
overflow-y: auto;
}
.edubin-login-popup-overlay.active {
opacity: .65;
z-index: 1050;
transition: opacity 0.15s linear;
}
.edubin-login-form-popup .edubin-login-form-inner {
transition: transform 0.3s ease-out;
transform: translate(0, -50px);
max-width: 500px;
margin: 10% auto 10%;
position: relative;
}
.edubin-login-form-popup .edubin-login-popup-close {
position: absolute;
content: '';
right: 35px;
top: 17px;
z-index: 1;
}
.edubin-login-form-popup .edubin-login-popup-close button {
font-size: 14px;
color: var(--edubin-heading-color);
border: 0;
padding: 0;
}
.edubin-login-form-popup .edubin-login-popup-close button:hover {
color: var(--edubin-primary-color);
}
.edubin-login-form-popup.login-popup-visible .edubin-login-form-inner {
transform: none;
}
.edubin-login-form-popup .edubin-login-form-content {
padding: 70px 50px;
border-radius: 5px;
max-width: 470px;
margin: 0 auto;
position: relative;
display: flex;
flex-direction: column;
width: 100%;
pointer-events: auto;
background-color: #fff;
background-clip: padding-box;
border: 0px solid rgba(0, 0, 0, 0.2);
outline: 0;
}
.edubin-login-form-inner input[type="password"], .edubin-login-form-inner input[type="email"], .edubin-login-form-inner input[type="text"] {
border: 1px solid var(--edubin-color-border);
height: 50px;
box-shadow: none;
padding: 0 20px;
outline: none;
border-radius: 5px;
color: var(--edubin-heading-color);
line-height: normal;
background: var(--edubin-color-white);
width: 100%;
font-family: var(--edubin-font-primary);
}
.edubin-login-form-inner input:-webkit-autofill, .edubin-login-form-inner input:-webkit-autofill:hover, .edubin-login-form-inner input:-webkit-autofill:focus, .edubin-login-form-inner input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px white inset !important;
}
.edubin-login-form-inner input::placeholder {
color: var(--edubin-color-body);
}
.edubin-login-form-inner .edubin-login-item {
margin-bottom: 30px;
}
.edubin-login-form-inner .remember-me-with-register {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.edubin-login-form-inner input[type="checkbox"].remember-user {
display: none;
}
.edubin-login-form-inner span.remember-me-text {
position: relative;
color: var(--edubin-heading-color);
font-size: 16px;
line-height: 24px;
}
.edubin-login-form-inner .lost_password {
position: relative;
color: var(--edubin-primary-color);
font-size: 16px;
line-height: 24px;
margin-left: 15px;
}
.edubin-login-form-inner .lost_password:hover {
color: var(--edubin-color-secondary);
}
.edubin-login-form-inner span.remember-me-text:before {
background: #fff;
color: var(--edubin-primary-color);
width: 17px;
height: 17px;
min-width: 17px;
line-height: 17px;
text-align: center;
justify-content: center;
border: 1px solid var(--edubin-color-border);
font-weight: bold;
display: inline-flex;
align-items: center;
margin-right: 10px;
margin-left: 0;
font-size: 0;
vertical-align: middle;
-webkit-transition: .1s;
-o-transition: .1s;
transition: .1s;
cursor: pointer;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
content: "\eb7b";
font-family: remixicon !important;
font-style: normal;
pointer-events: auto;
}
.edubin-login-form-inner input[type="checkbox"].remember-user:checked+span.remember-me-text:before {
font-size: 15px;
background: var(--edubin-primary-color);
color: #fff;
border-color: var(--edubin-primary-color);
}
.edubin-login-form-inner .edubin-login-register-button {
border-radius: 5px;
display: inline-block;
height: 50px;
line-height: 50px;
color: var(--edubin-color-white);
background: var(--edubin-primary-color);
padding: 0 30px;
transition: 0.4s;
font-family: var(--edubin-font-primary) !important;
border: 0 none;
width: 100%;
text-align: center;
position: relative;
}
.edubin-login-form-inner .edubin-login-register-button.button-login {
margin-top: 24px;
}
.edubin-login-form-inner input[type="submit"].edubin-submit-button {
display: inline-block;
background: var(--edubin-color-btn-bg);
border-color: var(--edubin-color-btn-border);
color: var(--edubin-color-btn-text);
color: #ffffff;
border-radius: 3px;
padding: 17px 30px;
font-size: 15px;
font-weight: 600;
line-height: 1;
transition: all 0.3s ease 0s;
}
.edubin-login-form-inner .edubin-login-register-wrapper {
position: relative;
display: inline-block;
z-index: 1;
width: 100%;
}
.edubin-login-form-inner .edubin-login-register-button:after {
content: "";
height: 100%;
width: 0;
background: var(--edubin-primary-color);
border-radius: 5px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 0;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.edubin-login-form-inner .edubin-login-register-button:hover:after {
left: 0;
width: 100%;
}
.edubin-login-form-inner .edubin-login-form-tab-wrapper {
display: flex;
justify-content: center;
}
.edubin-login-form-inner .edubin-login-form-tab {
background: #F2F2F2;
display: inline-flex;
border-radius: 3px;
font-size: 15px;
font-family: var(--edubin-font-secondary);
font-weight: 600;
color: var(--edubin-heading-color);
}
.edubin-login-form-inner .edubin-login-form-tab span {
padding: 0 33px;
height: 40px;
line-height: 41px;
cursor: pointer;
border-radius: 3px;
}
.edubin-login-form-inner .edubin-login-form-tab span.active {
background: var(--edubin-heading-color);
color: var(--edubin-color-white);
}
.edubin-login-form-inner .edubin-login-form-tab span.login-item {
border-radius: 3px 0 0 3px;
}
.edubin-login-form-inner .edubin-login-form-tab span.register-item {
border-radius: 0 3px 3px 0;
}
.edubin-login-form-inner .edubin-register-box-text, .edubin-login-form-inner .edubin-login-box-text {
text-align: center;
margin-top: 42px;
margin-bottom: 42px;
}
.edubin-login-form-inner .edubin-register-box-text h3, .edubin-login-form-inner .edubin-login-box-text h3 {
font-size: 28px;
line-height: 40px;
color: var(--edubin-heading-color);
font-family: var(--edubin-font-secondary);
margin-bottom: 0;
}
.edubin-login-form-inner .edubin-login-text, .edubin-login-form-inner .edubin-register-text {
font-size: 15px;
line-height: 24px;
color: var(--edubin-heading-color);
margin-top: 5px;
}
.edubin-login-form-inner #edubin-login-form-trigger, .edubin-login-form-inner #edubin-register-form-trigger {
color: var(--edubin-primary-color);
cursor: pointer;
}
@media only screen and (max-width: 575px) {
.edubin-login-form-popup .edubin-login-form-content {
max-width: 100%;
padding: 30px;
}
.edubin-login-form-inner .edubin-register-box-text, .edubin-login-form-inner .edubin-login-box-text {
margin-top: 25px;
margin-bottom: 25px;
}
.edubin-login-form-inner .edubin-register-box-text h3, .edubin-login-form-inner .edubin-login-box-text h3 {
font-size: 20px;
line-height: 30px;
}
.edubin-login-form-popup .edubin-login-popup-close {
right: 15px;
}
} .edubin-btn {
display: inline-block;
background: var(--edubin-color-btn-bg);
border-color: var(--edubin-color-btn-border);
color: var(--edubin-color-btn-text);
border-radius: 3px;
padding: 17px 30px;
font-size: 15px;
font-weight: 600;
line-height: 1;
transition: all 0.3s ease 0s;
}
.edubin-btn.edubin-full-btn {
width: 100%;
text-align: center;
border-radius: 3px;
padding: 17px 30px;
font-size: 15px;
font-weight: 500;
line-height: 1;
transition: all 0.3s ease 0s;
background: var(--edubin-color-btn-bg);
border-color: var(--edubin-color-btn-border);
color: var(--edubin-color-btn-text);
}
.edubin-btn.edubin-full-btn:hover {
background: var(--edubin-color-btn-bg-hover);
border-color: var(--edubin-color-btn-border-hover);
color: var(--edubin-color-btn-text-hover);
}
.edubin-btn svg {
fill: #fff;
transition: all 0.3s ease 0s;
}
.edubin-btn:hover, .edubin-btn:focus, .edubin-btn:active {
background: var(--edubin-color-btn-bg-hover);
border-color: var(--edubin-color-btn-border-hover);
color: var(--edubin-color-btn-text-hover);
}
.edubin-btn:hover svg {
fill: #fff;
}
.edubin-btn-2 {
border-radius: 100px;
}
.edubin-btn-icon i {
padding-left: 10px;
position: relative;
font-size: 11px;
}
.edubin-btn-icon svg {
height: 15px;
position: relative;
top: 2px;
}
.edubin-button-icon-position-before svg, .edubin-button-icon-position-before i {
padding-right: 10px;
}
.edubin-button-icon-position-after svg, .edubin-button-icon-position-after i {
padding-left: 10px;
}
@media only screen and (max-width: 767px) {
.tpc-course-details-page-content .learndash-wrapper #btn-join, a.edu-btn, button.edu-btn {
padding: 0 20px;
font-size: 14px;
height: 50px;
line-height: 52px;
}
}
.woocommerce-Reviews .edubin-button-item:hover:after, p.edubin-cart-shop-page-link a:hover:after, .edubin-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button.checkout:hover:after, .tpc-course-details-page-content .learndash-wrapper #btn-join:hover:after, a.edu-btn:hover:after, button.edu-btn:hover:after, .edubin-mailchimp-subscribe-btn.style-1:hover:after, .edubin-mailchimp-subscribe-btn.style-2:hover:after {
left: 0;
width: 100%;
}
a.edu-btn.btn-large, button.edu-btn.btn-large {
padding: 0 40px;
}
a.edu-btn.btn-large i, button.edu-btn.btn-large i {
top: 0;
padding-left: 10px;
}
a.edu-btn.btn-medium, button.edu-btn.btn-medium {
line-height: 1;
padding: 15px 25px;
border-radius: 100px;
}
a.edu-btn.btn-small, button.edu-btn.btn-small {
line-height: 1;
padding: 10px 20px;
font-size: 14px;
}
a.edu-btn.left-icon i, button.edu-btn.left-icon i {
padding-left: 0;
padding-right: 10px;
}
a.edu-btn.btn-secondary, button.edu-btn.btn-secondary {
background: var(--edubin-color-secondary);
color: var(--edubin-color-white);
}
a.edu-btn.btn-secondary:hover, button.edu-btn.btn-secondary:hover {
color: var(--edubin-color-white);
background: var(--edubin-primary-color);
}
a.edu-btn.btn-secondary1, button.edu-btn.btn-secondary1 {
background: var(--edubin-color-secondary);
color: var(--edubin-color-white);
}
a.edu-btn.btn-secondary1:hover, button.edu-btn.btn-secondary1:hover {
color: var(--edubin-heading-color);
background: var(--edubin-color-white);
}
a.edu-btn.btn-border, button.edu-btn.btn-border {
background: var(--edubin-primary-color);
border: 1px solid var(--edubin-color-border);
padding: 15px 35px;
border-radius: 100px;
}
a.edu-btn.btn-border:after, button.edu-btn.btn-border:after {
display: none;
}
a.edu-btn.btn-border:hover, button.edu-btn.btn-border:hover {
background: var(--edubin-color-thirty);
border-color: var(--edubin-color-thirty);
color: var(--edubin-color-white);
}
a.edu-btn.btn-border-curved, button.edu-btn.btn-border-curved {
border-radius: 30px 5px;
background-color: transparent;
border: 1px solid var(--edubin-color-border);
color: var(--edubin-color-white);
padding: 0 25px;
}
a.edu-btn.btn-border-curved:after, button.edu-btn.btn-border-curved:after {
display: none;
}
a.edu-btn.btn-border-curved:hover, button.edu-btn.btn-border-curved:hover {
border-radius: 5px 30px;
border-color: var(--edubin-primary-color);
color: var(--edubin-primary-color);
}
a.edu-btn.btn-round, button.edu-btn.btn-round {
background-color: var(--edubin-color-white);
color: var(--edubin-heading-color) !important;
border-radius: 30px;
}
a.edu-btn.btn-round:hover, button.edu-btn.btn-round:hover {
color: var(--edubin-color-white) !important;
}
a.main-header-btn.btn-radius {
border-radius: 25px;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a.btn-transparent, a.btn-transparent, button.btn-transparent {
font-weight: 600;
font-size: 18px;
line-height: 28px;
color: var(--edubin-color-01);
display: inline-block;
position: relative;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a.btn-transparent.color-primary {
color: var(--edubin-primary-color);
}
a.btn-transparent i, button.btn-transparent i {
padding-left: 6px;
top: -1px;
position: relative;
font-size: 12px;
}
a.btn-transparent::after, button.btn-transparent::after {
position: absolute;
content: "";
left: auto;
right: 0;
bottom: 0;
width: 0;
height: 2px;
background: var(--edubin-primary-color);
-webkit-transition: 0.3s;
transition: 0.3s;
}
.elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a.btn-transparent:hover, a.btn-transparent:hover, button.btn-transparent:hover {
color: var(--edubin-primary-color);
}
a.btn-transparent:hover::after, button.btn-transparent:hover::after {
width: 100%;
left: 0;
right: auto;
}
.button-group {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: -5px;
}
.button-group a {
margin: 5px;
}
.btn-gradient {
background: -webkit-linear-gradient(right, var(--edubin-color-secondary) 0%, var(--edubin-primary-color) 100%) !important;
background: var(--edubin-primary-color) !important;
}
.btn-gradient::after {
background: -webkit-linear-gradient(right, var(--edubin-primary-color) 0%, var(--edubin-color-secondary) 100%) !important;
background: linear-gradient(-90deg, var(--edubin-primary-color) 0%, var(--edubin-color-secondary) 100%) !important;
}
a.edu-btn i, button.edu-btn i {
padding-left: 8px;
position: relative;
font-size: 15px;
top: 2px;
}
@media only screen and (max-width: 767px) {
a.edu-btn i, button.edu-btn i {
font-size: 9px;
}
}
.edubin-button-widget-wrapper {
display: flex;
}
.edubin-button-item {
text-align: center;
border-radius: 5px;
display: inline-block;
line-height: 1;
color: var(--edubin-color-white);
background: var(--edubin-primary-color);
padding: 15px 30px;
font-size: 15px;
font-weight: 500;
-webkit-transition: 0.4s;
transition: 0.4s;
font-family: var(--edubin-font-secondary);
border: 0 none;
overflow: hidden;
position: relative;
z-index: 1;
}
.edubin-button-item.edubin-button-size-small {
height: 40px;
line-height: 40px;
padding: 0 20px;
font-size: 14px;
}
.edubin-button-item.edubin-button-size-medium {
height: 50px;
line-height: 51px;
padding: 0 25px;
}
.edubin-button-item.edubin-button-size-large {
padding: 0 40px;
}
.edubin-button-item.edubin-button-style-two, .edubin-button-item.edubin-button-style-three {
background: var(--edubin-color-secondary);
}
.edubin-button-item.default-style:after {
content: "";
height: 100%;
width: 0;
border-radius: 5px;
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: -1;
-webkit-transition: 0.4s;
transition: 0.4s;
}
.edubin-button-item.edubin-button-style-default.default-style:after, .edubin-button-item.edubin-button-style-two.default-style:after, .edubin-button-item.edubin-button-style-four.default-style:after, .edubin-button-item.edubin-button-style-curved.default-style:after {
background: var(--edubin-primary-color);
}
.edubin-button-item i {
padding-left: 6px;
position: relative;
font-size: 11px;
}
.edubin-button-icon-position-after i {
padding-left: 10px;
position: relative;
font-size: 11px;
}
.edubin-button-item:hover, .edubin-button-item:focus, .edubin-button-item:active {
color: var(--edubin-color-white);
}
.edubin-button-item.default-style:hover:after {
left: 0;
width: 100%;
}
.edubin-button-item.edubin-button-style-curved {
border-radius: 30px 5px;
}
.edubin-button-item.edubin-button-style-curved:hover {
border-radius: 5px 30px;
}
.edubin-button-item.edubin-button-style-three.default-style:hover {
color: var(--edubin-heading-color) !important;
}
.edubin-button-item.edubin-button-style-three.default-style:after {
background: var(--edubin-color-white);
}
.edubin-button-item.edubin-button-style-four.default-style {
background: #f0f4f5;
color: var(--edubin-primary-color);
}
.edubin-button-item.edubin-button-style-four.default-style:hover {
color: var(--edubin-color-white);
}
.edubin-button-item.edubin-button-style-five.default-style {
color: var(--edubin-heading-color);
background: var(--edubin-color-white);
}
.edubin-button-item.edubin-button-style-five:hover {
color: var(--edubin-color-white);
}
.edubin-button-item.edubin-button-style-five.default-style:after {
background: var(--edubin-color-secondary);
}
@media only screen and (max-width: 767px) {
.edubin-button-item {
padding: 0 20px;
font-size: 14px;
height: 50px;
line-height: 52px;
}
.edubin-button-item i {
font-size: 9px;
}
} .edubin-logged-in-user-hover-content, .edubin-woo-mini-cart-content {
position: absolute;
content: '';
left: 0;
top: 100%;
z-index: 99;
background-color: #ffffff;
padding: 20px;
min-width: 180px;
visibility: hidden;
opacity: 0;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform: translateY(20px);
-ms-transform: translateY(20px);
transform: translateY(20px);
-webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08);
}
.edubin-logged-in-user-visible-content .edubin-logged-in-user-name, .edubin-logged-out-user-wrapper .edubin-logged-out-user-text {
font-weight: 600;
}
.edubin-logged-in-user-hover-content:before, .edubin-woo-mini-cart-content:before {
top: -7.5px;
content: '';
position: absolute;
left: 35px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, 0.2);
box-shadow: -2px -2px 10px -5px rgba(0, 0, 0, 0.2);
border-top: 7.5px solid #ffffff;
border-bottom: 7.5px solid transparent;
border-left: 7.5px solid #ffffff;
border-right: 7.5px solid #ffffff;
}
.edubin-woo-mini-cart-content:before {
top: -7px;
}
.edubin-logged-in-user-wrapper:hover .edubin-logged-in-user-hover-content, .edubin-woo-mini-cart-icon-wrapper.edubin-woo-mini-cart-active-on-hover:hover .edubin-woo-mini-cart-content, .edubin-woo-mini-cart-content.active {
visibility: visible;
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.edubin-woo-mini-cart-wrapper, .edubin-woo-mini-cart-inner, .edubin-woo-mini-cart-icon-wrapper {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
bottom: -2px;
}
.edubin-woo-mini-cart-wrapper {
padding: 0 15px 0 20px;
}
.theme-header-1 .edubin-woo-mini-cart-wrapper {
padding: 0 18px 0 55px;
}
.edubin-woo-mini-cart-inner {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.edubin-woo-mini-cart-content:before {
left: inherit;
right: 22px;
}
.edubin-woo-mini-cart-icon-wrapper i {
font-size: 20px;
}
.edubin-woo-mini-cart-total-item {
background-color: var(--edubin-primary-color);
border-radius: 50%;
color: #ffffff;
position: absolute;
text-align: center;
width: 20px;
height: 20px;
line-height: 23px;
left: 15px;
top: calc(50% - 21px);
font-size: 12px;
font-weight: 500;
font-family: var(--edubin-font-secondary);
}
.edubin-woo-mini-cart-total-price {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
margin-left: 20px;
font-size: 20px;
line-height: 1;
}
.edubin-woo-mini-cart-content {
right: -20px;
left: inherit;
width: 370px;
padding: 20px 28px 25px;
}
.edubin-mini-cart-items {
max-height: 450px;
overflow-y: auto;
}
.edubin-mini-cart-each-item, .edubin-mini-cart-item-thumb a {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
}
.edubin-mini-cart-each-item:not(:last-child) {
margin-bottom: 30px;
}
.edubin-mini-cart-item-thumb {
width: 95px;
padding-right: 15px;
}
.edubin-mini-cart-item-thumb img {
width: 75px;
height: 75px;
-o-object-fit: cover;
object-fit: cover;
border-radius: 5px;
}
.edubin-mini-cart-product-name-quantity {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
margin-top: -2px;
color: var(--edubin-color-black);
font-size: 15px;
}
.edubin-mini-cart-product-name-quantity, .edubin-mini-cart-product-name-quantity a {
font-weight: 600;
}
.edubin-mini-cart-product-name-quantity a {
margin-bottom: 5px;
font-size: var(--edubin-font-size-b3);
line-height: 1.6;
color: var(--edubin-color-black);
font-family: var(--edubin-font-secondary);
padding-right: 8px;
}
.edubin-mini-cart-product-name-quantity a:hover {
color: var(--edubin-primary-color);
}
.edubin-mini-cart-product-name-quantity .quantity {
font-size: 15px;
font-weight: 400;
}
.edubin-mini-cart-each-item a.remove {
border: 0;
color: var(--edubin-color-body) !important;
background: transparent;
font-size: 26px;
margin-top: -5px;
font-size: 0;
position: relative;
}
.edubin-mini-cart-each-item a.remove:after {
position: absolute;
content: "\f13e";
font-family: 'flaticon_edubin';
right: 3px;
top: 6px;
font-size: 12px;
}
.edubin-mini-cart-each-item a.remove:hover:after {
color: var(--edubin-color-secondary);
}
a.remove_from_cart_button {
margin-left: auto;
font-weight: 700;
font-size: 24px;
margin-top: -7px;
}
.edubin-mini-cart-each-item .blockUI.blockOverlay {
background-color: inherit !important;
}
.edubin-mini-cart-each-item:first-child .blockUI.blockOverlay::before {
top: calc(50% - 18px);
}
.edubin-mini-cart-each-item .blockUI.blockOverlay::before {
position: absolute;
top: calc(50% - 10px);
left: 13px;
-webkit-animation: edubin-spin 1s ease-in-out infinite;
animation: edubin-spin 1s ease-in-out infinite;
content: '\f18f';
font-family: 'Flaticon_edubin';
line-height: 1;
font-size: 20px;
}
.edubin-woo-mini-cart-inner p.woocommerce-mini-cart__total.total {
border-top: 3px double rgba(178, 187, 197, .3);
padding: 20px 0;
margin-top: 25px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
font-size: 18px;
font-weight: 600;
color: var(--edubin-color-black);
line-height: 1;
margin-bottom: 0;
}
.edubin-woo-mini-cart-inner p.woocommerce-mini-cart__total.total strong {
font-weight: 600;
}
.edubin-woo-mini-cart-inner p.woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
margin-left: auto;
}
.edubin-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button {
border-radius: 25px;
font-size: 14px;
height: 40px;
line-height: 40px;
color: var(--edubin-color-white);
padding: 0 36px;
margin-bottom: 0 !important;
overflow: hidden;
}
.edubin-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button.checkout {
margin-left: 10px !important;
background: var(--edubin-color-secondary);
position: relative;
}
.edubin-woo-mini-cart-inner p.woocommerce-mini-cart__buttons .button.checkout:hover {
background: var(--edubin-primary-color);
}
p.woocommerce-mini-cart__buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
margin: 0px;
}
p.edubin-cart-empty-text, p.edubin-cart-shop-page-link {
margin: 0px;
}
p.edubin-cart-empty-text {
font-weight: 700;
font-size: 20px;
margin-bottom: 18px;
color: var(--edubin-heading-color);
}
.edubin-woo-mini-cart-inner .edubin-cart-empty-text {
font-weight: 500;
font-size: 18px;
}
.edubin-woo-mini-cart-inner .edubin-cart-empty-text strong {
font-weight: 500;
}
p.edubin-cart-shop-page-link a {
width: 100%;
}
p.edubin-cart-shop-page-link {
width: 100%;
margin: 0 !important;
padding: 0 !important;
display: inline-flex;
}
.edubin-cart-empty-content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
.edubin-woo-mini-cart-link {
cursor: pointer;
}
@media only screen and (max-width: 1199px) {
.edubin-woo-mini-cart-content {
display: none;
}
.edubin-woo-mini-cart-link {
height: 80px;
line-height: 90px;
}
}
@media only screen and (max-width: 570px) {
.edubin-woo-mini-cart-wrapper {
display: none;
}
.header-top-social-share {
display: none;
}
} .edubin-footer-default-wrapper {
padding: 25px 0 40px 0;
color: #ffffff;
background: var(--edubin-heading-color);
text-align: center;
}
.edubin-footer-default-wrapper a {
color: #ffffff;
}
.edubin-footer-default-wrapper a:hover {
color: var(--edubin-primary-color);
}
.pixelcurve-progress-parent {
position: fixed;
right: 30px;
bottom: 30px;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
border-radius: 50px;
box-shadow: inset 0 0 0 2px rgba(255, 71, 87, 0.2);
z-index: 10000;
opacity: 0;
visibility: hidden;
transform: translateY(15px);
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
background: var(--edubin-primary-color);
}
.pixelcurve-progress-parent.pixelcurve-backto-top-active {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.pixelcurve-progress-parent::after {
position: absolute;
font-family: 'flaticon_edubin' !important;
content: "\f141";
text-align: center;
line-height: 46px;
font-size: 16px;
color: #fff;
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 2;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.pixelcurve-progress-parent:hover::after {
color: #fff;
}
.pixelcurve-progress-parent svg path {
fill: none;
}
.pixelcurve-progress-parent svg.pixelcurve-back-circle path {
stroke: var(--edubin-primary-color);
stroke-width: 4;
box-sizing: border-box;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
} .edubin-page-title-area {
padding-top: 60px;
padding-bottom: 60px;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center center !important;
position: relative;
text-align: center;
background-color: #07294d;
}
.edubin-header-transparent-enable .edubin-page-title-area {
padding-top: 145px;
}
.edubin-page-title-area.edubin-breadcrumb-has-bg:before {
position: absolute;
width: 100%;
height: 100%;
content: "";
left: 0;
top: 0;
z-index: 1;
background: rgba(0, 0, 0, 0);
}
.edubin-page-title-area .edubin-page-title, .edubin-page-title-area .edubin-breadcrumb-wrapper {
z-index: 1;
position: relative;
}
.edubin-single-blog .blog-content .title, .edubin-page-title-area .edubin-page-title {
text-overflow: ellipsis;
-ms-word-wrap: break-word;
word-break: break-word;
}
.edubin-page-title-area .edubin-page-title h1 {
margin: 0 0 5px 0;
font-size: 40px;
line-height: 1.4;
color: var(--edubin-heading-color);
}
.edubin-page-title-area .edubin-breadcrumb-wrapper {
margin-top: 10px;
margin-bottom: 7px;
}
.edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul, .edubin-page-title-area .edubin-breadcrumb-wrapper ul {
display: inline-flex;
margin-bottom: 0;
margin-top: 0;
padding-left: 0;
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li, .edubin-page-title-area .edubin-breadcrumb-wrapper ul li {
margin: 0;
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li, .edubin-page-title-area .edubin-breadcrumb-wrapper ul li, .edubin-page-title-area .edubin-breadcrumb-wrapper .learn-press-breadcrumb {
list-style: none;
position: relative;
font-size: var(--edubin-font-size-b2);
line-height: 22px;
font-weight: 400;
color: var(--edubin-color-body);
}
.edubin-page-title-area .edubin-breadcrumb-wrapper ul li a {
color: var(--edubin-color-body);
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li:first-child, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li:first-child, .edubin-page-title-area .edubin-breadcrumb-wrapper ul li:first-child, .edubin-page-title-area .edubin-breadcrumb-wrapper .learn-press-breadcrumb a:first-child {
margin-left: 0;
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li:last-child, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li:last-child, .edubin-page-title-area .edubin-breadcrumb-wrapper ul li:last-child, .edubin-page-title-area .edubin-breadcrumb-wrapper .learn-press-breadcrumb a:last-child {
margin-right: 0;
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li:not(:last-child), .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li:not(:last-child), .edubin-page-title-area .edubin-breadcrumb-wrapper ul li:not(:last-child) {
padding-right: 25px;
}
.edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li:after, .edubin-page-title-area .edubin-breadcrumb-wrapper ul li:after, .edubin-page-title-area .edubin-breadcrumb-wrapper .learn-press-breadcrumb a:after {
content: "\f140";
font-family: flaticon_edubin;
position: absolute;
right: 9px;
top: 0px;
font-size: 10px;
font-weight: var(--edubin-p-bold);
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li:last-child:after, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li:last-child:after, .edubin-page-title-area .edubin-breadcrumb-wrapper ul li:last-child:after {
display: none;
}
.edubin-page-title-area.edubin-default-breadcrumb {
background-color: #faf9f6;
box-shadow: inset 0 0 30px rgb(0 0 0 / 5%);
padding: 100px 0 90px;
position: relative;
z-index: 1;
overflow: hidden;
text-align: center;
}
.edubin-page-title-area.edubin-default-breadcrumb .edubin-page-title h1 {
font-size: var(--edubin-h1);
line-height: var(--edubin-h1-lineHeight);
margin-bottom: 12px;
}
.edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper ul {
justify-content: center;
}
.edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper {
margin-top: 20px;
}
.edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li a, .edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper ul li a, .edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper ul li {
color: var(--edubin-heading-color);
font-size: 15px;
font-family: var(--edubin-font-secondary);
}
.edubin-breadcrumb-wrapper ul li span.active {
color: #fff;
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li, .edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper ul li {
font-weight: var(--edubin-p-regular);
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li a, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li a, .edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper ul li a {
font-weight: var(--edubin-p-regular);
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li a:hover, .edubin-breadcrumb-style-2 .edubin-breadcrumb-wrapper ul li a:hover, .edubin-page-title-area.edubin-default-breadcrumb .edubin-breadcrumb-wrapper ul li a:hover {
color: var(--edubin-primary-color);
}
.edubin-course-page-header .shape-image, .edubin-default-breadcrumb .shape-image {
position: absolute;
z-index: -1;
}
.edubin-course-page-header .shape-1, .edubin-default-breadcrumb .shape-1 {
height: 470px;
width: 470px;
border: 1px solid var(--edubin-color-border);
border-radius: 50%;
top: -315px;
left: -60px;
}
.edubin-course-page-header .shape-2, .edubin-default-breadcrumb .shape-2 {
height: 470px;
width: 470px;
border: 1px solid var(--edubin-color-border);
border-radius: 50%;
top: 30px;
right: -180px;
}
.edubin-course-page-header .shape-3, .edubin-default-breadcrumb .shape-3 {
top: 60px;
left: 7%;
}
.edubin-course-page-header .shape-4, .edubin-default-breadcrumb .shape-4 {
bottom: 120px;
right: 23%;
}
.edubin-course-page-header .shape-5, .edubin-default-breadcrumb .shape-5 {
top: 140px;
right: 209px;
}
@media (max-width: 991px) {
.edubin-page-title-area {
padding-top: 40px;
padding-bottom: 40px;
}
.edubin-header-transparent-enable .edubin-page-title-area {
padding-top: 110px;
}
.edubin-page-title-area.edubin-default-breadcrumb .edubin-page-title h1, .edubin-page-title-area .edubin-page-title h1 {
font-size: 28px;
}
}
@media (max-width: 767px) {
.edubin-page-title-area.edubin-default-breadcrumb .edubin-page-title h1, .edubin-page-title-area .edubin-page-title h1 {
font-size: 24px;
}
}
.edubin-breadcrumb-style-1 {
padding: 85px 0 85px;
} .edubin-breadcrumb-style-1 .edubin-page-title {
text-align: center;
}
.edubin-breadcrumb-style-1 .edubin-page-title h1 {
color: var(--edubin-color-white);
font-size: var(--edubin-h1);
line-height: var(--edubin-h1-lineHeight);
width: 70%;
margin: 0 auto 12px;
}
.edubin-page-title-area.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper {
margin-top: 20px;
}
.edubin-page-title-area.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul {
justify-content: center;
}
.edubin-breadcrumb-style-blog-overlay .edubin-page-title .entry-title{
color: #fff;
margin-bottom: 15px;
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li, .edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li a {
color: var(--edubin-color-white);
font-size: 16px;
font-family: var(--edubin-font-secondary);
}
.edubin-breadcrumb-style-1 .edubin-breadcrumb-wrapper ul li:after {
content: "\f140";
font-family: flaticon_edubin;
position: absolute;
right: 9px;
top: 0px;
font-size: 10px;
font-weight: var(--edubin-p-bold);
color: var(--edubin-color-white) !important;
}
.edubin-page-title-area.edubin-breadcrumb-style-blog-overlay{
padding: 150px 0px;
}
.blog_layout_overlay .edubin-page-title-area.edubin-default-breadcrumb .edubin-page-title h1{
margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.edubin-breadcrumb-style-1 .edubin-page-title h1 {
font-size: 38px;
}
}
@media only screen and (max-width: 767px) {
.edubin-breadcrumb-style-1 {
padding: 100px 0 90px;
}
.edubin-breadcrumb-style-1 .edubin-page-title h1 {
width: 100%;
}
.edubin-breadcrumb-style-1 .edubin-page-title h1 {
font-size: 30px;
}
.edubin-page-title-area.edubin-breadcrumb-style-blog-overlay{
padding: 100px 0px;
}
}
@media only screen and (max-width: 575px) {
.edubin-breadcrumb-style-1 {
padding: 80px 0 70px;
}
.edubin-breadcrumb-style-1 .edubin-page-title h1 {
font-size: 26px;
}
.edubin-page-title-area.edubin-breadcrumb-style-blog-overlay{
padding: 80px 0px;
}
}
.edubin-breadcrumb-style-2 {
padding: 13px 0;
background: #f5f5f5;
} body .tutor-pagination-wrap, .edubin-pagination-wrapper .page-number, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers {
margin: 70px 0 0;
padding: 0;
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
}
.edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:empty, .edubin-pagination-wrapper .page-number:empty {
margin: 0 !important;
}
body .tutor-pagination-wrap li, nav.edubin-theme-page-links ul li, .edubin-pagination-wrapper ul li {
margin-bottom: 0;
margin-top: 0px;
}
body .tutor-pagination-wrap span, body .tutor-pagination-wrap a:not(:last-child), nav.edubin-theme-page-links ul.pager li:not(:last-child), .edubin-pagination-wrapper .page-number li:not(:last-child), .edubin-pagination-wrapper.woocommerce-pagination .page-numbers li:not(:last-child), .edubin-pagination-wrapper.tpc-custom-pagination .page-number span:not(:last-child), .edubin-pagination-wrapper.tpc-custom-pagination .page-number a:not(:last-child) {
margin-right: 12px;
}
body .tutor-pagination-wrap span, body .tutor-pagination-wrap a, nav.edubin-theme-page-links ul.pager li span, nav.edubin-theme-page-links ul.pager li a, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers, .edubin-pagination-wrapper .page-number .page-numbers {
width: 40px;
height: 40px;
line-height: 40px;
display: block;
border: 1px solid #ebebeb;
border-radius: 100px;
text-align: center;
color: var(--edubin-heading-color);
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
font-size: 16px;
position: relative;
z-index: 1;
}
.edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers {
margin-top: 0 !important;
}
.edubin-pagination-wrapper.woocommerce-pagination .page-numbers i, nav.edubin-theme-page-links ul.pager li .edubin-pagination-icon, .edubin-pagination-wrapper .page-numbers .edubin-pagination-icon {
font-size: 13px;
position: relative;
}
body .tutor-pagination-wrap span:before, body .tutor-pagination-wrap a:before, nav.edubin-theme-page-links ul.pager li span:before, nav.edubin-theme-page-links ul.pager li a:before, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:before, .edubin-pagination-wrapper .page-number .page-numbers:before {
content: "";
height: 100%;
width: 100%;
background: var(--edubin-primary-color);
border-radius: 100px;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
z-index: -1;
opacity: 0;
}
nav.edubin-theme-page-links ul.pager li.active span:before, nav.edubin-theme-page-links ul.pager li:hover a:before, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers.current:before, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:hover:before, .edubin-pagination-wrapper .page-number .page-numbers.current:before, .edubin-pagination-wrapper .page-number .page-numbers:hover:before {
opacity: 1;
}
body .tutor-pagination-wrap i, nav.edubin-theme-page-links ul.pager li i, nav.edubin-theme-page-links ul.pager li i, .edubin-pagination-wrapper .page-numbers i {
font-size: 22px;
font-weight: 500;
}
.edubin-pagination-wrapper .page-number .page-numbers:focus, .edubin-social-share-icons-wrapper a:focus, .edubin-single-blog .blog-content .title a:focus {
outline: 0;
}
body .tutor-pagination-wrap span.current, body .tutor-pagination-wrap a:hover, nav.edubin-theme-page-links ul.pager li.active span, nav.edubin-theme-page-links ul.pager li:hover a, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers.current, .edubin-pagination-wrapper.woocommerce-pagination .page-numbers .page-numbers:hover, .edubin-pagination-wrapper .page-number .page-numbers.current, .edubin-pagination-wrapper .page-number .page-numbers:hover {
color: #ffffff;
}
nav.edubin-theme-page-links ul.pager, nav.edubin-theme-page-links {
display: flex;
align-items: center;
}
nav.edubin-theme-page-links {
margin: 70px 0 0;
}
.edubin-single-post nav.edubin-theme-page-links {
margin: 20px 0 0;
}
nav.edubin-theme-page-links ul.pager {
margin: 0 0 0 15px;
padding: 0;
list-style: none;
} .edubin-comments-area .edubin-comment-form textarea {
height: 180px;
display: grid;
padding: 17px 30px;
}
.edubin-comments-area label {
font-weight: 600;
display: flex;
margin-bottom: 7px;
}
.edubin-comments-area p.comment-form-cookies-consent {
display: flex;
}
.edubin-comments-area p.comment-form-cookies-consent input[type="checkbox"] {
margin-top: 4px;
width: 20px;
height: 20px;
}
.edubin-comments-area p.comment-form-cookies-consent label {
padding-left: 15px;
font-weight: 400;
margin-bottom: 0;
}
.post-password-form input[type=password] {
background: #f4f4f4;
border: 0;
height: 60px;
margin-right: 5px;
margin-left: 5px;
}
.post-password-form input[type=submit], .edubin-comments-area .edubin-comment-btn {
color: #ffffff;
padding: 15px 35px;
border-radius: 5px;
line-height: 1;
font-weight: 500;
background: var(--edubin-primary-color);
font-family: var(--edubin-font-secondary);
border: 0;
}
.post-password-form input[type=submit]:hover, .edubin-comments-area .edubin-comment-btn:hover {
background: var(--edubin-color-secondary);
}
.learn-press-form .form-fields .form-field input[type=text], .learn-press-form .form-fields .form-field input[type=email], .learn-press-form .form-fields .form-field input[type=number], .learn-press-form .form-fields .form-field input[type=password], .learn-press-form .form-fields .form-field input[type=url], .learn-press-form .form-fields .form-field textarea, .comments-area .edubin-comment-form input[type=text], .comments-area .edubin-comment-form input[type=email], .comments-area .edubin-comment-form input[type=url], .comments-area .edubin-comment-form textarea#comment {
width: 100%;
margin-bottom: 30px;
background: var(--edubin-color-white);
border: 0;
font-family: var(--edubin-font-primary);
font-weight: 400;
border: 1px solid #e7e7e7;
border-radius: 5px;
transition: 0.3s;
font-size: 15px;
}
.edubin-comments-area .edubin-row {
margin-bottom: 0px !important;
}
.edubin-comments-area .edubin-row>* {
margin-bottom: 0px !important;
}
.filter-widget.widget-search input[type="text"]:focus, .widget.widget_product_search input[type="search"]:focus, .edubin-search-box .search-form input:focus, .learn-press-form .form-fields .form-field input[type=text]:focus, .learn-press-form .form-fields .form-field input[type=email]:focus, .learn-press-form .form-fields .form-field input[type=number]:focus, .learn-press-form .form-fields .form-field input[type=password]:focus, .learn-press-form .form-fields .form-field input[type=url]:focus, .learn-press-form .form-fields .form-field textarea:focus, .comments-area .edubin-comment-form input[type=text]:focus, .comments-area .edubin-comment-form input[type=email]:focus, .comments-area .edubin-comment-form input[type=url]:focus, .comments-area .edubin-comment-form textarea#comment:focus {
border-color: var(--edubin-primary-color);
}
.learn-press-form .form-fields .form-field input[type=text], .learn-press-form .form-fields .form-field input[type=email], .learn-press-form .form-fields .form-field input[type=number], .learn-press-form .form-fields .form-field input[type=password], .learn-press-form .form-fields .form-field input[type=url], .comments-area .edubin-comment-form input[type=text], .comments-area .edubin-comment-form input[type=email], .comments-area .edubin-comment-form input[type=url] {
height: 60px;
padding: 0 30px !important;
}
.comments-area .edubin-comment-form p.form-submit {
margin: 0;
}
ol.edubin-comment-list {
margin: 0;
padding: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
list-style: none;
}
ol.edubin-comment-list li {
margin-bottom: 0;
margin-top: 0;
}
.edubin-comment-list article.edubin-single-comment {
position: relative;
}
.edubin-comment-list .edubin-comment-each-item {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: start;
-webkit-box-align: start;
align-items: flex-start;
}
.edubin-comment-list>.edubin-comment-item:first-child {
margin-top: 0;
padding-top: 0;
}
.edubin-comment-list>.edubin-comment-item {
margin-bottom: 30px;
padding-bottom: 30px;
}
.edubin-comment-list>.edubin-comment-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
}
.edubin-comment-list>.edubin-comment-item.parent .edubin-comment-item {
margin-top: 30px;
}
.edubin-comment-list>.edubin-comment-item:not(:last-child) {
border-bottom: 1px solid var(--edubin-color-border);
}
.edubin-comment-list .edubin-comment-avatar {
min-width: 80px;
width: 80px;
margin-right: 30px;
}
.edubin-comment-list .edubin-comment-avatar a {
display: flex;
}
.edubin-comment-list .edubin-comment-avatar img {
border-radius: 100px;
width: 100%;
}
.edubin-comment-item .edubin-media-body {
flex: 1;
}
.edubin-comment-item h4.edubin-media-heading {
margin: 0 0 2px;
font-size: 18px;
line-height: 1.45;
font-weight: 600;
}
.edubin-comment-item h4.edubin-media-heading a {
font-family: var(--edubin-font-secondary);
}
.edubin-comment-header {
margin-bottom: 14px;
}
.edubin-comment-header span.comment-metadata {
display: flex;
}
.edubin-comment-header span.comment-metadata .comment-edit-link {
margin-left: 20px;
color: var(--edubin-heading-color);
font-weight: 500;
}
.edubin-comment-header span.comment-metadata .comment-edit-link:hover {
opacity: .75;
}
.edubin-comment-bottom-part .comment-reply-link {
color: var(--edubin-heading-color);
display: flex;
align-items: center;
font-weight: 500;
font-family: var(--edubin-font-secondary);
}
.edubin-comment-bottom-part .comment-reply-link i {
margin-right: 6px;
font-size: 16px;
}
.edubin-comment-list .comment-content {
margin-bottom: 18px;
}
.edubin-comment-list .comment-content p:last-child {
margin: 0;
}
.edubin-comment-bottom-part {
display: flex;
justify-content: space-between;
}
.edubin-comment-bottom-part .edit-link {
margin: 0;
}
.edubin-comment-list table a {
text-decoration: none;
}
.edubin-comment-list li>ol.children {
margin-left: 30px;
list-style: none;
padding-left: 0;
} .edubin-blog-meta {
display: flex;
flex-wrap: wrap;
margin: -5px -25px;
padding: 0;
list-style: none;
}
.edubin-blog-meta li {
margin: 5px 25px;
font-weight: 500;
font-size: 16px;
line-height: 26px;
}
.edubin-blog-meta li i, .edubin-blog-meta li img {
margin-right: 8px;
position: relative;
top: 2px;
}
.edubin-blog-meta li img {
border-radius: 100px;
width: 30px;
height: 30px;
object-fit: cover;
}
@media only screen and (max-width: 1199px) {
.edubin-blog-meta {
margin: -5px -10px;
}
.edubin-blog-meta li {
margin: 5px 10px;
}
}
.edubin-row.edubin-blog-post-archive-style-standard {
margin-bottom: -70px;
}
.edubin-row.edubin-blog-post-archive-style-standard>* {
margin-bottom: 70px !important;
}
.edubin-blog-post-standard .edu-blog .content { border-radius: 0 0 10px 10px;
position: relative;
padding: 30px 0 0 0;
}
.edubin-blog-post-standard .edu-blog {
position: relative;
}
.edubin-blog-post-standard .inner .thumbnail a, .edubin-blog-post-standard .inner .thumbnail img {
border-radius: 0 !important;
}
.edubin-blog-post-standard .top-position.left-top {
left: 20px;
top: 20px;
position: absolute;
z-index: 2;
}
.edubin-blog-post-standard .content {
padding: 35px;
}
.edubin-blog-post-standard .content .edubin-blog-meta {
margin-bottom: 20px;
}
.edubin-blog-post-standard .content .title.empty-title {
display: none;
}
.edubin-blog-post-standard .content p:last-child {
margin-bottom: 0;
}
.edubin-blog-post-standard.sticky:not(.has-post-thumbnail) .edubin-blog-post-standard {
background: rgba(13, 176, 159, .07);
}
.edubin-blog-post-standard.sticky:not(.has-post-thumbnail) .edubin-blog-meta {
margin: -5px -25px 20px 70px;
}
.edubin-blog-post-standard.sticky:not(.has-post-thumbnail) .content:before {
position: absolute;
content: "\f124";
right: 35px;
top: 0;
font-family: 'flaticon_edubin' !important;
background: #0DB09F;
color: var(--edubin-color-white);
font-size: 30px;
width: 56px;
height: 61px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
text-align: center;
line-height: 61px;
}
.edubin-blog-post-standard.sticky.has-post-thumbnail .edu-blog .thumbnail:before {
position: absolute;
content: "\f124";
right: 35px;
top: 0;
font-family: 'flaticon_edubin' !important;
background: #0DB09F;
color: var(--edubin-color-white);
font-size: 30px;
width: 56px;
height: 61px;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
text-align: center;
line-height: 61px;
z-index: 1;
}
.edubin-blog-post-standard.sticky.has-post-thumbnail .top-position.left-top {
left: 111px;
}
.edubin-blog-post-standard .read-more-button {
margin-top: 25px;
}
@media only screen and (max-width: 991px) {
.edubin-blog-post-standard .content .title {
font-size: 24px;
margin-bottom: 14px;
}
}
@media only screen and (max-width: 767px) {
.edubin-blog-post-standard .content {
padding: 22px;
}
.edubin-blog-post-standard.sticky:not(.has-post-thumbnail) .content:before, .edubin-blog-post-standard.sticky.has-post-thumbnail .edu-blog .thumbnail:before {
display: none;
}
.edubin-blog-post-standard.sticky:not(.has-post-thumbnail) .edubin-blog-meta {
margin: -5px -10px 20px;
}
.edubin-blog-post-standard.sticky.has-post-thumbnail .top-position.left-top {
left: 20px;
}
.edubin-blog-post-standard .edu-blog .content {
padding: 30px 25px;
}
.edubin-row.edubin-blog-post-archive-style-standard {
margin-bottom: -30px;
}
.edubin-row.edubin-blog-post-archive-style-standard>* {
margin-bottom: 30px !important;
}
} .elementor-edit-area {
width: 100%;
}
.elementor_library-template-default .entry-footer {
display: none;
}
.elementor-template-full-width .tpc-site-content-inner.edubin-container-fluid {
padding-right: 0;
padding-left: 0;
}
.elementor-template-full-width .tpc-site-content-inner>.edubin-row {
display: inherit;
-ms-flex-wrap: inherit;
flex-wrap: inherit;
margin-right: 0;
margin-left: 0;
}
.elementor-page .edubin-single-page {
margin-bottom: inherit;
-webkit-box-shadow: inherit;
box-shadow: inherit;
background-color: inherit;
border-radius: inherit;
padding: inherit;
}
.elementor-page .page-content, .elementor-page .entry-content, .elementor-page .entry-summary {
margin-top: 0;
}
.elementor-page.edubin-page-sidebar-disable .edubin-page-container.edubin-container {
max-width: 100%;
}
.elementor-page.edubin-page-sidebar-disable .edubin-page-container.edubin-container .entry-footer .edit-link {
max-width: 1170px;
margin: 0 auto;
}
.elementor-page .edubin-fullwidth-page-container .content-area.edubin-col-lg-12, .elementor-page .edubin-container .content-area.edubin-col-lg-12 {
padding: 0;
}
.edubin-sticky-header-wrapper.edubin-header-sticky-active .edubin-hide-at-sticky {
display: none;
} .edubin-section-heading .pre-heading {
font-weight: 500;
display: inline-block;
text-transform: uppercase;
margin-bottom: 14px;
letter-spacing: 1px;
}
.edubin-section-heading .heading {
font-size: var(--edubin-h2);
line-height: var(--edubin-h2-lineHeight);
margin-top: 0;
margin-bottom: 0;
}
.edubin-section-heading .heading mark {
color: var(--edubin-color-secondary);
background: inherit;
}
.edubin-section-heading .title-shape {
margin-top: 4px;
display: block;
color: var(--edubin-primary-color);
}
.edubin-section-heading .sub-heading {
margin-top: 15px;
}
.edubin-section-heading .sub-heading p {
margin-bottom: 24px;
}
.edubin-section-heading .sub-heading p:last-child {
margin-bottom: 0;
}
@media screen and (max-width: 991px) {
.edubin-section-heading .heading {
font-size: 30px;
}
}
@media screen and (max-width: 767px) {
.edubin-section-heading .heading {
font-size: 26px;
}
} @-webkit-keyframes edubin--slide-up {
0% {
-webkit-transform: translate3d(0, 3rem, 0);
transform: translate3d(0, 3rem, 0);
opacity: 0;
filter: alpha(opacity=0);
transition-property: opacity, transform;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes edubin--slide-up {
0% {
-webkit-transform: translate3d(0, 3rem, 0);
transform: translate3d(0, 3rem, 0);
opacity: 0;
filter: alpha(opacity=0);
transition-property: opacity, transform;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
100% {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.edubin--slide-up {
animation-name: edubin--slide-up;
}
[data-sal].sal-animate {
animation-name: edubin--slide-up;
animation-duration: 1.25s;
}
.edubin-course-filter-type-cat-filter [data-sal], .edubin-course-filter-type-cat-filter [data-sal].sal-animate, .edubin-filter-type-tab-filter [data-sal], .edubin-filter-type-tab-filter [data-sal].sal-animate {
animation-name: unset;
animation-duration: unset;
} .edubin-header-area i.flaticon-menu {
font-size: 20px;
top: 5px;
position: relative;
}
@media screen and (max-width: 1199px) {
.edubin-header-area.edubin-navbar .site-branding, .edubin-mobile-menu .edubin-mobile-hamburger-menu {
height: 80px;
line-height: 80px;
}
.edubin-header-area .edubin-theme-nav.edubin-navbar-collapse {
display: none;
}
nav.main-navigation.edubin-navbar-collapse.edubin-elementor-nav {
display: none;
}
.edubin-header-area .quote-icon.edubin-theme-nav-responsive {
display: block;
}
.edubin-mobile-menu {
display: block;
}
.edubin-default-header-nav {
display: flex;
justify-content: flex-end;
}
.edubin-mobile-menu-item, .edubin-elementor-mobile-menu-item {
display: block;
}
body.admin-bar .edubin-mobile-menu-nav-wrapper {
padding: 32px 0px 0px;
}
}
@media screen and (max-width: 991px) {
.edubin-header-area .edubin-container {
position: relative;
}
.edubin-header-area>.edubin-container, .edubin-header-area>.edubin-container-fluid {
-ms-flex-align: flex-start;
-webkit-box-align: start;
align-items: flex-start;
}
.edubin-comment-list li>ol.children {
margin-left: 15px;
}
.edubin-header-area.edubin-navbar-expand-lg ul.edubin-navbar-nav>li>a.nav-link, .edubin-header-area ul.edubin-navbar-nav>li>a {
padding: 0 10px;
}
aside#secondary.widget-area {
margin-top: 30px;
}
}
@media screen and (max-width: 782px) {
body.admin-bar .edubin-mobile-menu-nav-wrapper {
padding: 46px 0px 0px;
}
body.admin-bar .edubin-sticky-header-wrapper.edubin-header-sticky-active, body.admin-bar .site-header.edubin-header-sticky-active {
top: 46px;
}
}
@media screen and (max-width: 600px) {
body.admin-bar .edubin-mobile-menu-nav-wrapper {
padding: 0px;
}
}
@media only screen and (max-width: 767px) {
.widget_archive ul.children li, .widget_categories ul.children li, .widget_pages ul.children li, .widget_meta ul.children li, .widget_nav_menu ul ul.sub-menu li {
padding-left: 15px;
}
.edubin-single-post .edubin-single-post-meta-info {
margin: 0 0 15px;
}
}
@media (max-width: 600px) {
body.admin-bar .edubin-sticky-header-wrapper.edubin-header-sticky-active, body.admin-bar .site-header.edubin-header-sticky-active {
top: 0;
}
}
@media (max-width: 580px) {
.edubin-comment-list li>ol.children {
margin-left: 0px;
}
.widget_archive ul.children li, .widget_categories ul.children li, .widget_pages ul.children li, .widget_meta ul.children li, .widget_nav_menu ul ul.sub-menu li {
padding-left: 10px;
}
}
@media (min-width: 576px) {
.edubin-col-sm-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.edubin-col-sm-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.edubin-col-sm-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.edubin-col-sm-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.edubin-col-sm-5 {
-ms-flex: 0 0 41.66666667%;
-webkit-box-flex: 0;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.edubin-col-sm-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.edubin-col-sm-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333333%;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.edubin-col-sm-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.edubin-col-sm-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%;
}
.edubin-col-sm-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.edubin-col-sm-11 {
-ms-flex: 0 0 91.66666667%;
-webkit-box-flex: 0;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.edubin-col-sm-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 768px) {
.edubin-col-md-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.edubin-col-md-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.edubin-col-md-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.edubin-col-md-4 {
-webkit-box-flex: 0;
-ms-flex: 0 0 33.333333%;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.edubin-col-md-5 {
-ms-flex: 0 0 41.66666667%;
-webkit-box-flex: 0;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.edubin-col-md-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.edubin-col-md-7 {
-webkit-box-flex: 0;
-ms-flex: 0 0 58.33333333%;
flex: 0 0 58.33333333%;
max-width: 58.33333333%;
}
.edubin-col-md-8 {
-webkit-box-flex: 0;
-ms-flex: 0 0 66.666667%;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.edubin-col-md-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%;
}
.edubin-col-md-10 {
-webkit-box-flex: 0;
-ms-flex: 0 0 83.333333%;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.edubin-col-md-11 {
-ms-flex: 0 0 91.66666667%;
-webkit-box-flex: 0;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.edubin-col-md-12 {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
.edubin-404-page-header {
font-size: 40px;
line-height: 50px;
}
blockquote.wp-block-quote:before {
width: 10px;
}
}
@media (min-width: 992px) {
.edubin-error-404.not-found {
margin-top: -100px;
}
.edubin-col-lg-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.edubin-col-lg-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.edubin-col-lg-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.edubin-col-lg-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.edubin-col-lg-5 {
-ms-flex: 0 0 41.66666667%;
-webkit-box-flex: 0;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.edubin-col-lg-el-5 {
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
flex: 0 0 20%;
max-width: 20%;
}
.edubin-col-lg-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.edubin-col-lg-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.edubin-col-lg-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.edubin-col-lg-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%;
}
.edubin-col-lg-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.edubin-col-lg-11 {
-ms-flex: 0 0 91.66666667%;
-webkit-box-flex: 0;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.edubin-col-lg-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
}
}
@media (min-width: 1200px) {
body .e-con>.e-con-inner {
max-width: var(--edubin-elementor-container-width);
}
.container, .edubin-container {
max-width: var(--edubin-elementor-container-width);
}
.edubin-404-page-header {
font-size: 48px;
line-height: 58px;
margin-bottom: 24px;
margin-top: 23px;
}
.edubin-404-page-details {
font-size: 24px;
line-height: 26px;
}
.edubin-error-404 .edubin-button-item {
margin-top: 70px;
}
}
@media (min-width: 1200px) {
.edubin-col-xl-1 {
-webkit-box-flex: 0;
-ms-flex: 0 0 8.333333%;
flex: 0 0 8.333333%;
max-width: 8.333333%;
}
.edubin-col-xl-2 {
-webkit-box-flex: 0;
-ms-flex: 0 0 16.666667%;
flex: 0 0 16.666667%;
max-width: 16.666667%;
}
.edubin-col-xl-3 {
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
.edubin-col-xl-4 {
-ms-flex: 0 0 33.333333%;
-webkit-box-flex: 0;
flex: 0 0 33.333333%;
max-width: 33.333333%;
}
.edubin-col-xl-5 {
-ms-flex: 0 0 41.66666667%;
-webkit-box-flex: 0;
flex: 0 0 41.66666667%;
max-width: 41.66666667%;
}
.edubin-col-xl-6 {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
.edubin-col-xl-7 {
-ms-flex: 0 0 58.333333%;
-webkit-box-flex: 0;
flex: 0 0 58.333333%;
max-width: 58.333333%;
}
.edubin-col-xl-8 {
-ms-flex: 0 0 66.666667%;
-webkit-box-flex: 0;
flex: 0 0 66.666667%;
max-width: 66.666667%;
}
.edubin-col-xl-9 {
-ms-flex: 0 0 75%;
-webkit-box-flex: 0;
flex: 0 0 75%;
max-width: 75%;
}
.edubin-col-xl-10 {
-ms-flex: 0 0 83.333333%;
-webkit-box-flex: 0;
flex: 0 0 83.333333%;
max-width: 83.333333%;
}
.edubin-col-xl-11 {
-ms-flex: 0 0 91.66666667%;
-webkit-box-flex: 0;
flex: 0 0 91.66666667%;
max-width: 91.66666667%;
}
.edubin-col-xl-12 {
-ms-flex: 0 0 100%;
-webkit-box-flex: 0;
flex: 0 0 100%;
max-width: 100%;
}
} .tpc-slider-wrapper.tpc-slider-wrapper-arrows-enable {
position: relative;
}
.tpc-slider-wrapper .tpc-slider-dots-enable {
padding-bottom: 70px !important;
}
.tpc-slider-wrapper.tpc-slider-wrapper-arrows-enable .swiper-slide-controls {
position: absolute;
top: calc(50% - 30px);
width: 60px;
height: 60px;
line-height: 64px;
color: var(--edubin-color-white);
cursor: pointer;
text-align: center;
font-size: 20px;
border-radius: 100%;
transition: all 0.4s ease-out 0s;
background: var(--edubin-primary-color);
z-index: 1;
}
.tpc-slider-wrapper.tpc-slider-wrapper-arrows-enable .swiper-slide-controls.slide-prev {
left: -70px;
}
.tpc-slider-wrapper.tpc-slider-wrapper-arrows-enable.tpc-slider-wrapper-dots-enable .swiper-slide-controls {
top: calc(50% - 65px);
}
.tpc-slider-wrapper.tpc-slider-wrapper-arrows-enable .swiper-slide-controls.slide-next {
right: -70px;
} .edubin-single-course .course-hover-content {
position: absolute;
top: -10px;
left: -25px;
right: -25px;
padding: 42px 40px 42px;
background-color: #fff;
box-shadow: 0 10px 30px 11px rgb(0 0 0 / 10%);
visibility: hidden;
opacity: 0;
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
z-index: 100;
transition: none;
}
.edubin-single-course .course-hover-content .content {
padding: 0;
}
.edubin-single-course .wishlist-btn {
background: rgba(255, 255, 255, 0.15);
width: 40px;
height: 40px;
line-height: 47px;
padding: inherit;
text-align: center;
border-radius: 50%;
border: 0 none;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
z-index: 1;
}
.edubin-single-course .wishlist-btn i {
color: var(--edubin-color-white);
font-size: 19px;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.edubin-single-course .course-hover-content .content .course-level {
background-color: var(--edubin-color-white);
color: var(--edubin-heading-color);
}
.edubin-single-course .course-hover-content .content .title {
color: var(--edubin-color-white);
font-weight: 600;
}
.edubin-single-course .course-hover-content .content .title a:hover {
color: var(--edubin-color-white);
}
.edubin-single-course .course-hover-content .content .course-rating .rating-count {
color: var(--edubin-color-white);
}
.edubin-single-course .course-hover-content .content .course-price {
color: var(--edubin-color-white);
}
.edubin-single-course .course-hover-content .content p {
color: var(--edubin-color-white);
margin-bottom: 15px;
}
.edubin-single-course .course-hover-content .content .course-meta {
margin-bottom: 16px;
}
.edubin-single-course .course-hover-content .content .course-meta li {
color: var(--edubin-color-white);
}
.edubin-single-course .course-hover-content .content .course-meta li:after {
background-color: rgba(255, 255, 255, 0.25);
}
.edubin-single-course .course-hover-content .content .course-meta li i {
color: var(--edubin-color-white);
}
.edubin-single-course .hover-content-aside {
width: 344px;
padding-left: 12px;
position: absolute;
top: 50%;
left: 100%;
-webkit-transform: translateY(-50%) translateX(-20px);
-ms-transform: translateY(-50%) translateX(-20px);
transform: translateY(-50%) translateX(-20px);
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
pointer-events: none;
z-index: 1;
}
.edubin-single-course .hover-content-aside .content {
background-color: var(--edubin-color-white);
border-radius: 4px;
box-shadow: 0px 0px 50px 0px rgba(26, 46, 85, 0.2);
padding: 30px 30px 40px 30px;
}
.edubin-single-course .hover-content-aside .content:before {
content: "";
border-top: 12px solid transparent;
border-right: 13px solid var(--edubin-color-white);
border-bottom: 12px solid transparent;
position: absolute;
top: 50%;
left: -13px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.edubin-single-course .hover-content-aside .content .course-rating {
margin-bottom: 0;
}
.edubin-single-course .hover-content-aside .content .course-meta {
margin-bottom: 5px;
}
.edubin-single-course .hover-content-aside .content .course-meta li {
font-size: var(--edubin-font-size-b1);
color: var(--edubin-color-body);
}
.edubin-single-course .hover-content-aside .content .course-meta li:after {
height: 5px;
width: 5px;
background-color: #d1d1d1;
border-radius: 50%;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
right: -17px;
}
.edubin-single-course .hover-content-aside .content .course-feature {
margin-bottom: 25px;
}
.edubin-single-course .hover-content-aside .content .course-feature ul li {
font-size: 13px;
position: relative;
padding-left: 28px;
}
.edubin-single-course .hover-content-aside .content .course-feature ul li:before {
content: "\e913";
font-family: 'icomoon';
color: var(--edubin-heading-color);
margin-right: 15px;
position: absolute;
left: 0;
top: 2px;
}
.edubin-single-course .hover-content-aside .content .button-group .edu-btn {
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.edubin-single-course .hover-content-aside.content-right {
left: auto;
right: 100%;
padding-left: 0;
padding-right: 12px;
}
.edubin-single-course .hover-content-aside.content-right .content:before {
left: auto;
right: -12px;
-webkit-transform: scaleX(-1);
-ms-transform: scaleX(-1);
transform: scaleX(-1);
}
.edubin-single-course:hover .thumbnail a img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.edubin-single-course:hover .course-hover-content {
visibility: visible;
opacity: 1;
}
.edubin-single-course:hover .hover-content-aside {
pointer-events: all;
visibility: visible;
opacity: 1;
-webkit-transform: translateY(-50%) translateX(0);
-ms-transform: translateY(-50%) translateX(0);
transform: translateY(-50%) translateX(0);
}
.empty-wishlist-text {
font-weight: 600;
font-family: var(--edubin-font-secondary);
color: var(--edubin-color-body);
} #edubin-login-notification {
position: fixed;
z-index: 999;
font-size: 16px;
font-weight: 500;
top: 45%;
right: 0px;
-webkit-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
#edubin-login-notification.EdubinFadeOutRight {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.edubin-login-message {
color: var(--edubin-color-white);
background: var(--edubin-color-tertiary);
padding: 15px;
border-radius: 5px 0 0 5px;
} .tpc-course-review-wrapper {
position: relative;
overflow: hidden;
width: 95px;
}
.tpc-course-review {
color: #caccd2;
list-style: none;
display: flex;
padding: 0;
margin: 0;
white-space: nowrap;
overflow: hidden;
font-size: 15px;
}
.tpc-course-review li {
margin: 0;
padding: 0;
cursor: pointer;
}
.tpc-course-review li:not(:last-child) {
margin-right: 4px;
}
.tpc-course-review.tpc-review-filled {
color: var(--edubin-color-tertiary);
position: absolute;
top: 0;
left: 0;
} .tpc-course-header-meta-items .tpc-course-rating-content {
margin-bottom: 0 !important;
}
.tpc-course-rating-content {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin-bottom: 10px;
}
.edubin-media-heading .tpc-course-rating-content {
margin-bottom: 6px;
}
.tpc-rating-text {
font-size: 14px;
font-weight: 500;
color: var(--edubin-heading-color);
margin-left: 10px;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
} .edubin-course-archive-top-bar-wrapper {
margin-bottom: 40px;
}
.edubin-course-archive-top-bar {
align-items: center;
}
.edubin-course-archive-index-count {
font-weight: var(--edubin-p-semi-bold);
font-size: var(--edubin-h6);
line-height: var(--edubin-h6-lineHeight);
font-family: var(--edubin-font-secondary);
color: var(--edubin-heading-color);
}
.edubin-course-archive-index-count span {
color: var(--edubin-primary-color);
}
.edubin-course-archive-search {
text-align: right;
}
.edu-search-box {
position: relative;
display: inline-block;
}
.edu-search-box input {
height: 52px;
background: var(--edubin-color-shade);
font-weight: 500;
font-size: 16px;
color: var(--edubin-heading-color);
padding: 0 25px;
min-width: 350px;
border: 0 none;
border-radius: 5px;
padding-right: 48px;
font-family: var(--edubin-font-primary);
}
.edu-search-box .search-button {
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
padding: 0;
border: 0 none;
background: transparent;
color: var(--edubin-color-black);
}
.edu-search-box .search-button i {
font-size: 18px;
}
@media only screen and (max-width: 767px) {
.edubin-course-archive-search {
text-align: left;
}
.edu-search-box {
width: 100%;
}
.edu-search-box input {
min-width: 100%;
}
} .edubin-team-3-widget .edubin-team-item {
padding: 0 30px 36px;
position: relative;
z-index: 1;
}
.edubin-team-3-widget .edubin-team-item:after {
content: "";
height: 75%;
width: 100%;
background-color: var(--edubin-color-white);
border-radius: 10px;
box-shadow: var(--edubin-shadow-darker);
position: absolute;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
}
.edubin-team-3-widget .edubin-team-item .content .designation {
margin-bottom: 15px;
}
.edubin-team-3-widget .edubin-team-item .content p {
margin-bottom: 0;
} .edu-blog {
position: relative;
}
.edu-blog .thumbnail {
position: relative;
}
.edu-blog .thumbnail a {
display: block;
border-radius: 10px;
position: relative;
overflow: hidden;
}
.edu-blog .thumbnail a:after {
content: "";
height: 100%;
width: 100%;
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.edu-blog .thumbnail a img {
width: 100%;
border-radius: 10px;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.edu-blog .thumbnail .video-play-btn {
height: 80px;
width: 80px;
line-height: 80px;
background-color: var(--edubin-color-white);
border-radius: 50% !important;
text-align: center;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
z-index: 2;
font-size: 18px;
color: var(--edubin-primary-color);
}
.edu-blog .thumbnail .video-play-btn:after {
display: none;
}
@media only screen and (max-width: 575px) {
.edu-blog .thumbnail .video-play-btn {
height: 65px;
width: 65px;
line-height: 65px;
}
}
.edu-blog .content { padding: 30px 25px 0 25px;
border-radius: 10px;
position: relative;
}
.blog_layout_overlay .blog-details-top{
position: relative;
z-index: 1;
}
.edu-blog .blog-meta, .blog_layout_overlay .blog-meta {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
padding-bottom: 18px;
margin: 0;
align-items: center;
}
.edu-blog .blog-meta{
padding-bottom: 25px;
}
.author.vcard img {
display: inline-block; border-radius: 50%;
vertical-align: middle;
margin-right: 8px;
}
.blog_layout_overlay .edubin-cat-wrapper{
margin-bottom: 20px;
}
.blog_layout_overlay .edubin-post-cat a{
color: #fff;
}
.edu-blog .blog-meta li, .blog_layout_overlay .blog-meta li { position: relative;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
color: #838383;
margin-left: 20px;
margin-top: 0;
margin-bottom: 0;
}
.edu-blog .blog-meta li:first-child, .blog_layout_overlay .blog-meta li:first-child {
margin-left: 0;
}
.edu-blog .blog-meta li:hover a {
color: var(--edubin-heading-color);
text-decoration: underline;
}
.blog_layout_overlay .blog-meta li:hover a {
color: var(--edubin-primary-color);
}
.blog_layout_overlay .blog-meta li, .blog_layout_overlay .blog-meta li a {
color: #fff;
font-weight: 700;
}
.edu-blog .blog-meta li i, .blog_layout_overlay .blog-meta li i {
font-size: 16px;
padding-right: 10px;
position: relative;
top: 2px;
color: var(--edubin-primary-color);
}
.edu-blog .blog-meta li:last-child:after {
display: none;
}
.edu-blog .blog-meta li.meta-blog-cat a {
color: #838383;
}
@media only screen and (max-width: 1199px) {
.edu-blog .content {
padding: 30px 20px;
} .edu-blog .blog-meta li {
margin: 5px 10px;
}
.edu-blog .blog-meta li:after {
right: -11px;
}
}
@media only screen and (max-width: 479px) {
.edu-blog .content {
padding: 20px;
}
}
.edu-blog .content .title {
margin-bottom: 15px;
font-weight: 600;
}
.edu-blog .content .title.empty-title {
display: none;
margin-bottom: 0px;
}
.edu-blog .content p {
margin-bottom: 0;
}
.edu-blog .content.position-top {
margin-top: -175px;
margin-left: 30px;
margin-right: 30px;
}
.edu-blog .content.position-top.without-thumb {
margin-top: 0px !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.edu-blog .content.position-top {
margin-top: -125px;
}
}
@media only screen and (max-width: 767px) {
.edu-blog .content.position-top {
margin-top: -105px;
}
}
@media only screen and (max-width: 1199px) {
.edu-blog .content.position-top {
margin-left: 15px;
margin-right: 15px;
}
}
@media only screen and (max-width: 479px) {
.edu-blog .content.position-top {
margin-left: 15px;
margin-right: 15px;
}
} .edu-blog .btn-icon-round:hover {
color: var(--edubin-color-white);
background-color: var(--edubin-color-secondary);
}
.edu-blog:hover .thumbnail a:after {
visibility: visible;
opacity: 1;
}
.edu-blog:hover .thumbnail a img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}  .edu-blog.blog-style-1 .thumbnail a {
border-radius: 10px 10px 0 0;
}
.edu-blog.blog-style-1 .thumbnail a img {
border-radius: 10px 10px 0 0;
}
.edu-blog.blog-style-1 .content {
padding: 25px 30px 30px;
border-radius: 0 0 10px 10px;
overflow: hidden;
background: #fff;
border: 1px solid #eee;
border-radius: 10px;
box-shadow: 0 0 10px rgb(0 0 0 / 5%);
transition: all 0.5s ease;
} .edu-blog.blog-style-3 .content {
padding: 30px 0 0 0;
box-shadow: none;
} .edu-blog.blog-style-4 .content {
padding: 25px 0px 0px;
background-color: transparent;
box-shadow: none;
}
.edu-blog.blog-style-4 .content .read-more-btn {
position: absolute;
top: -45px;
right: 30px;
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.edu-blog.blog-style-4:hover .content .read-more-btn {
visibility: visible;
opacity: 1;
top: -35px;
}
.edu-blog.blog-style-4 .content .read-more-btn a:hover {
color: var(--edubin-color-white);
} .edu-blog.blog-style-5 .inner .thumbnail a {
border-radius: 5px;
}
.edu-blog.blog-style-5 .inner .thumbnail a::after {
display: none;
}
.edu-blog.blog-style-5 .inner .thumbnail a img {
border-radius: 5px;
}
.edu-blog.blog-style-5 .inner .thumbnail .category-wrap a {
position: absolute;
left: 30px;
bottom: 30px;
background: var(--edubin-primary-color);
border-radius: 3px;
padding: 2px 21px;
font-size: 15px;
color: var(--edubin-color-white);
display: block;
}
.edu-blog.blog-style-5 .inner .content {
background-color: transparent;
padding: 25px 0px 0 0;
border-radius: 0;
box-shadow: none;
}
.edu-blog.blog-style-5 .content .blog-meta {
padding-bottom: 13px;
}
.edu-blog.blog-style-5 .content .blog-btn {
font-size: var(--edubin-font-size-b1);
font-weight: var(--edubin-p-semi-bold);
font-family: var(--edubin-font-secondary);
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
color: var(--edubin-heading-color);
}
.edu-blog.blog-style-5 .content .blog-btn i {
font-size: 12px;
font-weight: var(--edubin-p-semi-bold);
visibility: hidden;
opacity: 0;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.edu-blog.blog-style-5 .content .blog-btn:hover {
color: var(--edubin-heading-color);
}
.edu-blog.blog-style-5 .content .blog-btn:hover i {
padding-left: 7px;
visibility: visible;
opacity: 1;
} .edu-blog.blog-style-6 .thumbnail .date {
position: absolute;
left: 40px;
bottom: 40px;
background: var(--edubin-primary-color);
border-radius: 3px;
font-size: 15px;
color: var(--edubin-color-white);
display: block;
width: 65px;
height: 65px;
text-align: center;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
.edu-blog.blog-style-6 .thumbnail .date .edubin_date {
font-size: 22px;
font-weight: 700;
flex: 100%;
line-height: 1;
position: relative;
bottom: -5px;
}
.edu-blog.blog-style-6 .thumbnail .date .edubin_months {
flex: 100%;
line-height: 1;
bottom: 5px;
position: relative;
}
.edu-blog.blog-style-6 .thumbnail a {
border-radius: 10px 10px 0px 0px;
}
.edu-blog.blog-style-6 .thumbnail a img {
border-radius: 10px 10px 0px 0px;
}
.edu-blog.blog-style-6 .content.position-top {
margin-top: 0;
margin-left: 0;
margin-right: 0;
padding: 30px 0 0;
}
.edu-blog.blog-style-6 .content {
border-radius: 0px 0px 10px 10px;
} .edubin-classic-post-layout .featured-post .thumbnail a img {
border-radius: 5px;
overflow: hidden;
transition: 0.4s;
width: 100%;
object-fit: cover;
}
.edubin-classic-post-layout.specific-post-title-line-two .specific-posts .content .title a {
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
}
.edubin-classic-post-layout .thumbnail {
position: relative;
} .edubin-classic-post-layout.layout-1 .featured-post .thumbnail a, .edubin-classic-post-layout.layout-3 .featured-post .thumbnail a {
border-radius: 5px;
}
.edubin-classic-post-layout.layout-1 .featured-post .thumbnail::after, .edubin-classic-post-layout.layout-3 .featured-post .thumbnail::after {
content: "";
height: 100%;
width: 100%;
border-radius: 5px;
background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 37.57%, rgba(0, 0, 0, 0.8) 100%);
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 37.57%, rgba(0, 0, 0, 0.8) 100%);
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.edubin-classic-post-layout.layout-1 .featured-post .thumbnail .content, .edubin-classic-post-layout.layout-3 .featured-post .thumbnail .content {
padding: 30px 25px 25px 30px;
background-color: transparent;
box-shadow: none;
position: absolute;
left: 0;
bottom: 0;
z-index: 1;
}
.edubin-classic-post-layout.layout-1 .category-wrap a, .edubin-classic-post-layout.layout-3 .category-wrap a {
color: var(--edubin-color-white);
background: var(--edubin-primary-color);
padding: 4px 16px;
border-radius: 3px;
display: inline-block;
margin-bottom: 10px;
text-transform: uppercase;
}
.edubin-classic-post-layout.layout-1 .featured-post .title, .edubin-classic-post-layout.layout-3 .featured-post .title {
color: var(--edubin-color-white);
margin-bottom: 15px;
}
.edubin-classic-post-layout.layout-1 .featured-post .title a:hover, .edubin-classic-post-layout.layout-3 .featured-post .title a:hover {
color: rgba(255, 255, 255, 0.8);
}
.edubin-classic-post-layout.layout-1 .blog-meta, .edubin-classic-post-layout.layout-3 .blog-meta {
padding-bottom: 0;
margin: -5px -9px;
}
.edubin-classic-post-layout.layout-1 .blog-meta li, .edubin-classic-post-layout.layout-3 .blog-meta li {
margin: 5px 9px;
}
.edubin-classic-post-layout.layout-1 .featured-post .blog-meta li, .edubin-classic-post-layout.layout-1 .featured-post .blog-meta li i, .edubin-classic-post-layout.layout-3 .featured-post .blog-meta li, .edubin-classic-post-layout.layout-3 .featured-post .blog-meta li i {
color: var(--edubin-color-white);
}
.edubin-classic-post-layout.layout-1 .edu-blog .thumbnail a:after, .edubin-classic-post-layout.layout-1 .edu-blog .blog-meta li:after, .edubin-classic-post-layout.layout-3 .edu-blog .thumbnail a:after, .edubin-classic-post-layout.layout-3 .edu-blog .blog-meta li:after {
display: none;
}
.edubin-classic-post-layout.layout-1 .specific-posts.edu-blog .thumbnail a, .edubin-classic-post-layout.layout-1 .specific-posts.edu-blog .thumbnail a img, .edubin-classic-post-layout.layout-3 .specific-posts.edu-blog .thumbnail a, .edubin-classic-post-layout.layout-3 .specific-posts.edu-blog .thumbnail a img {
border-radius: 5px 5px 0 0;
}
.edubin-classic-post-layout.layout-1 .specific-posts .inner .content, .edubin-classic-post-layout.layout-3 .specific-posts .inner .content {
padding: 0 20px 30px 25px;
background-color: var(--edubin-color-white);
box-shadow: var(--edubin-shadow-darker);
border-radius: 0;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.edubin-classic-post-layout.layout-1 .specific-posts.edu-blog .thumbnail a:after, .edubin-classic-post-layout.layout-3 .specific-posts.edu-blog .thumbnail a:after {
visibility: visible;
opacity: 1;
background-color: rgba(0, 0, 0, 0.3);
}
.edubin-classic-post-layout.layout-1 .specific-posts .category-wrap a {
position: relative;
top: -17px;
}
.edubin-classic-post-layout.layout-1 .category-wrap a:hover, .edubin-classic-post-layout.layout-3 .category-wrap a:hover {
color: var(--edubin-color-white);
}
.edubin-classic-post-layout.layout-1 .specific-posts .content .blog-meta i, .edubin-classic-post-layout.layout-3 .specific-posts .content .blog-meta i {
color: #d0d0d1;
}
.edubin-classic-post-layout.layout-3 .specific-posts .category-wrap a {
position: absolute;
bottom: 0;
left: 0;
margin: 0;
}
.edubin-classic-post-layout.layout-3 .specific-posts .inner .content {
padding-top: 30px;
} .edubin-classic-post-layout.layout-2 .featured-post .thumbnail a img {
border-radius: 10px;
}
.edubin-classic-post-layout.layout-2 .featured-post.edu-blog .thumbnail a:after {
display: none;
}
.edubin-classic-post-layout.layout-2 .featured-post .content {
padding: 23px 0 0 110px;
box-shadow: none;
}
.edubin-classic-post-layout.layout-2 .edu-blog .content .category-wrap {
display: flex;
}
.edubin-classic-post-layout.layout-2 .edu-blog .content .category-wrap a {
font-weight: 500;
}
.edubin-classic-post-layout.layout-2 .blog-date {
width: 80px;
height: 80px;
background: var(--edubin-primary-color);
color: var(--edubin-color-white);
font-family: var(--edubin-font-secondary);
border-radius: 60px 60px 14px 60px;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-webkit-justify-content: center;
-ms-flex-pack: center;
justify-content: center;
position: absolute;
bottom: 0;
right: 0;
z-index: 1;
}
.edubin-classic-post-layout.layout-2 .featured-post .blog-date {
top: 24px;
right: inherit;
left: 0;
}
.edubin-classic-post-layout.layout-2 .blog-date span {
font-weight: 700;
font-size: 22px;
display: block;
text-align: center;
}
.edubin-classic-post-layout.layout-2 .blog-date span.day {
line-height: 1;
margin-bottom: 4px;
}
.edubin-classic-post-layout.layout-2 .blog-date span.month {
line-height: 1;
font-size: 14px;
font-weight: 500;
}
.edubin-classic-post-layout.layout-2 .featured-post.edu-blog .content .title {
margin-bottom: 15px;
}
.edubin-classic-post-layout.layout-2 .featured-post.edu-blog .content .blog-meta {
padding: 20px 0 0;
}
.edubin-classic-post-layout.layout-2 .content .blog-meta i {
color: #d0d0d1;
}
@media (min-width: 1400px) {
.edubin-classic-post-layout.layout-2 .tpc-post-featured-item {
margin-right: 30px;
}
.edubin-classic-post-layout.layout-2 .specific-posts {
padding-left: 45px;
}
}
.edubin-classic-post-layout.layout-2 .specific-posts .tpc-post-specific-item:not(:last-child) {
margin-bottom: 40px;
}
.edubin-classic-post-layout.layout-2 .specific-posts .inner {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.edubin-classic-post-layout.layout-2 .specific-posts .thumbnail {
margin-right: 30px;
max-width: 240px;
}
.edubin-classic-post-layout.layout-2 .specific-posts .thumbnail a:after {
visibility: visible;
opacity: 1;
background-color: rgba(0, 0, 0, 0.3);
}
.edubin-classic-post-layout.layout-2 .specific-posts .content {
box-shadow: none;
padding: 0;
-webkit-box-flex: 1;
-webkit-flex: 1;
-ms-flex: 1;
flex: 1;
}
.edubin-classic-post-layout.layout-2 .specific-posts .edu-blog .content .blog-meta {
padding-bottom: 0;
}
@media only screen and (max-width: 575px) {
.edubin-classic-post-layout.layout-2 .specific-posts .inner {
display: block;
}
.edubin-classic-post-layout.layout-2 .specific-posts .thumbnail {
margin-right: 0px;
max-width: 100%;
margin-bottom: 20px;
}
.edubin-classic-post-layout.layout-2 .specific-posts .tpc-post-specific-item:not(:last-child) {
margin-bottom: 30px;
}
} .error-page-area {
position: relative;
}
.edu-error {
text-align: center;
}
.edu-error .thumbnail {
margin-bottom: 60px;
position: relative;
display: inline-block;
}
.error-page-area .s0 {
fill: var(--edubin-primary-color);
} .header-breadcrumb {
position: relative;
}
.header-breadcrumb ul {
justify-content: center;
padding: 0;
margin: 0;
}
.header-breadcrumb ul li {
display: inline-block;
margin: 0;
padding: 0;
border: none;
background: transparent;
text-indent: 0;
}
.header-breadcrumb ul li, .header-breadcrumb ul li a {
font-size: 15px;
font-family: var(--edubin-font-secondary);
}
.header-breadcrumb ul li:after {
content: "\002F";
padding: 0 0.5em;
margin: 0;
}
.header-breadcrumb ul li:last-of-type::after {
display: none;
} .site-branding img.site-logo {
max-width: 180px;
}
.site-white-logo, .edubin-header-sticky-active.white-logo-enable .site-white-logo, .white-logo-enable .site-main-logo {
display: none;
}
.white-logo-enable .site-white-logo, .edubin-header-sticky-active.white-logo-enable .site-main-logo {
display: block;
}
.edubin-dark-header .site-white-logo, .edubin-dark-header .edubin-header-sticky-active.white-logo-enable .site-white-logo, .edubin-dark-header .white-logo-enable .site-main-logo {
display: block;
}
header.site-header.theme-default-header.header-get-sticky.white-logo-enable.headroom.headroom--not-top.madartank.headroom--not-bottom.headroom--pinned .site-main-logo {
display: block;
}
header.site-header.theme-default-header.header-get-sticky.white-logo-enable.headroom.headroom--not-top.madartank.headroom--not-bottom.headroom--pinned .site-white-logo {
display: none;
}                        .edubin-course-filter-buttons {
display: inline-block;
font-size: 14px;
font-weight: 500;
border: 1px solid #d2d5d6;
padding: 0 20px;
border-radius: 100px;
background: #f9f9f9;
color: var(--edubin-content-color);
line-height: 30px;
}
.edubin-course-filter-buttons:hover {
border: 1px solid var(--edubin-primary-color);
}
.edubin-course-filter-buttons:hover a {
color: var(--edubin-primary-color);
}
.edubin-course-filter-buttons:hover path {
fill: var(--edubin-primary-color);
}
.edubin-course-filter-buttons svg {
width: 20px;
position: relative;
top: 4px;
} .widget-area.course-filter .widget-area-wrapper {
background-color: #f9f9f9;
border-radius: 5px;
padding: 38px 30px 38px 30px;
}
.widget-area.course-filter h5.widget-title {
margin-bottom: 20px;
position: relative;
cursor: pointer;
}
.widget-area.course-filter h5.widget-title:after {
content: "\f141";
font-family: 'flaticon_edubin';
font-size: 10px;
position: absolute;
top: 4px;
right: 0;
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.widget-area.course-filter .collapsed h5.widget-title:after {
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
}
.widget-area.course-filter .filter-widget+.filter-widget {
border-top: 1px solid var(--edubin-color-border);
padding-top: 25px;
margin-top: 25px;
}
.filter-widget.widget label {
display: block;
margin-bottom: 15px;
font-weight: 400;
}
.filter-widget.widget label:last-child {
margin-bottom: 0;
}
.filter-widget input[type="checkbox"] {
position: relative;
width: 17px;
height: 17px;
margin: 4px 15px 0 0;
border: 1px solid #d2d5d6;
border-radius: 2px;
background-color: var(--edubin-color-white);
vertical-align: top;
background-position: center;
background-size: contain;
background-repeat: no-repeat;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.filter-widget input[type="checkbox"]:checked:before {
position: absolute;
content: '\f147';
font-family: 'flaticon_edubin';
font-size: 11px;
height: 17px;
width: 17px;
border-radius: 2px;
line-height: 17px;
padding-left: 3px;
left: -1px;
top: -1px;
color: var(--edubin-color-white);
background: var(--edubin-primary-color);
}
.filter-widget label {
position: relative;
font-size: 15px;
line-height: 26px;
color: var(--edubin-heading-color);
cursor: pointer;
margin-bottom: 0;
}
.filter-widget label .filter-count {
margin-left: 4px;
}
.filter-widget .edubin-radio-filter {
display: flex;
margin-bottom: 15px;
}
.filter-widget.widget-lp_price .edubin-radio-filter:last-child {
margin-bottom: 0px;
}
.filter-widget input[type="radio"] {
-webkit-appearance: none;
appearance: none;
background-color: var(--edubin-color-white);
width: 17px;
height: 17px;
margin: 5px 15px 0 0;
border: 1px solid #d2d5d6;
border-radius: 50%;
transform: translateY(-0.075em);
display: grid;
place-content: center;
}
.filter-widget input[type="radio"]::before {
content: "";
width: 11px;
height: 11px;
border-radius: 50%;
transform: scale(0);
background-color: var(--edubin-primary-color);
}
.filter-widget input[type="radio"]:checked::before {
transform: scale(1);
}
.edubin-course-filter-buttons {
margin-top: 30px;
}
.edubin-course-filter-buttons .edu-btn {
width: 100%;
}
.edubin-course-filter-buttons .edubin-filter-reset, .edubin-course-filter-buttons .edubin-filter-clear {
margin-top: 15px;
}
.filter-left-align .filter-course-column .filtered-courses {
padding-left: 15px;
}
.filter-right-align .filter-sidebar-column {
order: 2;
}
.filter-right-align .filter-course-column .filtered-courses {
padding-left: 0px;
padding-right: 20px;
}
@media screen and (max-width: 1199px) {
.filter-left-align .filter-course-column .filtered-courses, .filter-right-align .filter-course-column .filtered-courses {
padding-left: 0px;
padding-right: 0px;
}
} .edu-top-sorting-area {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: justify;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 30px;
}
.edu-top-sorting-area .course-found {
margin-bottom: 0;
}
.edu-top-sorting-area .course-found span.count {
color: var(--edubin-primary-color);
}
.edu-top-sorting-area .edu-top-sorting-right {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher label {
font-family: var(--edubin-font-secondary);
font-size: 16px;
font-weight: 600;
color: var(--edubin-heading-color);
margin-top: 4px;
cursor: pointer;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
margin: -5px;
padding-left: 10px;
list-style: none;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li {
margin: 5px;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a {
display: inline-block;
border: 1px solid var(--edubin-color-border);
border-radius: 3px;
padding: 8px;
color: #d1d1d1;
font-size: 16px;
line-height: 1;
cursor: pointer;
-webkit-transition: var(--edubin-transition);
transition: var(--edubin-transition);
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a:hover, .edu-top-sorting-area .edu-top-sorting-right .layout-switcher .switcher-btn li a.active {
border-color: var(--edubin-primary-color);
color: var(--edubin-primary-color);
}
.edu-top-sorting-area .edu-course-sorting {
position: relative;
margin-left: 30px;
}
.edu-top-sorting-area .edu-course-sorting .icon {
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
left: 22px;
font-size: 14px;
color: var(--edubin-heading-color);
}
.edu-top-sorting-area .edu-course-sorting .course-orderby {
min-width: 225px;
-webkit-transition: 0.3s;
transition: 0.3s;
height: 50px;
padding: 10px 20px;
padding-left: 44px;
outline: none;
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
border: 0 none;
border-radius: 3px;
color: var(--edubin-heading-color);
font-family: var(--edubin-font-secondary);
font-size: 15px;
font-weight: 600;
background: url(//programmereninpython.nl/wp-content/themes/edubin/assets/css/../images/icons/arrow-down.png) 88% center no-repeat transparent;
background-color: #f9f9f9;
cursor: pointer;
}
.tpc-filter-type-text, .display-layout-grid, .display-layout-list {
display: none;
}
.tpc-filter-type-text.active, .display-layout-grid.active, .display-layout-list.active {
display: flex;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle {
display: none;
font-size: 16px;
font-weight: 600;
font-family: var(--edubin-font-secondary);
color: var(--edubin-heading-color);
cursor: pointer;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle i {
font-size: 20px;
margin-right: 5px;
position: relative;
top: 3px;
}
.edubin-filter-close-trigger {
display: none;
}
@media only screen and (max-width: 991px) {
.edu-top-sorting-area {
display: block;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
margin-top: 20px;
}
.edu-top-sorting-area .edu-course-sorting {
margin-top: 20px;
}
.filter-right-align .filter-sidebar-column {
order: 1;
}
.filter-right-align .edubin-col-lg-9.filter-course-column {
order: 2;
}
.tpc-sidebar-toggle-activated aside#secondary.widget-area {
margin-top: 0;
margin-bottom: 20px !important;
}
.tpc-sidebar-toggle-activated .tpc-course-filter-toggle {
display: block;
}
.tpc-sidebar-toggle-activated .course-filter-form-wrapper {
position: fixed;
overflow-y: auto;
top: 0;
width: 350px;
padding: 0px;
height: 100%;
display: block;
z-index: 0;
box-shadow: 0px 10px 30px rgb(0 0 0 / 6%);
background: var(--edubin-color-white);
opacity: 0;
left: -150px;
transition: all .5s ease-out;
pointer-events: none;
}
.tpc-sidebar-toggle-activated .course-filter-form-wrapper form {
padding: 0 20px;
}
.tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
opacity: 1;
left: 0;
overflow-y: auto;
z-index: 1020;
pointer-events: all;
}
body.admin-bar .tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
padding: 32px 0px 0px;
}
.tpc-sidebar-toggle-activated .edubin-filter-close-trigger {
display: flex;
justify-content: flex-end;
padding: 10px 10px 0 0;
margin-bottom: 20px;
}
.tpc-sidebar-toggle-activated .edubin-filter-close-trigger a {
position: relative;
z-index: 2;
top: -2px;
left: 0;
background: var(--edubin-color-white);
border: 0 none;
color: var(--edubin-heading-color);
width: 40px;
height: 40px;
font-size: 14px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.06);
}
}
@media only screen and (max-width: 782px) {
body.admin-bar .tpc-sidebar-toggle-activated .course-filter-form-wrapper.tpc-filter-sidebar-active {
padding: 46px 0px 0px;
}
}
@media only screen and (max-width: 479px) {
.edu-top-sorting-area .edu-top-sorting-right {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: initial;
align-items: center;
justify-content: space-between;
}
.edu-top-sorting-area .edu-course-sorting {
margin-left: 0px;
}
.edu-top-sorting-area .edu-top-sorting-right .layout-switcher {
margin-right: 0;
}
}
@media only screen and (max-width: 380px) {
.tpc-sidebar-toggle-activated .course-filter-form-wrapper {
width: 100%;
}
} .edubin-course-single-header-meta-01 {
display: flex;
align-items: center;
margin-bottom: 0;
font-size: 15px;
}
.edubin-rating-wrap {
display: flex;
justify-content: center;
align-items: center;
}
.edubin-ratings-total {
margin-left: 8px;
}
.edubin-course-single-header-meta-01>div+div {
margin-left: 25px;
padding-left: 25px;
position: relative;
}
.edubin-course-single-header-meta-01>div+div:before {
background: #64768e;
height: 25px;
width: 1px;
position: absolute;
left: 0;
top: 0;
content: "";
}
@media (max-width:991.98px) {
.edubin-course-single-header-meta-01 {
display: inline-block;
}
.edubin-course-single-header-meta-01>div+div {
margin-top: 10px;
margin-left: 0;
padding-left: 0;
}
.edubin-course-single-header-meta-01>div+div:before {
display: none;
}
}
.edubin-course-single-header-meta-02 {
position: relative;
padding-top: 30px;
}
.edubin-course-single-header-meta-02:before {
width: 95%;
height: 1px;
content: "";
background: #3d4c66;
left: 0;
top: 0;
position: absolute;
}
body.single .edubin-course-top-info .edubin-breadcrumb-wrapper {
margin-top: 0;
margin-bottom: 20px;
}
.edubin-course-top-info .edubin-breadcrumb-wrapper ul li, .edubin-course-top-info .edubin-breadcrumb-wrapper ul li a {
font-size: 15px;
}
.edubin-breadcrumb-style-1.course-header-style--2 .edubin-breadcrumb-wrapper ul li span.active {
color: #fff;
}
.edubin-breadcrumb-style-1.course-header-style--2 .edubin-course-single-header-meta-01 {
color: #fff;
}
.edubin-course-top-info .edubin-breadcrumb-wrapper ul li a:hover {
color: var(--edubin-primary-color);
}
.edubin-course-top-info .post-author img {
width: 32px;
height: 32px;
vertical-align: middle;
border-radius: 50%;
display: inline-block;
border: 2px solid #fff;
}
.edubin-course-top-info .meta-icon {
font-size: 14px;
margin-right: 6px;
color: var(--edubin-primary-color);
}
.edubin-course-top-info .course-title {
font-size: 40px;
} .edubin-course-top-info.dark {
background: #13181C;
}
.edubin-course-top-info.dark .course-title {
color: #fff;
}
.edubin-course-top-info.dark .course-short-text p {
color: #fff;
font-size: 18px;
line-height: 30px;
}
.edubin-course-top-info.dark .edubin-course-single-header-meta-01 {
color: #fff;
} #secondary.widget-area .widget.course__widget {
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #ededed;
padding: 30px;
margin-top: 30px;
}
.course-sidebar-preview {
border-radius: 5px;
background: #fff;
border: 1px solid #ededed;
box-shadow: 0 0 30px rgb(0 0 0 / 5%);
}
.widget-area .widget.edubin-course-widget {
border-radius: 5px;
background: #fff;
overflow: hidden;
border: 1px solid #ededed;
padding: 30px;
margin-top: 30px;
}
.intro-video-sidebar {
margin-bottom: 35px;
}
.edubin-course .intro-video-sidebar {
margin-bottom: 0;
}
.intro-video-sidebar.full__preview {
margin-bottom: 35px;
margin-left: -30px;
margin-top: -30px;
margin-right: -30px;
}
.widget.edubin-ld-widget>.intro-video-sidebar {
margin-bottom: 0;
}
.intro-video-sidebar .intro-video {
background-size: cover;
background-repeat: no-repeat;
text-align: center;
border-radius: 3px;
width: 100%;
height: 150px;
display: flex;
justify-content: center;
align-items: center;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 190px 0;
}
.intro-video-sidebar.is__sidebar .intro-video {
padding: 0;
}
@media (max-width:991.98px) {
.intro-video-sidebar .intro-video {
padding: 160px 0;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 180px 0;
}
}
@media (max-width:768.98px) {
.intro-video-sidebar .intro-video {
padding: 120px 0;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 150px 0;
}
}
@media (max-width:575.98px) {
.intro-video-sidebar .intro-video {
padding: 60px 0;
}
.intro-video-sidebar.intro-video-content .intro-video {
padding: 60px 0;
}
}
.intro-video-sidebar .intro-video .edubin-popup-videos {
background: #fff;
width: 52px;
display: inline-block;
height: 52px;
line-height: 60px;
border-radius: 50%;
font-size: 18px;
box-shadow: 0px 10px 15px -3px rgb(0 0 0 / 10%);
padding-left: 3px;
}
.single-course-layout-05 .intro-video-sidebar .intro-video .edubin-popup-videos {
line-height: 54px
}
.course-sidebar-preview .intro-video-sidebar .intro-video .edubin-popup-videos {
line-height: 55px;
}
.edubin-course.layout__5 .intro-video-sidebar .intro-video .edubin-popup-videos {
top: -24px;
position: relative;
}
.intro-video-sidebar .intro-video .edubin-popup-videos span {
top: 1px;
left: 2px;
position: relative
}
.intro-video-sidebar .intro-video .edubin-popup-videos:hover {
opacity: .9
} .pxcv-rr-item-widget {
margin-left: 0;
padding: 0;
list-style: none;
}
.widget ul.pxcv-rr-item-widget li {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 30px;
display: flex;
}
.widget ul.pxcv-rr-item-widget li:last-child {
border-bottom: none;
}
.pxcv-rr-item-widget li {
padding: 0;
line-height: inherit;
}
.widget.edubin-lp-widget.widget_pxcv_posts ul li {
border-top: none;
padding: 25px 0;
}
.pxcv-rr-item-widget li img {
min-width: 92px;
width: 92px;
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper {
margin: 1px 19px 0 0;
border-radius: 100px;
overflow: hidden;
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper img {
overflow: hidden;
border-radius: 100px;
transition: all 1.5s cubic-bezier(0, 0, .2, 1);
}
.pxcv-rr-item-widget .pxcv-rr-item-image_wrapper:hover img {
transition: all 1.5s cubic-bezier(0, 0, .2, 1);
transform: scale3d(1.1, 1.1, 1.1);
border-radius: 100px;
overflow: hidden;
}
.pxcv-rr-item-widget .meta-data {
margin-top: 6px;
font-size: 14px;
line-height: 1.5;
font-weight: 400;
margin-bottom: -3px;
}
.pxcv-rr-item-widget .meta-data span {
font-weight: 400;
line-height: 24px;
font-size: 15px;
}
.pxcv-rr-item-widget .pxcv-rr-item-content_wrapper {
width: calc(100% - 20px);
align-self: center;
}
.pxcv-rr-item-widget .pxcv-rr-item-content {
margin-top: 3px;
font-size: 0.9rem;
line-height: 1.8;
}
.pxcv-rr-item-widget .post__title {
font-size: 16px;
line-height: 24px;
font-weight: 700;
transition: 0.4s;
margin-top: 0;
margin-bottom: 8px;
}
.pxcv-rr-item-widget .post__title:hover {
color: var(--edubin-primary-color);
}
.widget_rt_posts .pxcv-rr-item-widget {
margin-top: 0;
margin-bottom: -7px;
}
.pxcv-rr-item-widget .course-price>.price>span:nth-child(1) {
color: var(--edubin-primary-color);
}
.pxcv-rr-item-widget span>.price {
color: var(--edubin-primary-color);
font-size: 16px !important;
font-weight: 500;
}
.pxcv-rr-item-widget .price__link {
color: var(--edubin-primary-color);
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper {
min-width: 100px;
width: 100px;
height: 80px;
border-radius: 5px;
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper img {
min-width: 100px;
width: 100px;
border-radius: 5px;
}
.widget_pxcv_posts.style__square .pxcv-rr-item-widget .pxcv-rr-item-image_wrapper:hover img {
border-radius: 5px;
} .edubin-course-info {
padding: 0 32px 0 32px;
margin-bottom: 30px;
background: #fff;
}
.edubin-course-info ul {
list-style: none;
}
.edubin-course-info ul.edubin-course-info {
padding-left: 0;
margin-bottom: 0;
}
.edubin-course-info ul.course-info-list {
padding-left: 0;
margin-bottom: 30px;
}
.edubin-course-info ul li {
font-size: 15px;
overflow: hidden;
border-top: 1px solid rgba(204, 204, 204, 0.3);
padding: 15px 0;
}
#secondary .edubin-course-info ul li {
margin-bottom: 0;
}
.edubin-course-info ul li span.language-tag.value {
display: inline-grid;
line-height: 28px;
}
.edubin-course-info ul li:first-child {
border-top: none;
}
.course-sidebar-preview .entry-post-share {
border-top: 1px solid rgba(204, 204, 204, 0.3);
padding-top: 25px;
padding-bottom: 25px;
}
.edubin-course-info ul li i {
margin-right: 5px;
font-size: 16px !important;
line-height: inherit;
color: var(--edubin-primary-color);
}
.edubin-course-info ul li span.value {
float: right;
}
.edubin-course-info ul li span.label {
font-weight: 500;
color: var(--edubin-content-color);
}
.edubin-course-info ul li .language-tag.value>span:not(:first-child) {
display: none;
}
.edubin-course-info ul li span.lp_course_cat.value>a:not(:first-child) {
display: none;
}
.edubin-course-info ul li span.lp_course_cat.value>a {
color: var(--edubin-content-color);
}
.edubin-course-info ul li span.lp_course_cat.value>a:hover {
color: var(--edubin-primary-color);
}
.edubin-course-info ul li span.value a:nth-child(n+2) {
display: none;
} body .course-sidebar-preview .edubin-price-icon{
top: 10px;
position: relative;
}
body .course-sidebar-preview .edubin-price-label{
top: 10px;
position: relative;
}
body .course-sidebar-preview .edubin-price-value {
color: var(--edubin-primary-color-alt);
font-weight: 700;
font-size: 24px;
}
.edubin-course-info button, .edubin-course-info .button {
width: 100%;
} .course__container {
overflow: hidden;
border-radius: 5px;
box-shadow: 0 6px 12px rgb(0 0 0 / 6%);
background: #ffffff;
}
.course__container:hover .course__media-link:before {
opacity: 0.2;
}
.course__media .course__media-link:before {
content: '';
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
transition: 0.4s;
background: #1C1F27;
opacity: 0;
}
.edubin-course .course__content--info {
position: relative;
z-index: 1;
padding: 20px 30px;
}
.e-c-layout-3 .edubin-course {
margin-bottom: 0;
}
.edubin-course .course__content-meta span {
font-size: 13px;
}
.edubin-course .course__content--meta>span {
margin-right: 10px;
}
.edubin-course .course__content-meta>span i {
margin-right: 2px;
}
.edubin-course .course__content--info+.course__content--meta {
font-size: 15px;
position: relative;
padding: 14px 30px 14px 30px;
}
.edubin-course .course-meta {
font-size: 15px;
margin-top: 12px;
}
.edubin-course .course-meta span {
margin-right: 8px;
}
.edubin-course .course-meta i {
margin-right: 4px;
font-size: 14px;
color: var(--edubin-primary-color);
}
.edubin-course .course-meta span i {
margin-right: 4px;
font-size: 14px;
color: var(--edubin-primary-color);
}
.edubin-course .course__border {
border-top: 1px solid #ebebeb;
margin-left: 30px;
margin-right: 30px;
}
.edubin-course .course__content--meta {
display: flex;
align-items: center;
justify-content: space-between;
padding: 14px 30px;
}
.edubin-course .course__content--meta:empty {
display: none;
}
.edubin-course .course__content--meta>span:last-child {
margin-right: 0;
}
.edubin-course .course__content--meta>span {
margin-right: 10px;
}
.edubin-course .course__content--meta .price {
font-weight: 700;
}
.edubin-course .course__content--meta .price.see__more {
font-weight: 500;
}
.edubin-course .course__content--meta span i {
margin-right: 5px;
font-size: 14px;
color: var(--edubin-primary-color);
}
.edubin-course .course__content--meta>.price {
display: inline-block;
text-align: right;
float: right;
color: var(--edubin-heading-color);
}
.edubin-course .course__media {
position: relative;
}
.edubin-course .course__media img {
object-fit: cover;
height: 200px;
}
.edubin-course.col__4 .course__media img {
object-fit: cover;
height: 200px;
}
.intro-video-sidebar .intro-video {
height: 220px;
}
.edubin-course.col__4 .intro-video-sidebar .intro-video {
height: 180px;
}
.edubin-course.col__3 .intro-video-sidebar .intro-video {
height: 220px;
}
.edubin-course.col__2 .intro-video-sidebar .intro-video {
height: 300px;
}
.edubin-course.layout__5 .intro-video-sidebar .intro-video {
height: 250px;
}
.edubin-course.layout__5.col__6 .intro-video-sidebar .intro-video {
height: 300px;
}
.edubin-course .author__name img {
width: 32px;
height: 32px;
border-radius: 100px;
margin-right: 5px;
display: inline-block;
border: 2px solid #cccccc;
}
.col-lg-4 .edubin-course .author__name img.avatar, .col-lg-6 .edubin-course .author__name img.avatar {
border: 0;
}
.edubin-course .course-price {
font-size: 14px;
font-weight: 800;
min-width: 62px;
height: 62px;
border-radius: 100px;
text-transform: uppercase;
box-shadow: 5px 4px 13px 0px rgb(0 0 0 / 11%);
padding: 8px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
position: absolute;
z-index: 1;
top: -30px;
right: 0;
margin-right: 30px;
color: #fff;
background: var(--edubin-primary-color);
}
.edubin-course .course__content--meta span {
font-size: 15px;
font-style: inherit;
}
.edubin-course .course__content--meta span+span {
margin-left: 10px;
}
.edubin-course .course__content--meta span.origin-price {
font-size: 0.85em;
margin-bottom: 4px;
text-decoration: line-through;
margin-right: 5px;
}
.edubin-course .course__media+.course__content .course__categories {
margin-top: -15px;
}
.edubin-course .course__media+.course__content .course__content--info {
padding: 0 28px 20px 28px;
}
.edubin-course-style-4 .edubin-course .course__media+.course__content .course__content--info {
padding: 0 28px 20px 28px;
}
.edubin-course.layout__2.col__3 .course__media+.course__content .course__content--info {
padding-top: 20px;
}
.edubin-course .course__categories {
position: absolute;
top: 25px;
left: 30px;
max-width: 70%;
}
.edubin-course .course__categories a {
font-size: 13px;
font-weight: 400;
border-radius: 3px;
padding: 0 11px;
line-height: 29px;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
color: #fff;
white-space: nowrap;
background: var(--edubin-primary-color);
box-shadow: -1px 0px 20px 1px rgb(149 149 149 / 22%);
}
.edubin-course .course__categories a:nth-child(n+2) {
display: none;
}
.edubin-course .course__level {
position: absolute;
top: 25px;
left: 30px;
max-width: 70%;
}
.edubin-course .course__level span {
font-size: 13px;
font-weight: 400;
border-radius: 3px;
padding: 0 11px;
line-height: 29px;
margin-right: 10px;
margin-bottom: 10px;
display: inline-block;
color: var(--edubin-color-secondary);
white-space: nowrap;
background: var(--edubin-primary-color);
box-shadow: 5px 4px 13px 0px rgb(0 0 0 / 22%);
}
.edubin-course.layout__6 .course__level span {
border-radius: 100px;
padding: 0 15px;
}
.edubin-course .course__wishlist {
position: absolute;
top: 25px;
right: 30px;
max-width: 70%;
}
.edubin-course .course__title {
padding-top: 18px;
line-height: 18px;
overflow: hidden;
margin-bottom: 0;
}
.edubin-course .course__title a {
color: inherit;
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.edubin-course.col__6 .course__title a {
font-size: 28px;
line-height: 37px;
}
.edubin-col-lg-3 .edubin-course .course__title a {
font-size: 18px;
line-height: 27px;
font-weight: 500;
}
.edubin-filter-type-cat-filter .edubin-col-lg-4 .edubin-course .course__title a {
font-size: 18px;
line-height: 27px;
font-weight: 500;
}
.filtered-courses .edubin-col-xl-4 .edubin-course .course__title a {
font-size: 20px;
line-height: 29px;
font-weight: 500;
}
.filtered-courses .edubin-col-xl-6 .edubin-course .course__title a {
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.filtered-courses .edubin-course .course__title a {
font-size: 18px;
line-height: 27px;
font-weight: 500;
}
body.archive.post-type-archive .edubin-course.col__4 .course__title a {
font-size: 22px;
line-height: 32px;
}
.edubin-carousel-activation .edubin-course .course__title a {
font-size: 22px;
line-height: 32px;
}
.edubin-course .course__title a:hover {
color: var(--edubin-primary-color);
}
.edubin-course .author__name a:hover {
color: var(--edubin-primary-color);
}
.edubin-course .updating-icon:before {
margin-right: 0;
}
.edubin-course .course-excerpt p {
margin-bottom: 15px;
padding-top: 15px;
} .edubin-course .price__1 {
color: var(--edubin-heading-color)
}
.edubin-course .price__1 span, .edubin-course .price__1 {
font-weight: 700;
font-size: 16px;
color: var(--edubin-heading-color)
}
.edubin-course .price__2 {
position: absolute;
right: 40px;
bottom: -29px;
font-size: 14px;
color: #ffffff;
font-weight: 600;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: var(--edubin-primary-color);
text-align: center;
display: flex;
align-items: center;
justify-content: center;
z-index: 1;
}
.edubin-course .price__2 .origin-price {
text-decoration: line-through;
margin-right: 2px;
font-weight: 400
}
.edubin-course .price__2 del {
margin-right: 2px;
font-weight: 400
}
.edubin-course .price__4 {
font-size: 14px;
color: #fff;
font-weight: 600;
background-color: var(--edubin-primary-color);
text-align: center;
display: block;
padding: 5px 15px;
border-radius: 4px;
position: absolute;
right: 20px;
top: 20px
}
.edubin-course .price__4 .origin-price {
text-decoration: line-through;
margin-right: 2px;
font-weight: 400
} .edubin-course.layout__5 .course__media>a>img {
height: 250px;
}
.course__content--meta.layout__5 {
background-color: rgb(0 0 0 / 77%);
padding: 15px 30px;
bottom: 0px;
position: absolute;
left: 0;
right: 0;
display: block;
}
.edubin-course.layout__5 .author__name {
color: #fff;
}
.edubin-course.layout__5 .price__2 {
position: absolute;
right: 40px;
bottom: 36px;
z-index: 1;
}
.edubin-course.layout__5.review__show .price__2 {
position: absolute;
right: 40px;
bottom: 70px;
z-index: 1;
}
.edubin-course.layout__5 .course-rating {
color: #fff;
}
.edubin-course .edubin-course-rate {
padding-top: 20px;
display: flex;
align-items: center;
}
.elementor-editor-active .edubin-course .edubin-course-rate .review-stars-rated {
display: flex;
align-items: center;
}
.edubin-course .review-stars-rated {
margin-bottom: 0;
}
.edubin-course.layout__2 .edubin-course-rate {
padding-top: 10px;
}
.edubin-course.layout__5 .edubin-course-rate {
padding-top: 10px;
}
.edubin-course.layout__5 .course__content--meta span:last-child {
margin-right: 5px;
}
.edubin-course .edubin-course-rate .course-reviews-text {
font-size: 14px;
margin-left: 4px;
}
.edubin-course.layout__5 .edubin-course-rate .course-reviews-text {
color: #fff;
}
.edubin-course.layout__5 .author__name img.avatar {
width: 35px;
height: 35px;
}
.edubin-course.layout__5 .course__content--meta span {
color: #fff;
}
.edubin-course.layout__5 .edubin-course-rate {
margin-top: 10px;
} .edubin-course.layout__3 .course__container {
box-shadow: none;
background: transparent;
}
.edubin-course .price__3 {
font-size: 14px;
color: #07294d;
font-weight: 600;
background-color: var(--edubin-primary-color);
text-align: center;
display: block;
padding: 8px 15px;
border-top-left-radius: 3px
}
.edubin-course.layout__3 .course__media+.course__content .course__content--info {
padding: 0 0 0 0;
}
.edubin-course .price__3 .origin-price {
text-decoration: line-through;
margin-right: 2px;
font-weight: 400
}
.edubin-course.layout__3 .price__0 {
font-weight: 700;
color: var(--edubin-color-01);
}
.edubin-course.layout__3 .course__content--info+.course__content--meta {
padding: 7px 0 7px 0;
}
.edubin-course.layout__3 .author__name {
margin-bottom: 5px;
font-size: 15px;
}
.edubin-course.layout__3 .course__title {
margin-bottom: 5px;
}
.edubin-course.layout__3 .course__categories__2 {
background: #ff48301c;
display: inline-block;
border-radius: 4px;
padding: 1px 15px;
margin-top: 20px;
}
.edubin-course.layout__3 .course__categories__2 a {
color: var(--edubin-color-01);
font-size: 14px;
}
.edubin-course.layout__3 .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-01) 15%, transparent);
display: inline-block;
border-radius: 4px;
padding: 1px 15px;
margin-top: 20px;
}
.edubin-col-sm-12:nth-child(4n+2) .course__categories__2, .edubin-slider-item:nth-child(4n+2) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-02) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+2) .course__categories__2 a, .edubin-slider-item:nth-child(4n+2) .course__categories__2 a {
color: var(--edubin-color-02);
}
.edubin-col-sm-12:nth-child(4n+3) .course__categories__2, .edubin-slider-item:nth-child(4n+3) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-03) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+3) .course__categories__2 a, .edubin-slider-item:nth-child(4n+3) .course__categories__2 a {
color: var(--edubin-color-03);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2, .edubin-slider-item:nth-child(4n+4) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-primary-color) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2 a, .edubin-slider-item:nth-child(4n+4) .course__categories__2 a {
color: var(--edubin-primary-color);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2, .edubin-slider-item:nth-child(4n+4) .course__categories__2 {
background: color-mix(in srgb, var(--edubin-color-04) 15%, transparent);
}
.edubin-col-sm-12:nth-child(4n+4) .course__categories__2 a, .edubin-slider-item:nth-child(4n+4) .course__categories__2 a {
color: var(--edubin-color-04);
}
.edubin-course.layout__3 .course__levels {
position: absolute;
top: 25px;
left: 25px;
background: var(--edubin-color-01);
padding: 1px 14px;
color: #fff;
border-radius: 2px;
font-size: 14px;
text-transform: capitalize;
}
.edubin-course.layout__3 span.author--name {
color: var(--edubin-color-06);
}
.edubin-course.layout__3 .edubin-course-rate {
padding-top: 0;
margin-bottom: 5px;
} .edubin-course.layout__4 .course__media {
padding: 12px;
}
.edubin-course.layout__4 .course__container {
box-shadow: none;
border: 1px solid #ebebeb;
border-radius: 12px;
}
.edubin-course.layout__4 .price__4 {
top: 32px;
font-weight: 500;
padding: 0 15px;
border-radius: 100px;
font-size: 13px;
line-height: 29px;
left: 30px;
right: auto;
}
.edubin-course.layout__4 .course__categories a {
border-radius: 100px;
font-weight: 500;
}
.edubin-course.layout__4 .course__media>.course-thumb>img {
border-radius: 10px 10px 0 0;
overflow: hidden;
}
.edubin-course.layout__4 .course__media .author__name {
bottom: -10px;
position: absolute;
right: 32px;
}
.edubin-course.layout__4 .author__name img {
width: 45px;
height: 45px;
border: 2px solid #ffffff;
box-shadow: 0 10px 40px #0000000d;
}
.edubin-course.layout__4 .course__media+.course__content .course__content--info {
padding: 0 20px 20px 20px;
}
.edubin-course.layout__4 .course__content--meta {
padding: 15px 20px;
}
.edubin-course.layout__4 .course__border {
margin-left: 0;
margin-right: 0;
}
.edubin-course.layout__4 .edubin-wishlist-wrapper {
top: 30px;
right: 30px;
}
.view-more-btn a {
font-size: 15px;
font-weight: 700;
color: var(--edubin-primary-color);
}
.view-more-btn:hover a {
color: inherit;
} .edubin-course.layout__6 .course__container {
border-radius: 20px;
}
.edubin-course.layout__6 .course__content--meta {
padding: 25px 25px;
}
.edubin-course.layout__6 .top--title {
position: absolute;
top: 5px;
padding: 0 65px 0 25px;
color: #fff;
font-size: 22px;
font-weight: 700;
line-height: 32px;
}
.edubin-course.layout__6 .top--title a {
color: #fff;
}
.edubin-course.layout__6 .top--title:hover a {
color: color-mix(in srgb, #ffffff 80%, transparent);
}
.edubin-course.layout__6 .no-course-thumb {
height: 200px;
width: auto;
display: block;
background: #e5572e;
position: relative;
}
.edubin-course.layout__6 .course__media+.course__content .course__content--info {
padding: 0 25px 20px 25px;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .no-course-thumb {
background: #2bc183;
}
.edubin-col-sm-12:nth-child(4n+3) .edubin-course.layout__6 .no-course-thumb {
background: #0870da;
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .no-course-thumb {
background: #7044b3;
}
.edubin-col-sm-12:nth-child(4n+5) .edubin-course.layout__6 .no-course-thumb {
background: #ea9c0b;
}
.edubin-triangle-up {
width: 0;
height: 0;
border-left: 90px solid transparent;
border-right: 90px solid transparent;
border-bottom: 135px solid #ffffff1f;
right: -58px;
bottom: 0;
position: absolute;
}
.edubin-circle {
height: 180px;
width: 180px;
background-color: #ffffff1f;
border-radius: 50%;
right: -34px;
top: -33px;
position: absolute;
}
.edubin-rectangle {
height: 120px;
width: 200px;
background-color: #ffffff1f;
right: -34px;
bottom: -33px;
position: absolute;
}
.edubin-circle-border {
left: -27px;
bottom: -38px;
position: absolute;
border: 2px solid #ffffff3d;
height: 80px;
border-radius: 50%;
width: 80px;
}
.edubin-col-sm-12:nth-child(4n+1) .edubin-course.layout__6 .edubin-circle {
display: none;
}
.edubin-col-sm-12:nth-child(4n+1) .edubin-course.layout__6 .edubin-triangle-up {
border-left: 100px solid transparent;
border-right: 100px solid transparent;
border-bottom: 180px solid #ffffff1f;
right: -78px;
top: -32px;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-triangle-up {
display: none;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-rectangle {
right: -34px;
top: 0;
}
.edubin-col-sm-12:nth-child(4n+2) .edubin-course.layout__6 .edubin-circle {
right: -55px;
top: 77px;
}
.edubin-col-sm-12:nth-child(4n+3) .edubin-course.layout__6 .edubin-rectangle {
display: none;
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .edubin-rectangle {
right: -86px;
top: 100px;
transform: skew(341deg);
}
.edubin-col-sm-12:nth-child(4n+4) .edubin-course.layout__6 .edubin-triangle-up {
display: none;
}
.edubin-course.layout__6 .view-more-btn a {
font-size: 15px;
font-weight: 500;
color: #ffffff;
background: #2bc183;
padding: 6px 14px;
border-radius: 5px;
}
.edubin-course.layout__6 .view-more-btn:hover a {
background: color-mix(in srgb, #2bc183 75%, transparent);
color: #ffffff;
}
.edubin-course.layout__6 .edubin-wishlist-wrapper {
z-index: 1;
} .related-post-wrap.related_course {
margin-bottom: -50px ;
}
.single-course-layout-05 .related-post-wrap.related_course{
margin-top: 0 !important;
}
.related-post-wrap.related_course .related-title {
font-size: 28px;
margin-bottom: 45px;
}
.related-post-wrap.related_course .post-thumbnail {
margin-left: inherit;
margin-right: inherit;
max-height: 200px;
border-radius: 0;
}
.related-post-wrap.related_course .post-thumbnail img {
height: inherit;
object-fit: inherit;
}
.related-post-wrap.related_course .entry-title {
font-size: 20px;
line-height: 30px;
margin-top: 10px;
}
.related-post-wrap.related_course .price {
color: var(--edubin-heading-color);
font-size: 15px;
font-weight: 700;
display: block;
}
.related-post-wrap.related_course .price__2 .price {
color: #fff;
}
.related-post-wrap.related_course .course-item-wrap {
overflow: hidden;
border-radius: 5px;
box-shadow: 0 14px 12px rgb(0 0 0 / 6%);
background: #ffffff;
margin-bottom: 30px;
}
.related-post-wrap.related_course .entry-desc {
padding: 25px 30px 35px;
}
.widget ul.pxcv-rr-item-widget li {
border-bottom: 1px solid #e5e5e5;
padding-bottom: 25px;
display: flex;
padding-top: 25px;
}
.widget ul.pxcv-rr-item-widget li:first-child {
padding-top: 0;
}
.widget ul.pxcv-rr-item-widget li:last-child {
padding-bottom: 0;
} .intro-video-sidebar.intro-video-content {
margin-bottom: 0;
}
.edubin-course-single-wrap {
margin-right: 20px;
}
@media (max-width:991.98px) {
.edubin-course-single-wrap {
margin-right: 0;
}
}
.edubin-course-top-info.light ul li {
color: var(--edubin-color-body);
}
.edubin-course-top-info.light ul li a {
color: var(--edubin-color-body);
}
.edubin-course-top-info.light ul li:after {
color: var(--edubin-color-body) !important;
}
.edubin-course-top-info .post-author img {
border: 2px solid var(--edubin-color-body);
}
.edubin-course-top-info .course-short-text {
margin-top: 25px;
margin-bottom: 25px;
padding-right: 150px;
}
@media (max-width:991.98px) {
.edubin-course-top-info .course-short-text {
padding-right: 0;
}
} .single-course-layout-01 aside#secondary.widget-area, .single-course-layout-02 aside#secondary.widget-area, .single-course-layout-03 aside#secondary.widget-area, .single-course-layout-04 aside#secondary.widget-area {
margin-bottom: 70px;
}
.single-course-layout-0default {
background: #edf0f2
}
.single-course-layout-0default #learn-press-course-tabs ul.learn-press-nav-tabs {
position: relative;
margin-bottom: 0;
font-size: 0;
border: 0;
padding-bottom: 2px;
background: none;
display: inherit;
background: #fff;
padding-left: 45px;
padding-right: 45px;
}
.single-course-layout-0default .course-tab-panels .course-tab-panel {
padding-top: 30px;
padding: 40px 45px;
}
.single-course-layout-0default #learn-press-course-tabs ul.learn-press-nav-tabs .course-nav label {
padding: 15px 20px;
font-size: 16px;
} body.single-course-layout-01 .page-header {
text-align: center;
}
.single-course-layout-01 {
background: #f9f9f9;
}
.single-course-layout-01 .post-wrapper {
background: #fff;
padding: 45px 45px 45px 45px
}
.single-lp_course.single-course-layout-01 .course-summary {
padding: 90px 0 0 0;
}
.single-course-layout-01 #learn-press-course-tabs ul.learn-press-nav-tabs {
position: relative;
margin-bottom: 0;
font-size: 0;
border: 0;
padding-bottom: 2px;
background: none;
display: inherit;
background: #fff;
padding-left: 45px;
padding-right: 45px;
}
.single-course-layout-01 .course-tab-panels .course-tab-panel {
padding-top: 30px;
padding: 40px 45px;
}
.single-course-layout-01 #learn-press-course-tabs ul.learn-press-nav-tabs .course-nav label {
padding: 20px 20px;
font-size: 16px;
}
body.single-course-layout-01 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0 !important;
} .single-course-layout-02 .course-h-v2:before {
position: absolute;
width: 100%;
height: 100%;
content: "";
left: 0;
top: 0;
z-index: 0;
background: rgba(0, 0, 0, 0);
}
.single-course-layout-02 .course-sidebar-preview {
margin-top: -260px;
}
@media (max-width:991.98px) {
.single-course-layout-02 .course-sidebar-preview {
margin-top: 45px;
}
}
.single-course-layout-02 .edubin-single-course-lead-meta-01 {
margin-bottom: 20px;
}
.single-course-layout-02 .edubin-page-title-area {
text-align: left;
}
.single-course-layout-02 .header-breadcrumb ul li, .single-course-layout-02 .header-breadcrumb ul li a {
color: #fff;
}
.single-course-layout-02 .edubin-course-top-info .course-short-text, .single-course-layout-02 .edubin-course-top-info .course-short-text p {
color: #fff;
}
.single-course-layout-02 .edubin-course-top-info .lead-meta-item .lead-meta-value {
color: #fff;
}
body.single-course-layout-02 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0!important;
} .edubin-page-title-area.edubin-default-breadcrumb.course-header-style--1 .edubin-breadcrumb-wrapper ul li span.active{
color: inherit;
}
.single-course-layout-03 .edubin-course-single-wrap {
width: 80%;
margin: 0 auto;
}
.single-course-layout-03 .page-header {
text-align: center;
}
.single-course-layout-03 .course-bottom-wrap {
text-align: center;
border-top: 1px solid #e0e0e0;
padding-top: 50px;
margin: 0 auto;
max-width: 970px;
}
.single-course-layout-03 .course-tab-panels {
padding: 20px 0 0 0;
}
.single-course-layout-03 #learn-press-pmpro-notice.purchase-course {
width: inherit;
margin-bottom: 0;
}
.single-course-layout-03 #learn-press-pmpro-notice.purchase-course a {
display: inherit;
margin-bottom: 0;
}
.single-course-layout-03 .lp-course-buttons {
display: inline-block;
}
.single-course-layout-03 .form-button {
margin-top: 0;
}
.single-course-layout-03 .lp-button {
margin: 0 20px;
}
.single-course-layout-03 .entry-post-share {
text-align: inherit;
display: inline-block;
padding-left: 30px;
}
.single-course-layout-03 .related-post-wrap {
padding-top: 60px;
}
.single-course-layout-03 .single-lp_course .post-share.style-02 {
padding: 0 0 35px 0;
}
.single-course-layout-03 .edubin-course-top-info .edubin-single-course-lead-meta {
position: relative;
z-index: 1;
justify-content: center;
margin-top: 25px;
}
.single-course-layout-03 .edubin-course-top-info .edubin-course-single-header-meta-02 div span {
color: #fff;
}
.single-course-layout-03 .course-header-style--1 .edubin-course-single-header-meta-02 div span {
color: var(--edubin-heading-color);
}
.single-course-layout-03 .edubin-course-top-info .post-author img {
border: 2px solid var(--edubin-heading-color);
}
.single-course-layout-03 .edubin-course-single-header-meta-01 {
justify-content: center;
position: relative;
z-index: 1;
padding-top: 15px;
}
body.single-course-layout-03 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0 !important;
} .single-course-layout-04 .course-sidebar-preview {
margin-top: -260px;
}
@media (max-width:991.98px) {
.single-course-layout-04 .course-sidebar-preview {
margin-top: 45px;
}
}
.single-course-layout-04 .edubin-course-top-info {
text-align: left;
background: #eff1f6;
}
.single-course-layout-04 .edubin-single-course-lead-meta-01 {
margin-bottom: 20px;
}
body.single-course-layout-04 .tpc-site-content {
padding-bottom: 100px;
padding-top: 0 !important;
}
body.single-course-layout-04 .edubin-breadcrumb-wrapper ul li span.active {
color: var(--edubin-color-body);
} .single-course-layout-05 .edubin-course-top-info .course-title {
font-size: 38px;
color: #fff;
}
.single-course-layout-05 .edubin-single-course-lead-info {
padding-right: 40px;
}
.single-course-layout-05 .edubin-course-top-info .top__meta {
padding: 0 25px;
background: #1f2838;
border-radius: 100px;
height: 40px;
line-height: 40px;
}
.single-course-layout-05 .edubin-course-top-info .top__meta+.top__meta {
margin-left: 20px;
}
.single-course-layout-05 .edubin-course-top-info .post-author img {
width: 35px;
height: 35px;
}
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 .entry-post-share {
padding: 0;
display: inline-block;
width: 40px;
height: 40px;
}
.single-course-layout-05 .edubin-course-top-info li a {
color: rgb(243, 244, 246);
}
.single-course-layout-05 .edubin-course-top-info {
padding-top: 80px;
background: #111827;
padding-bottom: 80px;
color: rgb(243, 244, 246);
}
.single-course-layout-05 .edubin-course-top-info .edubin-single-course-lead-meta {
border-top: 1px solid #374152;
padding-top: 25px;
margin: 0;
}
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 {
font-size: 15px;
display: flex;
}
.single-course-layout-05 .edubin-course-top-info .lead-meta-item+.lead-meta-item:before {
top: 6px;
left: -13px;
}
.single-course-layout-05 .edubin-single-course-top-meta {
padding-bottom: 20px;
font-size: 15px;
}
.single-course-layout-05 .review-stars-rated {
margin-bottom: 0;
bottom: -2px;
}
.single-course-layout-05 .review-stars-rated svg {
width: 14px;
}
.single-course-layout-05 .edubin-course-top-info .lead-meta-item:first-child {
padding-left: 0;
}
.single-course-layout-05 .intro-video-sidebar.is__sidebar .intro-video {
padding: 0;
overflow: hidden;
border: 7px solid rgb(243, 244, 246);
border-radius: 15px;
box-shadow: 1px 0 30px rgba(0, 0, 0, .38);
}
.single-course-layout-05 .intro-video-sidebar.is__sidebar .tutor-video-player {
padding: 0;
overflow: hidden;
border: 7px solid rgb(243, 244, 246);
border-radius: 15px;
box-shadow: 1px 0 30px rgba(0, 0, 0, .38);
}
.single-course-layout-05 .content-area {
padding-top: 95px;
padding-bottom: 100px;
}
.single-course-layout-05 .intro-video-sidebar {
margin-bottom: 0;
}
@media (max-width: 991.98px) {
.single-course-layout-05 .intro-video-sidebar {
margin-top: 40px;
}
}
@media (max-width: 1200px) {
.single-course-layout-05 .edubin-course-top-info .edubin-course-single-header-meta-02 {
display: inline-block;
}
.single-course-layout-05 .edubin-course-top-info .top__meta {
float: left;
margin-bottom: 15px;
}
}
.single-course-layout-05 .intro-video-sidebar .intro-video {
height: 260px;
}
.single-course-layout-05 .header-breadcrumb ul {
display: inline-block;
background: #202837;
padding: 8px 25px;
border-radius: 100px
}
.single-course-layout-05 .edubin-page-title-area {
text-align: left;
}
.single-course-layout-05 .edubin-course-single-header-meta-02 .post-author {
margin-right: 20px;
}
.single-course-layout-05 .edubin-course-single-header-meta-02 .course-language a {
color: #fff;
}
body.single-course-layout-05 .tpc-site-content {
padding-top: 0 !important;
} .edubin-course.layout-list-01 .course__content--meta {
padding: 0;
}
.edubin-course.layout-list-01 {
overflow: hidden;
border-radius: 5px 0 0 5px;
box-shadow: 0px 0px 16px 1px rgb(0 0 0 / 6%);
}
.edubin-course.layout-list-01 .course__container {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
}
.edubin-course.layout-list-01 .course__title {
padding-top: 10px;
}
.filtered-courses .edubin-course.layout-list-01 .course__title a {
font-size: 22px;
line-height: 32px;
}
.edubin-course.layout-list-01 .course__media {
width: 265px;
height: 265px;
border-radius: 50%;
-webkit-flex-shrink: 0;
-ms-flex-negative: 0;
flex-shrink: 0;
margin: 0 30px 0 0;
}
.edubin-course.layout-list-01 .course__media a, .edubin-course.layout-list-01 .course__media a img {
border-radius: 5px 0 0 5px;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.edubin-course.layout-list-01 .course__media a:after {
background-color: rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
.edubin-course .course__media img {
object-fit: cover;
height: auto;
}
.edubin-course.layout-list-01 .course__media {
width: inherit;
height: inherit;
margin: 0;
}
.edubin-course.layout-list-01 .course__content {
padding: 28px;
}
.edubin-course.layout-list-01 .course__container {
display: inherit;
display: inherit;
display: inherit;
display: inherit;
-webkit-box-align: inherit;
-webkit-align-items: inherit;
-ms-flex-align: inherit;
align-items: inherit;
}
} .edubin-wishlist-wrapper {
pointer-events: all;
font-size: 0px;
cursor: pointer;
width: 32px;
height: 32px;
line-height: 1;
text-align: center;
border-radius: 100%;
padding: 0;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 25px;
right: 20px;
border-color: #fff;
background: #fff;
color: var(--edubin-heading-color);
}
.edubin-wishlist-wrapper:before {
content: "\f139" !important;
font-family: 'flaticon_edubin' !important;
margin-right: 0px !important;
font-weight: 400 !important;
font-style: normal;
visibility: visible;
font-size: 16px;
}
.is-processing .edubin-wishlist-wrapper:before, .edubin-wishlist-wrapper.ajaxload_wishlist:before {
content: "\f138" !important;
font-family: 'flaticon_edubin' !important;
-webkit-animation: 1s linear 0s normal none infinite running edubin-spin;
animation: 1s linear 0s normal none infinite running edubin-spin;
cursor: auto;
display: inline-block;
font-size: 20px;
}
.tpc-wishlisted .edubin-wishlist-wrapper, .edubin-wishlist-wrapper.on, .edubin-wishlist-wrapper:hover {
border-color: var(--edubin-color-secondary);
background: var(--edubin-color-secondary);
color: var(--edubin-color-white);
} .woocommerce-product-addon {
position: relative;
}
.coupon.edubin-coupon-wrapper button.button.edubin-button-item {
padding: 22px 30px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
background: var(--edubin-color-btn-bg);
border-color: var(--edubin-color-btn-border);
color: var(--edubin-color-btn-text);
border-radius: 3px;
padding: 15px 28px;
font-size: 15px;
font-weight: 500;
line-height: 1;
transition: all 0.3s ease 0s;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
background: var(--edubin-color-btn-bg-hover);
border-color: var(--edubin-color-btn-border-hover);
color: var(--edubin-color-btn-text-hover);
}
.woocommerce a.button {
margin-bottom: 0 !important;
}
.woocommerce .loader::before {
display: none;
}
.woocommerce table.shop_table_responsive thead {
display: none;
}
.woocommerce table.shop_table_responsive tbody th {
display: none;
}
.woocommerce table.shop_table_responsive tr td {
display: block;
text-align: right;
clear: both;
}
.woocommerce table.shop_table_responsive tr td:before {
content: attr(data-title) ": ";
float: left;
}
.woocommerce table.shop_table_responsive tr td.product-remove a {
text-align: left;
}
.woocommerce table.shop_table_responsive tr td.product-remove:before {
display: none;
}
.woocommerce table.shop_table_responsive tr td.actions:before, .woocommerce table.shop_table_responsive tr td.download-actions:before {
display: none;
}
.woocommerce table.shop_table_responsive tr td.download-actions .button {
display: block;
text-align: center;
}
.woocommerce-store-notice, p.demo_store, .woocommerce-error, .woocommerce-info, .woocommerce-message, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background-color: var(--edubin-primary-color);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background-color: var(--edubin-color-secondary);
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
padding: 30px;
border-color: var(--edubin-color-border);
}
@media screen and (min-width: 48em) {
.woocommerce table.shop_table_responsive thead {
display: table-header-group;
}
.woocommerce table.shop_table_responsive tbody th {
display: table-cell;
}
.woocommerce table.shop_table_responsive tr th, .woocommerce table.shop_table_responsive tr td {
text-align: left;
}
.woocommerce table.shop_table_responsive tr td {
display: table-cell;
}
.woocommerce table.shop_table_responsive tr td:before {
display: none;
}
} ul.products {
content: "";
display: table;
table-layout: fixed;
margin: 0;
padding: 0;
}
ul.products li.product {
list-style: none;
position: relative;
margin-bottom: 2em;
}
ul.products li.product .woocommerce-loop-product__title {
font-size: 1rem;
}
ul.products li.product img {
display: block;
}
ul.products li.product .button {
display: block;
}
@media screen and (min-width: 48em) {
ul.products li.product {
width: 30.7966666667%;
float: left;
margin-right: 3.8%;
}
ul.products li.product.first {
clear: both;
}
ul.products li.product.last {
margin-right: 0;
}
.columns-1 ul.products li.product {
float: none;
width: 100%;
}
.columns-2 ul.products li.product {
width: 48.1%;
}
.columns-3 ul.products li.product {
width: 30.7966666667%;
}
.columns-4 ul.products li.product {
width: 22.15%;
}
.columns-5 ul.products li.product {
width: 16.96%;
}
.columns-6 ul.products li.product {
width: 13.4933333333%;
}
}  .site-header-cart {
position: relative;
margin: 0;
padding: 0;
content: "";
display: table;
table-layout: fixed;
}
.site-header-cart .cart-contents {
text-decoration: none;
}
.site-header-cart .widget_shopping_cart {
display: none;
}
.site-header-cart .product_list_widget {
margin: 0;
padding: 0;
} .star-rating {
overflow: hidden;
position: relative;
height: 1.618em;
line-height: 1.618;
font-size: 1em;
width: 5.3em;
font-family: 'star';
font-weight: 400;
}
.star-rating:before {
content: "\53\53\53\53\53";
opacity: .25;
float: left;
top: 0;
left: 0;
position: absolute;
}
.star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
color: #F29E15;
}
p.stars a {
position: relative;
height: 1em;
width: 1em;
text-indent: -999em;
display: inline-block;
text-decoration: none;
margin-right: 1px;
font-weight: 400;
}
p.stars a:before {
display: block;
position: absolute;
top: 0;
left: 0;
width: 1em;
height: 1em;
line-height: 1;
font-family: "star";
content: "\53";
color: #404040;
text-indent: 0;
opacity: .25;
}
p.stars a:hover~a:before {
content: "\53";
color: #404040;
opacity: .25;
}
p.stars:hover a:before {
content: "\53";
color: #F29E15;
opacity: 1;
}
p.stars.selected a.active:before {
content: "\53";
color: #F29E15;
opacity: 1;
}
p.stars.selected a.active~a:before {
content: "\53";
color: #404040;
opacity: .25;
}
p.stars.selected a:not(.active):before {
content: "\53";
color: #F29E15;
opacity: 1;
}
.woocommerce-tabs .panel h2:first-of-type {
margin-top: 0;
} .woocommerce-password-strength {
text-align: right;
}
.woocommerce-password-strength.strong {
color: #0f834d;
}
.woocommerce-password-strength.short {
color: #e2401c;
}
.woocommerce-password-strength.bad {
color: #e2401c;
} .form-row.woocommerce-validated input.input-text {
box-shadow: inherit;
}
.form-row.woocommerce-invalid input.input-text {
border-color: red;
}
.required {
color: red;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
border-color: var(--edubin-color-border) !important;
} .woocommerce-info, p.no-comments {
color: #ffffff;
padding: 8px 10px;
border-radius: 5px;
}
.woocommerce-error {
background-color: #e2401c;
}
.woocommerce-error li {
color: #fff !important;
}
.woocommerce-error::before{
color: #fff!important;
margin-top: 10px;
}
.demo_store {
position: fixed;
left: 0;
bottom: 0;
right: 0;
margin: 0;
padding: 1em;
color: #ffffff;
z-index: 9999;
}
@media screen and (min-width: 48em) { .site-header-cart .widget_shopping_cart {
position: absolute;
top: 100%;
width: 100%;
z-index: 999999;
left: -999em;
display: block;
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
left: 0;
display: block;
}
}  .widget_price_filter .price_slider {
margin-bottom: 1.5em;
}
.widget_price_filter .price_slider_amount {
text-align: right;
line-height: 2.4em;
}
.widget_price_filter .price_slider_amount .button {
float: left;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
position: absolute;
z-index: 2;
width: 1em;
height: 1em;
cursor: ew-resize;
outline: none;
box-sizing: border-box;
margin-top: -.25em;
opacity: 1;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
margin-left: -1em;
}
.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider .ui-slider-range {
position: absolute;
z-index: 1;
display: block;
border: 0;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
background: rgba(0, 0, 0, 0.1);
}
.widget_price_filter .ui-slider-horizontal {
height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
height: 100%;
} .edubin-archive-products.edubin-row {
margin-bottom: -30px;
}
.edubin-woocommerce-shop-top {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
justify-content: space-between;
margin-bottom: 30px;
align-items: center;
}
.edubin-woocommerce-shop-top .edubin-woocommerce-shop-top-order form {
background: #F5F5F5;
border-radius: 5px;
height: 60px;
display: flex;
align-items: center;
position: relative;
color: var(--edubin-color-body);
margin-bottom: 0;
}
.edubin-woocommerce-shop-top .edubin-woocommerce-shop-top-order form:after {
content: '\f142';
position: absolute;
right: 18px;
top: 50%;
font-family: 'flaticon_edubin';
font-size: 13px;
transform: translateY(-50%);
pointer-events: none;
color: var(--edubin-color-body);
font-weight: 400;
}
.edubin-woocommerce-shop-top .edubin-woocommerce-shop-top-order select {
font-weight: 400;
border: 0;
padding: 0;
cursor: pointer;
padding: 21px 30px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
font-family: var(--edubin-font-primary);
}
.edubin-woocommerce-shop-top .edubin-woocommerce-shop-top-order select::-ms-expand {
display: none;
}
.edubin-woocommerce-shop-top .edubin-woocommerce-shop-top-order select:focus {
border-color: inherit;
} .products.edubin-archive-products li.product-category.product {
list-style: none;
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
-webkit-box-flex: 0;
-ms-flex: 0 0 25%;
flex: 0 0 25%;
max-width: 25%;
}
@media (max-width: 991px) {
.products.edubin-archive-products li.product-category.product {
-ms-flex: 0 0 33.3%;
flex: 0 0 33.3%;
max-width: 33.3%;
}
}
@media (max-width: 767px) {
.products.edubin-archive-products li.product-category.product {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%;
}
}
@media (max-width: 576px) {
.products.edubin-archive-products li.product-category.product {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
}
}
.products.edubin-archive-products li.product-category.product img {
border-top-left-radius: 10px;
border-top-right-radius: 10px;
overflow: hidden;
}
.woocommerce h2.woocommerce-loop-category__title {
font-size: 16px;
line-height: 24px;
text-align: center;
padding-top: 20px;
padding-bottom: 20px;
background: var(--edubin-primary-color);
color: #fff;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
overflow: hidden;
} .woocommerce div.edubin-single-product-item {
margin-bottom: 30px !important;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper {
margin-bottom: 20px;
}
.edubin-product-one-slider.slick-slider {
margin: 0 -15px;
}
.edubin-product-one-slider .edubin-product-one-single-slider {
padding-left: 15px;
padding-right: 15px;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper a {
display: block;
}
.edubin-single-product-inner .yith-wcqv-button .blockUI.blockOverlay {
background: none !important;
opacity: 1 !important;
cursor: pointer !important;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .edubin-single-product-thumb {
position: relative;
overflow: hidden;
transition: all 0.3s ease-in-out 0s;
height: 320px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-color: #cccccc;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .edubin-single-product-thumb:after {
width: 100%;
height: 100%;
-webkit-transition: all .3s ease-out;
transition: all .3s ease-out;
background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%);
position: absolute;
content: '';
z-index: 1;
opacity: 0;
visibility: hidden;
}
.edubin-single-product-inner:hover .edubin-single-product-thumb-wrapper .edubin-single-product-thumb:after {
opacity: 1;
visibility: visible;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper {
position: relative;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info {
position: absolute;
bottom: 45%;
left: 0;
width: 100%;
z-index: 1;
opacity: 0;
visibility: hidden;
transform: translateY(45%);
transition: bottom 500ms ease, opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
}
.edubin-single-product-inner:hover .edubin-single-product-thumb-wrapper .product-over-info {
bottom: 50%;
opacity: 1;
visibility: visible;
transform: translateY(50%);
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul {
display: flex;
flex-direction: column;
padding: 0;
margin: 0;
list-style: none;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li:first-child {
margin-bottom: 10px;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li {
position: relative;
margin: 0 auto;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li a {
height: auto;
display: flex;
align-items: center;
justify-content: center;
font-size: 15px;
font-weight: 600;
opacity: 1 !important;
font-family: var(--edubin-font-secondary);
background: var(--edubin-primary-color);
color: var(--edubin-color-white);
border-radius: 5px;
cursor: pointer;
text-decoration: none;
opacity: 1 !important;
padding: 15px 15px;
line-height: 1; }
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li a:hover {
background: var(--edubin-color-secondary);
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li a.yith-wcqv-button {
padding-left: 21px;
background: var(--edubin-color-white);
color: var(--edubin-heading-color);
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li a .edubin-product-popup-icon {
margin-right: 8px;
display: inline-flex;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li a .edubin-product-popup-icon i {
font-weight: 600;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li a.yith-wcqv-button:hover {
color: var(--edubin-color-white);
background: var(--edubin-primary-color);
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li.add-to-cart a::before {
font-family: 'flaticon_edubin' !important;
content: "\f145";
font-size: 15px;
margin-right: 7px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::before {
display: none;
}
.edubin-single-product-item a.ajax_add_to_cart.loading:after {
font-family: 'flaticon_edubin' !important;
content: "\f11c";
font-size: 15px;
}
.woocommerce div.product form.cart .button.disabled {
line-height: inherit;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li.add-to-cart a.added {
display: none;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li.add-to-cart .tutor-icon-cart-line:before{
display: none;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li.add-to-cart .tutor-icon-cart-line{
margin-right: 0 !important;
}
.edubin-single-product-inner .edubin-single-product-thumb-wrapper .product-over-info ul li.add-to-cart a.button.added+.added_to_cart:before {
content: '\f128';
font-size: 15px;
}
.edubin-single-product-inner {
box-shadow: 0 20px 16px rgb(0 0 0 / 5%);
border-radius: 10px;
border: 1px solid var(--edubin-color-border);
overflow: hidden;
}
.edubin-single-product-inner .content {
text-align: center;
padding: 0px 10px 20px 10px;
}
.woocommerce div.product .edubin-single-product-main-content-wrapper p.price, .woocommerce .edubin-yith-wcqv-wrapper .product-pricing .price, .woocommerce .edubin-single-product-inner .content .price {
margin-top: 5px;
font-size: 15px !important;
line-height: 21px;
font-weight: 600;
font-family: var(--edubin-font-secondary);
color: var(--edubin-primary-color);
opacity: 1;
display: flex;
justify-content: center;
}
.woocommerce div.product .edubin-single-product-main-content-wrapper p.price {
justify-content: start !important;
}
.woocommerce div.product .edubin-single-product-main-content-wrapper p.price, .edubin-yith-wcqv-wrapper .product-pricing .price {
margin: 18px 0 12px !important;
}
.woocommerce div.product .edubin-single-product-main-content-wrapper p.price del, .edubin-yith-wcqv-wrapper .product-pricing .price del, .edubin-single-product-inner .content .price del {
color: var(--edubin-color-body);
}
.woocommerce div.product .edubin-single-product-main-content-wrapper p.price ins, .edubin-yith-wcqv-wrapper .product-pricing .price ins, .edubin-single-product-inner .content .price ins {
background: rgba(0, 0, 0, 0);
color: var(--edubin-primary-color);
margin: 0 4px 0 0;
padding: 0;
text-decoration: none;
font-weight: 600 !important;
}
.woocommerce div.product .edubin-single-product-main-content-wrapper p.price del .woocommerce-Price-amount.amount, .edubin-yith-wcqv-wrapper .product-pricing .price del .woocommerce-Price-amount.amount, .edubin-single-product-inner .content .price del .woocommerce-Price-amount.amount {
opacity: 1;
font-size: 14px;
line-height: 21px;
color: var(--edubin-color-body);
}
.tpc-product-image-top-content {
position: absolute;
content: '';
top: 13px;
left: 13px;
z-index: 1;
}
.tpc-featured-product-tag, .tpc-product-offer-percent {
background: var(--edubin-color-01);
padding: 0px 13px;
font-size: 15px;
font-weight: 500;
font-family: var(--edubin-font-secondary);
line-height: 28px;
display: inline-block;
color: var(--edubin-color-white);
height: 28px;
border-radius: 5px;
margin-right: 7px;
}
.tpc-featured-product-tag {
background: var(--edubin-primary-color);
}
.edubin-single-product-inner .content .woocommerce-loop-product__title {
font-weight: 700;
font-size: 16px;
line-height: 24px;
margin: 0 0 5px;
display: inline-block;
transition: .3s;
}
.edubin-single-product-inner .content .woocommerce-loop-product__title:hover {
color: var(--edubin-primary-color);
}
.edubin-single-product-inner .content .author {
display: block;
font-size: 14px;
line-height: 22px;
font-weight: 500;
margin-bottom: 5px;
}
.edubin-single-product-item a:focus, .edubin-single-product-main-content-wrapper .edubin-single-product-zoom-icon-inner:focus, .woocommerce-account .woocommerce-MyAccount-navigation li a:focus {
outline: 0;
}
.return-to-shop a.button.wc-backward, .edubin-single-product-item a.button, .edubin-single-product-item a.added_to_cart, .woocommerce-MyAccount-downloads-file.button, .woocommerce-orders-table__cell .woocommerce-button.button.view {
color: #ffffff;
padding: 15px 15px;
line-height: 1;
position: relative;
cursor: pointer;
}
.return-to-shop a.button.wc-backward {
border-radius: 5px;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
margin-bottom: 0;
padding-left: 1.5em;
position: relative;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
position: absolute;
content: '\f137';
top: 0;
left: 0;
font-family: flaticon_edubin;
font-style: normal;
margin-left: 0;
}
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before {
content: '\f14c';
margin-left: 0;
}
.woocommerce .woocommerce-customer-details address{
padding: 15px 20px;
}
.woocommerce nav.woocommerce-pagination ul {
border: 0;
}
.woocommerce nav.woocommerce-pagination ul li {
border: 0
}
.edubin-product-rating-wrapper {
display: flex;
margin: 6px 0 0;
font-size: 14px;
color: var(--edubin-color-black);
}
.edubin-single-product-inner .edubin-product-rating-wrapper {
justify-content: center;
}
.edubin-product-rating-wrapper .star-rating {
margin: 5px 2px 0 0 !important;
float: none;
position: relative;
width: auto !important;
height: auto;
}
.edubin-product-rating-wrapper .star-rating span {
overflow: hidden;
top: 0;
bottom: 0;
left: 0;
position: absolute;
padding: 0;
font-size: 0;
}
.edubin-product-rating-wrapper .star-rating span:before, .edubin-product-rating-wrapper .star-rating:before, .edubin-product-rating-wrapper .star-rating p.stars a:before {
letter-spacing: 0.4em;
font-size: 14px; font-weight: normal;
position: static;
line-height: 1em;
margin: 0 -0.2em 0 0;
}
.edubin-product-rating-wrapper .star-rating span:before, .edubin-product-rating-wrapper .star-rating:before {
opacity: 1 !important;
}
.edubin-product-rating-wrapper .star-rating:before {
color: #d6d6d6 !important;
}
.edubin-product-rating-wrapper .star-rating span:before {
color: #FFC92E !important;
} .woocommerce div.product p.price del, .woocommerce div.product span.price del {
opacity: inherit !important;
text-decoration-thickness: 1px;
font-weight: 400;
margin-left: 5px;
}
#yith-quick-view-close {
color: var(--edubin-color-white) !important;
opacity: 1;
font-size: 0px;
width: 40px;
height: 40px;
padding-top: 0;
background: var(--edubin-primary-color) !important;
line-height: 40px;
border-radius: 100px;
border: 0;
}
#yith-quick-view-close:after {
content: "\e948";
font-family: 'icomoon' !important;
font-size: 14px;
}
#yith-quick-view-close:hover {
color: var(--edubin-color-white) !important;
background: var(--edubin-color-secondary) !important;
}
body #yith-quick-view-modal #yith-quick-view-content {
padding: 30px;
}
body #yith-quick-view-modal .yith-wcqv-main {
box-shadow: inherit;
}
#yith-quick-view-content div.summary {
padding-left: 40px;
padding-top: 0;
}
.woocommerce div.product .edubin-product-rating-wrapper .woocommerce-product-rating {
margin-bottom: 0px;
}
.woocommerce div.product .edubin-product-rating-wrapper .woocommerce-product-rating .star-rating {
margin-top: 0px;
}
#yith-quick-view-content .edubin-yith-wcqv-wrapper {
padding-top: 15px !important;
}
#yith-quick-view-content img {
border-radius: 5px;
}
.edubin-yith-wcqv-wrapper .author {
font-weight: 700;
font-size: 18px;
line-height: 28px;
display: block;
margin-bottom: 10px;
margin: 0px 0 15px !important;
}
.edubin-single-product-main-content-wrapper h1.product_title.entry-title, .edubin-yith-wcqv-wrapper h1.entry-title {
font-size: 28px;
font-weight: 700;
line-height: 1.38;
font-family: var(--edubin-font-secondary);
margin: 0 0 10px;
}
.edubin-yith-wcqv-wrapper .product-pricing {
display: flex;
}
.woocommerce span.onsale {
background-color: var(--edubin-color-tertiary) !important;
border-radius: 3px;
min-width: 50px;
min-height: 10px;
line-height: 23px;
}
.edubin-single-product-main-content-wrapper form.cart, .woocommerce div.product .edubin-yith-wcqv-wrapper form.cart {
display: flex;
margin-bottom: 30px;
}
.edubin-single-product-main-content-wrapper form.cart {
margin-bottom: 37px !important;
}
.woocommerce-cart-form .quantity .qty, .edubin-single-product-main-content-wrapper form.cart .quantity .qty, .woocommerce .edubin-yith-wcqv-wrapper .quantity .qty {
min-width: 144px;
height: 60px;
background: #F5F5F5;
border-radius: 5px;
border: 0;
color: var(--edubin-heading-color);
font-weight: 600;
margin-right: 12px;
font-family: var(--edubin-font-secondary);
}
.edubin-single-product-main-content-wrapper form.cart .button, .woocommerce div.product .edubin-yith-wcqv-wrapper form.cart .button {
width: 100%;
background: var(--edubin-primary-color);
border-radius: 5px;
margin-bottom: 0 !important;
font-weight: 600;
font-family: var(--edubin-font-secondary);
}
.edubin-single-product-main-content-wrapper form.cart .button:hover, .woocommerce div.product .edubin-yith-wcqv-wrapper form.cart .button:hover {
background: var(--edubin-color-secondary);
}
.woocommerce-cart-form input[type=number]::-webkit-inner-spin-button, .woocommerce-cart-form input[type=number]::-webkit-outer-spin-button, .edubin-single-product-main-content-wrapper form.cart input[type=number]::-webkit-inner-spin-button, .edubin-single-product-main-content-wrapper form.cart input[type=number]::-webkit-outer-spin-button, .edubin-yith-wcqv-wrapper .product-cart-wrapper input[type=number]::-webkit-inner-spin-button, .edubin-yith-wcqv-wrapper .product-cart-wrapper input[type=number]::-webkit-outer-spin-button {
opacity: 1;
}
.edubin-single-product-main-content-wrapper .product_meta, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta {
display: flex;
flex-direction: column;
}
.edubin-single-product-main-content-wrapper .product_meta, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta {
font-size: 16px;
}
.edubin-single-product-main-content-wrapper .product_meta span, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span {
font-weight: 500;
}
.edubin-single-product-main-content-wrapper .product_meta span.sku_wrapper, .edubin-single-product-main-content-wrapper .product_meta span label, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.sku_wrapper, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span label {
color: var(--edubin-heading-color);
}
.edubin-single-product-main-content-wrapper .product_meta span label, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span label {
margin-right: 3px;
}
.edubin-single-product-main-content-wrapper .product_meta span:not(:last-child), .edubin-single-product-main-content-wrapper .product_meta span:not(:last-child) {
margin-bottom: 4px;
}
.edubin-single-product-main-content-wrapper .product_meta span.sku, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.sku {
font-weight: 400;
margin-left: 5px;
color: var(--edubin-color-body);
}
.edubin-single-product-main-content-wrapper .product_meta span.posted_in a, .edubin-single-product-main-content-wrapper .product_meta span.tagged_as a, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.posted_in a, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.tagged_as a {
font-weight: 400;
color: var(--edubin-color-body);
}
.edubin-single-product-main-content-wrapper .product_meta span.posted_in a:hover, .edubin-single-product-main-content-wrapper .product_meta span.tagged_as a:hover, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.posted_in a:hover, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.tagged_as a:hover {
color: var(--edubin-primary-color);
}
.edubin-single-product-main-content-wrapper .product_meta span.posted_in a:first-child, .edubin-single-product-main-content-wrapper .product_meta span.tagged_as a:first-child, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.posted_in a:first-child, .woocommerce div.product .edubin-yith-wcqv-wrapper .product_meta span.tagged_as a:first-child {
margin-left: 5px;
color: var(--edubin-color-body);
}
@media (max-width: 767px) {
#yith-quick-view-content div.images, #yith-quick-view-content div.summary {
width: 100%;
float: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
display: none;
}
#yith-quick-view-content div.summary {
width: 100%;
float: none;
padding-left: 0;
padding-top: 30px !important;
}
.edubin-yith-wcqv-wrapper .author {
margin-bottom: 5px !important;
}
.edubin-yith-wcqv-wrapper h1.entry-title {
margin-bottom: 10px;
}
.woocommerce div.product form.cart {
margin-bottom: 20px;
}
}
.woocommerce div.product form.cart .button {
margin-bottom: 0 !important;
border-radius: 0;
}
.woocommerce .quantity .qty {
height: 46px;
width: 60px;
}
.cart input[type=number]::-webkit-inner-spin-button, .cart input[type=number]::-webkit-outer-spin-button {
opacity: 1;
}
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, .woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
font-size: 24px;
font-weight: 700;
color: var(--edubin-primary-color);
}
.woocommerce div.product p.price {
display: flex;
justify-content: flex-end;
flex-direction: row-reverse;
}
body.woocommerce div.product p.price ins, body.woocommerce div.product span.price ins {
text-decoration: none;
margin-left: 5px;
}
.woocommerce div.product .product_title {
margin-bottom: 10px;
}
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 15px;
} .edubin-related-product-items {
margin-bottom: -30px;
margin-top: -20px;
}
.edubin-related-product-items .edubin-single-product-item {
margin-top: 20px;
}
.edubin-related-product-items .slick-track {
margin: inherit;
}
.edubin-related-product-items .slick-slide {
padding: 0 15px;
}
.woocommerce-product-gallery {
position: relative;
}
.woocommerce-product-gallery .flex-viewport {
margin-bottom: 15px;
}
.woocommerce-product-gallery .flex-control-thumbs {
content: "";
display: table;
table-layout: fixed;
margin: 0;
padding: 0;
}
.woocommerce-product-gallery .flex-control-thumbs li {
list-style: none;
cursor: pointer;
float: left;
}
.woocommerce-product-gallery .flex-control-thumbs li img {
opacity: .5;
border-radius: 5px;
}
.woocommerce-product-gallery .flex-control-thumbs li img.flex-active, .woocommerce-product-gallery .flex-control-thumbs li:hover img {
opacity: 1;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n), .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n), .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n), .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
margin-right: 0;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1), .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1), .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1), .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
clear: both;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
width: 48.1%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
width: 30.7966666667%;
}
.woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
width: calc((100% - 30px) / 4) !important;
margin-right: 10px;
} .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
display: flex;
flex-wrap: wrap;
align-content: center;
flex-direction: row;
justify-content: space-between;
align-items: center;
width: 100%;
}
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
margin: 0 0 20px 0 !important;
}
.stock:empty:before {
display: none;
}
.stock.in-stock {
color: #0f834d;
}
.stock.out-of-stock {
color: #e2401c;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
position: relative;
width: 100%;
border: 0;
border-radius: 5px;
color: #ffffff;
margin: 0 0 30px;
padding: 1em 2em 1em 3em;
list-style: none outside;
word-wrap: break-word;
}
.woocommerce-info:before, .woocommerce-message::before {
color: #ffffff;
font-size: 16px;
color: #ffffff;
position: absolute;
top: 30px;
left: 1.2em;
-webkit-transform: translate(0, -50%);
-ms-transform: translate(0, -50%);
transform: translate(0, -50%);
}
.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
color: #ffffff;
font-weight: 500;
text-decoration: underline;
}
.woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
float: right;
margin: 4px 0 0 10px;
height: auto;
border: 0;
border-radius: 0;
line-height: 1.2;
text-transform: uppercase;
letter-spacing: .1em;
padding: 0px 15px !important;
height: 40px !important;
line-height: 40px !important;
font-size: 12px !important;
font-weight: 700 !important;
}
.woocommerce div.product div.summary {
margin-bottom: 0 !important;
}
.edubin-single-product-main-content-wrapper {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-wrap: wrap;
margin-bottom: 80px;
align-items: flex-start;
}
.edubin-related-product-content-wrapper .edubin-single-product-item {
margin-bottom: 0;
}
.edubin-related-product-content-wrapper .edubin-related-product-title {
margin-bottom: 21px;
margin-top: 0;
font-size: 32px;
line-height: 44px;
font-weight: 700;
}
.edubin-single-product-main-content-wrapper .woocommerce-product-gallery {
flex-basis: 100%;
max-width: 100%;
position: relative;
border-radius: 20px;
margin-bottom: 0px !important;
text-align: center;
display: flex;
justify-content: center;
align-items: flex-start;
flex-direction: column;
}
.edubin-single-product-main-content-wrapper .woocommerce-product-gallery__image img {
object-fit: cover;
border-radius: 5px;
min-height: 270px;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-zoom-icon-inner {
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
border-radius: 50%;
background: rgba(54, 85, 198, 0.1);
position: absolute;
right: 10px;
top: 10px;
display: flex;
align-items: center;
justify-content: center;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-zoom-icon-inner .edubin-single-product-zoom-icon {
max-width: 20px;
}
.edubin-single-product-main-content-wrapper .woocommerce-product-gallery__trigger img, .edubin-single-product-main-content-wrapper .woocommerce-product-gallery__trigger:before, .edubin-single-product-main-content-wrapper .woocommerce-product-gallery__trigger:after {
opacity: 0
}
.edubin-single-product-main-content-wrapper .woocommerce-product-gallery__trigger {
background: url(//programmereninpython.nl/wp-content/themes/edubin/assets/css/../images/icons/search.svg);
background-size: 20px;
background-repeat: no-repeat;
width: 35px;
height: 35px;
line-height: 35px;
text-align: center;
border-radius: 50%;
background-color: rgba(54, 85, 198, 0.1);
position: absolute;
right: 10px;
top: 10px;
display: flex;
align-items: center;
justify-content: center;
background-position: center center;
font-size: 0;
text-indent: -99999999px;
}
.edubin-single-product-main-content-wrapper .summary.entry-summary {
flex-basis: 100%;
max-width: 100%;
margin-top: 0;
}
.woocommerce div.product .edubin-single-product-main-content-wrapper .woocommerce-product-rating {
margin-bottom: 25px;
}
.edubin-single-product-main-content-wrapper .author {
font-size: 18px;
line-height: 28px;
font-weight: 700;
margin-bottom: 10px;
}
.edubin-single-product-main-content-wrapper .woocommerce-product-details__short-description {
padding: 10px 0 0;
}
.edubin-single-product-main-content-wrapper .price {
font-size: 24px;
font-weight: 700;
margin-bottom: 21px;
}
.edubin-single-product-main-content-wrapper .price del {
color: #b6b9c7;
margin-right: 4px;
}
.edubin-single-product-main-content-wrapper .price ins {
background: inherit;
}
.edubin-single-product-main-content-wrapper form.cart, .edubin-single-product-main-content-wrapper form.cart .quantity, .woocommerce table.shop_table .quantity {
display: flex;
}
.edubin-single-product-main-content-wrapper .entry-summary form.variations_form.cart, .edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart {
display: flex;
flex-direction: column;
align-items: flex-start;
}
.edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table.table-bordered {
border: 0;
margin-bottom: 0;
}
.edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table.table-striped>tbody>tr:nth-of-type(odd) {
background-color: inherit;
}
.edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table.table-bordered>tbody>tr>td {
border: 0;
padding: 0 0 30px;
vertical-align: middle;
}
.edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table .woocommerce-grouped-product-list-item__label a {
margin-right: 30px;
display: flex;
}
.edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table .woocommerce-grouped-product-list-item__price ins, .edubin-single-product-main-content-wrapper .woocommerce-grouped-product-list-item__price ins {
background: inherit;
}
.edubin-single-product-main-content-wrapper .woocommerce-grouped-product-list-item__price del {
color: #b6b9c7;
}
.edubin-single-product-main-content-wrapper .entry-summary form.variations_form.cart .woocommerce-variation-add-to-cart {
display: flex;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper, .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper {
display: inline-flex;
border: 1px solid var(--edubin-color-border);
padding: 8px 15px;
border-radius: 5px;
width: 131px;
height: 60px;
margin-right: 30px;
position: relative;
}
.woocommerce-Tabs-panel--description p:last-child {
margin-bottom: 0;
}
.woocommerce-cart .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper {
height: 50px;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper button, .edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper input[type="number"], .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper button, .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper input[type="number"] {
border: 0;
padding: 0;
height: inherit;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper input[type="number"]::-webkit-outer-spin-button, .edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper input[type="number"]::-webkit-inner-spin-button, .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper input[type="number"]::-webkit-outer-spin-button, .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper input[type="number"], .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper input[type="number"] {
width: 100%;
height: 100%;
background: transparent;
text-align: center;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
-o-appearance: none;
-moz-appearance: textfield;
appearance: none;
font-weight: 700;
font-size: 22px;
}
.edubin-single-product-cart-wrapper .edubin-single-product-cart-minus, .edubin-single-product-cart-wrapper .edubin-single-product-cart-plus {
position: absolute;
height: 60px;
cursor: pointer;
top: 0;
display: flex;
align-items: center;
}
.edubin-single-product-cart-wrapper .edubin-single-product-cart-minus {
left: 15px;
}
.edubin-single-product-cart-wrapper .edubin-single-product-cart-plus {
right: 15px;
}
.edubin-single-product-cart-wrapper .edubin-single-product-cart-minus img, .edubin-single-product-cart-wrapper .edubin-single-product-cart-plus img {
cursor: pointer;
}
.edubin-single-product-main-content-wrapper .single_add_to_cart_button, .woocommerce-Reviews .edubin-button-item, .woocommerce table.shop_table .edubin-button-item, .form-row.place-order .edubin-button-item, .order-again .edubin-button-item, .woocommerce-account form.woocommerce-EditAccountForm .edubin-button-item, .woocommerce-form-login .edubin-button-item, .woocommerce-form-register .edubin-button-item, .wc-proceed-to-checkout a {
cursor: pointer;
border-radius: 5px;
}
.edubin-single-product-main-content-wrapper .variations_form table {
border: 0;
margin-bottom: 20px;
width: 100%;
}
.edubin-single-product-main-content-wrapper .variations_form table, .edubin-single-product-main-content-wrapper .variations_form table.table-striped>tbody>tr:nth-of-type(odd) {
background-color: inherit;
}
.edubin-single-product-main-content-wrapper .variations_form table {
margin-bottom: 0;
}
.edubin-single-product-main-content-wrapper .variations_form table td {
display: table-cell;
padding: 0 15px 30px 0;
text-align: left;
vertical-align: middle;
border: 0;
}
.edubin-single-product-main-content-wrapper .variations_form table select {
border: 1px solid var(--edubin-color-border);
max-width: 100%;
min-width: 75%;
display: inline-block;
margin-right: 15px;
padding: 0 10px 0 10px;
height: 45px;
position: relative;
}
.woocommerce-tabs.wc-tabs-wrapper {
padding-bottom: 90px;
}
.woocommerce-tabs ul.tabs.wc-tabs {
display: flex;
flex-wrap: wrap;
justify-content: center;
background: transparent;
border-bottom: 1px solid var(--edubin-color-border);
border-radius: 0px;
align-items: center;
list-style: none;
padding: 0 0 0 40px !important;
margin: 0 0 35px 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: transparent;
padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
margin-right: 50px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before, .woocommerce div.product .woocommerce-tabs ul.tabs::before {
display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
position: absolute;
content: "";
bottom: 0px;
left: 0;
height: 2px;
background: var(--edubin-primary-color);
transition: 0.4s;
width: 0;
right: inherit;
border-bottom-left-radius: 0;
border-width: 0;
border: 0;
} .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading {
flex-direction: row-reverse;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after {
position: inherit;
vertical-align: unset;
margin-right: 5px;
top: inherit;
right: inherit;
left: inherit;
font-family: 'flaticon_edubin' !important;
content: "\f11c";
font-size: 15px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading:hover:after {
width: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::after {
width: 100%;
box-shadow: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
border: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
color: var(--edubin-heading-color);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
padding: 0;
font-size: 16px;
line-height: 26px;
font-weight: 600;
padding-bottom: 15px;
color: var(--edubin-color-body);
font-family: var(--edubin-font-secondary);
}
.woocommerce-tabs ul.tabs.wc-tabs li:not(:last-child) {
margin-right: 3px;
}
.woocommerce-tabs ul.tabs.wc-tabs li a {
padding: 15px 5px;
font-weight: 700;
font-size: 14px;
background: transparent;
position: relative;
-webkit-transition: all .5s ease-out;
transition: all .5s ease-out;
color: rgba(2, 30, 64, 0.3);
display: block;
}
.woocommerce-tabs ul.tabs.wc-tabs li a:focus {
outline: none;
}
.woocommerce-tabs .woocommerce-Tabs-panel h3, .woocommerce-tabs .woocommerce-Tabs-panel h2 {
margin-top: 0;
}
.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes {
margin-bottom: 0;
border: 1px solid var(--edubin-color-border);
width: 100%;
}
table.woocommerce-product-attributes p {
margin: 0;
}
.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th {
width: 30%;
padding: 18px;
font-weight: 600;
background-color: #ffffff;
border: 1px solid var(--edubin-color-border);
line-height: 1.5;
}
.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
padding: 18px;
background-color: #ffffff;
border: 1px solid var(--edubin-color-border);
line-height: 1.5;
}
.woocommerce-tabs .woocommerce-Reviews ol.comment-list {
margin: 0;
padding: 0;
list-style: none;
}
.woocommerce-tabs .woocommerce-Reviews ol.comment-list li .comment_container {
display: flex;
margin-bottom: 7px;
}
.woocommerce-tabs .woocommerce-Reviews ol.comment-list li .comment_container img {
-webkit-flex-shrink: 0;
flex-shrink: 0;
border-radius: 5px;
width: 70px;
height: 70px;
object-fit: cover;
}
.woocommerce-tabs .woocommerce-Reviews ol.comment-list li .comment_container p.meta {
margin-bottom: 5px;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper {
margin-top: 30px;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper .comment-form-cookies-consent {
display: flex;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper p.comment-form-author, .woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper p.comment-form-email {
margin-bottom: 24px;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper p.comment-form-comment {
margin-bottom: 30px;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper input {
width: 100%;
padding: 0 30px;
height: 60px;
line-height: 60px;
background: var(--edubin-color-white);
border: 1px solid var(--edubin-color-border);
font-size: 16px;
border-radius: 5px;
display: flex;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper input:focus {
border-color: var(--edubin-primary-color);
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--reviews #review_form_wrapper input#wp-comment-cookies-consent {
width: auto;
margin-right: 10px;
margin-top: 3px;
line-height: 20px !important;
padding: 0;
height: 20px;
}
.woocommerce-tabs .woocommerce-Reviews .comment-reply-title {
font-size: 24px;
line-height: 1.5;
font-weight: 700;
margin-bottom: 0px;
color: var(--edubin-heading-color);
display: inline-block;
text-transform: capitalize;
}
@media (max-width: 991px) {
.woocommerce-tabs.wc-tabs-wrapper {
padding-bottom: 70px;
}
}
@media (max-width: 767px) {
.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th, .woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td {
padding: 8px;
}
.woocommerce-tabs.wc-tabs-wrapper {
padding-bottom: 70px;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper {
width: 100px;
padding: 5px;
margin-right: 15px;
height: 50px;
}
.edubin-single-product-main-content-wrapper .entry-summary form.grouped_form.cart table .woocommerce-grouped-product-list-item__label a {
margin-right: 15px;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper input[type="number"], .woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper input[type="number"] {
font-size: 18px;
}
.edubin-single-product-main-content-wrapper .woocommerce-product-gallery {
margin-bottom: 30px !important;
}
.woocommerce div.product .edubin-single-product-main-content-wrapper .woocommerce-product-rating {
margin-bottom: 10px;
}
}
@media (min-width: 450px) {
.woocommerce-tabs ul.tabs.wc-tabs li:not(:last-child) {
margin-right: 10px;
}
}
@media (min-width: 576px) {
.woocommerce-tabs ul.tabs.wc-tabs li a {
font-size: 16px;
}
}
@media (min-width: 768px) {
.edubin-single-product-main-content-wrapper .woocommerce-product-gallery {
flex-basis: calc(50% - 15px);
max-width: calc(50% - 15px);
margin-right: 15px;
margin-bottom: 0;
padding-right: 0px;
}
.edubin-single-product-main-content-wrapper .summary.entry-summary {
margin-left: 15px;
flex-basis: calc(50% - 15px);
max-width: calc(50% - 15px);
margin-bottom: 0 !important;
}
.woocommerce-tabs ul.tabs.wc-tabs {
padding: 0 30px;
}
.woocommerce-tabs ul.tabs.wc-tabs li a {
padding: 20px 10px;
}
.woocommerce-tabs ul.tabs.wc-tabs li:not(:last-child) {
margin-right: 42px;
}
}
@media (min-width: 992px) {
.edubin-single-product-main-content-wrapper .edubin-single-product-zoom-icon-inner {
width: 62px;
height: 62px;
line-height: 62px;
right: 30px;
top: 30px;
}
.edubin-single-product-main-content-wrapper .edubin-single-product-zoom-icon-inner .edubin-single-product-zoom-icon {
max-width: 100%;
}
.edubin-single-product-main-content-wrapper .woocommerce-product-gallery__trigger {
width: 62px;
height: 62px;
line-height: 62px;
right: 30px;
top: 30px;
background-size: 26px;
}
.woocommerce-tabs ul.tabs.wc-tabs {
padding: 0 50px;
}
.woocommerce-tabs ul.tabs.wc-tabs li a {
padding: 27px 10px;
font-size: 18px;
line-height: 30px;
}
}
@media (min-width: 1200px) {
.edubin-single-product-main-content-wrapper .woocommerce-product-gallery {
flex-basis: calc(50% - 15px);
max-width: calc(50% - 15px);
margin-right: 15px;
margin-bottom: 0;
padding-right: 50px;
}
.edubin-single-product-main-content-wrapper .summary.entry-summary {
margin-left: 30px;
flex-basis: calc(50% - 35px);
max-width: calc(50% - 35px);
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.edubin-single-product-main-content-wrapper .edubin-single-product-cart-wrapper {
margin-right: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.edubin-single-product-main-content-wrapper .woocommerce-product-gallery__trigger, .edubin-single-product-main-content-wrapper .edubin-single-product-zoom-icon-inner {
right: 10px;
top: 10px;
}
}
.woocommerce #reviews #comments ol.commentlist {
padding: 25px 0 35px;
border-bottom: 1px solid var(--edubin-color-border);
}
.woocommerce-tabs .woocommerce-Reviews .woocommerce-Reviews-title {
font-size: 18px;
font-weight: 500;
margin-bottom: 20px;
}
.woocommerce-tabs .woocommerce-Reviews .woocommerce-noreviews {
margin-bottom: 10px;
}
.woocommerce #reviews #comments ol.commentlist li {
margin-bottom: 0 !important;
}
.woocommerce #reviews #comments ol.commentlist li+li {
border-top: 1px solid var(--edubin-color-border);
padding-top: 30px !important;
margin-top: 20px !important;
}
.comment-list .edubin-woo-review {
margin: 0 0 15px;
padding: 0 0 15px;
border-bottom: 1px solid var(--edubin-color-border);
}
.comment-list li:last-child .edubin-woo-review:last-child {
border-bottom: 0;
margin-bottom: 10px;
}
.edubin-woo-review div.avatar {
overflow: hidden;
border-radius: 50%;
float: left;
width: 80px;
height: 80px;
}
.woocommerce #reviews #comments ol.commentlist li .edubin-woo-review img.avatar {
width: 80px;
height: 80px;
border: 0px;
border-radius: 100%;
background: transparent;
padding: 0;
position: relative;
}
.edubin-woo-review .comment-box {
overflow: hidden;
padding-left: 30px;
}
.woocommerce #reviews #comments ol.commentlist li .edubin-woo-review .comment-text {
margin: 20px 0 0 !important;
border: 0px !important;
border-radius: 0px !important;
padding: 0 !important;
}
.edubin-woo-review .edubin-woo-review-info {
display: flex;
align-items: flex-start;
flex-direction: column;
}
.edubin-woo-review .reviewer-name-date {
padding-right: 10px;
display: flex;
margin-bottom: 5px;
flex-wrap: wrap;
}
.edubin-woo-review .reviewer-name-date .date {
position: relative;
padding-left: 20px;
top: 2px;
}
.edubin-woo-review .reviewer-name-date .date:after {
position: absolute;
content: '';
width: 6px;
height: 1px;
background: var(--edubin-color-body);
left: 8px;
top: 12px;
}
.edubin-woo-review .name-comment {
font-weight: 600;
font-size: 16px;
line-height: 30px;
margin: 0;
}
.edubin-woo-review .star-rating {
margin-top: 0px;
}
.woocommerce #reviews #comments ol.comment-list li .comment-text {
margin: 0 !important;
border: 0px !important;
padding: 0 !important;
}
.tpc-custom-rating-form {
display: flex;
align-items: center !important;
margin-bottom: 15px !important;
margin-top: 35px;
}
.tpc-custom-rating-form label {
font-size: 16px;
line-height: 26px;
margin-right: 10px;
font-weight: var(--edubin-p-bold);
margin-bottom: 0;
color: var(--edubin-heading-color);
text-transform: capitalize;
}
.woocommerce #review_form #respond p.stars {
margin-bottom: 0 !important;
line-height: 0;
margin-top: -10px;
}
.woocommerce #review_form #respond p.stars a:before {
color: #ffa41b;
opacity: 1;
}
.woocommerce #review_form #respond p.stars.selected a.active~a:before {
color: #ffa41b;
}
.woocommerce #review_form .edubin-woo-comment-form label, .woocommerce #review_form .comment-form label {
color: var(--edubin-heading-color);
font-weight: 500;
margin-bottom: 10px;
display: inline-block;
}
.woocommerce #review_form .comment-form .tpc-custom-rating-form label {
font-weight: 700;
}
.woocommerce #review_form p.comment-form-comment, .woocommerce #review_form p.comment-form-author, .woocommerce #review_form p.comment-form-email {
margin-bottom: 20px !important;
}
.woocommerce #reviews #comment {
min-height: 170px;
padding: 17px 30px;
background: var(--edubin-color-white);
border-radius: 5px;
border: 1px solid var(--edubin-color-border);
font-size: 16px;
line-height: 26px;
}
.woocommerce #reviews #comment:focus {
border-color: var(--edubin-primary-color);
}
.woocommerce-Reviews h3.comment-reply-title {
margin: 8px 0 15px !important;
}
.edubin-woo-comment-form {
margin-top: 20px;
}
.edubin-woo-comment-form .edubin-row {
margin-bottom: 0px !important;
}
.edubin-woo-comment-form .edubin-row>* {
margin-bottom: 20px !important;
}
.edubin-woo-comment-form input, .edubin-woo-comment-form textarea {
font-family: var(--edubin-font-primary);
}
.edubin-woo-comment-form textarea {
margin-bottom: 30px;
}
.woocommerce #review_form #respond .edubin-woo-comment-form p.comment-form-cookies-consent {
margin: 0 0 10px !important;
}
.woocommerce #review_form #respond p.form-submit {
margin: 0;
} .woocommerce .entry-content {
margin-top: 0;
}
.woocommerce .hentry {
margin-bottom: 0;
}
.woocommerce table.shop_table {
border: 0px;
width: 100%;
border-collapse: separate;
border-radius: 5px;
}
.woocommerce table.shop_table.cart>thead>tr {
background: transparent;
border-bottom: 1px solid var(--edubin-color-border);
}
.woocommerce table.shop_table>thead>tr>th {
border: 0;
font-weight: 600;
padding: 24px 0;
font-size: 16px;
line-height: 28px;
font-family: var(--edubin-font-secondary);
color: var(--edubin-heading-color);
}
.woocommerce table.shop_table.cart>thead>tr>th {
border-bottom: 1px solid var(--edubin-color-border);
border-radius: 0;
}
.woocommerce table.shop_table.cart>thead>tr th:first-child {
border-radius: 0 !important;
}
.woocommerce table.shop_table>thead>tr th:first-child {
padding-left: 30px;
border-radius: 5px 0 0 5px;
}
.woocommerce table.shop_table>thead>tr th:last-child {
border-radius: 0 5px 5px 0;
}
table.shop_table.woocommerce-checkout-review-order-table {
margin-top: 15px;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr>th {
font-weight: 600;
font-size: 16px;
line-height: 26px;
color: var(--edubin-heading-color);
border-bottom: 1px solid var(--edubin-color-border);
padding: 10px 0;
margin-bottom: 10px;
border-radius: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td:first-child, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>th:first-child, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>td:first-child {
padding-left: 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>td {
padding: 12px 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td a, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr>td span, .woocommerce table.shop_table.woocommerce-checkout-review-order-table>tfoot>tr>td {
color: var(--edubin-heading-color);
font-size: 16px;
font-weight: 500;
}
.woocommerce table.shop_table>tbody>tr:nth-of-type(odd) {
background-color: inherit;
}
.woocommerce table.shop_table>tbody>tr>td, .woocommerce table.shop_table>tfoot>tr>th, .woocommerce table.shop_table>tfoot>tr>td {
padding: 30px 0;
border: 0;
border-top: 0px solid var(--edubin-color-border);
font-weight: 500;
vertical-align: middle;
}
.woocommerce table.shop_table, .woocommerce table.shop_table strong {
font-weight: 500;
color: var(--edubin-heading-color);
}
.woocommerce table.shop_table>tbody>tr>td a, .woocommerce table.shop_table>tbody>tr>td span {
font-weight: 600;
font-size: 16px;
font-family: var(--edubin-font-secondary);
line-height: 28px;
color: var(--edubin-heading-color);
}
.woocommerce table.shop_table .product-remove a {
color: var(--edubin-heading-color) !important;
font-size: 16px;
}
.woocommerce table.shop_table .product-remove a:hover {
color: var(--edubin-color-secondary) !important;
background: transparent !important;
}
.woocommerce table.shop_table>tbody>tr>td a:hover {
color: var(--edubin-primary-color);
}
.woocommerce table.shop_table>tbody>tr>td:first-child, .woocommerce table.shop_table>tfoot>tr>th:first-child, .woocommerce table.shop_table>tfoot>tr>td:first-child {
padding-left: 30px;
}
.woocommerce table.shop_table tbody tr td {
border-bottom: 1px solid var(--edubin-color-border);
}
.woocommerce table.shop_table tbody tr:last-child td {
border-bottom: 0;
padding-left: 0;
}
.woocommerce table.shop_table tbody tr td.product-thumbnail a {
display: flex;
}
.woocommerce table.shop_table tbody tr td.product-thumbnail a img {
width: 70px;
border-radius: 5px;
}
.woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
display: none;
}
.woocommerce table.shop_table td.actions {
text-align: right;
}
.woocommerce table.shop_table td.actions .coupon {
float: left;
}
.woocommerce table.shop_table .coupon.edubin-coupon-wrapper input[type="text"] {
border: 1px solid var(--edubin-color-border);
border-radius: 5px;
margin-right: 30px;
height: 60px;
}
.wc-proceed-to-checkout {
display: flex;
justify-content: center;
}
.woocommerce .cart_totals {
padding: 30px;
max-width: 600px;
border-radius: 5px;
margin: 30px auto 0;
border: 1px solid var(--edubin-color-border);
}
.woocommerce .cart_totals h2 {
margin-top: 0;
text-transform: capitalize;
}
.woocommerce .cart_totals table {
margin-bottom: 30px;
}
.woocommerce .cart_totals table.shop_table tbody th, .woocommerce .cart_totals table.shop_table>tbody>tr>td {
border: 0;
padding: 15px;
}
.woocommerce .cart_totals table.shop_table>tbody>tr.cart-subtotal th, .woocommerce .cart_totals table.shop_table>tbody>tr.cart-subtotal td {
border-bottom: 1px solid var(--edubin-color-border);
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
background: #F5F5F5;
border-radius: 5px 0 0 5px;
border: 0 none;
height: 60px;
min-width: 330px;
padding-left: 25px;
font-size: 16px;
font-weight: 500;
color: var(--edubin-color-body);
font-family: var(--edubin-font-primary);
margin-right: 0;
}
.woocommerce-cart .edubin-coupon-wrapper button {
border-radius: 0 5px 5px 0 !important;
background: var(--edubin-color-dark);
color: var(--edubin-color-white);
}
.woocommerce-cart .edubin-coupon-wrapper button:hover {
background: var(--edubin-primary-color);
}
.woocommerce-cart .return-to-shop a.button.wc-backward {
padding: 0 30px;
line-height: 60px;
display: inline-block;
background: var(--edubin-color-btn-bg);
border-color: var(--edubin-color-btn-border);
color: var(--edubin-color-btn-text);
border-radius: 3px;
padding: 17px 30px;
font-size: 15px;
font-weight: 600;
line-height: 1;
transition: all 0.3s ease 0s;
}
.woocommerce-cart .woocommerce button.button.update-cart:disabled {
color: var(--edubin-color-white);
opacity: .7;
padding: 15px 30px;
}
.woocommerce-cart .woocommerce button.button.update-cart:disabled:hover {
color: var(--edubin-color-white);
background: var(--edubin-primary-color);
}
@media (max-width: 767px) {
.woocommerce table.shop_table>tbody>tr>td {
padding: 12px;
border-top: 0;
}
.woocommerce table.shop_table {
border: 0px;
}
.woocommerce table.shop_table>tbody>tr {
border: 1px solid var(--edubin-color-border);
display: flex;
margin-bottom: 30px;
flex-direction: column;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table, .woocommerce table.shop_table.woocommerce-table--order-details {
border: 1px solid var(--edubin-color-border);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table th, .woocommerce table.shop_table.woocommerce-table--order-details th, .woocommerce table.shop_table.woocommerce-checkout-review-order-table td, .woocommerce table.shop_table.woocommerce-table--order-details td {
padding-left: 5px !important;
padding-right: 5px !important;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>tbody>tr, table.woocommerce-table--order-details>tbody>tr {
margin-bottom: 0;
border: 0;
display: table-row;
}
.woocommerce .cart_totals table.shop_table>tbody>tr {
margin-bottom: 0;
}
.woocommerce .cart_totals table.shop_table>tbody>tr.cart-subtotal th, .woocommerce .cart_totals table.shop_table>tbody>tr.cart-subtotal td {
border-bottom: 0;
}
.woocommerce .cart_totals table.shop_table>tbody>tr.order-total {
border-top: 0;
}
.woocommerce table.shop_table>thead>tr>th.product-thumbnail, .woocommerce table.shop_table>tbody>tr>td.product-thumbnail {
display: none;
}
.woocommerce table.shop_table>tbody>tr>td.product-name {
border-top: 0;
}
.woocommerce table.shop_table .quantity {
justify-content: flex-end;
}
.woocommerce table.shop_table .quantity .edubin-single-product-cart-wrapper {
margin-right: 0;
width: 110px;
height: 45px;
}
.woocommerce table.shop_table .coupon.edubin-coupon-wrapper input[type="text"] {
height: 48px;
max-width: 100% !important;
width: 100% !important;
margin-bottom: .5em !important;
border-radius: 5px !important;
}
.woocommerce table.shop_table td.actions .coupon {
float: inherit;
display: flex;
justify-content: space-between;
flex-direction: column;
}
.woocommerce table.shop_table .button.edubin-button-type-bordered.edubin-button-item {
margin-top: 10px;
display: flex;
justify-content: center;
width: 100%;
}
.woocommerce-page table.cart td.actions .coupon .button {
width: 100% !important;
}
.woocommerce table.shop_table.cart tbody tr:last-child td {
padding: 20px;
}
} .woocommerce .col2-set, .woocommerce-page .col2-set {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-left: -15px;
margin-right: -15px;
min-width: 100%;
width: inherit !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
position: relative;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
width: 50%;
}
@media screen and (max-width: 767px) {
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
width: 100%;
}
}
.woocommerce-page .woocommerce-checkout .col2-set .col-1, .woocommerce-page .woocommerce-checkout .col2-set .col-2 {
width: 100%;
}
.woocommerce form .form-row {
padding: 0;
margin: 0 0 25px;
}
.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
float: left;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
float: right;
}
.woocommerce form .form-row-first {
width: 50%;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
width: 48%;
overflow: visible;
}
.woocommerce-billing-fields__field-wrapper input, .woocommerce-account form input, .woocommerce-billing-fields__field-wrapper select, .woocommerce-account form select, .woocommerce-billing-fields__field-wrapper select.select2-hidden-accessible {
border: 1px solid var(--edubin-color-border);
border-radius: 5px;
width: 100%;
height: 45px;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
height: 45px;
}
.woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
top: 12px;
right: 10px;
}
.woocommerce-billing-fields__field-wrapper select.select2-hidden-accessible:focus {
border: 0;
}
.woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields__field-wrapper label, .woocommerce form .form-row label {
margin-bottom: 10px;
font-weight: 600;
width: 100%;
display: flex;
}
.woocommerce form .form-row [name="createaccount"]+span {
top: 3px;
position: relative;
}
.woocommerce-additional-fields__field-wrapper textarea {
border: 1px solid var(--edubin-color-border);
height: 120px;
}
.woocommerce-billing-fields__field-wrapper label abbr {
text-decoration: none;
border: 0;
}
.woocommerce form .form-row {
padding: 0;
}
.woocommerce-checkout .woocommerce .checkout .form-row, .woocommerce form .form-row {
margin: 0 0 30px;
}
.woocommerce-checkout .woocommerce .checkout .form-row.form-row-first, .woocommerce-account .woocommerce .form-row.form-row-first, .woocommerce form .woocommerce-address-fields .form-row.form-row-first, .woocommerce-checkout .woocommerce .checkout .form-row.form-row-last, .woocommerce-account .woocommerce .form-row.form-row-last, .woocommerce form .woocommerce-address-fields .form-row.form-row-last {
width: 100%;
float: none;
}
.woocommerce-billing-fields .woocommerce-input-wrapper {
display: block;
width: 100%;
}
.wc_payment_methods.payment_methods.methods {
margin: 0;
padding: 0;
}
.woocommerce-checkout input.woocommerce-form__input.woocommerce-form__input-checkbox.input-checkbox {
margin: 5px 5px 0 0;
}
.form-row.place-order .edubin-button-item.edubin-button-type-fill#place_order:hover {
background-color: #ffffff;
}
table.shop_table.woocommerce-checkout-review-order-table {
margin-bottom: 30px;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin-bottom: 0 !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
padding: 15px 30px;
width: 100%;
margin-bottom: 0;
background: var(--edubin-primary-color);
font-size: 15px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
background: var(--edubin-color-secondary);
}
.woocommerce form.checkout_coupon {
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.woocommerce form.checkout_coupon .form-row {
margin: 0;
padding: 0;
float: none;
display: inline-block;
}
.woocommerce.woocommerce-checkout form #order_review_heading, .woocommerce-additional-fields h3, .woocommerce-billing-fields h3 {
font-weight: 700;
font-size: 18px;
line-height: 28px;
padding-bottom: 10px;
border-bottom: 1px solid var(--edubin-color-border);
margin-bottom: 15px;
}
.woocommerce-additional-fields h3 {
margin-top: 30px;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-form-coupon .input-text {
background: var(--edubin-color-white);
border-radius: 5px;
height: 60px;
padding: 0 25px;
border: 1px solid var(--edubin-color-border);
font-family: var(--edubin-font-primary);
}
.woocommerce table.shop_table .coupon.edubin-coupon-wrapper input[type="text"], .woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus, .woocommerce-form-coupon .input-text:focus {
border-color: var(--edubin-primary-color);
}
.woocommerce form .form-row textarea {
height: 120px;
padding: 15px 25px;
}
.woocommerce-billing-fields__field-wrapper label, .woocommerce-additional-fields__field-wrapper label, .woocommerce form .form-row label {
margin-bottom: 6px;
font-weight: 500;
color: var(--edubin-heading-color);
}
.woocommerce-checkout .woocommerce .checkout .form-row, .woocommerce form .form-row {
margin: 0 0 20px;
}
.woocommerce .select2-container .select2-dropdown, .woocommerce-page .select2-container .select2-dropdown {
border-color: #6F6B80;
}
.woocommerce form .form-row .select2-container .select2-selection--single {
border: 1px solid #6F6B80;
border-radius: 5px;
padding: 0 25px;
height: 60px;
font-weight: 500;
color: var(--edubin-color-body);
position: relative;
}
.woocommerce .select2-container .select2-dropdown li {
margin-top: 0px;
margin-bottom: 2px;
padding-left: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered, .woocommerce-billing-fields__field-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 60px;
padding-left: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
top: calc(50% + 3px);
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: calc(50% - 6px);
}
.woocommerce-address-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
top: calc(50% + -15px);
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: var(--edubin-color-body);
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table>thead>tr {
background: transparent;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
width: 100%;
float: none;
}
@media (min-width: 992px) {
.woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set {
min-width: 55%;
float: left;
margin-right: 4.347826087%;
}
.woocommerce.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review_heading, .woocommerce-page.woocommerce-checkout form #order_review, .woocommerce-page.woocommerce-checkout form #order_review_heading {
width: 40%;
float: right;
margin-right: 0;
clear: right;
}
} .woocommerce-account .woocommerce-MyAccount-navigation {
float: left;
width: 30%;
}
.woocommerce-MyAccount-navigation ul li {
margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: right;
width: 68%;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
margin: 0;
padding: 0;
list-style: none;
border-radius: 5px;
border: 1px solid var(--edubin-color-border);
}
.woocommerce-account .woocommerce-MyAccount-navigation li:first-child {
margin: -1px -1px 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
margin: 0 -1px -1px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li:first-child a {
border-radius: 5px 5px 0 0;
}
.woocommerce-MyAccount-navigation li:last-child a {
border-radius: 0 0 5px 5px;
}
.woocommerce-account .woocommerce-MyAccount-navigation li a {
display: block;
padding: 14px 30px;
font-weight: 500;
color: var(--edubin-heading-color);
border-top: 1px solid var(--edubin-color-border);
}
.woocommerce-account .woocommerce-MyAccount-navigation .is-active a, .woocommerce-account .woocommerce-MyAccount-navigation a:hover {
color: var(--edubin-primary-color);
}
.woocommerce-account mark.order-number, .woocommerce-account mark.order-date, .woocommerce-account mark.order-status {
background: inherit;
}
.woocommerce-account table.woocommerce-table.order_details {
margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-downloads-file.button, .woocommerce-account .woocommerce-orders-table__cell .woocommerce-button.button.view, .woocommerce-account .woocommerce-MyAccount-content a.edubin-button-item {
border-radius: 5px;
}
.woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table>tfoot>tr>td, .woocommerce-account table.woocommerce-table.woocommerce-table--order-details.shop_table>tfoot>tr>th {
font-weight: 700;
}
.woocommerce-account .addresses address {
font-style: normal;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
border-bottom: 1px solid var(--edubin-color-border);
width: 100%;
color: var(--edubin-heading-color);
margin: 0px 0 15px;
font-size: 22px;
padding: 2px 0 10px;
}
.woocommerce-account fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
.woocommerce-account .woocommerce h2.edubin-woocommerce-login-form-headig, .woocommerce-account .woocommerce h2.edubin-woocommerce-registration-form-headig {
font-size: 40px;
text-align: center;
margin: 0 auto 40px;
}
.woocommerce-form-login, .woocommerce-form-register, .lost_reset_password {
padding: 25px 20px;
margin: 0 auto 10px;
background: #ffffff;
border-radius: 5px;
border: 1px solid var(--edubin-color-border);
}
.woocommerce-account form.woocommerce-form-login .form-row label.woocommerce-form-login__rememberme, .woocommerce-account form.woocommerce-form-register .woocommerce-privacy-policy-text p {
margin: 0 0 15px;
}
.woocommerce-account form.woocommerce-form-login input.woocommerce-form__input-checkbox {
height: 15px;
width: 15px;
margin: 5px 5px 0 0;
}
.woocommerce-account .addresses .title h3 {
float: none;
margin-bottom: 25px;
}
.woocommerce-account .addresses .title .edit {
float: none;
text-decoration: underline;
margin-bottom: 5px;
display: inline-block;
}
.woocommerce-form-login .edubin-button-item {
margin-top: 25px;
}
.woocommerce-form-register .edubin-button-item {
margin-top: 27px;
}
.woocommerce-form-login .lost_password a, .woocommerce-form-register .woocommerce-privacy-policy-link {
font-weight: 500;
}
.woocommerce-form-login .woocommerce-LostPassword {
margin-bottom: 0;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce button.button.woocommerce-form-register__submit {
margin: 0 !important;
padding: 15px 20px;
width: 100%;
font-family: var(--edubin-font-secondary);
}
@media (max-width: 767px) {
.woocommerce-account .woocommerce-MyAccount-navigation, .woocommerce-account .woocommerce-MyAccount-content {
float: none;
width: 100%;
margin-bottom: 30px;
}
.woocommerce-account .woocommerce h2.edubin-woocommerce-login-form-headig, .woocommerce-account .woocommerce h2.edubin-woocommerce-registration-form-headig {
font-size: 25px;
margin: 0 0 20px;
}
.woocommerce-account .woocommerce h2.edubin-woocommerce-registration-form-headig {
margin: 30px 0 20px;
}
}
.entry-summary > p > ins > span > bdi {
color: var(--edubin-primary-color-alt);
font-weight: 700;
font-size: 24px;
}
.entry-summary > p > del {
color: var(--edubin-content-color);
font-weight: 400;
font-size: 24px;
} div.tnp-subscription,
form.tnp-subscription, form.tnp-profile {
display: block;
margin: 1em auto;
max-width: 500px;
width: 100%;
}
div.tnp-profile {
display: block;
margin: 1em 0;
max-width: 500px; } .tnp-subscription div.tnp-field,
.tnp-profile div.tnp-field
{
margin-bottom: .7em;
border: 0;
padding: 0;
}
.tnp-subscription label,
.tnp-profile label
{
display: block;
color: inherit;
font-weight: normal;
line-height: normal;
padding: 0;
margin: 0;
margin-bottom: .25em;
font-size: .9em;
}
.tnp-subscription .tnp-field-checkbox label,
.tnp-profile .tnp-field-checkbox label
{
display: inline-block;
}
.tnp-subscription input[type=text],
.tnp-subscription input[type=email],
.tnp-subscription input[type=submit],
.tnp-subscription select,
.tnp-subscription textarea,
.tnp-profile input[type=text],
.tnp-profile input[type=email],
.tnp-profile input[type=submit],
.tnp-profile select,
.tnp-profile textarea
{
width: 100%;
padding: .7em;
display: block;
border: 1px;
color: #444;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
font-size: 1em;
margin: 0;
line-height: normal;
box-sizing: border-box;
}
.tnp-subscription input[type=checkbox],
.tnp-widget input[type=radio],
.tnp-profile input[type=checkbox]
{ max-width: 1em;
display: inline-block;
margin-right: .5em;
} .tnp-subscription select option,
.tnp-profile select option
{
margin-right: .75em;
}
.tnp-subscription input.tnp-submit,
.tnp-profile input.tnp-submit,
.tnp-unsubscribe button.tnp-submit,
.tnp-reactivate button.tnp-submit
{
background-color: #444;
color: #fff;
width: auto;
height: auto;
margin: 0;
display: inline-block;
}
@media all and (max-width: 480px) {
.tnp-subscription input[type=submit],
.tnp-profile input[type=submit] {
width: 100%;
}
}
.tnp-widget {
width: 100%;
display: block;
box-sizing: border-box;
}
.tnp-widget .tnp-field {
margin-bottom: 10px;
border: 0;
padding: 0;
}
.tnp-widget label {
display: block;
color: inherit;
font-size: 14px;
}
.tnp-widget input[type=text], .tnp-widget input[type=email], .tnp-widget input[type=submit], .tnp-widget select {
width: 100%;
padding: 10px;
display: block;
border: 1px solid #ddd ;
border-color: #ddd;
background-color: #f4f4f4;
background-image: none;
text-shadow: none;
color: #444;
font-size: 14px;
line-height: normal;
box-sizing: border-box;
height: auto;
}
.tnp-widget input[type=checkbox], .tnp-widget input[type=radio] {
width: auto;
display: inline-block;
} .tnp-widget select option {
margin-right: 10px;
}
.tnp-widget input.tnp-submit {
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
margin: 0;
}
.tnp-field input[type="submit"] {
position: inherit;
}
.tnp-field label {
} .tnp-widget-minimal {
width: 100%;
}
.tnp-widget-minimal form {
margin: 0;
padding: 0;
border: 0;
}
.tnp-widget-minimal input.tnp-email {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
}
.tnp-widget-minimal input.tnp-submit {
width: 100%;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-subscription-minimal {
width: 100%;
box-sizing: border-box;
margin: 10px 0;
}
.tnp-subscription-minimal form {
width: auto;
margin: 0;
padding: 0;
border: 0;
white-space: nowrap;
}
.tnp-subscription-minimal input.tnp-email,
.tnp-subscription-minimal input.tnp-name
{
width: 70%;
max-width: 300px;
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px solid #ddd;
background-color: #f4f4f4;
color: #444;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin-right: 10px;
}
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name
{
width: 31%;
}
.tnp-subscription-minimal .tnp-privacy-field {
margin-top: 10px;
} .tnp-subscription-minimal input.tnp-submit {
width: 29%;
box-sizing: border-box;
display: inline-block;
padding: 10px;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: 20px;
border-radius: 0px;
margin: 0;
}
.tnp-subscription-posts {
margin-top: 2em;
margin-bottom: 2em;
padding: 2rem;
}
.tnp-subscription-posts .tnp-subscription {
max-width: auto;
margin: 0;
}
@media all and (max-width: 525px) {
.tnp-subscription-minimal.with-name input.tnp-email,
.tnp-subscription-minimal.with-name input.tnp-name,
.tnp-subscription-minimal input.tnp-submit
{
width: 100%;
max-width: 100%;
margin: 0;
display: block;
margin-bottom: .5rem;
}
} .tnp-button-form button.tnp-submit {
box-sizing: border-box;
padding: 10px;
display: inline-block;
border: 1px;
border-color: #ddd;
background-color: #444;
background-image: none;
text-shadow: none;
color: #fff;
font-size: 14px;
line-height: normal;
border-radius: 0px;
height: auto;
margin: 0;
} .tnp-comments {
clear: both;
margin-top: 15px;
margin-bottom: 15px;
}
.tnp-comments label {
display: block;
}
.tnp-comments input[type=checkbox] {
display: inline-block;
width: auto!important;
} .tnp-lock {
clear: both;
display: block;
box-sizing: border-box;
box-shadow: none;
margin: 20px;
padding: 15px;
background-color: #fff;
border: 1px solid #ddd;
}
.tnp-nl-checkout {
margin-bottom: 1em;
}
:root{--direction-multiplier:1}body.rtl,html[dir=rtl]{--direction-multiplier:-1}.elementor-hidden{display:none}.elementor-visibility-hidden{visibility:hidden}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;top:-10000em;width:1px;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{clear:both;content:"";display:block;height:0;width:0}.e-logo-wrapper{display:inline-block;line-height:1}.e-logo-wrapper i{color:var(--e-a-color-circle-logo);font-size:2.5em}.elementor *,.elementor :after,.elementor :before{box-sizing:border-box}.elementor a{box-shadow:none;text-decoration:none}.elementor hr{background-color:transparent;margin:0}.elementor img{border:none;border-radius:0;box-shadow:none;height:auto;max-width:100%}.elementor .elementor-widget:not(.elementor-widget-text-editor):not(.elementor-widget-theme-post-content) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{border:none;line-height:1;margin:0;max-width:100%;width:100%}.elementor .elementor-background,.elementor .elementor-background-holder,.elementor .elementor-background-video-container{direction:ltr;inset:0;overflow:hidden;position:absolute;z-index:0}.elementor .elementor-background-video-container{pointer-events:none;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video,.elementor .elementor-background-video-embed{max-width:none}.elementor .elementor-background-video,.elementor .elementor-background-video-embed,.elementor .elementor-background-video-hosted{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(-50%,-50%)}.elementor .elementor-background-video-hosted{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{inset:0;position:absolute}.elementor .elementor-background-slideshow{inset:0;position:absolute;z-index:0}.elementor .elementor-background-slideshow__slide__image{background-position:50%;background-size:cover;height:100%;width:100%}.e-con-inner>.elementor-element.elementor-absolute,.e-con>.elementor-element.elementor-absolute,.elementor-widget-wrap>.elementor-element.elementor-absolute{position:absolute}.e-con-inner>.elementor-element.elementor-fixed,.e-con>.elementor-element.elementor-fixed,.elementor-widget-wrap>.elementor-element.elementor-fixed{position:fixed}.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget__width-initial{max-width:100%}@media (max-width:1024px){.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial{max-width:100%}}@media (max-width:767px){.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,.elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial{max-width:100%}}.elementor-element.elementor-absolute,.elementor-element.elementor-fixed{z-index:1}.elementor-element{--flex-direction:initial;--flex-wrap:initial;--justify-content:initial;--align-items:initial;--align-content:initial;--gap:initial;--flex-basis:initial;--flex-grow:initial;--flex-shrink:initial;--order:initial;--align-self:initial;align-self:var(--align-self);flex-basis:var(--flex-basis);flex-grow:var(--flex-grow);flex-shrink:var(--flex-shrink);order:var(--order)}.elementor-element:where(.e-con-full,.elementor-widget){align-content:var(--align-content);align-items:var(--align-items);flex-direction:var(--flex-direction);flex-wrap:var(--flex-wrap);gap:var(--row-gap) var(--column-gap);justify-content:var(--justify-content)}.elementor-invisible{visibility:hidden}.elementor-custom-embed-play{inset-block-start:50%;inset-inline-start:50%;position:absolute;transform:translate(calc(-50% * var(--direction-multiplier)),-50%)}.elementor-custom-embed-play i{color:#fff;font-size:100px;text-shadow:1px 0 6px rgba(0,0,0,.3)}.elementor-custom-embed-play svg{fill:#fff;filter:drop-shadow(1px 0 6px rgba(0,0,0,.3));height:100px;width:100px}.elementor-custom-embed-play i,.elementor-custom-embed-play svg{opacity:.8;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:eicons}.elementor-custom-embed-play.elementor-playing i:before{content:"\e8fb"}.elementor-custom-embed-play.elementor-playing i,.elementor-custom-embed-play.elementor-playing svg{animation:eicon-spin 2s linear infinite}.elementor-tag{display:inline-flex}.elementor-ken-burns{transition-duration:10s;transition-property:transform;transition-timing-function:linear}.elementor-ken-burns--out{transform:scale(1.3)}.elementor-ken-burns--active{transition-duration:20s}.elementor-ken-burns--active.elementor-ken-burns--out{transform:scale(1)}.elementor-ken-burns--active.elementor-ken-burns--in{transform:scale(1.3)}.elementor-align-center{text-align:center}.elementor-align-right{text-align:right}.elementor-align-left{text-align:left}.elementor-align-center .elementor-button,.elementor-align-left .elementor-button,.elementor-align-right .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}@media (min-width:-1){.elementor-widescreen-align-center{text-align:center}.elementor-widescreen-align-right{text-align:right}.elementor-widescreen-align-left{text-align:left}.elementor-widescreen-align-center .elementor-button,.elementor-widescreen-align-left .elementor-button,.elementor-widescreen-align-right .elementor-button{width:auto}.elementor-widescreen-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-laptop-align-center{text-align:center}.elementor-laptop-align-right{text-align:right}.elementor-laptop-align-left{text-align:left}.elementor-laptop-align-center .elementor-button,.elementor-laptop-align-left .elementor-button,.elementor-laptop-align-right .elementor-button{width:auto}.elementor-laptop-align-justify .elementor-button{width:100%}.elementor-tablet_extra-align-center{text-align:center}.elementor-tablet_extra-align-right{text-align:right}.elementor-tablet_extra-align-left{text-align:left}.elementor-tablet_extra-align-center .elementor-button,.elementor-tablet_extra-align-left .elementor-button,.elementor-tablet_extra-align-right .elementor-button{width:auto}.elementor-tablet_extra-align-justify .elementor-button{width:100%}}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-center .elementor-button,.elementor-tablet-align-left .elementor-button,.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:-1){.elementor-mobile_extra-align-center{text-align:center}.elementor-mobile_extra-align-right{text-align:right}.elementor-mobile_extra-align-left{text-align:left}.elementor-mobile_extra-align-center .elementor-button,.elementor-mobile_extra-align-left .elementor-button,.elementor-mobile_extra-align-right .elementor-button{width:auto}.elementor-mobile_extra-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-center .elementor-button,.elementor-mobile-align-left .elementor-button,.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}:root{--page-title-display:block}.elementor-page-title,h1.entry-title{display:var(--page-title-display)}@keyframes eicon-spin{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.eicon-animation-spin{animation:eicon-spin 2s linear infinite}.elementor-section{position:relative}.elementor-section .elementor-container{display:flex;margin-inline:auto;position:relative}@media (max-width:1024px){.elementor-section .elementor-container{flex-wrap:wrap}}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-start}.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:center}.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-column>.elementor-widget-wrap{align-items:flex-end}.elementor-widget-wrap{align-content:flex-start;flex-wrap:wrap;position:relative;width:100%}.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap{display:flex}.elementor-widget-wrap>.elementor-element{width:100%}.elementor-widget-wrap.e-swiper-container{width:calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)))}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-block-end:var(--kit-widget-spacing,20px)}.elementor-widget:not(:last-child).elementor-absolute,.elementor-widget:not(:last-child).elementor-widget__width-auto,.elementor-widget:not(:last-child).elementor-widget__width-initial{margin-block-end:0}.elementor-column{display:flex;min-height:1px;position:relative}.elementor-column-gap-narrow>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75"]{width:75%}.elementor-column.elementor-col-80,.elementor-column[data-col="80"]{width:80%}.elementor-column.elementor-col-83,.elementor-column[data-col="83"]{width:83.333%}.elementor-column.elementor-col-90,.elementor-column[data-col="90"]{width:90%}.elementor-column.elementor-col-100,.elementor-column[data-col="100"]{width:100%}}@media (max-width:479px){.elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-column.elementor-xs-30{width:30%}.elementor-column.elementor-xs-33{width:33.333%}.elementor-column.elementor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (min-width:-1){.elementor-reverse-widescreen>.elementor-container>:first-child{order:10}.elementor-reverse-widescreen>.elementor-container>:nth-child(2){order:9}.elementor-reverse-widescreen>.elementor-container>:nth-child(3){order:8}.elementor-reverse-widescreen>.elementor-container>:nth-child(4){order:7}.elementor-reverse-widescreen>.elementor-container>:nth-child(5){order:6}.elementor-reverse-widescreen>.elementor-container>:nth-child(6){order:5}.elementor-reverse-widescreen>.elementor-container>:nth-child(7){order:4}.elementor-reverse-widescreen>.elementor-container>:nth-child(8){order:3}.elementor-reverse-widescreen>.elementor-container>:nth-child(9){order:2}.elementor-reverse-widescreen>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child{order:10}.elementor-reverse-laptop>.elementor-container>:nth-child(2){order:9}.elementor-reverse-laptop>.elementor-container>:nth-child(3){order:8}.elementor-reverse-laptop>.elementor-container>:nth-child(4){order:7}.elementor-reverse-laptop>.elementor-container>:nth-child(5){order:6}.elementor-reverse-laptop>.elementor-container>:nth-child(6){order:5}.elementor-reverse-laptop>.elementor-container>:nth-child(7){order:4}.elementor-reverse-laptop>.elementor-container>:nth-child(8){order:3}.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:2}.elementor-reverse-laptop>.elementor-container>:nth-child(10){order:1}}@media (min-width:1025px) and (max-width:-1){.elementor-reverse-laptop>.elementor-container>:first-child,.elementor-reverse-laptop>.elementor-container>:nth-child(10),.elementor-reverse-laptop>.elementor-container>:nth-child(2),.elementor-reverse-laptop>.elementor-container>:nth-child(3),.elementor-reverse-laptop>.elementor-container>:nth-child(4),.elementor-reverse-laptop>.elementor-container>:nth-child(5),.elementor-reverse-laptop>.elementor-container>:nth-child(6),.elementor-reverse-laptop>.elementor-container>:nth-child(7),.elementor-reverse-laptop>.elementor-container>:nth-child(8),.elementor-reverse-laptop>.elementor-container>:nth-child(9){order:0}.elementor-reverse-tablet_extra>.elementor-container>:first-child{order:10}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet_extra>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:-1) and (max-width:1024px){.elementor-reverse-tablet>.elementor-container>:first-child{order:10}.elementor-reverse-tablet>.elementor-container>:nth-child(2){order:9}.elementor-reverse-tablet>.elementor-container>:nth-child(3){order:8}.elementor-reverse-tablet>.elementor-container>:nth-child(4){order:7}.elementor-reverse-tablet>.elementor-container>:nth-child(5){order:6}.elementor-reverse-tablet>.elementor-container>:nth-child(6){order:5}.elementor-reverse-tablet>.elementor-container>:nth-child(7){order:4}.elementor-reverse-tablet>.elementor-container>:nth-child(8){order:3}.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:2}.elementor-reverse-tablet>.elementor-container>:nth-child(10){order:1}}@media (min-width:768px) and (max-width:-1){.elementor-reverse-tablet>.elementor-container>:first-child,.elementor-reverse-tablet>.elementor-container>:nth-child(10),.elementor-reverse-tablet>.elementor-container>:nth-child(2),.elementor-reverse-tablet>.elementor-container>:nth-child(3),.elementor-reverse-tablet>.elementor-container>:nth-child(4),.elementor-reverse-tablet>.elementor-container>:nth-child(5),.elementor-reverse-tablet>.elementor-container>:nth-child(6),.elementor-reverse-tablet>.elementor-container>:nth-child(7),.elementor-reverse-tablet>.elementor-container>:nth-child(8),.elementor-reverse-tablet>.elementor-container>:nth-child(9){order:0}.elementor-reverse-mobile_extra>.elementor-container>:first-child{order:10}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile_extra>.elementor-container>:nth-child(10){order:1}}@media (max-width:767px){.elementor-reverse-mobile>.elementor-container>:first-child{order:10}.elementor-reverse-mobile>.elementor-container>:nth-child(2){order:9}.elementor-reverse-mobile>.elementor-container>:nth-child(3){order:8}.elementor-reverse-mobile>.elementor-container>:nth-child(4){order:7}.elementor-reverse-mobile>.elementor-container>:nth-child(5){order:6}.elementor-reverse-mobile>.elementor-container>:nth-child(6){order:5}.elementor-reverse-mobile>.elementor-container>:nth-child(7){order:4}.elementor-reverse-mobile>.elementor-container>:nth-child(8){order:3}.elementor-reverse-mobile>.elementor-container>:nth-child(9){order:2}.elementor-reverse-mobile>.elementor-container>:nth-child(10){order:1}.elementor-column{width:100%}}.elementor-grid{display:grid;grid-column-gap:var(--grid-column-gap);grid-row-gap:var(--grid-row-gap)}.elementor-grid .elementor-grid-item{min-width:0}.elementor-grid-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}@media (min-width:-1){.elementor-grid-widescreen-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-widescreen-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-widescreen-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-widescreen-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-widescreen-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-widescreen-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-widescreen-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-widescreen-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-widescreen-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-widescreen-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-widescreen-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-widescreen-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-widescreen-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-laptop-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-laptop-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-laptop-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-laptop-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-laptop-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-laptop-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-laptop-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-laptop-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-laptop-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-laptop-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-laptop-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-laptop-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-laptop-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-laptop-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}.elementor-grid-tablet_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:1024px){.elementor-grid-tablet-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-tablet-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-tablet-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-tablet-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-tablet-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-tablet-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-tablet-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-tablet-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-tablet-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-tablet-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-tablet-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-tablet-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-tablet-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-tablet-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:-1){.elementor-grid-mobile_extra-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile_extra-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile_extra-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile_extra-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile_extra-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile_extra-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile_extra-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile_extra-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile_extra-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile_extra-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile_extra-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile_extra-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile_extra-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (max-width:767px){.elementor-grid-mobile-0 .elementor-grid{display:inline-block;margin-block-end:calc(-1 * var(--grid-row-gap));width:100%;word-spacing:var(--grid-column-gap)}.elementor-grid-mobile-0 .elementor-grid .elementor-grid-item{display:inline-block;margin-block-end:var(--grid-row-gap);word-break:break-word}.elementor-grid-mobile-1 .elementor-grid{grid-template-columns:repeat(1,1fr)}.elementor-grid-mobile-2 .elementor-grid{grid-template-columns:repeat(2,1fr)}.elementor-grid-mobile-3 .elementor-grid{grid-template-columns:repeat(3,1fr)}.elementor-grid-mobile-4 .elementor-grid{grid-template-columns:repeat(4,1fr)}.elementor-grid-mobile-5 .elementor-grid{grid-template-columns:repeat(5,1fr)}.elementor-grid-mobile-6 .elementor-grid{grid-template-columns:repeat(6,1fr)}.elementor-grid-mobile-7 .elementor-grid{grid-template-columns:repeat(7,1fr)}.elementor-grid-mobile-8 .elementor-grid{grid-template-columns:repeat(8,1fr)}.elementor-grid-mobile-9 .elementor-grid{grid-template-columns:repeat(9,1fr)}.elementor-grid-mobile-10 .elementor-grid{grid-template-columns:repeat(10,1fr)}.elementor-grid-mobile-11 .elementor-grid{grid-template-columns:repeat(11,1fr)}.elementor-grid-mobile-12 .elementor-grid{grid-template-columns:repeat(12,1fr)}}@media (min-width:1025px){#elementor-device-mode:after{content:"desktop"}}@media (min-width:-1){#elementor-device-mode:after{content:"widescreen"}}@media (max-width:-1){#elementor-device-mode:after{content:"laptop";content:"tablet_extra"}}@media (max-width:1024px){#elementor-device-mode:after{content:"tablet"}}@media (max-width:-1){#elementor-device-mode:after{content:"mobile_extra"}}@media (max-width:767px){#elementor-device-mode:after{content:"mobile"}}@media (prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}.e-con{--border-radius:0;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:0px;--border-left-width:0px;--border-style:initial;--border-color:initial;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--content-width:min(100%,var(--container-max-width,1140px));--width:100%;--min-height:initial;--height:auto;--text-align:initial;--margin-top:0px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;--padding-top:var(--container-default-padding-top,10px);--padding-right:var(--container-default-padding-right,10px);--padding-bottom:var(--container-default-padding-bottom,10px);--padding-left:var(--container-default-padding-left,10px);--position:relative;--z-index:revert;--overflow:visible;--gap:var(--widgets-spacing,20px);--row-gap:var(--widgets-spacing-row,20px);--column-gap:var(--widgets-spacing-column,20px);--overlay-mix-blend-mode:initial;--overlay-opacity:1;--overlay-transition:0.3s;--e-con-grid-template-columns:repeat(3,1fr);--e-con-grid-template-rows:repeat(2,1fr);border-radius:var(--border-radius);height:var(--height);min-height:var(--min-height);min-width:0;overflow:var(--overflow);position:var(--position);width:var(--width);z-index:var(--z-index);--flex-wrap-mobile:wrap}.e-con:where(:not(.e-div-block-base)){transition:background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s)}.e-con{--margin-block-start:var(--margin-top);--margin-block-end:var(--margin-bottom);--margin-inline-start:var(--margin-left);--margin-inline-end:var(--margin-right);--padding-inline-start:var(--padding-left);--padding-inline-end:var(--padding-right);--padding-block-start:var(--padding-top);--padding-block-end:var(--padding-bottom);--border-block-start-width:var(--border-top-width);--border-block-end-width:var(--border-bottom-width);--border-inline-start-width:var(--border-left-width);--border-inline-end-width:var(--border-right-width)}body.rtl .e-con{--padding-inline-start:var(--padding-right);--padding-inline-end:var(--padding-left);--margin-inline-start:var(--margin-right);--margin-inline-end:var(--margin-left);--border-inline-start-width:var(--border-right-width);--border-inline-end-width:var(--border-left-width)}.e-con{margin-block-end:var(--margin-block-end);margin-block-start:var(--margin-block-start);margin-inline-end:var(--margin-inline-end);margin-inline-start:var(--margin-inline-start);padding-inline-end:var(--padding-inline-end);padding-inline-start:var(--padding-inline-start)}.e-con.e-flex{--flex-direction:column;--flex-basis:auto;--flex-grow:0;--flex-shrink:1;flex:var(--flex-grow) var(--flex-shrink) var(--flex-basis)}.e-con-full,.e-con>.e-con-inner{padding-block-end:var(--padding-block-end);padding-block-start:var(--padding-block-start);text-align:var(--text-align)}.e-con-full.e-flex,.e-con.e-flex>.e-con-inner{flex-direction:var(--flex-direction)}.e-con,.e-con>.e-con-inner{display:var(--display)}.e-con.e-grid{--grid-justify-content:start;--grid-align-content:start;--grid-auto-flow:row}.e-con.e-grid,.e-con.e-grid>.e-con-inner{align-content:var(--grid-align-content);align-items:var(--align-items);grid-auto-flow:var(--grid-auto-flow);grid-template-columns:var(--e-con-grid-template-columns);grid-template-rows:var(--e-con-grid-template-rows);justify-content:var(--grid-justify-content);justify-items:var(--justify-items)}.e-con-boxed.e-flex{align-content:normal;align-items:normal;flex-direction:column;flex-wrap:nowrap;justify-content:normal}.e-con-boxed.e-grid{grid-template-columns:1fr;grid-template-rows:1fr;justify-items:legacy}.e-con-boxed{gap:initial;text-align:initial}.e-con.e-flex>.e-con-inner{align-content:var(--align-content);align-items:var(--align-items);align-self:auto;flex-basis:auto;flex-grow:1;flex-shrink:1;flex-wrap:var(--flex-wrap);justify-content:var(--justify-content)}.e-con.e-grid>.e-con-inner{align-items:var(--align-items);justify-items:var(--justify-items)}.e-con>.e-con-inner{gap:var(--row-gap) var(--column-gap);height:100%;margin:0 auto;max-width:var(--content-width);padding-inline-end:0;padding-inline-start:0;width:100%}:is(.elementor-section-wrap,[data-elementor-id])>.e-con{--margin-left:auto;--margin-right:auto;max-width:min(100%,var(--width))}:is([data-widget_type="e-component.default"],[data-widget_type="e-component.default"]>.elementor-section-wrap)>.e-con{--margin-right:0px;--margin-left:0px}.e-con .elementor-widget.elementor-widget{margin-block-end:0}.e-con:before,.e-con>.elementor-background-slideshow:before,.e-con>.elementor-motion-effects-container>.elementor-motion-effects-layer:before,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);content:var(--background-overlay);display:block;height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));mix-blend-mode:var(--overlay-mix-blend-mode);opacity:var(--overlay-opacity);position:absolute;top:calc(0px - var(--border-top-width));transition:var(--overlay-transition,.3s);width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}.e-con:before{transition:background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s)}.e-con>.elementor-background-slideshow,:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container{border-block-end-width:var(--border-block-end-width);border-block-start-width:var(--border-block-start-width);border-color:var(--border-color);border-inline-end-width:var(--border-inline-end-width);border-inline-start-width:var(--border-inline-start-width);border-radius:var(--border-radius);border-style:var(--border-style);height:max(100% + var(--border-top-width) + var(--border-bottom-width),100%);left:calc(0px - var(--border-left-width));top:calc(0px - var(--border-top-width));width:max(100% + var(--border-left-width) + var(--border-right-width),100%)}@media (max-width:767px){:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container.elementor-hidden-mobile{display:none}}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-video-container:before{z-index:1}:is(.e-con,.e-con>.e-con-inner)>.elementor-background-slideshow:before{z-index:2}.e-con .elementor-widget{min-width:0}.e-con .elementor-widget-empty,.e-con .elementor-widget-google_maps,.e-con .elementor-widget-video,.e-con .elementor-widget.e-widget-swiper{width:100%}.e-con>.e-con-inner>.elementor-widget>.elementor-widget-container,.e-con>.elementor-widget>.elementor-widget-container{height:100%}.e-con.e-con>.e-con-inner>.elementor-widget,.elementor.elementor .e-con>.elementor-widget{max-width:100%}.e-con .elementor-widget:not(:last-child){--kit-widget-spacing:0px}@media (max-width:767px){.e-con.e-flex{--width:100%;--flex-wrap:var(--flex-wrap-mobile)}.e-con.e-flex .elementor-widget-archive-posts{width:100%}}.elementor-form-fields-wrapper{display:flex;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above .elementor-field-group>textarea{flex-basis:100%;max-width:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{flex-grow:1}.elementor-field-group{align-items:center;flex-wrap:wrap}.elementor-field-group.elementor-field-type-submit{align-items:flex-end}.elementor-field-group .elementor-field-textual{background-color:transparent;border:1px solid #69727d;color:#1f2124;flex-grow:1;max-width:100%;vertical-align:middle;width:100%}.elementor-field-group .elementor-field-textual:focus{box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;flex-basis:100%;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-inline-end:20px;text-transform:inherit}.elementor-field-group .elementor-select-wrapper:before{content:"\e92a";font-family:eicons;font-size:15px;inset-block-start:50%;inset-inline-end:10px;pointer-events:none;position:absolute;text-shadow:0 0 3px rgba(0,0,0,.3);transform:translateY(-50%)}.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before{content:""}.elementor-field-subgroup{display:flex;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-inline-end:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{flex-basis:100%}.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label{display:inline}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{color:red;content:"*";padding-inline-start:.2em}.elementor-field-textual{border-radius:3px;font-size:15px;line-height:1.4;min-height:40px;padding:5px 14px}.elementor-field-textual.elementor-size-xs{border-radius:2px;font-size:13px;min-height:33px;padding:4px 12px}.elementor-field-textual.elementor-size-md{border-radius:4px;font-size:16px;min-height:47px;padding:6px 16px}.elementor-field-textual.elementor-size-lg{border-radius:5px;font-size:18px;min-height:59px;padding:7px 20px}.elementor-field-textual.elementor-size-xl{border-radius:6px;font-size:20px;min-height:72px;padding:8px 24px}.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-button-align-center .e-form__buttons,.elementor-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-button-align-start .e-form__buttons,.elementor-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-end .e-form__buttons,.elementor-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-button-align-start .e-form__buttons,[dir=rtl] .elementor-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-button-align-end .e-form__buttons,[dir=rtl] .elementor-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-button-align-center .e-form__buttons__wrapper,.elementor-button-align-center .e-form__buttons__wrapper__button,.elementor-button-align-end .e-form__buttons__wrapper,.elementor-button-align-end .e-form__buttons__wrapper__button,.elementor-button-align-start .e-form__buttons__wrapper,.elementor-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}@media screen and (max-width:1024px){.elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-tablet-button-align-center .e-form__buttons,.elementor-tablet-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-tablet-button-align-start .e-form__buttons,.elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-end .e-form__buttons,.elementor-tablet-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-tablet-button-align-start .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-tablet-button-align-end .e-form__buttons,[dir=rtl] .elementor-tablet-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-tablet-button-align-center .e-form__buttons__wrapper,.elementor-tablet-button-align-center .e-form__buttons__wrapper__button,.elementor-tablet-button-align-end .e-form__buttons__wrapper,.elementor-tablet-button-align-end .e-form__buttons__wrapper__button,.elementor-tablet-button-align-start .e-form__buttons__wrapper,.elementor-tablet-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}@media screen and (max-width:767px){.elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:100%}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper{flex-basis:50%;flex-grow:1}.elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button{flex-basis:100%}.elementor-mobile-button-align-center .e-form__buttons,.elementor-mobile-button-align-center .elementor-field-type-submit{justify-content:center}.elementor-mobile-button-align-start .e-form__buttons,.elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-end .e-form__buttons,.elementor-mobile-button-align-end .elementor-field-type-submit,[dir=rtl] .elementor-mobile-button-align-start .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-start .elementor-field-type-submit{justify-content:flex-end}[dir=rtl] .elementor-mobile-button-align-end .e-form__buttons,[dir=rtl] .elementor-mobile-button-align-end .elementor-field-type-submit{justify-content:flex-start}.elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button,.elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button{flex-basis:auto}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper{flex-grow:0}.elementor-mobile-button-align-center .e-form__buttons__wrapper,.elementor-mobile-button-align-center .e-form__buttons__wrapper__button,.elementor-mobile-button-align-end .e-form__buttons__wrapper,.elementor-mobile-button-align-end .e-form__buttons__wrapper__button,.elementor-mobile-button-align-start .e-form__buttons__wrapper,.elementor-mobile-button-align-start .e-form__buttons__wrapper__button{flex-basis:auto}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{font-size:1em;line-height:1;margin:10px 0}.elementor-message:before{content:"\e90e";display:inline-block;font-family:eicons;font-style:normal;font-weight:400;margin-inline-end:5px;vertical-align:middle}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\e87f"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{border:none;padding-block-end:0;padding-block-start:0}.elementor-form .elementor-button-content-wrapper,.elementor-form .elementor-button>span{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)) .elementor-widget-container,.elementor-element:where(:not(.e-con)):where(:not(.e-div-block-base)):not(:has(.elementor-widget-container)){transition:background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s)}.elementor-heading-title{line-height:1;margin:0;padding:0}.elementor-button{background-color:#69727d;border-radius:3px;color:#fff;display:inline-block;fill:#fff;font-size:15px;line-height:1;padding:12px 24px;text-align:center;transition:all .3s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff}.elementor-button-content-wrapper{display:flex;flex-direction:row;gap:5px;justify-content:center}.elementor-button-icon{align-items:center;display:flex}.elementor-button-icon svg{height:auto;width:1em}.elementor-button-icon .e-font-icon-svg{height:1em}.elementor-button-text{display:inline-block}.elementor-button.elementor-size-xs{border-radius:2px;font-size:13px;padding:10px 20px}.elementor-button.elementor-size-md{border-radius:4px;font-size:16px;padding:15px 30px}.elementor-button.elementor-size-lg{border-radius:5px;font-size:18px;padding:20px 40px}.elementor-button.elementor-size-xl{border-radius:6px;font-size:20px;padding:25px 50px}.elementor-button span{text-decoration:inherit}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-view-stacked .elementor-icon{background-color:#69727d;color:#fff;fill:#fff;padding:.5em}.elementor-view-framed .elementor-icon{background-color:transparent;border:3px solid #69727d;color:#69727d;padding:.5em}.elementor-icon{color:#69727d;display:inline-block;font-size:50px;line-height:1;text-align:center;transition:all .3s}.elementor-icon:hover{color:#69727d}.elementor-icon i,.elementor-icon svg{display:block;height:1em;position:relative;width:1em}.elementor-icon i:before,.elementor-icon svg:before{left:50%;position:absolute;transform:translateX(-50%)}.elementor-icon i.fad{width:auto}.elementor-shape-square .elementor-icon{border-radius:0}.elementor-shape-rounded .elementor-icon{border-radius:10%}.elementor-shape-circle .elementor-icon{border-radius:50%}.e-transform .elementor-widget-container,.e-transform:not(:has(.elementor-widget-container)){transform:perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));transform-origin:var(--e-transform-origin-y) var(--e-transform-origin-x)}.e-con.e-transform{transform:perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));transform-origin:var(--e-con-transform-origin-y) var(--e-con-transform-origin-x)}.animated{animation-duration:1.25s}.animated.animated-slow{animation-duration:2s}.animated.animated-fast{animation-duration:.75s}.animated.infinite{animation-iteration-count:infinite}.animated.reverse{animation-direction:reverse;animation-fill-mode:forwards}@media (prefers-reduced-motion:reduce){.animated{animation:none!important}html *{transition-delay:0s!important;transition-duration:0s!important}}@media (max-width:767px){.elementor .elementor-hidden-mobile,.elementor .elementor-hidden-phone{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-mobile_extra{display:none}}@media (min-width:768px) and (max-width:1024px){.elementor .elementor-hidden-tablet{display:none}}@media (min-width:-1) and (max-width:-1){.elementor .elementor-hidden-laptop,.elementor .elementor-hidden-tablet_extra{display:none}}@media (min-width:1025px) and (max-width:99999px){.elementor .elementor-hidden-desktop{display:none}}@media (min-width:-1){.elementor .elementor-hidden-widescreen{display:none}}
.elementor-kit-10{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn}
.elementor-widget-image{text-align:center}.elementor-widget-image a{display:inline-block}.elementor-widget-image a img[src$=".svg"]{width:48px}.elementor-widget-image img{display:inline-block;vertical-align:middle}
.elementor-widget-image-box .elementor-image-box-content{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{flex-direction:row-reverse;text-align:end}[dir=rtl] .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{flex-direction:row}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{flex-direction:row;text-align:start}[dir=rtl] .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-inline:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-img img{display:block;line-height:0}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}
.elementor-widget-divider{--divider-border-style:none;--divider-border-width:1px;--divider-color:#0c0d0e;--divider-icon-size:20px;--divider-element-spacing:10px;--divider-pattern-height:24px;--divider-pattern-size:20px;--divider-pattern-url:none;--divider-pattern-repeat:repeat-x}.elementor-widget-divider .elementor-divider{display:flex}.elementor-widget-divider .elementor-divider__text{font-size:15px;line-height:1;max-width:95%}.elementor-widget-divider .elementor-divider__element{flex-shrink:0;margin:0 var(--divider-element-spacing)}.elementor-widget-divider .elementor-icon{font-size:var(--divider-icon-size)}.elementor-widget-divider .elementor-divider-separator{direction:ltr;display:flex;margin:0}.elementor-widget-divider--view-line_icon .elementor-divider-separator,.elementor-widget-divider--view-line_text .elementor-divider-separator{align-items:center}.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,.elementor-widget-divider--view-line_text .elementor-divider-separator:after,.elementor-widget-divider--view-line_text .elementor-divider-separator:before{border-block-end:0;border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color);content:"";display:block;flex-grow:1}.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-left .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-left .elementor-divider__element{margin-left:0}.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-right .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-right .elementor-divider__element{margin-right:0}.elementor-widget-divider--element-align-start .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-start .elementor-divider-separator:before{content:none}.elementor-widget-divider--element-align-start .elementor-divider__element{margin-inline-start:0}.elementor-widget-divider--element-align-end .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type{flex-grow:0;flex-shrink:100}.elementor-widget-divider--element-align-end .elementor-divider-separator:after{content:none}.elementor-widget-divider--element-align-end .elementor-divider__element{margin-inline-end:0}.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator{border-block-start:var(--divider-border-width) var(--divider-border-style) var(--divider-color)}.elementor-widget-divider--separator-type-pattern{--divider-border-style:none}.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line .elementor-divider-separator,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:after,.elementor-widget-divider--separator-type-pattern:not(.elementor-widget-divider--view-line) .elementor-divider-separator:before,.elementor-widget-divider--separator-type-pattern:not([class*=elementor-widget-divider--view]) .elementor-divider-separator{background-color:var(--divider-color);-webkit-mask-image:var(--divider-pattern-url);mask-image:var(--divider-pattern-url);-webkit-mask-repeat:var(--divider-pattern-repeat);mask-repeat:var(--divider-pattern-repeat);-webkit-mask-size:var(--divider-pattern-size) 100%;mask-size:var(--divider-pattern-size) 100%;min-height:var(--divider-pattern-height);width:100%}.elementor-widget-divider--no-spacing{--divider-pattern-size:auto}.elementor-widget-divider--bg-round{--divider-pattern-repeat:round}.rtl .elementor-widget-divider .elementor-divider__text{direction:rtl}.e-con-inner>.elementor-widget-divider,.e-con>.elementor-widget-divider{width:var(--container-widget-width,100%);--flex-grow:var( --container-widget-flex-grow )}
.elementor-9228 .elementor-element.elementor-element-f815228{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 110px;--row-gap:0px;--column-gap:110px;--padding-top:150px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-fee67b7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:35px 0px;--row-gap:35px;--column-gap:0px;--padding-top:50px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-47223b5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-7e5fa95 .dbl__subtitle{text-align:left;}.elementor-9228 .elementor-element.elementor-element-7e5fa95 .dbl__title-wrapper{text-align:left;}.elementor-9228 .elementor-element.elementor-element-7e5fa95 .dbl__title{font-size:60px;}.elementor-9228 .elementor-element.elementor-element-7e5fa95 .tpc-double_heading .dbl__title-wrapper{margin:0px 0px 0px 0px;}.elementor-9228 .elementor-element.elementor-element-fbe3e43 .edubin-animation-widget .edubin-animation-widget-color{background-color:#ffc600;height:80px;width:80px;}body:not(.rtl) .elementor-9228 .elementor-element.elementor-element-fbe3e43{right:-10px;}body.rtl .elementor-9228 .elementor-element.elementor-element-fbe3e43{left:-10px;}.elementor-9228 .elementor-element.elementor-element-fbe3e43{top:75px;}.elementor-9228 .elementor-element.elementor-element-fbe3e43 .edubin-animation-widget{z-index:0;opacity:1;display:flex;}.elementor-9228 .elementor-element.elementor-element-bb13e07{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--flex-wrap:nowrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-c3ee2f4 .edubin-animation-widget .edubin-animation-widget-color{background-color:#ffc600;height:80px;width:80px;}body:not(.rtl) .elementor-9228 .elementor-element.elementor-element-c3ee2f4{left:-65px;}body.rtl .elementor-9228 .elementor-element.elementor-element-c3ee2f4{right:-65px;}.elementor-9228 .elementor-element.elementor-element-c3ee2f4{top:30px;}.elementor-9228 .elementor-element.elementor-element-c3ee2f4 .edubin-animation-widget{z-index:0;opacity:1;display:flex;}.elementor-9228 .elementor-element.elementor-element-3cb4327{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-eb723c3 .edubin-animation-widget .edubin-animation-widget-color{background-color:#ffc600;height:80px;width:80px;}body:not(.rtl) .elementor-9228 .elementor-element.elementor-element-eb723c3{left:0px;}body.rtl .elementor-9228 .elementor-element.elementor-element-eb723c3{right:0px;}.elementor-9228 .elementor-element.elementor-element-eb723c3{top:0px;z-index:0;}.elementor-9228 .elementor-element.elementor-element-eb723c3 .edubin-animation-widget{z-index:0;opacity:1;display:flex;}.elementor-9228 .elementor-element.elementor-element-6dc4122 .edubin-animation-widget .edubin-animation-widget-color{background-color:#ffc600;height:80px;width:80px;}body:not(.rtl) .elementor-9228 .elementor-element.elementor-element-6dc4122{left:0px;}body.rtl .elementor-9228 .elementor-element.elementor-element-6dc4122{right:0px;}.elementor-9228 .elementor-element.elementor-element-6dc4122{top:0px;z-index:0;}.elementor-9228 .elementor-element.elementor-element-6dc4122 .edubin-animation-widget{z-index:0;opacity:1;display:flex;}.elementor-9228 .elementor-element.elementor-element-34ad150{--display:flex;--justify-content:center;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--border-radius:5px 5px 5px 5px;box-shadow:0px 0px 49px 0px rgba(0, 0, 0, 0.2);--margin-top:-250px;--margin-bottom:165px;--margin-left:-35px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:0px;--z-index:2;}.elementor-9228 .elementor-element.elementor-element-34ad150:not(.elementor-motion-effects-element-type-background), .elementor-9228 .elementor-element.elementor-element-34ad150 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-9228 .elementor-element.elementor-element-f70b458.elementor-position-right .elementor-image-box-img{margin-left:14px;}.elementor-9228 .elementor-element.elementor-element-f70b458.elementor-position-left .elementor-image-box-img{margin-right:14px;}.elementor-9228 .elementor-element.elementor-element-f70b458.elementor-position-top .elementor-image-box-img{margin-bottom:14px;}.elementor-9228 .elementor-element.elementor-element-f70b458 .elementor-image-box-title{margin-bottom:0px;font-size:15px;font-weight:700;color:#000000;}.elementor-9228 .elementor-element.elementor-element-f70b458 .elementor-image-box-img img{transition-duration:0.3s;}.elementor-9228 .elementor-element.elementor-element-f70b458 .elementor-image-box-description{font-size:14px;font-weight:400;}.elementor-9228 .elementor-element.elementor-element-0fc5efe{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 25px;--row-gap:0px;--column-gap:25px;--padding-top:45px;--padding-bottom:45px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-0fc5efe:not(.elementor-motion-effects-element-type-background), .elementor-9228 .elementor-element.elementor-element-0fc5efe > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EFF6F9;}.elementor-9228 .elementor-element.elementor-element-5e4cbc0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;border-style:dashed;--border-style:dashed;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#2BABE4;--border-color:#2BABE4;--border-radius:0px 40px 40px 40px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-9228 .elementor-element.elementor-element-a3eeed4.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-a3eeed4.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-9228 .elementor-element.elementor-element-a3eeed4.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-9228 .elementor-element.elementor-element-a3eeed4 .elementor-image-box-title{margin-bottom:5px;font-size:24px;font-weight:700;line-height:30px;color:#383B46;}.elementor-9228 .elementor-element.elementor-element-a3eeed4 .elementor-image-box-img img{transition-duration:0.3s;}.elementor-9228 .elementor-element.elementor-element-a3eeed4 .elementor-image-box-description{font-size:14px;font-weight:400;color:#383B46;}.elementor-9228 .elementor-element.elementor-element-b5200f8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;border-style:dashed;--border-style:dashed;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#2BABE4;--border-color:#2BABE4;--border-radius:40px 40px 0px 40px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-9228 .elementor-element.elementor-element-ac52e38.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-ac52e38.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-9228 .elementor-element.elementor-element-ac52e38.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-9228 .elementor-element.elementor-element-ac52e38 .elementor-image-box-title{margin-bottom:5px;font-size:24px;font-weight:700;line-height:30px;color:#383B46;}.elementor-9228 .elementor-element.elementor-element-ac52e38 .elementor-image-box-img img{transition-duration:0.3s;}.elementor-9228 .elementor-element.elementor-element-ac52e38 .elementor-image-box-description{font-size:14px;font-weight:400;color:#383B46;}.elementor-9228 .elementor-element.elementor-element-40e009f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;border-style:dashed;--border-style:dashed;border-width:1px 1px 1px 1px;--border-top-width:1px;--border-right-width:1px;--border-bottom-width:1px;--border-left-width:1px;border-color:#2BABE4;--border-color:#2BABE4;--border-radius:0px 40px 40px 40px;--padding-top:25px;--padding-bottom:25px;--padding-left:25px;--padding-right:25px;}.elementor-9228 .elementor-element.elementor-element-bacccc8.elementor-position-right .elementor-image-box-img{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-bacccc8.elementor-position-left .elementor-image-box-img{margin-right:15px;}.elementor-9228 .elementor-element.elementor-element-bacccc8.elementor-position-top .elementor-image-box-img{margin-bottom:15px;}.elementor-9228 .elementor-element.elementor-element-bacccc8 .elementor-image-box-title{margin-bottom:5px;font-size:24px;font-weight:700;line-height:30px;color:#383B46;}.elementor-9228 .elementor-element.elementor-element-bacccc8 .elementor-image-box-img img{transition-duration:0.3s;}.elementor-9228 .elementor-element.elementor-element-bacccc8 .elementor-image-box-description{font-size:14px;font-weight:400;color:#383B46;}.elementor-9228 .elementor-element.elementor-element-30e83b0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 0px;--row-gap:30px;--column-gap:0px;--padding-top:100px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-9ed7eec{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-50a6ddf > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-9228 .elementor-element.elementor-element-50a6ddf .dbl__subtitle{text-align:center;}.elementor-9228 .elementor-element.elementor-element-50a6ddf .dbl__title-wrapper{text-align:center;}.elementor-9228 .elementor-element.elementor-element-50a6ddf .dbl__title-wrapper .shape-bg>.shape__svg>svg{transform:scale(1.1);}.elementor-9228 .elementor-element.elementor-element-50a6ddf .dbl__title-wrapper .thumb-shape-bg>.thumb-shape__bg{top:35px;left:12px;}.elementor-9228 .elementor-element.elementor-element-50a6ddf .dbl__title-wrapper .shape-bg > .shape__bg{top:35px;left:12px;}.elementor-9228 .elementor-element.elementor-element-50a6ddf .dbl__title-wrapper .shape-bg > .shape__svg{top:35px;left:12px;}.elementor-9228 .elementor-element.elementor-element-50a6ddf .dbl__title{font-size:36px;}.elementor-9228 .elementor-element.elementor-element-50a6ddf .tpc-double_heading .dbl__title-wrapper{margin:0px 0px 10px 0px;}.elementor-9228 .elementor-element.elementor-element-50a6ddf .dbl__title-wrapper .shape-bg>.shape__bg {background:#FFC600;}.elementor-9228 .elementor-element.elementor-element-50a6ddf .dbl__title-wrapper .shape-bg>.shape__svg>svg>path{stroke:#FFC600;}.elementor-9228 .elementor-element.elementor-element-ca71d80{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 30px;--row-gap:0px;--column-gap:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-435d0bb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-9e7db62 .tpc-course-category-style-3,.elementor-9228 .elementor-element.elementor-element-9e7db62 .tpc-course-category-style-4{background-color:#EFF6F9;}.elementor-9228 .elementor-element.elementor-element-9e7db62 .tpc-course-category-style-3:hover,.elementor-9228 .elementor-element.elementor-element-9e7db62 .tpc-course-category-style-4:hover{background-color:#2BABE4;}.elementor-9228 .elementor-element.elementor-element-9e7db62 .tpc-course-category-style-3 a.cat-item-3{padding:20px 30px 20px 30px;}.elementor-9228 .elementor-element.elementor-element-9e7db62 .tpc-course-category-style-4{padding:20px 30px 20px 30px;border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-9e7db62 .tpc-course-category-style-3 a.cat-item-3 img{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-9e7db62 .tpc-course-category-style-4 .cat-title-wrap{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-9e7db62 .tpc-course-category-style-3{border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-9e7db62 .edubin-course-category .single-items .items-cont .course-cat, .tpc-cat-item .single-items-1 a .cat_name, .tpc-course-category-style-3 a.cat-item-3, .tpc-course-category-style-4 .cat-title-wrap>h4{font-size:18px;font-weight:700;}.elementor-9228 .elementor-element.elementor-element-64f74d7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-a61e10b .tpc-course-category-style-3,.elementor-9228 .elementor-element.elementor-element-a61e10b .tpc-course-category-style-4{background-color:#EFF6F9;}.elementor-9228 .elementor-element.elementor-element-a61e10b .tpc-course-category-style-3:hover,.elementor-9228 .elementor-element.elementor-element-a61e10b .tpc-course-category-style-4:hover{background-color:#2BABE4;}.elementor-9228 .elementor-element.elementor-element-a61e10b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9228 .elementor-element.elementor-element-a61e10b .tpc-course-category-style-3 a.cat-item-3{padding:23px 13px 23px 30px;}.elementor-9228 .elementor-element.elementor-element-a61e10b .tpc-course-category-style-4{padding:23px 13px 23px 30px;border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-a61e10b .tpc-course-category-style-3 a.cat-item-3 img{margin-left:3px;}.elementor-9228 .elementor-element.elementor-element-a61e10b .tpc-course-category-style-4 .cat-title-wrap{margin-left:3px;}.elementor-9228 .elementor-element.elementor-element-a61e10b .tpc-course-category-style-3{border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-a61e10b .edubin-course-category .single-items .items-cont .course-cat, .tpc-cat-item .single-items-1 a .cat_name, .tpc-course-category-style-3 a.cat-item-3, .tpc-course-category-style-4 .cat-title-wrap>h4{font-size:18px;font-weight:700;}.elementor-9228 .elementor-element.elementor-element-0195538{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-71ff7da .tpc-course-category-style-3,.elementor-9228 .elementor-element.elementor-element-71ff7da .tpc-course-category-style-4{background-color:#EFF6F9;}.elementor-9228 .elementor-element.elementor-element-71ff7da .tpc-course-category-style-3:hover,.elementor-9228 .elementor-element.elementor-element-71ff7da .tpc-course-category-style-4:hover{background-color:#2BABE4;}.elementor-9228 .elementor-element.elementor-element-71ff7da .tpc-course-category-style-3 a.cat-item-3{padding:20px 30px 20px 30px;}.elementor-9228 .elementor-element.elementor-element-71ff7da .tpc-course-category-style-4{padding:20px 30px 20px 30px;border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-71ff7da .tpc-course-category-style-3 a.cat-item-3 img{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-71ff7da .tpc-course-category-style-4 .cat-title-wrap{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-71ff7da .tpc-course-category-style-3{border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-71ff7da .edubin-course-category .single-items .items-cont .course-cat, .tpc-cat-item .single-items-1 a .cat_name, .tpc-course-category-style-3 a.cat-item-3, .tpc-course-category-style-4 .cat-title-wrap>h4{font-size:18px;font-weight:700;}.elementor-9228 .elementor-element.elementor-element-e4543b2{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-2d3e117 .tpc-course-category-style-3,.elementor-9228 .elementor-element.elementor-element-2d3e117 .tpc-course-category-style-4{background-color:#EFF6F9;}.elementor-9228 .elementor-element.elementor-element-2d3e117 .tpc-course-category-style-3:hover,.elementor-9228 .elementor-element.elementor-element-2d3e117 .tpc-course-category-style-4:hover{background-color:#2BABE4;}.elementor-9228 .elementor-element.elementor-element-2d3e117 .tpc-course-category-style-3 a.cat-item-3{padding:20px 30px 20px 30px;}.elementor-9228 .elementor-element.elementor-element-2d3e117 .tpc-course-category-style-4{padding:20px 30px 20px 30px;border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-2d3e117 .tpc-course-category-style-3 a.cat-item-3 img{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-2d3e117 .tpc-course-category-style-4 .cat-title-wrap{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-2d3e117 .tpc-course-category-style-3{border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-2d3e117 .edubin-course-category .single-items .items-cont .course-cat, .tpc-cat-item .single-items-1 a .cat_name, .tpc-course-category-style-3 a.cat-item-3, .tpc-course-category-style-4 .cat-title-wrap>h4{font-size:18px;font-weight:700;}.elementor-9228 .elementor-element.elementor-element-532fc53{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 30px;--row-gap:0px;--column-gap:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-d734d35{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-a6932a4 .tpc-course-category-style-3,.elementor-9228 .elementor-element.elementor-element-a6932a4 .tpc-course-category-style-4{background-color:#EFF6F9;}.elementor-9228 .elementor-element.elementor-element-a6932a4 .tpc-course-category-style-3:hover,.elementor-9228 .elementor-element.elementor-element-a6932a4 .tpc-course-category-style-4:hover{background-color:#2BABE4;}.elementor-9228 .elementor-element.elementor-element-a6932a4 .tpc-course-category-style-3 a.cat-item-3{padding:20px 20px 20px 30px;}.elementor-9228 .elementor-element.elementor-element-a6932a4 .tpc-course-category-style-4{padding:20px 20px 20px 30px;border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-a6932a4 .tpc-course-category-style-3 a.cat-item-3 img{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-a6932a4 .tpc-course-category-style-4 .cat-title-wrap{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-a6932a4 .tpc-course-category-style-3{border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-a6932a4 .edubin-course-category .single-items .items-cont .course-cat, .tpc-cat-item .single-items-1 a .cat_name, .tpc-course-category-style-3 a.cat-item-3, .tpc-course-category-style-4 .cat-title-wrap>h4{font-size:18px;font-weight:700;}.elementor-9228 .elementor-element.elementor-element-889e59f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-847ead5 .tpc-course-category-style-3,.elementor-9228 .elementor-element.elementor-element-847ead5 .tpc-course-category-style-4{background-color:#EFF6F9;}.elementor-9228 .elementor-element.elementor-element-847ead5 .tpc-course-category-style-3:hover,.elementor-9228 .elementor-element.elementor-element-847ead5 .tpc-course-category-style-4:hover{background-color:#2BABE4;}.elementor-9228 .elementor-element.elementor-element-847ead5 .tpc-course-category-style-3 a.cat-item-3{padding:20px 30px 20px 30px;}.elementor-9228 .elementor-element.elementor-element-847ead5 .tpc-course-category-style-4{padding:20px 30px 20px 30px;border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-847ead5 .tpc-course-category-style-3 a.cat-item-3 img{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-847ead5 .tpc-course-category-style-4 .cat-title-wrap{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-847ead5 .tpc-course-category-style-3{border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-847ead5 .edubin-course-category .single-items .items-cont .course-cat, .tpc-cat-item .single-items-1 a .cat_name, .tpc-course-category-style-3 a.cat-item-3, .tpc-course-category-style-4 .cat-title-wrap>h4{font-size:18px;font-weight:700;}.elementor-9228 .elementor-element.elementor-element-b027cb7{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-0a58fe7 .tpc-course-category-style-3,.elementor-9228 .elementor-element.elementor-element-0a58fe7 .tpc-course-category-style-4{background-color:#EFF6F9;}.elementor-9228 .elementor-element.elementor-element-0a58fe7 .tpc-course-category-style-3:hover,.elementor-9228 .elementor-element.elementor-element-0a58fe7 .tpc-course-category-style-4:hover{background-color:#2BABE4;}.elementor-9228 .elementor-element.elementor-element-0a58fe7 .tpc-course-category-style-3 a.cat-item-3{padding:20px 30px 20px 30px;}.elementor-9228 .elementor-element.elementor-element-0a58fe7 .tpc-course-category-style-4{padding:20px 30px 20px 30px;border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-0a58fe7 .tpc-course-category-style-3 a.cat-item-3 img{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-0a58fe7 .tpc-course-category-style-4 .cat-title-wrap{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-0a58fe7 .tpc-course-category-style-3{border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-0a58fe7 .edubin-course-category .single-items .items-cont .course-cat, .tpc-cat-item .single-items-1 a .cat_name, .tpc-course-category-style-3 a.cat-item-3, .tpc-course-category-style-4 .cat-title-wrap>h4{font-size:18px;font-weight:700;}.elementor-9228 .elementor-element.elementor-element-bbd2c20{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-7d31719 .tpc-course-category-style-3,.elementor-9228 .elementor-element.elementor-element-7d31719 .tpc-course-category-style-4{background-color:#EFF6F9;}.elementor-9228 .elementor-element.elementor-element-7d31719 .tpc-course-category-style-3:hover,.elementor-9228 .elementor-element.elementor-element-7d31719 .tpc-course-category-style-4:hover{background-color:#2BABE4;}.elementor-9228 .elementor-element.elementor-element-7d31719 .tpc-course-category-style-3 a.cat-item-3{padding:20px 30px 20px 30px;}.elementor-9228 .elementor-element.elementor-element-7d31719 .tpc-course-category-style-4{padding:20px 30px 20px 30px;border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-7d31719 .tpc-course-category-style-3 a.cat-item-3 img{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-7d31719 .tpc-course-category-style-4 .cat-title-wrap{margin-left:15px;}.elementor-9228 .elementor-element.elementor-element-7d31719 .tpc-course-category-style-3{border-radius:5px 5px 5px 5px;}.elementor-9228 .elementor-element.elementor-element-7d31719 .edubin-course-category .single-items .items-cont .course-cat, .tpc-cat-item .single-items-1 a .cat_name, .tpc-course-category-style-3 a.cat-item-3, .tpc-course-category-style-4 .cat-title-wrap>h4{font-size:18px;font-weight:700;}.elementor-9228 .elementor-element.elementor-element-e93d740{--display:flex;}.elementor-9228 .elementor-element.elementor-element-443b14c{--divider-border-style:solid;--divider-color:#54595F29;--divider-border-width:1px;}.elementor-9228 .elementor-element.elementor-element-443b14c .elementor-divider-separator{width:100%;}.elementor-9228 .elementor-element.elementor-element-443b14c .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-9228 .elementor-element.elementor-element-f7a075b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:30px 0px;--row-gap:30px;--column-gap:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-1657693{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-29d5c39 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-9228 .elementor-element.elementor-element-29d5c39 .dbl__subtitle{text-align:center;}.elementor-9228 .elementor-element.elementor-element-29d5c39 .dbl__title-wrapper{text-align:center;}.elementor-9228 .elementor-element.elementor-element-29d5c39 .dbl__title-wrapper .shape-bg>.shape__svg>svg{transform:scale(1.1);}.elementor-9228 .elementor-element.elementor-element-29d5c39 .dbl__title-wrapper .thumb-shape-bg>.thumb-shape__bg{top:35px;left:12px;}.elementor-9228 .elementor-element.elementor-element-29d5c39 .dbl__title-wrapper .shape-bg > .shape__bg{top:35px;left:12px;}.elementor-9228 .elementor-element.elementor-element-29d5c39 .dbl__title-wrapper .shape-bg > .shape__svg{top:35px;left:12px;}.elementor-9228 .elementor-element.elementor-element-29d5c39 .dbl__title{font-size:36px;}.elementor-9228 .elementor-element.elementor-element-29d5c39 .tpc-double_heading .dbl__title-wrapper{margin:0px 0px 10px 0px;}.elementor-9228 .elementor-element.elementor-element-29d5c39 .dbl__title-wrapper .shape-bg>.shape__bg {background:#FFC600;}.elementor-9228 .elementor-element.elementor-element-29d5c39 .dbl__title-wrapper .shape-bg>.shape__svg>svg>path{stroke:#FFC600;}.elementor-9228 .elementor-element.elementor-element-0668e47{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 30px;--row-gap:0px;--column-gap:30px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-997bdd6{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-03115d3 .edubin-course-category .single-items .items-cont .course-cat, .tpc-cat-item .single-items-1 a .cat_name, .tpc-course-category-style-3 a.cat-item-3, .tpc-course-category-style-4 .cat-title-wrap>h4{font-size:18px;font-weight:700;}.elementor-9228 .elementor-element.elementor-element-03115d3 .edubin-course-category .single-items .items-cont .course-cat:hover{color:#07294D;}.elementor-9228 .elementor-element.elementor-element-03115d3 .tpc-cat-item .single-items-1 a:hover{background-color:#07294D;}.elementor-9228 .elementor-element.elementor-element-2680a07{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-b5a0c40 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-9228 .elementor-element.elementor-element-b5a0c40 .edubin-course-category .single-items .items-cont .course-cat, .tpc-cat-item .single-items-1 a .cat_name, .tpc-course-category-style-3 a.cat-item-3, .tpc-course-category-style-4 .cat-title-wrap>h4{font-size:18px;font-weight:700;}.elementor-9228 .elementor-element.elementor-element-b5a0c40 .edubin-course-category .single-items .items-cont .course-cat:hover{color:#07294D;}.elementor-9228 .elementor-element.elementor-element-b5a0c40 .tpc-cat-item .single-items-1 a:hover{background-color:#07294D;}.elementor-9228 .elementor-element.elementor-element-1e75cf1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-ccc12ec .edubin-course-category .single-items .items-cont .course-cat, .tpc-cat-item .single-items-1 a .cat_name, .tpc-course-category-style-3 a.cat-item-3, .tpc-course-category-style-4 .cat-title-wrap>h4{font-size:18px;font-weight:700;}.elementor-9228 .elementor-element.elementor-element-ccc12ec .edubin-course-category .single-items .items-cont .course-cat:hover{color:#07294D;}.elementor-9228 .elementor-element.elementor-element-ccc12ec .tpc-cat-item .single-items-1 a:hover{background-color:#07294D;}.elementor-9228 .elementor-element.elementor-element-a8a590f{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-0aa1ded .edubin-course-category .single-items .items-cont .course-cat, .tpc-cat-item .single-items-1 a .cat_name, .tpc-course-category-style-3 a.cat-item-3, .tpc-course-category-style-4 .cat-title-wrap>h4{font-size:18px;font-weight:700;}.elementor-9228 .elementor-element.elementor-element-0aa1ded .edubin-course-category .single-items .items-cont .course-cat:hover{color:#07294D;}.elementor-9228 .elementor-element.elementor-element-0aa1ded .tpc-cat-item .single-items-1 a:hover{background-color:#07294D;}.elementor-9228 .elementor-element.elementor-element-20361eb{--display:flex;}.elementor-9228 .elementor-element.elementor-element-4791084{--divider-border-style:solid;--divider-color:#54595F29;--divider-border-width:1px;}.elementor-9228 .elementor-element.elementor-element-4791084 .elementor-divider-separator{width:100%;}.elementor-9228 .elementor-element.elementor-element-4791084 .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-9228 .elementor-element.elementor-element-2a441e3{--display:flex;--padding-top:35px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-47935f0{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-cc6a7d8 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-9228 .elementor-element.elementor-element-cc6a7d8 .dbl__subtitle{text-align:center;}.elementor-9228 .elementor-element.elementor-element-cc6a7d8 .dbl__title-wrapper{text-align:center;}.elementor-9228 .elementor-element.elementor-element-cc6a7d8 .dbl__title-wrapper .shape-bg>.shape__svg>svg{transform:scale(1.1);}.elementor-9228 .elementor-element.elementor-element-cc6a7d8 .dbl__title-wrapper .thumb-shape-bg>.thumb-shape__bg{top:35px;left:12px;}.elementor-9228 .elementor-element.elementor-element-cc6a7d8 .dbl__title-wrapper .shape-bg > .shape__bg{top:35px;left:12px;}.elementor-9228 .elementor-element.elementor-element-cc6a7d8 .dbl__title-wrapper .shape-bg > .shape__svg{top:35px;left:12px;}.elementor-9228 .elementor-element.elementor-element-cc6a7d8 .dbl__title{font-size:36px;}.elementor-9228 .elementor-element.elementor-element-cc6a7d8 .tpc-double_heading .dbl__title-wrapper{margin:0px 0px 10px 0px;}.elementor-9228 .elementor-element.elementor-element-cc6a7d8 .dbl__title-wrapper .shape-bg>.shape__bg {background:#FFC600;}.elementor-9228 .elementor-element.elementor-element-cc6a7d8 .dbl__title-wrapper .shape-bg>.shape__svg>svg>path{stroke:#FFC600;}.elementor-9228 .elementor-element.elementor-element-2b6f844 .edubin-pagination-wrapper .page-number{justify-content:center;}.elementor-9228 .elementor-element.elementor-element-2b6f844 .single-news .news-cont a .news-title{text-align:left;}@media(max-width:1024px){.elementor-9228 .elementor-element.elementor-element-f815228{--gap:0px 50px;--row-gap:0px;--column-gap:50px;--padding-top:90px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-9228 .elementor-element.elementor-element-fee67b7{--padding-top:70px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-7e5fa95 .dbl__title{font-size:48px;line-height:60px;}.elementor-9228 .elementor-element.elementor-element-0fc5efe{--padding-top:45px;--padding-bottom:45px;--padding-left:15px;--padding-right:15px;}.elementor-9228 .elementor-element.elementor-element-30e83b0{--padding-top:70px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-ca71d80{--justify-content:center;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-9228 .elementor-element.elementor-element-532fc53{--justify-content:center;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}.elementor-9228 .elementor-element.elementor-element-f7a075b{--padding-top:70px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-0668e47{--justify-content:center;--gap:30px 30px;--row-gap:30px;--column-gap:30px;--flex-wrap:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:15px;--padding-right:15px;}}@media(max-width:767px){.elementor-9228 .elementor-element.elementor-element-f815228{--gap:70px 0px;--row-gap:70px;--column-gap:0px;--padding-top:90px;--padding-bottom:70px;--padding-left:15px;--padding-right:15px;}.elementor-9228 .elementor-element.elementor-element-fbe3e43 .edubin-animation-widget{display:none;}.elementor-9228 .elementor-element.elementor-element-34ad150{--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-9228 .elementor-element.elementor-element-f70b458 .elementor-image-box-img{margin-bottom:14px;}.elementor-9228 .elementor-element.elementor-element-0fc5efe{--gap:25px 0px;--row-gap:25px;--column-gap:0px;--padding-top:70px;--padding-bottom:70px;--padding-left:15px;--padding-right:15px;}.elementor-9228 .elementor-element.elementor-element-a3eeed4 .elementor-image-box-img{margin-bottom:15px;}.elementor-9228 .elementor-element.elementor-element-ac52e38 .elementor-image-box-img{margin-bottom:15px;}.elementor-9228 .elementor-element.elementor-element-bacccc8 .elementor-image-box-img{margin-bottom:15px;}}@media(min-width:768px){.elementor-9228 .elementor-element.elementor-element-fee67b7{--width:57%;}.elementor-9228 .elementor-element.elementor-element-3cb4327{--width:55%;}.elementor-9228 .elementor-element.elementor-element-34ad150{--width:235px;}.elementor-9228 .elementor-element.elementor-element-5e4cbc0{--width:33.33%;}.elementor-9228 .elementor-element.elementor-element-b5200f8{--width:33.33%;}.elementor-9228 .elementor-element.elementor-element-40e009f{--width:33.33%;}}@media(max-width:1024px) and (min-width:768px){.elementor-9228 .elementor-element.elementor-element-435d0bb{--width:47%;}.elementor-9228 .elementor-element.elementor-element-64f74d7{--width:47%;}.elementor-9228 .elementor-element.elementor-element-0195538{--width:47%;}.elementor-9228 .elementor-element.elementor-element-e4543b2{--width:47%;}.elementor-9228 .elementor-element.elementor-element-d734d35{--width:47%;}.elementor-9228 .elementor-element.elementor-element-889e59f{--width:47%;}.elementor-9228 .elementor-element.elementor-element-b027cb7{--width:47%;}.elementor-9228 .elementor-element.elementor-element-bbd2c20{--width:47%;}.elementor-9228 .elementor-element.elementor-element-997bdd6{--width:47%;}.elementor-9228 .elementor-element.elementor-element-2680a07{--width:47%;}.elementor-9228 .elementor-element.elementor-element-1e75cf1{--width:47%;}.elementor-9228 .elementor-element.elementor-element-a8a590f{--width:47%;}} body .wp-block-kevinbatdorf-code-block-pro:not(.code-block-pro-editor) pre {
height: 100% !important; overflow: hidden !important;
}