        .container-fluid {
            max-width: 1480px;
        }
        .logo {
            padding: 0px 0px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            background-size: 100% 100%;
        }
        .logo .logo-container {
            display: flex;
        }
        .logo img {
            float: left;
            height: 90px;
            vertical-align: middle;
        }
        .logo h1 {
            float: left;
            font-size: 16px;
            font-weight: normal;
            padding-top: 10px;
            padding-left: 10px;
            color: #485158;
            text-transform: uppercase;
        }
        .logo h1 span {
            display: block;
            font-weight: bold;
            color: #d06700;
            font-size: 22px;
        }
        .bg_nav {
            background: #083272;
            /* background: linear-gradient(284deg, rgba(16, 66, 131, 1) 0%, rgba(34, 174, 135, 1) 100%) !important; */
            border-bottom: thin solid #05050593;
        }
        
        .sm-blue a:hover, .sm-blue a:focus, .sm-blue a:active, .sm-blue a.highlighted {
            background: #b36225;
        }
        .heading-form-title {
            text-align: center;
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            font-size: 20px;
            font-family: fantasy;
        }
        .heading-form-small-title {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            color: red;
        }
        .page-footer {
            background: #518feb;
            padding:0px;
            margin-top:20px;
        }
        .continue {
            background-color: #39b33a;
            color: white;
            padding: 14px 25px;
            text-align: center;
            text-decoration: none;
            display: inline-block;
        }
        .widget-box {
            background: white;
            border: 1px solid #ddd;
            margin: 0 0 0px;
            overflow: hidden;
            position: relative;
        }
        .title2 {
            color: #d06700;
            letter-spacing: -1px;
            font-weight: 400;
            font-size: 21px;
            padding: 10px 15px;
            background: #f2f2f2;
        }
        .title2 span {
            font-weight: 500;
            color: black;
        }
        .widget-box ul {
            padding: 0px;
            margin-left: 30px;
            margin-right: 20px;
        }
        .hero_box_col {
            position: relative;
        }
        .hero_box {
            width: 100%;
            height: 120px;
            background: #083272;
            padding-left: 10px;
            cursor: pointer;
            position: relative;
        }
        .hero_box_col .arrow-box {
            position: absolute;
            right: 10px;
            top: 10%;
            font-size: 40px;
            z-index: 9999;
            color: rgba(255,255,255,0.5);
            line-height: 45px;
        }
        .hero_box i {
            width: 60px;
            height: auto;
            font-size: 40px;
            color: #fff;
            text-align: center;
            text-shadow: 0px 1px 1px #000;
            border-radius: 50%;
            padding: 0px 0px;
            height: 60px;
            line-height: 60px;
        }
        a {
            text-decoration: none;
        }
        .hero_box_title {
            font-size: 24px;
            font-weight: 500;
            color: #FFFFFF;
            margin-bottom: 0px;
            text-align: left;
            text-transform: uppercase;
            text-shadow: 0px 1px 0px #000;
        }
        .blue2 {
            background: #96bc11;
        }
        .blue3 {
            background: #2dc7d3;
        }
        .hero_box p {
            clear: both;
            color: #000;
        }
        .hero_box_content {
            padding-left: 13px;
            padding-top: 11px;
            margin-top: -6px;
        }
        .forgot {
            background: #000;
            position: absolute;
            bottom: 0px;
            padding: 5px 10px;
            margin-left: -10px;
            right: 0px;
            color: #fff;
        }
        .applicationid {
            background: rgb(13, 216, 138);
            position: relative;
            bottom: 0px;
            padding: 5px 10px;
            margin-left: -291px;
            margin-bottom: -85px;
            right: 0px;
            color: #fff;
        }
        .applicationid a {
            color: #fff;
        }
        .forgot a {
            color: #fff;
        }

		.pa {
		  text-indent: 50px;
		  text-align: justify;
		  text-justify: inter-word;
		}