* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}
*, *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
    letter-spacing: -0.5px;
}
body {
	color: #0c0730;
}
a {
	color: #3b0c06;
}
a:hover {
    color: #0c0730;
}
img {
    max-width:100%;	
}
a {
    text-decoration: none;
    transition: all 0.3s ease;
}
 a:hover {
    transition: all 0.3s ease;
}
ul {
    list-style: none;
}
p, li {
    line-height: 29px;
}
.clear {
    clear: both;
}
section {
    width: 100%;
    display: block;
}
.header {
    border-bottom: solid 1px #f3f3f3;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
}
.navbar-expand-lg {
    justify-content: space-between;
}
.navbar-collapse {
    flex-grow: unset;
}
.navbar-nav li a {
    text-transform: uppercase;
    font-weight: 700;
    border-width: 3px;
    border-color: transparent;
    border-style: solid;
}
.navbar-expand-lg .navbar-nav .nav-link {
	 padding: 13px 32px;
}
.nav-link, .navbar-nav li a:hover, .navbar-nav li.active>a {
    color: #0c0730;
}
.navbar-nav li:last-child a {
    border-color: #000;
}
.navbar-nav li a:hover {
    border-color: #f5f5f5;
}
.navbar-nav li.nav-item {
    margin: 0 2px;
}
.bg_dark, a.btnbanner {
    background: #0c0730;
	color: #fff;
}
.pdtb70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pdtb60 {
	padding-top: 60px;
	padding-bottom: 60px;
}
.pdtb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}
.pdtb40 {
	padding-top: 40px;
	padding-bottom: 40px;
}
.titletext, h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
    padding-bottom: 22px;
	font-weight: 700;
}
.smltitle {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 6px;
    font-weight: 700;
}
.text-muted {
    color: #4c4c4c!important;
    font-size: 13px;
}
.logup {
    background: #fff;
	color:#0c0730;
    padding: 44px;
    border-radius: 6px;
}
label {
    font-size: 15px;
    font-weight: 500;
}
.sendbtn {
    width: 100%;
    margin: 14px 0;
}
.form-control {
    padding-top: 0.590rem;
	padding-bottom: 0.590rem;
}
.btn-primary {
    --bs-btn-bg: #3b0c06;
    --bs-btn-border-color: #3b0c06;
    --bs-btn-hover-bg: #3b0c06;
    --bs-btn-hover-border-color: #3b0c06;
    --bs-btn-active-bg: #3b0c06;
    --bs-btn-active-border-color: #3b0c06;
    --bs-btn-disabled-bg: #3b0c06;
    --bs-btn-disabled-border-color: #3b0c06;
    font-weight: 600;
}
.btn-primary:hover {
    --bs-btn-bg: #0c0730;
    --bs-btn-border-color: #0c0730;
    --bs-btn-hover-bg: #0c0730;
    --bs-btn-hover-border-color: #0c0730;
    --bs-btn-active-bg: #0c0730;
    --bs-btn-active-border-color: #0c0730;
    --bs-btn-disabled-bg: #0c0730;
    --bs-btn-disabled-border-color: #0c0730;
}
.btn {
    --bs-btn-padding-y: 0.675rem;
}
.forpass {
    text-align: center;
    margin: 0;
    font-size: 15px;
}
.forpass {
    text-align: center;
    margin: 0;
    font-size: 15px;
}
.fplink {
	text-decoration: underline;
}
.fplink:hover {
	text-decoration: none;
}
.sefeb {
    margin: 100px 0 0;
}
.btnc {
    color: #0c0730;
    border-color: #0c0730;
    border-style: solid;
    border-radius: 6px;
    border-width: 2px;
    padding: 9px 22px;
    display: inline-block;
    margin: 6px 0;
}
.btnc:hover {
	color: #fff;
    border-color: #fff;
	background: #0c0730;;
}
.btn_w {
	color: #ffff;
    border-color: #fff;
}
.btn_w:hover {
	color: #0c0730;
    border-color: #fff;
	background: #fff;
}
.addresssec, .copyrightsec {
    padding: 20px 0;
}
.addresssec p, .copyrightsec p {
	margin: 0;
}
.addresssec {
    background: #3b0c06;
    color: #fff;
}
.copyrightsec {
    background: #000;
    text-align: center;
    font-size: 16px;
    color: #e3e3e3;
}

/* Modal-Start */
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 5% auto 15% auto;
    border: 1px solid #888;
    width: 40%;
    padding: 4%;
    text-align: center;
    color: #3b0c06;
}
.modal-content p {
    line-height: 22px;
    font-size: 16px;
    margin: 3px 0;
}
/* The Close Button (x) */
.close {
    position: absolute;
    right: 2%;
    top: 2%;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}

