@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

body {
	background:#fff;
	margin:0 !important;
	padding: 0px !important;
    font-family: 'Inter', sans-serif;
}

body::-webkit-scrollbar {
    display: none;
}
a, button{
    transition: all ease 0.5s; 
}

html, body, p, h1, h2, h3, h4, h5, h6, img, form, input, select, textarea, ul, li {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6{
    font-weight:bold !important;
}
ul li{
    list-style: none;
}

img {
    border: none;
    width: 100%;
}
p {
    font-size: 16px;
    color: var(--color3);    font-size: 15px;
}
a {
	transition: all ease 0.5s;
	text-decoration:none !important;
    color: var(--color2);
}
.clear {
    height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
}
:root {
  --primary-color: #FF3C00;
  --secondary-color: #252628;
}


img.web-logo {
    width: 160px;
}
.navbar-collapse {
    flex-grow: inherit;
}
.main-btn {
    padding: 10px;
    border: 2px solid #000;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: #000;
    margin-left: 40px;
    min-width: 160px;
}

.main-btn::before {
    content: '';
    width: 0;
    height: 640%;
    position: absolute;
    top: 50%;
    left: 44%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #000;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.main-btn:hover::before {
 width: 105%;
}

.main-btn:hover {
 color: #fff;
}
header#myHeader {
    padding: 10px 0px;
    border-bottom: 2px solid #ccc;
    transition: .3s;
    z-index: 99;
}
ul.social-icons li a i {
    font-size: 20px !important;
}
ul.social-icons.d-flex.f-media li a {
    margin-right: 10px;
    width: 30px;
}
.footer-cpyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer.p-2 {
    background: #000000 !important;
    color: #fff;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
    background: #fff;
}

.sticky + .content {
  padding-top: 102px;
}
a.nav-link.active::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #ffb606;
    bottom: 5px;
    position: absolute;
    right: 8px;
}

a.nav-link.active {
/*    font-weight: 500;*/
    position: relative;
}

/*plugin customisation css*/
.lp-courses-bar {
    float: inherit !important;
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 22px!important;
}

.lp-content-area {
    padding-right:0 !important;
    padding-left:0 !important;
}
.lp-archive-courses .learn-press-courses-header {
    padding-top: 8px;
}
.learnpress.widget {
    padding-top: 10px;
}
h2.widgettitle {
    padding-top: 20px;
}
.course-item {
    border: 1px solid #ccc !important;
    border-radius: 5px;
}
.learn-press-courses .course {
    margin: 0 0 18px 0 !important;
}

element.style {
}
.lp-courses-bar .search-courses input[type=text] {
    padding: 10px !important;
    border: 1px solid #ccc !important;
}
.lp-courses-bar .search-courses button {
    right: 9px !important;
}

.lp-archive-courses .learn-press-courses-header {
    padding-top: 20px !important;
}
h3.course-title {
    font-size: 20px;
}
.course-excerpt, label {
    font-size: 14px;
}
.lp-form-course-filter .lp-form-course-filter__item .lp-form-course-filter__title {
    font-size: 15px !important;
font-weight: 600 !important;}

button.course-filter-reset {
    background: #000 !important;
    color: #fff !important;
}
button.course-filter-submit {
    border: 1px solid #000 !important;
}


element.style {
}
.lp-form-course-filter .course-filter-submit {
    margin-right: 4px;
}
.lp-form-course-filter .course-filter-submit, .lp-form-course-filter .course-filter-reset {
    padding: 7px 14px !important;
}
.lp-form-course-filter .lp-form-course-filter__item {
    padding-bottom: 0px !important;
}

