/*
Author: W3layouts
Author URL: http://w3layouts.com
 */
html {
    scroll-behavior: smooth;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: 'Karla', sans-serif;
}

* {
    box-sizing: border-box;
}

.d-grid {
    display: grid;
}

.d-flex {
    display: flex;
    display: -webkit-flex;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

button,
input,
select {
    -webkit-appearance: none;
    outline: none;
    font-family: 'Karla', sans-serif;
}

button,
.btn,
select {
    cursor: pointer;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

ul {
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0
}

p {
    color: #666;
    font-size: 18px;
    line-height: 25px;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.p-fixed {
    position: fixed;
}

.p-sticky {
    position: sticky;
}

.btn,
button,
.actionbg,
input {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
}

.btn:hover,
button:hover {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

/*-- wrapper start --*/
.wrapper {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/************ad banner css *********/
.ad-banner-box {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 35px auto 0;
    padding: 0px 5px 0 20px;
    background: #ff7f26;
    box-shadow: 0 2px 5px rgb(255 127 38);
    border-radius: 4px;
    position: relative;
}
.ad-banner-infobox {
    width: 70%;
    padding: 0px 25px 0px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.ad-banner-infobox span {
    background: #fff;
    padding: 4px 25px;
    position: absolute;
    top: -10px;
    left: -30px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    border-top: 2px solid #000;
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    border-left: 2px solid #000;
}
.ad-banner-infobox h2 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 4px;
}
.ad-banner-infobox h3 {
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: underline;
}
.ad-banner-infobox p {
    font-size: 12px;
    margin-bottom: 0;
    color: #000;
    line-height: 16px;
}

.ad-banner-infobox p a {
    color: #000;
    font-weight: 500;
}
.ad-star-box {
    background-size: 65%;
    background-repeat: no-repeat;
    background-position: 30px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    width: 180px;
}
.ad-star-box p {
    font-size: 12px;
    color: #000;
    text-align: center;
    line-height: 15px;
    margin-top: 14px;
    font-weight: 500;
}
.ad-star-box p strong {
    display: block;
}
.ad-photo-box {
    width: 110px;
    height: 115px;
    background: #fff;
    margin: 4px 0;
    outline: 1px solid #000;
    outline-offset: -5px;
    padding: 5px;
}
.ad-photo-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


@media (min-width: 576px) {
    .wrapper {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .wrapper {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .wrapper {
        max-width: 1140px;
    }
}

.wrapper-full {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/*-- //wrapper start --*/

/*-- form styling --*/
.w3l-workinghny-form .logo {
    text-align: center;
    position: relative;
}
.w3l-workinghny-form .logo img{
        position: absolute;
    left: 0px;
    top: 0;
}

.w3l-workinghny-form .logo a.brand-logo {
    display: inline-block;
    text-align: center;
    font-size: 50px;
    line-height: 1.1em;
    font-weight: 700;
    color: #212529;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.w3l-workinghny-form .align-end {
    align-self: flex-end;
    padding: 2em;
    padding-bottom: 0;
}

.w3l-workinghny-form .logo a.brand-logo span {
    font-weight: 300;
}

.w3l-workinghny-form h1 {
    font-size: 27px;
    line-height: 1.1em;
    font-weight: 700;
    color: #3f3a64;
}

.w3l-workinghny-form {
    position: relative;
    z-index: 0;
    padding: 2em 35px 0;
    display: grid;
    align-items: center;
}

.w3l-workinghny-form .pos-relative {
    position: relative;
}

.w3l-workinghny-form .copyright {
    margin-top: 20px;
}

.w3l-workinghny-form p.copy-footer-29 a {
    color: #495057;
}

.w3l-workinghny-form p.copy-footer-29 a:hover {
    color: #4361ee;
}

.w3l-workinghny-form h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
}

.w3l-workinghny-form .workinghny-block-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
    width: 90%;
    margin: 0 auto;
    align-items: flex-start;
    margin-top: 60px;
}

.w3l-workinghny-form .login-form-content {
    padding: 0em 0em;
}

.w3l-workinghny-form .one-frm label {
    font-style: normal;
    font-size: 16px;
    color: #343a40;
    display: block;
    margin-bottom: 10px;
    font-weight: 400;
}

.w3l-workinghny-form input {
    background: transparent;
    border: none;
    border-bottom: 2px solid #212529;
    color: #777;
    background:transparent;
    font-size: 13px;
    line-height: 20px;
    padding: 12px 15px;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 0;
    outline: none;
}

.w3l-workinghny-form input:focus {
    background: transparent;
    border-bottom: 2px solid #4361ee;
    box-shadow: none;
}

.w3l-workinghny-form .btn-style {
    font-size: 16px;
    color: #fff;
    width: 100%;
    line-height: 20px;
    background: #4361ee;
    border: none;
    height: 70px;
    font-weight: 700;
    border-radius: 6px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 20%);
    margin: 6px 0 !important;
}

.w3l-workinghny-form .btn-style:hover {
    background: #f3621f;
    transform: translateY(-3px);
    box-shadow: 0 6px 6px 0 rgba(0,0,0,0.2);
}

.w3l-workinghny-form p.already,
.w3l-workinghny-form p.already a {
    font-size: 18px;
    line-height: 25px;
    color: #495057;
    margin: 25px 0 0;
    text-align: center;
}

.w3l-workinghny-form p.remember {
    color: #495057;
    line-height: 20px
}

.w3l-workinghny-form p.already a {
    color: #495057;
    font-weight: 700;
}

.w3l-workinghny-form p.already a:hover {
    color: #4361ee;
}

.w3l-workinghny-form .check-remaind input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.w3l-workinghny-form .check-remaind {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    margin: 5px 0px 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.w3l-workinghny-form .check-remaind input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.w3l-workinghny-form .checkmark {
    position: absolute;
    top: 0px;
    left: 0;
    height: 21px;
    width: 21px;
    background-color: #F5F4F2;
    border-radius: 4px;
}

.w3l-workinghny-form .check-remaind:hover input~.checkmark {
    background-color: #4361ee;
}

.w3l-workinghny-form .check-remaind input:checked~.checkmark {
    background-color: #4361ee;
}

.w3l-workinghny-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.w3l-workinghny-form .check-remaind input:checked~.checkmark:after {
    display: block;
}

.w3l-workinghny-form .check-remaind .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* -- placeholder --*/
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #777;
}

/* -- placeholder --*/


/*-- responsive design --*/
@media (max-width: 992px) {
    .w3l-workinghny-form .workinghny-block-grid {
           grid-template-columns: 1fr;
		   grid-gap: 10px;
		   width: 100%;
		   display: flex;
		   flex-direction: column-reverse;
    }
    .w3l-workinghny-form .login-form-content {
        padding: 0em 0em 2em 0;
    }
    .workinghny-left-img {
        order: 2;
    }

    .w3l-workinghny-form .logo a.brand-logo {
        font-size: 40px;
        margin-bottom: 10px;
    }

    .w3l-workinghny-form {
        height: auto;
		padding: 0em 35px 0;
    }
    .ad-banner-infobox {
        width: 40%;
        padding: 15px 0 0;
    }
    .ad-banner-infobox h2 {
        font-size: 15px;
    }
    .ad-banner-infobox h3 {
        font-size: 12px;
        margin-bottom: 8px;
    }
    
    .ad-photo-box {
        width: 85px;
    }
    .ad-banner-infobox p {
        font-size: 10px;
    }
    .ad-star-box {
        background-position: 32px 5px;
    }
	.form-right-inf {
		width: 100%;
		position: relative !important;
		top: 15px !important;
		text-align: center;
	}
    
}

@media (max-width: 667px) {
    .w3l-workinghny-form .align-end {
	padding: 0em;}
  .w3l-workinghny-form .logo img {
    position: relative;
    left: 0px;
    top: 11px;
}
.w3l-workinghny-form {
    padding: 0em 15px 0;
}
.w3l-workinghny-form .btn-style {
    margin-top: 0px;
}
.wrappers .new-course-box {
    flex-direction: column;
}
.wrappers .course-img-holder {
    width: 100%;
    float: left;
}
.wrappers .new-course-content-box-main {
    width: 100%;
    padding: 1px 0;
    margin-left: 0%;
}
}
@media (max-width: 580px) {
    .ad-star-box {
        position: absolute;
        bottom: 0;
        height: 115px;
        right: -50px;
        background-size: 51%;
    }
    .ad-banner-infobox {
        width: 65%;
    }
    .ad-photo-box {
        display: none;
    }
    .ad-star-box p {
        font-size: 10px;
        line-height: 12px;
        margin-top: -4px;
        margin-right: 24px;
    }
    section.ad-banner-section {
        margin-bottom: 0px !important;
		overflow: hidden;
    }
    
    
}

@media (max-width: 480px) {
    .w3l-workinghny-form .logo a.brand-logo {
        font-size: 35px;
    }

    .w3l-workinghny-form h2 {
        font-size: 22px;
    }
    .ad-banner-box {
        padding: 0px 15px;
    }
}

@media (max-width: 415px) {
    .w3l-workinghny-form .copyright {
        margin-top: 30px;
    }
}

/*-- //responsive design --*/
/*-- //form styling --*/