.close:hover {
  cursor: pointer;
}
.modal .titletext, .modal h1 {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 20px;
    padding-bottom: 0;
    font-weight: 700;
    color: #0c0730;
}
.otop {
    color: #3b0c06;
}
.otresend {
    color: #0c0730;
    background: none;
    margin-top: 2px;
    text-decoration: underline;
}
.otresend:hover {
    text-decoration: none;
}
.otpfield {
    float: none;
    width: 60px;
    margin: 6px;
}
.formfield {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 8px 10px;
    float: left;
    width: 98%;
    cursor: pointer;
}
.otpfield {
    float: none;
    width: 60px;
    margin: 6px;
}
.close {
    position: absolute;
    right: 2%;
    top: 2%;
    color: #000;
    font-size: 35px;
    font-weight: bold;
    cursor: pointer;
}
/* Modal-End */
label {
    display: flex;
}
.form-group, .fieldbox {
    margin-bottom: 18px;
}
a.tclink {
    margin-left: 3px;
    text-decoration: underline;
}
a.tclink:hover {
    text-decoration: none;
}
textarea {
	resize: none;
	height: 100px;
}
/**MEDIA**/

@media(min-width:0px) and (max-width:767px){
.titletext, h1 {
    font-size: 36px;
    line-height: 42px;
}
.signtxt {
    text-align: center;
    margin-bottom: 20px;
}
.logup {
    padding: 26px 16px;
}
.sefeb {
    margin: 0;
}
.addresssec {
    text-align: center;
}
.addresssec p, .copyrightsec p {
    margin: 8px 0;
    line-height: 16px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 28px;
    text-align: center;
}
.pdtb70 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.navbar-nav li.nav-item {
    margin: 0 2px;
    border-top: solid 1px #eeeeee;
}
.navbar-nav {
    margin-top: 10px;
}
}
.error{
    color:red !important;
}


.discright {
    background: #f5f5f5;
    padding: 36px;
    position: relative;
}

.ctaout {
    width: 100%;
    display: block;
    height: auto;
    border: solid 3px #d4d2d2;
}

.ctabox {
    padding: 36px;
    position: relative;
    top: -24px;
    left: -22px;
    height: 100%;
}

.bg_light {
    background: #f5f5f5;
}

.darkcolor {
    color: #0c0730;
}

.subtitletext, .artxt h4 {
    font-size: 26px;
    font-weight: 700;
}

.ctabox p {
    display: flex;
}

body {
    color: #474747;
}

.ctaout p {
    color: #474747;
}

.discleft {
    display: inline-block;
    padding: 0 6% 0 0;
}

    .discleft strong, .discleft .disfont {
        font-weight: 700;
    }

    .discleft .disfont {
        font-size: 25px;
        display: inline-block;
        margin: 10px 0;
    }

    .discleft a {
        color: #fff;
        text-decoration: underline;
        font-weight: 600;
    }

        .discleft a:hover {
            text-decoration: none;
            font-weight: 500;
        }

    .discleft ul {
        list-style: circle;
    }

.ctalist {
    padding: 0;
    font-size: 16px;
    margin: 0;
}

    .ctalist li:before {
        content: '»';
        color: #000;
        padding-right: 4px;
    }

    .ctalist li a:hover {
        text-decoration: underline;
    }

.ctamain {
    margin-bottom: 60px;
}

#fvpp-blackout {
    display: none;
    z-index: 499;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.8;
}

#my-welcome-message {
    display: none;
    z-index: 500;
    position: fixed;
    width: 66%;
    left: 17%;
    top: 20%;
    padding: 3%;
    font-family: Calibri, Arial, sans-serif;
    background: #FFF;
    border-radius: 3px;
}

#fvpp-close {
    position: absolute;
    top: 10px;
    right: 20px;
    cursor: pointer;
}

#fvpp-dialog h2 {
    font-size: 2em;
    margin: 0;
}

#fvpp-dialog p {
    margin: 0;
  
}
#my-welcome-message p, #my-welcome-message h2 {
    color: #474747 !important;
}
.btndis {
    display: inline-block;
    margin-top: 10px;
    width: 100%;
}

    .btndis a, .btndis button {
        display: flex;
        align-items: center;
        padding: 4px 20px;
        border-width: 2px;
        border-style: solid;
        border-color: #3b0c06;
        background: #3b0c06;
        color: #fff;
        border-radius: 2px;
        font-size: 22px;
    }

        .btndis a:hover, .btndis button:hover {
            background: #0c0730;
            color: #fff;
        }

.enterbtn {
    float: right;
}

.exitbtn {
    float: left;
}