.lp-form-course-filter__title::after {
    position: absolute;
    content: "";
    width: 71%;
    height: 1px;
    background: #00000030;
    right: 0;
    top: 12px;
}
.lp-form-course-filter__title {
    position: relative;
}
span.course-instructor a {
    font-size: 15px;
    background: #fff;
    color: #000 !important;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
span.course-instructor {
    float: right;
    color: red !important;
}
.learn-press-courses[data-layout=list] .course-content{ margin:10px;}
.learn-press-courses[data-layout=list] .course-content .course-readmore a {
    background: #000000 !important;
    color:#fff;
}
.learn-press-courses[data-layout=list] .course-content .course-readmore a:hover {
    opacity: 1 !important;
    background: var(--lp-primary-color) !important;
}

.learn-press-courses[data-layout=grid] .course-content .course-title {
    font-size: 16px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.learn-press-courses[data-layout=grid] .centered img {
    height: 150px !important;
    object-fit: contain;
}
.learn-press-courses[data-layout=grid] .course-content .course-categories {
    top: -23px !important;
}

.lp-archive-courses .course-summary-sidebar {
    margin-top: 10px !important;
}

.lp-archive-courses .course-detail-info {
    padding: 20px !important; 
}
.lp-user-profile .lp-profile-left {
    margin-left: 15px !important; 
}
.lp-user-profile .lp-user-profile-socials {
    padding: 10px 0 !important; 
}

.lp-user-profile .lp-user-profile-socials a {
    background: #ccc !important;
    padding: 10px !important;
}
.lp-user-profile .lp-profile-left {
    min-width: 230px !important;
    max-width: 230px !important;
}

.lp-user-profile .lp-user-profile-avatar img {
    height: 180px !important;
}
.lp-content-area.lp-profile-content-area {
    BACKGROUND: #eee4e4 !important;
}
.lp-profile-user-bio p {
    color: #000 !important;
}
.lp-profile-username {
    color: #000 !important;
}
.lp-user-profile .lp-profile-username::before, .lp-user-profile .lp-profile-username::after {
    background-color: black !important;
}
.learn-press-form-login, .learn-press-form-register {
    max-width: 500px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.learn-press-form-register.learn-press-form ul.form-fields li {
    width: 47%;
}
.learn-press-form-register.learn-press-form ul.form-fields {
    display: flex;
    flex-wrap: wrap;    
    gap: 15px;
}
.lognbox .lp-content-area {
    display: flex;
    justify-content: center;
}
.learn-press-form-register.learn-press-form button {
    margin-top: 40px !important;
    background: #000 !important;
}
.learn-press-form-register.learn-press-form .form-field {
    margin-bottom: 3px !important;
}
.learn-press-form-login.learn-press-form button {
    color: #000 !important;
    font-weight: 500 !important;
    border: 0 !important;
}

span.welcome-msg {
    display: flex;
    margin-left: 40px;
    font-weight: 500;
/*    color: #ffb606;*/
}
.learn-press-form-register.learn-press-form {
    display: none;
}
.table-responsive.regbox {
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-responsive.lognbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
div#user-registration-form-1234 {
    width: 340px;
}
.table-responsive.regbox .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
    margin-bottom: 0px;
}
.table-responsive.regbox button.btn.button.ur-submit-button {
    background: #000;
    width: 100%;
    padding: 0;
    height: 50px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.table-responsive.regbox span.input-wrapper input {
    margin-bottom: 0px !important;
}





@media screen and (max-width: 1440px) {
    .lp-archive-courses .lp-content-area.has-sidebar .learn-press-courses[data-layout=grid] li {
    width: 33% !important;
}
}



/*-----------------------------------------------------------*/
/*                    media css start*/
/* ----------------------------------------------------------*/

@media screen and (max-width: 991px) {
    
}

@media screen and (max-width: 767px) {
    
    .learn-press-form-login, .learn-press-form-register {
     padding: 0px !important; 
}
   .lognbox .lp-content-area {
    flex-direction: column;
} 
    .learn-press-form-register.learn-press-form ul.form-fields li {
    width: 100%;
}
    
    
    .navbar-collapse {
        position: absolute;
        top: 118%;
        background: #ffffff;
        width: 100%;
        padding: 20px 10px;
    }
    ul.social-icons.d-flex.f-media {
        display: none !important;
    }
  .footer-cpyright span {
        font-size: 13px;
    }  
    .footer-cpyright {
        display: flex;
        align-items: center;
        justify-content: center;
    }
        button.navbar-toggler {
        border: 0;
    }
    .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
        box-shadow:none;
    }
    button.main-btn {
        width: 100%;
        margin-left: 0px;
    }
    
    .lp-archive-courses .learn-press-courses-header {
    text-align: center;
    float: inherit;
}
}

@media screen and (max-width: 480px) {
    
}

/*media css end*/











