@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Bold.eot');
    src: url('../font/Roboto-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Bold.woff2') format('woff2'),
        url('../font/Roboto-Bold.woff') format('woff'),
        url('../font/Roboto-Bold.ttf') format('truetype'),
        url('../font/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Medium.eot');
    src: url('../font/Roboto-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Medium.woff2') format('woff2'),
        url('../font/Roboto-Medium.woff') format('woff'),
        url('../font/Roboto-Medium.ttf') format('truetype'),
        url('../font/Roboto-Medium.svg#Roboto-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../font/Roboto-Regular.eot');
    src: url('../font/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('../font/Roboto-Regular.woff2') format('woff2'),
        url('../font/Roboto-Regular.woff') format('woff'),
        url('../font/Roboto-Regular.ttf') format('truetype'),
        url('../font/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
	background: rgba(4, 4, 90, 2%) none repeat scroll 0 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000;
	-webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing:grayscale;
}
.w-btn{
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 20px;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    color: #fff;
    border: 0;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
    background-size: 120px 200px;
}
.w-btn:hover {
    background-position: 120px;
    color: #fff;
}

/* Header */
header {
    position: fixed;
    top: 0;
    width: 100%;
}
.navbar-brand img {
    width: 150px;
}
.home-page {
    position: relative;
    height: 100vh;
}
.shape-one .shape-1{
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
}
.shape-one .shape-2 {
    position: absolute;
    bottom: 0;
    right: 10px;
    z-index: -1;
}
.shape-one .shape-1 img{
    width: 100vh;
    height: 100vh;
}
.shape-one .shape-2 img{
    width: 70vh;
    height: 70vh;
}
.h-vector {
    margin-top: 26.2%;
}
.h-vector img {
    height: 72vh;
}
.home-content.text-center {
    height: 100vh;
}
.h-heading h1 {
    font-size: 46px;
    font-weight: bold;
}
.h-sub {
    line-height: 30px;
    color: #797979;
}
.h-main-con{
    padding: 0 103px;
}
.social-one a {
    margin: 0 10px;
    background-color: rgba(9, 9, 121, 1);
    padding: 10px;
    border-radius: 100%;
    display: flex;
    transition: .4s all ease-in-out;
}
.social-one a svg {
    width: 15px;
    height: 15px;
}
.social-one a:hover{
    background-color: rgba(0, 212, 255, 1);
}
.social-one a:hover svg path{
    fill: rgba(2,0,36,1);
}



/* Registration */
.re-top-heading {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    /*border-radius: 0px 0px 30px 30px;*/
    padding: 20px 0;
    margin-bottom: 40px;
}
.re-top-heading span {
    font-size: 20px;
    color: rgba(2,0,36,1)
    font-weight: bold;
}
.part-heading {
    font-size: 19px;
    color: #B1B1B1;
    font-weight: 500;
}
.fil-one label span {
    color: #FF1F1F;
}
.fil-one label {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}
.fil-one {
    margin-bottom: 25px;
}
.fil-one .form-control {
    padding: 14px;
}
.form-content {
    margin-top: 30px;
}
.page-heading {
    margin-bottom: 50px;
    display: inline-block;
}
.page-heading .heading-bg-image{
    text-align: left;
    position: relative;
}
/**
.fil-one input , .fil-one select {
    width: 100%;
    border: 1px #DADADA solid;
    border-radius: 10px;
    padding: 10px;
    height: 46px;
    outline: 0;
}**/
.part-two{
    padding-left: 25px;
}
.box-left-border {
    padding-right: 25px;
    border-right: 1px #DADADA solid;
}
.input-box-option .switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 28px;
}
.input-box-option .switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}
.input-box-option .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}
.input-box-option .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}
.input-box-option input:checked + .slider {
    background: var(--prime-color);
}
.input-box-option input:focus + .slider {
    box-shadow: 0 0 1px var(--prime-color);
}
.input-box-option input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
.input-box-option .slider.round {
    border-radius: 34px;
}
.input-box-option .slider.round:before {
    border-radius: 50%;
}
.input-box-option-text {
    margin-left: 14px;
    color: #000;
    font-weight: 500;
}
.input-box-option {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.fil-one.fil-agree-btn input {
    height: 20px;
    width: 20px;
    margin-right: 10px;
}
.fil-one.fil-agree-btn {
    display: flex;
}
.box-bg-sh {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: right;
    z-index: -1;
}
.sign-up {
    position: relative;
}
.box-doc-img-part {
    text-align: right;
}
.box-bg-sh img {
    width: 90%;
    height: 90%;
}
.two-btn {
    padding: 15px 0 30px;
    margin-top: 30px;
    text-align: right;
}
.second-btn {
    background: unset;
    background-color: rgba(0, 212, 255, 1);
    border: 1px transparent solid;
    margin-right: 20px;
    color: #fff;
}
.second-btn:hover {
    border-color: rgba(0, 212, 255, 1);
    color: rgba(0, 212, 255, 1);
}


/* Form */
.steps-box-one .box-number {
    display: inline-block;
}
.steps-box-one .box-number span {
    font-size: 16px;
    background-color: rgba(9, 9, 121, 1);
    color: #fff;
    border-radius: 100%;
    padding: 5px 10px;
}
.steps-box-one .box-lable span {
    font-size: 15px;
}

.steps-box-one .box-lable {
    display: inline-block;
    margin-left: 5px;
}
.form-steps {
    display: inline-flex;
    width: 100%;
    justify-content: center;
}
.form-steps .box-border {
    width: 10%;
    margin: 0 18px;
    position: relative;
}
.form-steps .box-border::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #B1B1B1;
}
.steps-box-two .box-number span  ,.steps-box-three .box-number span {
    background-color: #B1B1B1;
}

