*{
    margin: 0;
    padding: 0;
}

body{
    background: #e2f3fb;
}
li{
    list-style: none;
}
a,.btn-link,a.nav-link.tab-pills,.form-label {
	color: #0A717F;
	text-decoration: none;
}
.form-label{
    font-weight: 600;
}
a:hover, a:focus ,.btn-link{
	color: #1aa7b9;
	text-decoration: none;
	outline: none;
}
/*---------- Header Styles --------------*/

header {
    position: relative;
    height: 85px;
    background: #156177;
}

header > .container {
    position: relative!important;
    height: 100%;
}

.header-logo {
    position: absolute;
    background: #e2f3fb;
    padding: 20px;
    border-radius: 50%;
    bottom: -25px;
    left: 5%;
}

.header-logo img {
    height: 50px;
}

.top-menu {
    position: absolute;
    bottom: 0px;
    right: 10%;
    text-align: center;
    margin-left: 120px;
}

.top-menu li {
    display: inline-block;
}

.top-menu li a {
    position: relative;
    color: #e2f3fb;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 2px 20px;
}

.top-menu li a.active, .top-menu li a:hover {
    color: #62d7f9;
}

.top-menu li a::after {
    content: " ";
    position: absolute;
    right: -2px;
    bottom: 0;
    height: 17px;
    width: 1px;
    background: #164d5d;
}

.top-menu li:last-child a {
    padding-right: 0px;
}

.top-menu li:last-child a::after {
    content: " ";
    position: absolute;
    width: 0px;
}

.mobile-menu {
    display: none;
    position: absolute;
    bottom: 15px;
    right: 5%;
    text-align: center;
    margin-left: 120px;
}

.mobile-menu img {
    height: 50px;
    width: 50px;
}

.border-bottom-1{
    border-bottom: 1px solid #235167;
}
#sidebar-wrapper {
    margin-right: -375px;
    border-right: 1px solid #235167;
    left: -375px;
    width: 375px;
    top: 0;
    background:#156177;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s; 
}
#sidebar-wrapper.active {
    left: 0;
    width: 375px;
    z-index: 999999;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s; 
}
@media (max-width: 575.98px) {
    #sidebar-wrapper.active {
        width: 90%; 
    } 
}

#menu-close {
    color: #156177;
    background: #fff;
    padding: 5px 9px;
    height: auto;
    border-radius: 50%;
    margin: 18px;
}

#MainMenu {
    padding: 60px 25px;
}

.list-group a {
    text-transform: uppercase;
    color: #e2f3fb;
    font-size: 18px;
    font-weight: 600;
    margin: 10px;
}

.list-group a.active, .list-group a:hover {
    color: #62d7f9;
}



.checkbox {
    width: 120px;
    margin: auto;
    margin-bottom: 15px;
    position: relative;
    display: block;
}

.checkbox input[type="checkbox"] {
    width: auto;
    opacity: 0.00000001;
    position: absolute;
    left: 0;
    margin-left: -20px;
}
.checkbox label {
    position: relative;
}
.checkbox label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 17px;
    height: 17px;
    transition: transform 0.28s ease;
    border-radius: 3px;
    border: 2px solid #156177;
}
.checkbox label:after {
    content: '';
    display: block;
    width: 10px;
    height: 5px;
    border-bottom: 2px solid#156177;
    border-left: 2px solid #156177;
    -webkit-transform: rotate(-45deg) scale(0);
    transform: rotate(-45deg) scale(0);
    transition: transform ease 0.25s;
    will-change: transform;
    position: absolute;
    top: 9px;
    left: 8px;
}
.checkbox input[type="checkbox"]:checked ~ label::before {
    color: #7bbe72;
}

.checkbox input[type="checkbox"]:checked ~ label::after {
    -webkit-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.checkbox label {
    min-height: 17px;
    display: block;
    padding-left: 25px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}
.checkbox label span {
    position: absolute;
    top: 70%;
    font-size: 13px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.checkbox input[type="checkbox"]:focus + label::before {
    outline: 0;
}



.login-body {
    position: relative;
    max-width: 550px;
    align-content: center;
    margin: auto;
    border-radius: 35px;
    overflow: hidden;
    background: #d2edf9;
    box-shadow: 1px 1px 14px 0px #a1b2b7;
}
.registration_body{
    max-width: 1000px;
}
.regiform.card , .regiform .card-body, .regiform .card-header, .regiform .card-footer{
    background: transparent !important;
    border: none !important;
}


.login-body .left-lgn {
    background: #156177;
    color: #FFF;
    text-align: center;
    padding: 35px 25px;
    padding-top: 50px;
}

.login-body .left-lgn h3 {
    color:#e2f3fb;
}

.login-body .right-lgn {
    background: #D2EDF9;
    padding: 35px 25px;
}

.login-body .login-form input {
    display: block;
    border: none;
    width: 100%;
    height: 30px;
    background: #d2edf9;
    color: #615E5F;
    border-bottom: 1px solid #615E5F;
    margin-bottom: 15px;
}

.login-body .login-form input::placeholder {
    color: #615E5F;
    font-size: 13px;
    font-weight: 600;
    opacity: 1;
}

.login-body .login-form input.login-name {
    background-image: url(../img/username-icon.png);
    background-repeat: no-repeat;
    background-size: 16px 20px;
    background-position: 2px;
    padding-left: 45px;
}

.login-body .login-form input.login-pass {
    background-image: url(../img/password-icon.png);
    background-repeat: no-repeat;
    background-size: 16px 20px;
    background-position: 2px;
    padding-left: 45px;
}

.login-body .login-form input.login-submit {
    border: 1px solid #156177;
    background: #156177;
    color: #e2f3fb;
    font-size: 14px;
    font-weight: bold;
    width: 115px;
    margin: auto;
    border-radius: 25px;
}

.btn-a,.nav-link.tab-pills.active{
    border: 1px solid #156177;
    background: #156177;
    color: #e2f3fb;
    font-size: 14px;
    font-weight: bold;
    border-radius: 25px;
}
.login-body .login-form input.login-submit:hover, .btn-a:hover{
    background: #605D5F;
    color: #e2f3fb;
}

.login-body .login-form label.remember {
    font-size: 12px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.custom__form-control{
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #605D5F;
}
.regi-right-lgn{
    padding: 25px !important;
}

/*---------- Footer Styles --------------*/

.footer-banner {
    position: relative;
    margin-top: 50px;
    padding-top: 200px;
}

.footer-banner .left-bnr {
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 35%;
    max-width: 385px;
}

.footer-banner .right-bnr {
    position: absolute;
    bottom: 0px;
    right: 10%;
    width: 9%;
    max-width: 100px;
}

.footer-banner .center-bnr {
    position: absolute;
    bottom: 0px;
    left: 42%;
    width: 35%;
    max-width: 385px;
}

.footer-banner .puzzle-icons {
    position: absolute;
    bottom: 0px;
    left: 42%;
    width: 35%;
    max-width: 385px;
}

footer {
    position: relative;
    background: #156177;
    padding: 25px 10%;
}

footer > .container {
    position: relative!important;
    height: 100%;
}

.watermark-logo {
    position: absolute;
    right: 10%;
    top: calc(50% - 17px);
}

.watermark-logo img {
    height: 35px;
}

.footer-social h6 {
    color: #54CBF5;
    margin-bottom: 10px;
}

.social-link li {
    line-height: 16px;
}

.social-link li a {
    color:#54CBF5;
    font-size: 14px;
}

.social-link li a:hover {
    color: #4ab0d4;
}