
body {
    font-family: 'Poppins', sans-serif ;
}

main {
    overflow: hidden;
    /* background: red; */
    min-height: 100vh;
    padding-bottom: 74px;
    position: relative;
}

a,
a:hover,
a:active,
a:focus {
    outline: 0 !important;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

:focus {
    outline: none !important;
}


.wow {
    visibility: hidden;
}

ul {
    list-style: none;
    padding: 0;
}


.main-nav {
    width: 100%;
    background: #fff;
    /* height: 90px; */
}

nav.navbar {
    width: 100%;
}

.navbar-brand {
    /* position: absolute;
    top: 0;
    z-index: 100;
    background: #fff;
    padding: 15px; */
    margin: 0;
    padding: 0;
    position: absolute;
    top: 18px;
    left: 16px;
    width: 177px;
}

.home-banner {
    /* position: absolute;
    bottom: 74px;
    left: 0; */
}
.home-banner img {
    width: 100%;
    
}

.navbar-brand img {
    width: 100%;
}

p {
    font-size: 16px;
    line-height: 28px;
    color: #4f4f4f;
}

a:hover {
    text-decoration: none;
}

.position-relative {
    position: relative !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #1d1b1b;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 0;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #ee1323;
}

.navbar-nav {
    flex-direction: row-reverse;
}

.navbar-light .navbar-toggler {
    color: #fff;
    border-color: transparent;
    padding: 6px 8px;
    background: transparent;
    position: relative;
}


.navbar-light .navbar-nav .nav-item {
    position: relative;
    margin: 24px 20px;
}

.navbar-light .navbar-nav .nav-item.login a {
	background-color: #00A79D;
    color: #ffffff;
    font-size: 15px;
    padding: 5px 25px 4px;
}

.inner-sec {
    padding: 40px 0;
}


.sec-head {
    font-size: 40px;
    font-weight: bold;
    color: #692868;
}


.inner-banner {
    background: #282626;
    height: 120px;
}

.inner-banner h3 {
    font-size: 34px;
    padding: 44px 15px;
    text-align: right;
    font-weight: bold;
    color: #ffffff;
}

.priv-head {
    color: #1d1b1b;
    font-size: 20px;
    font-weight: bold;
}

.inside-content a {
    color: #0066b3;
}

.btn-primary {
    background: #692868;
    border-color: #692868;
}

.priv-sec ul {
    list-style: disc;
    padding-left: 18px;
}
.priv-sec ul li {
	padding-bottom: 10px;
	color: #4f4f4f;
}

.login-box {
	display:inline-block;
	margin:30px;
}

/*----------------footer--------------------------*/

.footer {
    background: #1a1b1b;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.foot-blk {
    padding-top: 20px;
    padding-bottom: 10px;
}


.copy-right {
    color: #626262;
}
.admin-login {
	margin-bottom: 0px;
}
.admin-login a{
	color: #0056b3;
}

@media screen and (max-width:410px) {
    
   .navbar-light .navbar-nav .nav-item {
    position: relative;
    margin: 24px 10px;
} 
}