.steps-box-two .box-lable span , .steps-box-three .box-lable span {
    color: #B1B1B1;
}
.steps-box-one:nth-child(1) {
    padding-bottom: 12px;
    border-bottom: 1px rgba(9, 9, 121, 1) solid;
}
.second-form-part .steps-box-two {
    padding-bottom: 12px;
    border-bottom: 1px rgba(9, 9, 121, 1) solid;
}
.second-form-part .steps-box-one:nth-child(1) .box-lable span {
     color: rgba(9, 9, 121, 1);
}
.second-form-part .steps-box-one:nth-child(1) .box-number span{
    background-color: rgba(9, 9, 121, 1);
}
.second-form-part .steps-box-two .box-lable span {
    color: rgba(9, 9, 121, 1);
}
.second-form-part .steps-box-two .box-number span{
    background-color: rgba(9, 9, 121, 1);
}
.three-from-part .steps-box-three .box-lable span {
    color: rgba(9, 9, 121, 1);
}
.three-from-part .steps-box-three .box-number span{
    background-color: rgba(9, 9, 121, 1);
}
.second-form-part .steps-box-three {
    padding-bottom: 12px;
    border-bottom: 1px rgba(9, 9, 121, 1) solid;
}
.second-form-part .steps-box-one ,.three-from-part .steps-box-two {
    padding-bottom: 0;
    border-bottom: 0;
}

.modal-dialog .modal-header {
    border-bottom: 0;
}
.modal-content .modal-body {
    /*text-align: center;*/
}
.modal-content .modal-body .modal-text {
    color: #000;
    margin-top: 30px;
}
.contact-us-form-main {
    padding: 30px;
    background-color: #fff;
    box-shadow: 1px 1px 30px rgba(0,0,0,.1);
    border-radius: 20px;
}
.contact-us-form-main .form-content {
    margin-top: 0;
}
.contact-us-form-main .two-btn {
    padding-bottom: 0;
}
.form-content .contact-form-name .fil-one {
    width: calc(50% - 10px);
}

.contact-form-name {
    display: flex;
    justify-content: space-between;
}
.contact-us-form-main .page-heading h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px;
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .h-main-con{
        padding: 0;
    }
    .h-heading h1{
        font-size: 38px;
    }
    .h-sub{
        font-size: 16px;
    }
    .home-content{
        padding-top: 50px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .h-main-con{
        padding: 0;
    }
    .h-heading h1{
        font-size: 34px;
    }
    .h-sub{
        font-size: 14px;
        line-height: 25px;
    }
    .home-content{
        padding-top: 50px;
    }
    .social-one a{
        padding: 5px;
    }
    .shape-one .shape-1 img{
        width: 80vh;
        height: 80vh;
    }
    .shape-one .shape-2 img{
        width: 50vh;
        height: 50vh;
    }
}


