*, body{
    padding: 0px; margin: 0px;
    font-family: lato;
}
a:hover, a:focus{text-decoration: none;}

h1, h2, h3, h4, h5 ,h6{
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: -0.3px;
    font-weight: 700;
}
p{
    font-family: lato;
}
.inner-pages p{
    font-size: 14px;
    line-height: 24px;
}
a{
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; 
}
.text-black{
    color:#000 !important;
}
.text-red{
    color:#df0000 !important;
}

section{
    position: relative;
}
.main-slider{
    height: 300px; width: calc(100% + 140px); overflow: hidden; margin-left: -150px; margin-top: 30px; margin-bottom: 20px;position: relative;z-index: 0;
}
.form-column{
 height: 100vh; background-color:rgba(255,255,255,0.95);
}
.form-inner{
    position: absolute; top: 50%; left: 53%; width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.welcome-text{
    color: #696969; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 15px;    font-family: 'Barlow Condensed', sans-serif; font-weight: 500;

}
.u-logo{
    float: left; width: 100%; text-align: left; margin-bottom: 28px;
}
.u-logo img{
    width: 270px;
}
.u-logo2{
    text-align: center;
    margin-bottom:20px;
}
.logo{
    float: left;
}
.p-title{
    float: right;
    background-color: #dc0000;
    padding: 15px 11px;
    position: absolute;
    right: calc(100% - 108.8%);
    top: 22px;
    width: 85px;
}
.p-title h1{
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0px;
    letter-spacing: 0.2px;
    line-height: 18px;
}
.forgot-link{
    font-size: 18px;
    font-weight: 600;
    font-family: 'Barlow Condensed', sans-serif;
    color: #000;
    float: right;
    margin-top: 8px;
}
.forgot-link:hover{
    text-decoration: none;
    color: #cb0000;
}
.inline-block{
    display: inline-block;
    float: none;
    width: auto;
}
.b-r-2{
    border-right: 2px solid #000;
}

/**
* -----------------------------------------------------------
*   Button Effect
* -----------------------------------------------------------
*/


/**
* -----------------------------------------------------------
*   form stying
* -----------------------------------------------------------
*/
.form-box{
    width: 66%; float: left; margin-bottom: 30px;
}
.form-box h2{
    
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}

.input-group {
  width: 100%;
  margin-bottom: 20px; }
  .input-group .form-line {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    position: relative; }
    .input-group .form-line:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      bottom: -2px;
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -moz-transition: 0.25s ease-in;
      -o-transition: 0.25s ease-in;
      -webkit-transition: 0.25s ease-in;
      transition: 0.25s ease-in;
      border-bottom: 2px solid #1f91f3; }
    .input-group .form-line + .input-group-addon {
      padding-right: 0;
      padding-left: 10px; }
  .input-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999; }
  .input-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336; }
  .input-group .form-line.error:after {
    border-bottom: 2px solid #F44336; }
  .input-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50; }
  .input-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107; }
  .input-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .input-group .form-line.focused .form-label {
    bottom: 25px;
    left: 0;
    font-size: 12px; }
  .input-group .input-group-addon {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-weight: bold; }
    .input-group .input-group-addon .material-icons {
      font-size: 18px;
      color: #555; }
  .input-group input[type="text"],
  .input-group .form-control {
    border: none;
    box-shadow: none;
    padding-left: 0; }
  .input-group .form-control:focus {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important; }

.input-group.input-group-sm .input-group-addon i {
  font-size: 14px; }

.input-group.input-group-sm .form-control {
  font-size: 12px; }

.input-group.input-group-lg .input-group-addon i {
  font-size: 26px; }

.input-group.input-group-lg .form-control {
  font-size: 18px; }

.form-control-label {
  text-align: right; }
  .form-control-label label {
    margin-top: 8px; }

.form-horizontal .form-group {
  margin-bottom: 0; }

.form-group {
  width: 100%;
  margin-bottom: 25px; 
}
  .form-group .form-control {
    width: 100%;
    border: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    padding-left: 0; 
    background-color: transparent;
      font-family: lato;
      color: #000;
      font-size: 16px;
}
.inner-pages .form-group {
    margin-bottom: 1.3rem; 
    padding:0 10px;
    position: relative;
    float: left;
}
.custom-file{
    height: 38px;
}
.inner-pages .form-group .form-control {
display:block;width:100%;padding:.6rem .75rem;font-size:0.9rem;line-height:1.25;color:#464a4c;background-color:#fff;background-image:none;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #cccccc;-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s}
.was-validated .form-control:invalid,.was-validated .custom-select:invalid{
    border-color:#df0000;
}
.invalid-feedback{
    background-color: #df0000;
    color: #fff;
    padding: 4px 15px;
    line-height: 15px;
    font-size: 12px;
    margin-left: 10px;
    width: calc(100% - 37px);
    margin-top: -10px;
    position: absolute;
    z-index: 999;
}
.invalid-feedback:before{
    content: '';
    width: 0px;
    height: 0px;
    position: absolute;
    top: -8px;
    left: 8px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #df0000;
}
.invalid-feedback i{
    margin-right: 2px;
}
.label_list{
    list-style: none;
}
.form-check{
    line-height: 0px;
}
label, .label_list li, [type="checkbox"] + label, .input-label{
    font-size: 14px;
    font-weight: bold;
    color:#7d7d7d;
    
}
[type="checkbox"] + label{
  padding-left: 24px;
  font-size: 13px;
  line-height: 19px;
}
[type="checkbox"]:checked + label:before{
     top: 4px;
    left: -2px;
    width: 11px;
    height: 19px;
}

[type="checkbox"].filled-in:checked + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    top:0px;
    width: 7px;
    height: 12px;
}
[type="checkbox"].filled-in:not(:checked) + label:after,[type="checkbox"].filled-in:checked + label:after{
   height: 18px;
   width: 18px; 
}
[type="checkbox"].filled-in:not(:checked) + label:after,[type="checkbox"].filled-in:checked + label:after{
    top:0px;
}

.label_list li{
    margin-bottom: 4px;
}
label span{
    color:#df0000;
    font-size: 12px;
}
  .form-group .help-info {
    float: right;
    font-size: 12px;
    margin-top: 5px;
    color: #999; }
  .form-group label.error {
    font-size: 12px;
    display: block;
    margin-top: 5px;
    font-weight: normal;
    color: #F44336; }
  .form-group .form-line {
    width: 100%;
    position: relative;
    border-bottom: 1px solid #757575; }
    .form-group .form-line:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 0;
      bottom: -1px;
      -moz-transform: scaleX(0);
      -ms-transform: scaleX(0);
      -o-transform: scaleX(0);
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -moz-transition: 0.25s ease-in;
      -o-transition: 0.25s ease-in;
      -webkit-transition: 0.25s ease-in;
      transition: 0.25s ease-in;
      border-bottom: 1px solid #303030; }
    .form-group .form-line .form-label {
      font-weight: normal;
      font-family: lato;
        font-size: 14px;
        letter-spacing: .5px;
      color: #999;
      position: absolute;
      top: 5px;
      left: 0;
      cursor: text;
      -moz-transition: 0.2s;
      -o-transition: 0.2s;
      -webkit-transition: 0.2s;
      transition: 0.2s; }
.form-group .form-line.focused .form-label {
    color:#999;
}
  .form-group .form-line.error:after {
    border-bottom: 2px solid #F44336; }
  .form-group .form-line.success:after {
    border-bottom: 2px solid #4CAF50; }
  .form-group .form-line.warning:after {
    border-bottom: 2px solid #FFC107; }
  .form-group .form-line.focused:after {
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  .form-group .form-line.focused .form-label {
    top: -15px;
    left: 0;
    font-size: 12px; }

.form-group-sm .form-label {
  font-size: 12px; }

.form-group-sm .form-line.focused .form-label {
  bottom: 20px;
  font-size: 10px; }

.form-group-lg .form-label {
  font-size: 18px; }

.form-group-lg .form-line.focused .form-label {
  bottom: 35px;
  font-size: 12px; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent; }
.email-add{
    margin-bottom: 37px;
}


.how-to{
    float: left; width: 100%; margin-bottom: 10px;
    
}
.how-to h3{
font-size: 22px;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 600;
}
.how-to p{
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px;
    letter-spacing: 0.2px;
    
}
.form-footer{
    float: left; width: 100%;
    position: relative;
}
.form-footer .btn + .btn{
    margin-left: 15px;
}
a.btn {
    color: #fff !important;
}
.f-btn a {
   border: 2px solid #fff;
    padding: 6px 20px 8px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: -0.4px;
    display: inline-block;
    position:relative;
    -webkit-transition:0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.f-btn a i{
     margin-right: 3px;
}
.f-btn a:hover{
    text-decoration:none;
    border: 2px solid rgba(0,160,80,0);
    color: #00A1E4;
}
.f-btn a:before, .f-btn a:after {
  width: calc(100% + 4px);
  height:calc(100% + 4px);
  z-index: 3;
  content:'';
  position: absolute;
  top:-2px;
  left:-2px;
  box-sizing: border-box;
  -webkit-transform: scale(0);
  transition: 0.5s;
}

.f-btn a:before {
  border-bottom: 2px solid #00A1E4;
  border-left: 2px solid #00A1E4;
  -webkit-transform-origin: 0 100%;
}

.f-btn a:after {
  border-top: 2px solid #00A1E4;
  border-right: 2px solid #00A1E4;
  -webkit-transform-origin: 100% 0%;
}
.f-btn a:hover::after, .f-btn a:hover::before {
  -webkit-transform: scale(1);
}
.f-btn-dark a{
    color:#000;
    border-color:#000;
}

.form-box [type=submit], .form-box [type=submit]:active, .btn-blue-bg, .btn-blue-bg:active{
    background-color: #01379d;
    border: none;
    color: #fff;
    font-family: 'Barlow Condensed', sans-serif;
    border-radius: 0px;
    font-size: 18px;
    padding: 10px 25px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
}
.form-box [type=submit]:hover, .btn-blue-bg:hover{
    background-color: #00A1E4;
}

/**
* -----------------------------------------------------------
*   Dropdown
* -----------------------------------------------------------
*/
.dropdown-menu {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  margin-top: -35px !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border: none; }
  .dropdown-menu .divider {
    margin: 5px 0; }
  .dropdown-menu .header {
    font-size: 13px;
    font-weight: bold;
    min-width: 270px;
    border-bottom: 1px solid #eee;
    text-align: center;
    padding: 4px 0 6px 0; }
  .dropdown-menu ul.menu {
    padding-left: 0; }
    .dropdown-menu ul.menu.tasks h4 {
      color: #333;
      font-size: 13px;
      margin: 0 0 8px 0; }
      .dropdown-menu ul.menu.tasks h4 small {
        float: right;
        margin-top: 6px; }
    .dropdown-menu ul.menu.tasks .progress {
      height: 7px;
      margin-bottom: 7px; }
    .dropdown-menu ul.menu .icon-circle {
      width: 36px;
      height: 36px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      display: inline-block; }
      .dropdown-menu ul.menu .icon-circle i {
        font-size: 18px;
        line-height: 36px; }
    .dropdown-menu ul.menu li {
      border-bottom: 1px solid #eee; }
      .dropdown-menu ul.menu li:last-child {
        border-bottom: none; }
      .dropdown-menu ul.menu li a {
        padding: 7px 11px;
        text-decoration: none;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        .dropdown-menu ul.menu li a:hover {
          background-color: #e9e9e9; }
    .dropdown-menu ul.menu .menu-info {
      display: inline-block;
      position: relative;
      top: 3px;
      left: 5px; }
      .dropdown-menu ul.menu .menu-info h4 {
        margin: 0;
        font-size: 13px;
        color: #333; }
      .dropdown-menu ul.menu .menu-info p {
        margin: 0;
        font-size: 11px;
        color: #aaa; }
        .dropdown-menu ul.menu .menu-info p .material-icons {
          font-size: 13px;
          color: #aaa;
          position: relative;
          top: 2px; }
  .dropdown-menu .footer a {
    text-align: center;
    border-top: 1px solid #eee;
    padding: 5px 0 5px 0;
    font-size: 12px;
    margin-bottom: -5px; }
    .dropdown-menu .footer a:hover {
      background-color: transparent; }
  .dropdown-menu > li > a {
    padding: 7px 18px;
    color: #666;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 14px;
    line-height: 25px; }
    .dropdown-menu > li > a:hover {
      background-color: rgba(0, 0, 0, 0.075); }
    .dropdown-menu > li > a i.material-icons {
      float: left;
      margin-right: 7px;
      margin-top: 2px;
      font-size: 20px; }

.dropdown-animated {
  -webkit-animation-duration: .3s !important;
  -moz-animation-duration: .3s !important;
  -o-animation-duration: .3s !important;
  animation-duration: .3s !important; }

.select .btn, .select .btn:hover, .select .btn:focus{
    background-color: transparent; border:none;
}
.select .filter-option{
    padding: 7px;
}
.capcha-field .form-line{
    width: 60%;
    float: left;
}
.capcha-field .captcha-code{
    float: left;
    width:40%;
    padding-left: 25px;
}
.capcha-field .captcha-code img{
    width:130px;
}
.error-msg{
    float: left;
    width:100%;
    padding: 5px 20px;
    margin-top: 30px;
    background-color: #dc0000;
}
.error-msg p{
    margin: 0px;
    color: #fff;
    font-size: 13px;
}
.error-msg p i{
    margin-right: 5px;
}

.success-msg{
    float: left;
    width:100%;
    padding: 5px 20px;
    margin-top: 30px;
    background-color: #d6e9c6;
}
.success-msg p{
    margin: 0px;
    color: #3c763d;
    font-size: 13px;
}
.success-msg p i{
    margin-right: 5px;
}


.powerby{
    position: absolute;
    right: -50px;
    bottom: -20px;
}
.powerbyfooter{
    position: absolute;
    right: 50px;
    bottom: 0px;
    box-shadow: 0 0 40px rgba(0,0,0,0.15);
}

/**
* -----------------------------------------------------------
*   Forgot Password section
* -----------------------------------------------------------
*/

.left-stip{
    background-color: #011e9d;
    height: 100vh;
    width: 6%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.forgot-section{
    padding-left: 80px;
    padding-top: 50px;
}
.forgot-section .form__section{
    margin: 0px;
}
.forgot-section h2{
    
    font-size: 36px; line-height: 40px; padding: 0px;    font-weight: 600;
    letter-spacing: -0.5px;
}
.forgot-section p{
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin: 2px 0px 10px;
}
.form-line{
    position: relative;
}
.form-line .info{
    position: absolute;
    right: 0px;
    top: 15px;
    right: -25px;
}
.form-line .info i{
    font-size: 18px;
    color: orange;
}
.form-line .tooltip {
    width: 200px;
    height: auto;
}
.form-line .tooltip-inner{
    padding: 5px;
}
.forgot-section .form-group .form-line .form-label{
    top: 15px; color: #111;
}
.forgot-section .form-group .form-line{
    padding-bottom: 0px;
}
.forgot-section .form-group .form-line.focused .form-label {

top: -5px;
    
}
.forgot-section .form-box{
    width: 100%;
}
.forgot-section  .forgot-link{
    margin-top: 11px;
}
.forgot-section .forgot-link i{
    margin-right: 3px;
}
.forgot-section .forgot-link:hover{
    color: #cb0000;
}
.form__inner{ height: 100vh; position: relative;}


.copyright{
    text-align: center;
    bottom: 12px;
    position: absolute;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    width:100%;
}
.copyright p{
    font-size: 13px;
    letter-spacing: 0.2px;
    display: inline-block;
}
.back-to-top{
    display: block;
    position: absolute;
    bottom: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 15px;
    letter-spacing: 1px;
}
.back-to-top span{
    display: block;
}
.back-to-top span i{
    font-size: 22px;
}
.back-to-top:hover{
    color:#FFD503; 
}
.flex{
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

/**
* -----------------------------------------------------------
*   instruction section
* -----------------------------------------------------------
*/

.modal-open .instructions.modal{
    display: flex;
    align-items: center;
}
.instructions.modal:before{
    position: absolute;
    content: '';
    background: url(../images/bg.jpg) center center no-repeat; background-size: cover;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}
.instructions .modal-dialog{
    width: 700px;
}
.instructions .modal-content{
    border-radius: 0;
    background-color: transparent;
    border: none;
    box-shadow: none;
}
.instructions .modal-header{
    border: none;
    padding-left: 0px;
}
.instructions .modal-title{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 30px;
}
.instructions .modal-body{
    padding:20px 30px;
    height: 55vh;
    background-color: #fff;
    overflow-y: scroll;
    box-shadow: inset 0 -2px 5px rgba(0,0,0,0.2);
}
.instructions .modal-body h3{
    font-size: 20px;
}
.instructions .modal-body p{
    font-family: lato;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}
.instructions .modal-body ul{
    padding-left: 20px;
}
.instructions .modal-body ul li{
    margin-bottom: 10px;
    line-height: 20px;
    font-family: lato;
    font-size: 14px;   
}
.instructions .modal-footer{
    text-align: left;
    border: none;
}
.instructions .modal-footer button{
    margin-top: 10px;
}
.instructions .modal-footer button i{
    margin-right: 8px;
}

.banner-column{
   background-color: #0c3d98;
   padding: 40px 40px;
}

.banner-column h1{
    color:#fff;
}


/**
* -----------------------------------------------------------
*   Inner Page Instructions
* -----------------------------------------------------------
*/

.form-instructions{
   margin-bottom: 10px;
}
.over-scroll{
    overflow-y: scroll;
    height: 400px;
}


/**
* -----------------------------------------------------------
*   Inner Page Header
* -----------------------------------------------------------
*/

.inner-pages header{
    padding: 10px 0;
}

.inner-pages header .logo{
    max-width: 230px;
    float: left;
    border-right: 1px solid #ccc;
    padding-right: 25px;
}
.inner-pages header .logo img{
    width:100%;
}
.inner-pages header .tagline{
     margin-left: 25px;
     float: left;
     width: 48%;
     width: calc(100% - 340px);
     width: -webkit-calc(100% - 340px);
     width: -moz-calc(100% - 340px);
     width: -o-calc(100% - 340px);
}
.inner-pages header .tagline p{
    margin-bottom: 0px;
    font-size:16px;
    line-height: 21px;
    color: #000;
    font-weight: 400;
    margin-top: -5px;
}

.user-meta {
    float: right;
    margin: 0px;
    padding:0px;
}
.user-meta li{
    display: inline-block;
}
.user-login{
    text-align: right;
    margin-right:15px;
    line-height: 19px;
}
.user-login p{
    font-size: 15px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 500;
}
.user-login p span{
    margin-right: 5px;
    position: relative;
}
.user-login p span:after{
    content: ":";
}
.user-login .reset-pass-link{
     font-size: 13px;
     color: #00a1e4;
}
.user-login .reset-pass-link:hover{
    color:#000;
}
.logout-btn a{
    padding: 7px 20px 7px 22px;
    background-color: #df0000;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    font-weight: 400;
    display: inline-block
}
.logout-btn a i{
    margin-left: 3px;
}

.logout-btn a:hover{
    background-color: #444;
}
.user-mobile-btn{
    background-color: #df0000;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 15px;
    float: right;
}

/**
* -----------------------------------------------------------
*   Inner Page TYPOGRAPHY
* -----------------------------------------------------------
*/

.inner-pages h1, .inner-pages h2, .inner-pages h3, .inner-pages h4, .inner-pages h5, .inner-pages h6
{
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 1.3;
    font-family: lato;
}

.inner-pages h2{
    font-size: 24px;
}
.inner-pages h3{
    font-size: 17px;  
}
.inner-pages h4{
    font-size: 14px;  
}
.inner-pages h5{
    font-size: 13px;  
}
.inner-pages h6{
    font-size: 12px;  
}

.fw-900{
    font-weight: 900 !important;
}
.fw-700{
    font-weight: 700 !important;
}
.fw-600{
    font-weight: 600 !important;
}
.fw-400{
    font-weight: 400 !important;
}
.fw-300{
    font-weight: 300 !important;
}


/* margin style */

.m-b-0{
    margin-bottom: 0px !important;
}
.m-x-0{
    margin-left: 0px !important;
    margin-right: 0px !important;
}
.m-y-0{
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.m-b-10{
    margin-bottom: 10px !important;
}
.m-b-20{
    margin-bottom: 20px !important;
}
.m-b-30{
    margin-bottom: 30px !important;
}
.m-b-40{
    margin-bottom: 40px !important;
}
.m-b-50{
    margin-bottom: 50px !important;
}
.m-b-60{
    margin-bottom: 60px !important;
}

.m-t-10{
    margin-top: 10px !important;
}
.m-t-20{
    margin-top: 20px !important;
}
.m-t-30{
    margin-top: 30px !important;
}
.m-t-40{
    margin-top: 40px !important;
}
.m-t-50{
    margin-top: 50px !important;
}
.m-t-60{
    margin-top: 60px !important;
}


.uppercase{
    text-transform: uppercase !important;
}

/**
* -----------------------------------------------------------
*   Inner Page button
* -----------------------------------------------------------
*/

.inner-pages .btn, .inner-pages .btn:not(.btn-link):not(.btn-circle){
   padding: 10px 23px; 
    border-radius: 0px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    background-color: #01379d;
    border: none;
}
.inner-pages .btn, .inner-pages .btn:not(.btn-link):not(.btn-circle):focus{
    box-shadow: none;
}
.inner-pages .btn i.fa-long-arrow-right{
    margin-left: 5px;
}
.inner-pages .btn i.fa-long-arrow-left{
    margin-right: 5px;
}

.inner-pages .btn:hover, .inner-pages .btn:not(.btn-link):not(.btn-circle):hover{
    background-color: #00a1e4;
}

.btn2{
    border:2px solid #00a1e4;
    color: #00a1e4;
    font-size: 13px;
    padding: 8px 18px;
    display: inline-block;
}
.btn2 i{
    margin-right: 5px;
}
.btn2:hover{
    color: #fff;
    background-color:#00a1e4;
    border-color:#00a1e4;
}

.inner-pages .btn-style1, .inner-pages .btn-style1:not(.btn-link):not(.btn-circle){
    background-color: #df0000;
}
.inner-pages .btn-style1, .inner-pages .btn-style1:not(.btn-link):not(.btn-circle):hover, .inner-pages .btn-style1, .inner-pages .btn-style1:not(.btn-link):not(.btn-circle):focus{
    background-color: #333;
}

/* btn small */

.inner-pages .btn-small, .inner-pages .btn-small:not(.btn-link):not(.btn-circle)
{
    padding: 8px 19px;
    font-size: 13px;
}


.sap{
    float: left; width: 100%;
    height: 1px ;
    background-color: #d8d7d7;
}

.badge{
    color: #fff;
    font-size: 14px;
    padding: 5px 14px;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top:-2px;
}

/**
* -----------------------------------------------------------
*   Inner Page Title
* -----------------------------------------------------------
*/

.title-section{
    background-color: #01379d;
    padding: 25px 0px;
}

h1.page-title{
    font-size: 32px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0px;
}
.page-title span{
        display: inline-block;
        width: 27px;
        height: 27px;
        border-radius: 50%;
        background-color: #00a1e4;
        color:#fff;
        line-height: 27px;
        font-size: 13px;
        text-align: center;
        vertical-align: middle;
        margin-top: -5px;
        margin-right: 2px;
    }
.form-step{
    font-size: 14px;
    color: #fff;
    float: right;
    font-weight: 500;
}


/**
* -----------------------------------------------------------
*   Inner Page Content
* -----------------------------------------------------------
*/

.page-content{
    background: url(../images/content-bg.jpg) left top repeat-y;
    background-size: 100%;
    padding: 50px 0px 80px;
    float: left;
    width: 100%;
}
.content-area, .form-section{
    background-color: #fff;
    box-shadow: 0 0 35px rgba(0,0,0,0.2);
    padding: 40px 20px;
    margin-bottom: 50px;
    float: left;
    width: 100%;
}
.field-group-heading{
    padding: 0 10px;
}
.form-group .des{
    font-size: 12px;
    color: #9c9c9c;
    margin-top: 7px;
}
.list {
    padding-left: 30px;
    margin-bottom: 30px;
}
.list li{
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}


/* form wizard */

.form-wizard{
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
.form-wizard ul{
    margin: 0px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
}
.form-wizard ul li{
    display: inline-block;
    padding: 20px 20px;
    box-shadow: 0 1px 5px rgba(0,0,0,0.2);
    background-color: #fff;
    margin-right: 0.3%;
}
.form-wizard ul li:last-child{
    margin-right: 0px;
}
.form-wizard ul li h3{
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    color: #5d5d5d;
    float: left;
    line-height: 27px;
    margin-bottom: 0px;
    font-weight: 500;
    -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; 
}
.form-wizard ul li.active h3, .form-wizard ul li:hover h3{
    color: #000;
}
.form-wizard ul li.completed h3{
    color: #df0000;
}

.form-wizard ul li span{
    width: 27px;
    height: 27px;
    line-height: 27px;
    background-color: #9c9c9c;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    float: left;
    -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; 
}

.form-wizard ul li.active span, .form-wizard ul li:hover span, .form-wizard ul li.completed span{
    background-color: #df0000;
}

/* form section title */

.form-section-title{
    margin-bottom: 10px;
}
.form-section-title h2{
    font-size: 22px;
    font-weight: 600;
}
.form-section-title .mendatory-info{
    font-size: 13px;
    color: #df0000;
}
.form-section-title .mendatory-info p{
    text-align: right;
}


/**
* -----------------------------------------------------------
*   Inner Page form
* -----------------------------------------------------------
*/

/* Radio input */
.demo-radio-button{
    margin-top: 7px;
}
.demo-radio-button label {
    margin-right: 15px;
    margin-bottom:0px;
}

[type="radio"]:checked + label {
    padding-left: 26px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
[type="radio"]:not(:checked) + label {
    padding-left: 26px;
    height: 25px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
[type="radio"].with-gap.radio-col-red:checked + label:before {
  border: 2px solid #df0000;
}
[type="radio"].with-gap.radio-col-red:checked + label:after {
    background-color: #df0000;
    border: 2px solid #df0000;
}
[type="radio"].radio-col-red:checked + label:after {
    background-color: #df0000;
    border-color: #df0000;
}


/* field info ( tooltop )*/

.popover{
    z-index: 999;
}
.bs-popover-auto[x-placement^=left], .bs-popover-left{
    margin-right: 4.0rem;
}
.field-info{
    text-align: center;
    display: inline-block;
    position: absolute;
    right: -20px;
    top: 38px;
    width: 27px;
    height: 30px;
    line-height: 30px;
    z-index:9999;
}
.field-info i{
    color:#ffa500;
    font-size: 20px;
   
}

/* Date Picker  */

.dtp div.dtp-date, .dtp div.dtp-time{
    background: #007d72;
}
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
    background: #009688;
}

.dtp-content .btn:not(.btn-link):not(.btn-circle) {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16), 0 2px 10px rgba(0, 0, 0, 0.12);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    border: none;
    font-size: 13px;
    outline: none;
    background-color: #eaeaea;
    padding: 5px 10px;
}

.dtp-content .btn:not(.btn-link):not(.btn-circle):hover{
    background-color: #007d72;
    color:#fff;
}

.dtp .p10 > a {
    color: #fff;
}
.dtp .dtp-close{
    line-height: 14px;
}
.dtp .dtp-buttons .dtp-btn-clear{
    margin-right: 10px;
}
.dtp .dtp-buttons .dtp-btn-ok{
    margin-left: 10px;
}
.dtp div.dtp-actual-year{
    color: #fff;
}
.dtp table.dtp-picker-days tr td a.selected {
    background: #007d72;
    color: #fff;
}
.inner-pages .form-control.datepicker{
    background: url(../images/calender-icon.png) calc(100% - 12px) center no-repeat;
    background-size: 16px;
}

/* bootstrap select  */

.inner-pages .form-group .custom-select {
    border-radius: 0px;
    padding: 10px 10px 9px;
    height: auto;
    font-size: 13px;
    color: #959595;
}

.inner-pages .form-group .custom-select option{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.inner-pages .form-group .custom-select:focus{
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.form-footer{
    text-align: center;
    float: left;
    width: 100%;
}

/* checkbox */

.checkbox-group label{
    margin-right: 30px;
    margin-bottom: 10px;
}

/* file upload */

.custom-file-label{
    border-radius: 0rem;
    color: #9e9e9e;
    font-weight: 600;
    font-size: 13px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
}
.custom-file-label::after{
    border-radius: 0rem;
    background-color: #f1f1f1;
    border-left: none;
    padding: 6px 25px;
    color: #989898;
    font-size: 14px;
}
.add-exp-section, .add-exp-section2{
    margin-bottom: 30px;
}
/* Dropzone ==================================== */
.dropzone {
  border:none;
  background-color: transparent;
  padding: 0px;
}

.dropzone .dz-message{
    background-color: #f8f8f8;
    border: 1px solid #dedede;
    padding: 30px;
    margin:30px 0;
    position: relative;
}
.dropzone.dz-started .dz-message{
    display: block;
}
.dropzone .dz-preview{
    position: absolute;
    left: 0px;
    top: 0px;
    margin: 7px 5px;
}
.dropzone .dz-preview .dz-image, .dropzone .dz-preview.dz-file-preview .dz-image{
   border-radius: 0px;
}
.dz-message h3, .dz-message p{
    text-align: center;
}
.dz-message h3{
    font-size: 22px; 
    line-height: 25px;
    margin-bottom: 7px;
}
.dz-message p{
    font-size: 14px;
    margin-bottom: 0px;
    color: #777;
    line-height: 19px;
}
.dz-message [class^="col-"]:first-child{
    padding-left: 15px;
}
.dz-message [class^="col-"]{
    padding:0 20px;
}
.add_photo i{
    font-size: 35px;
    display: block;
    color: #595959;
}
.add_photo h3{
    display: block;
    font-size: 17px;
    color: #595959;
    text-align:center;
}

.dz-drag-hover {
  border: 2px dashed #888 !important; }


/* Address  */

.copy-add .form-check{
    text-align: right;
    padding-left: 0px;
    padding-bottom: 10px;
}

.declaration{
    text-align: center;
}
.declaration h2{
    color: #df0000;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}
.declaration label{
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
    padding-left: 15px;
}
.declaration [type="checkbox"].filled-in:checked + label:before, .declaration [type="checkbox"].filled-in:not(:checked) + label:after, .declaration [type="checkbox"].filled-in:checked + label:after{
    top:3px;
}


/**
* -----------------------------------------------------------
*   Preview Info Page
* -----------------------------------------------------------
*/

.info-photo{
    display: inline-block; float: left; flex-wrap: wrap; text-align: center;
   
}
.info-photo img{
     border:3px solid #e4e4e4;
}
.info-photo + .info-photo{
    padding-left: 15px;
}
.info-photo .des{
    width: 100%;
    color: #7d7d7d;
    font-size: 13px;
    font-weight: bold;
    padding: 2px;
}
.sub-info ul{
    list-style: none;
    margin-bottom: 0px;
    width: 50%;
    float: left;
}
.sub-info ul li{
    color: #7d7d7d;
    margin-bottom: 8px;
    font-size: 14px;  
}
.prev-style-hd{
    background-color: #1e1e1e;
    display: inline-block;
    padding: 15px 21px;
    margin-bottom: 0;
    margin-left: 15px;
}
.prev-style-hd h2{
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 17px;
}
.input-label{
    font-size: 14px;
    font-weight: bold;
    color:#7d7d7d;
}

.input-value{
   font-size: 16px;
   color: #000;
   margin-bottom: 15px;
}
.input-value span{
    margin-right: 3px;
    position: relative;
    top: -1px;
}
.separator{
    float: left;
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin: 6px 0px 20px;
}

/**
* -----------------------------------------------------------
*   Payment Page
* -----------------------------------------------------------
*/

.tab-content{
    padding-top: 40px;
}
.nav-item.active{
    position: relative;
}
.nav-tabs{
    border-color:#df0000;
}
.nav-item.pmt_active:before, .nav-item.dd_active:before{
    content: '';
    position: absolute;
    top: -10px;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid #df0000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;  
}

.nav-item.dd_active:before{
    left:52px; 
}

.nav-item.pmt_active:before{
    left:193px; 
}

/**
* -----------------------------------------------------------
*   Inner Page extras
* -----------------------------------------------------------
*/

.empty-space-20, .empty-space-30, .empty-space-40, .empty-space-50, .empty-space-60, .empty-space-70, .empty-space-80{
    float: left;
    width: 100%;
}
.empty-space-20{
    height: 20px;
}
.empty-space-30{
    height: 30px;
}
.empty-space-40{
    height: 40px;
}
.empty-space-50{
    height: 50px;
}
.empty-space-60{
    height: 60px;
}
.empty-space-70{
    height: 70px;
}
.empty-space-80{
    height: 80px;
}
.two-column{
    padding: 0 30px;
}
.two-column + .two-column{
    margin-top: 30px;
}
.two-column .field-group-heading{
    padding-left: 5px;
}
.two-column > [class^="col-"]:first-child{
    padding-right:35px;
    padding-left: 0px;
}
.two-column > [class^="col-"] + [class^="col-"]{
    padding-left:35px;
    padding-right: 0px;
}
.inner-pages .two-column > [class^="col-"] .form-group{
    padding: 0 5px;
    float: left;
}
.inner-pages .two-column > [class^="col-"] .form-group .field-info{
    right: -26px;
}
.b-r-1{
    border-right:1px solid #d8d8d8;
}
.m-t-0{
    margin-top: 0px;
}
.m-b-30{
    margin-bottom: 30px;
}
.p-x-10{
    padding: 0 10px;
}



/**
* -----------------------------------------------------------
*   Inner Page footer
* -----------------------------------------------------------
*/

footer{
    padding: 10px 0px;
}
.contact-detail{
    margin: 0px;
    padding: 0px;
}
.contact-detail li{
    display: inline-block;
    padding: 0 12px;
    line-height: 15px;
}
.contact-detail li + li{
    border-left: 1px solid #ccc;
}
.contact-detail li a{
    font-size: 14px;
    color: #df0000;
    font-weight: 400;
}
.contact-detail li a i{
    margin-right: 3px;
}
.footer-copyright p{
  text-align: center;
  font-size: 14px;  
  margin-bottom: 0px;
}
.footer-powerby{
    text-align: right;
}

/**
* -----------------------------------------------------------
*  In Progress Loader...
* -----------------------------------------------------------
*/

#loader {
  position:fixed;
  left: 50%;
  top: 50%;
  z-index: 10000;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  border-bottom: 16px solid #3498db;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}