html,
body {    
    margin: 0;
    padding: 0;
}
*{
    outline: none;
    font-family: 'Roboto', sans-serif;
    list-style: none;
    padding: 0;
    letter-spacing: 1px;   
}
h1, h2, h3, h4, h5, h6, ul, li, p {
    margin: 0;
    padding: 0;
}

/*Font family*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&display=swap');
.p-relative{position:relative;}
.homepage_bg img{opacity:1!important}
.main_home.wrapmain {
    position: absolute;
    left: 80px;
    max-width: 600px;
    top: 50%;
    text-align: left;
    width: 100%;
    height:auto;
}
.home_main {
    /*background-image: url(../imgs/Home-bg1.png);*/
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: right center;
}
/*.home_main:before {
    content: "";
    position: absolute;
    background-color: rgba(0,0,0,0.7);
    height: 100vh;
    width: 100%;
}*/
.logo-home {
    text-align: center;
    position: relative;
    background-color: rgba(255,255,255,0.9);
    border-radius: 10px;
    border: 5px solid #ffffff;
    padding: 20px;
    width: 400px;
}
.logo-home img {
    max-width: 130px;
}
.home_main .logo-home h2 {
    color: #212121;
    text-transform: capitalize;
    font-size: 19px;
    padding: 20px 0 0;
    font-weight: 500;
}
.home_main .logo-home .btn-group button {
    border: 1px solid #194ed4;
    background-color: #194ed4;
    color: #ffffff;
    height: 40px;
    width: 100%;
    border-radius: 100px;
    margin: 10px 5px 0;
    transition: 0.1s;
}
.logo-home .btn-group {
    width: 100%;
    display: inline-block;
    margin: 15px 0 0;
}
.logo-home .btn-group a {
    width: 100%;
}
.home_main .logo-home .btn-group button:hover {
    background-color: #194ed4;
    color: #ffffff;
    border-color: #194ed4;
}
.home_main .logo-home .btn-group a ~ a button {
    background-color: transparent;
    color: #212121;
    border-color: #212121;
}
.wrap .form-group.captcha_wrapper {
    width: auto;
    align-items: center;
    
}
.wrap .form-group.captcha_wrapper img{top:0!important;}
.wrap .form-group.captcha_wrapper img#imgRefresh {
    margin: 0 0px 0 5px;
}
.wrap a {
    color: #212121;
    font-size: 12px;
}
form#login_form button#login {
    background-color: #194ed4;
    padding: 10px 50px !important;
}
.row.form_bg.form-main {
    background-color: #ffffff;
    border-radius: 10px;
    border: none;
}


.tabs_inner{background-color:#0e0857; padding:0;}
.tabs_inner ul{float:none;display: flex; justify-content:flex-end;}
.tabs_inner ul li a{color:#fff; padding:15px 20px;display: inline-block; text-decoration:none;}
.tabs_inner ul li a:hover{background:#00a6b7}
.tabs_inner .container{max-width: 100%;}


.centeral_text h5 {
    padding: 0px 0 20px 0;
    line-height: 30px;
    font-size: 31px;
    color: #fff;
    font-weight: normal;
    line-height: 42px;
}

.btn-group a button {
    padding: 8px 80px;
    border-radius: 100px;
    border: none;
    margin: 0 5px;
    background-color: #194ed4;
    color: #ffffff;
    border: 1px solid #194ed4;
}
.btn-group a button:focus{outline:none;border:none;}

.btn-group a button {
    padding: 13px 80px;
    border-radius: 100px;
    border: none;
    margin: 0 5px;
    background-color: #194ed4;
    color: #ffffff;
    border: 2px solid rgb(255 255 255 / 45%);
    background: #e76262;
    background-image: linear-gradient(95deg, #8e4da7, rgb(237 149 149 / 0%));
    box-shadow: 2px 2px 2px rgb(58 58 58 / 54%);

}

.btn-group a~a button {
    padding: 13px 80px;
    border-radius: 100px;
    border: none;
    margin: 0 5px;
    background-color: #194ed4;
    color: #ffffff;
    border: 2px solid rgb(255 255 255 / 45%);
    background: #e76262;
    background-image: linear-gradient(95deg, #8e4da7, rgb(237 149 149 / 0%));
    box-shadow: 2px 2px 2px rgb(58 58 58 / 54%);

}
.btn-group a button:hover {
    background-image: linear-gradient(95deg, rgb(237 149 149 / 0%), #8e4da7)!important;
    box-shadow:0px 2px 9px rgb(58 58 58 / 54%);
    box-shadow:0px 2px 9px rgb(58 58 58 / 54%)!important;
}
.btn-group a~a button:hover{
     background-color:#e76262!important;
      background:#e76262!important;
    background-image: linear-gradient(95deg, rgb(237 149 149 / 0%), #8e4da7)!important;
    border: 2px solid rgb(255 255 255 / 45%);
    box-shadow:0px 2px 9px rgb(58 58 58 / 54%)!important;

}

/*Responsive*/

@media only screen and (max-width: 1024px) {
header.main_header a.navbar-brand img {
    width: 180px;
}
 .main_header h2{font-size: 14px!important;}
header.main_header .heading_main h4 {
    font-size: 14px!important;
}
.homepage_bg {
    background-color: aqua;
    height: calc(100vh - 212px);
}
.homepage_bg img.img-fluid.logo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.centeral_text h5 {
    font-size: 18px;

    line-height: 32px;
}
}

@media only screen and (max-width: 767px) {
    .logo-home {
        width: auto;
    }
    body.main_page{padding-top:0;}
    body.main_page img.img-fluid.logo {
    height: 100%;}

.main_home .centeral_text {
    position: absolute;
       top: auto;
    left: 0;
    right: 0;
    width: 70%;
}
body.main_page img.img-fluid.logo {
    height: 100%;
}
.homepage_bg {
    height: calc(100vh - 138px);
}
}