@media screen and (max-width:767px) {
    .home-page , .home-content{
       height: unset;
        overflow-x: hidden;
    }
    .home-content{
        height: unset !important;
        margin-top: 20%;
    }
    .h-main-con{
        padding: 0 30px;
    }
    .h-heading h1{
        font-size: 32px;
    }
    header{
        position: unset;
    }
    .shape-one .shape-1 img{
        width: 100%;
        height: 100%;
    }
    .h-vector{
        text-align: right;
        padding-right: 23px;
        margin-top: 7%;
    }
    .shape-one .shape-2 img {
        width: 30vh;
        height: 30vh;
    }
    .h-vector img{
        height: 50vh;
    } 


    /* Registration */
    .part-one{
        padding-right: 0;
    }
    .box-left-border{
        border: 0;
    }
    .part-two{
        padding-left: 0;
    }
    .re-top-heading{
        padding-left: 30px;
    }

    /* form */
    .form-steps .box-border{
        margin: 0 15px;
    }
    . .re-top-heading {
        padding-left: 0;
    }
    .steps-box-one .box-number {
        display: block;
        text-align: center;
    }
    .steps-box-one .box-lable{
        margin-top: 5px;
        margin-left: 0;
    }
    .two-btn{
        padding: 20px 10px 30px;
        margin-bottom: 50px;
    }
}







/* New css */
.h-social.header-social {
    display: flex;
}
.h-social.header-social .social-one svg {
    width: 13px;
    height: 13px;
}
.h-social.header-social .social-one a {
    padding: 9px;
}
.web-footer {
    width: 100%;
    background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
}
.web-footer .footer-menu ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    padding-left: 0;
    justify-content: end;
}
.web-footer .footer-menu ul a {
    text-decoration: none;
    color: #fff;
    margin: 0 15px;
    font-size: 14px;
}
.page-heading h1 {
    font-weight: bold;
    font-size: 36px;
}
.sign-up .page-heading h1{
    margin-top: 0;
}
. .page-heading h1{
    margin: 0 0;
}

@media only screen and (max-width:991px){
    .web-footer .footer-menu ul{
        justify-content: center;
        margin: 10px 0 0 0;
    }
    .web-footer .footer-menu ul a{
        margin: 0 8px;
        font-size: 12px;
    }
    .web-footer{
        font-size: 10px;
        text-align: center;
    }
}


@media screen and (max-width:767px) {
    .h-social.header-social .social-one a{
        margin: 0 5px;
    }
    .navbar-brand img{
        width: 100px;
    }
    .h-social.header-social .social-one svg{
        width: 10px;
        height: 10px;
    }
}

.ui-dialog  .ui-dialog-titlebar {
    background: unset;
    border: 0;
    font-size: 1.25rem;
    color: #04045A;
    font-family: 'Roboto', sans-serif;
}
.ui-dialog-buttonset button {
    font-size: 14px;
    border-radius: 10px;
    padding: 10px 20px;
    border: 1px transparent solid;
    color: #fff;
    transition: .4s all ease-in-out;
}
.ui-dialog-buttonset button:nth-child(1) {
    margin-right: 20px;
    background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgba(9, 9, 121, 1) 35%, rgba(0, 212, 255, 1) 100%);
    border: 0;
    color: #fff;
    -webkit-transition: background .5s ease-out;
    -moz-transition: background .5s ease-out;
    -o-transition: background .5s ease-out;
    transition: background .5s ease-out;
    background-size: 80px 200px;
}
.ui-dialog-buttonset button:nth-child(1):hover {
    background-position: 80px;
    color: #fff;
}
.ui-dialog-buttonset button:nth-child(2){
        background-color: rgba(0, 212, 255, 1);
    border: 1px transparent solid;
    margin-right: 0;
    color: #fff;
}
.ui-dialog-buttonset button:nth-child(2):hover {
        border-color: rgba(0, 212, 255, 1);
    color: rgba(0, 212, 255, 1);
    background-color: transparent;
}
.ui-dialog  #dialog-confirm {
   font-family: 'Roboto', sans-serif;
}
.ui-widget-overlay.ui-front {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    background-image: none !important;
    opacity: 100%;
}
.ui-dialog {
    border-radius: 0.5rem;
}
.ui-dialog-buttonpane {
    padding-bottom: 0 !important;
}

.ui-dialog-titlebar-close {
    background-color: transparent;
    border: 0;
}
.form-page .page-heading {
    margin-bottom: 0;
    margin-top: 30px;
}