ol,
ul,
dl {
  padding:0;
  margin-bottom: 0;
}

figure {
  margin: 0 0 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1, .h1 {
    font-size: 2.5rem;
}

h2, .h2 {
    margin-bottom: 30px;
    font-size: 2.4rem; font-weight: 700;
}
.h2_title{
  padding-bottom: 15px;
  border-bottom: 1px solid #D2DCE8;
}
h3, .h3 {
    font-size: 2.2rem; font-weight: 400;
}

h4, .h4 {
    font-size: 1.5rem;
}

h5, .h5 {
    font-size: 1.25rem;
}

h6, .h6 {
    font-size: 1rem;
}
p{
  margin-bottom: 0;
}
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

/* .row {  
  margin-right: -10px;
  margin-left: -10px;
} */

/* .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
} */

@media (min-width: 1240px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1240px;
    }
}

/* Buttons */
.btn{
  padding:1.2rem 2.1rem;
  border-radius: 8px;
  font-size: 1.6rem; font-weight: 600;     
}
.btn.focus, .btn:focus {
  outline: 0;
}
.btn-primary {
  color: #fff;
  background: #01AAA4;
  border-color: transparent;
}

.btn-primary:hover {
  color: #fff;
  background: #018d88;
  border-color: transparent;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background: #018d88;
  border-color: transparent;
  box-shadow: 0 0 0 0.2rem rgba(0,92,171, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #8F8F8F;
    border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background: linear-gradient(45deg, #623B74, #003E74);
  border-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,92,171, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color:#B1BBC9;
  border-color: #B1BBC9;
}

.btn-secondary:hover {
  background-color: #A1ABB8;
  border-color: #A1ABB8;
}

.btn-secondary:focus, .btn-secondary.focus {
  background-color: #A1ABB8;
  border-color: #A1ABB8;
  box-shadow: 0 0 0 0.2rem rgba(53, 66, 80, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #A1ABB8;
    border-color: #A1ABB8;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #99A0AB;
  border:1px solid #99A0AB;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(53, 66, 80, 0.5);
}
.btn-link {
  font-weight: 400;
  color: #E56F15;
  text-decoration: none;
}

.btn-link:hover {
  color: #D46613;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 1.7rem 3rem;
  font-size: 1.7rem;
  line-height: 1.5;  
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.6rem 1.5rem;
  font-size: 1.4rem;
  line-height: 1.5;  
}

.btn-outline-primary {
  color: #E56F15;
  border-color: #1383E2;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #E56F15;
  border-color: #E56F15;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0,92,171, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  opacity: 0.7;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #D46613;
  border-color: #D46613;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0,92,171, 0.5);
}

.btn-outline-secondary {
  color: #3C3C3C;
  border-color: #B1BBC9;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #B1BBC9;
  border-color: #B1BBC9;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 187, 201, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    opacity: 0.7;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #A1ABB8;
  border-color: #A1ABB8;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(177, 187, 201, 0.5);
}

.btn-outline-light {
  color: #5F6F81;
  border-color: #D2DCE8;
}

.btn-outline-light:hover {
  color: #5F6F81;
  background-color: #D2DCE8;
  border-color: #D2DCE8;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 111, 129, 0.25);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: rgba(95, 111, 129, 0.5);
  background-color: #F1F4F9;
  border-color: #F1F4F9;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
  color: #fff;
  background-color: #3C3C3C;
  border-color: #3C3C3C;
}

.btn-dark:hover {
  color: #fff;
  background-color: #2A2A2A;
  border-color: #2A2A2A;
}

.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #2A2A2A;
  border-color: #2A2A2A;
  box-shadow: 0 0 0 0.2rem rgba(60, 60, 60, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #3C3C3C;
    border-color: #3C3C3C;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #212121;
  border-color: #212121;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
/* Background Color */
.bg-primary {
  background-color: #E56F15 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #D46613!important;
}

.bg-secondary {
  background:#354250;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #2F3842 !important;
}
.bg-light {
background-color: #F2F3F7 !important;
}
  
a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
    background-color: #E8ECF5 !important;
}

/* Badge */
.badge {    
    padding: 0.6rem 1rem;
}
.badge-primary {
    color: #fff;
    background:#E56F15;
}
  
a.badge-secondary:hover, a.badge-secondary:focus {
   color: #fff;
   background-color: #545b62;
}
  
a.badge-secondary:focus, a.badge-secondary.focus {
   outline: 0;
   box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
/* Paginataion */

.page-link{
  width:40px; height:40px; padding: 0; margin:0 1.5px;
  border:none; border-radius: 0; background-color: transparent;
  color:#999999; font-size: 1.7rem; text-align: center; line-height: 40px;  
}
.page-item.active .page-link{
  background-color: #E56F15;
  color:#fff;
  
}
.page-link:hover{  
  color: #E56F15;
}
.page-link:hover{
  background-color: transparent;
}
.page-item:last-child .page-link{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.page-item:first-child .page-link{
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* Table */
.table th,
.table td {
  padding: 1.25rem;
  vertical-align: middle;
  border-top: 1px solid #dee2e6;
}
.table thead th{
  border-top: 2px solid #dee2e6;
  border-bottom:1px solid #dee2e6;
}
.table thead th{
  color:#999999; font-weight: 400;
}
.table tbody td{
  color:#333333; font-size: 1.5rem;
}
/* Form */
.form-control {
  height: calc(1.5em + 2.4rem + 2px); padding: 0.375rem 1.5rem;  
  border-color: #D4DCE5; border-radius: 0; background-color: #fff;
  font-size: 1.6rem;
}
select.form-control{
  background: url(../img/bg_select.png) no-repeat right 16px top 50%; background-size: 8px 6px;
  cursor: pointer;
}
select option[value=""][disabled] {
	display: none;
}
textarea.form-control{
  height:calc(1.5em + 15rem + 2px); padding:1rem 1.5rem;
}
.form-group {
  position:relative;
}
.form-group label{
  font-size: 1.4rem;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  border-color: #1383E2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,92,171, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #7E93A8;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #7E93A8;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #7E93A8;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #7E93A8;
  opacity: 1;
}

.form-control::placeholder {
  color: #7E93A8;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #F6F8FB;  
}

/* form */
.form-check input{
  display: none;
}

.form-check {
  padding-left: 0;  
}

.form-check-label {
    display: flex; align-items: center; cursor: pointer; 
  font-weight: 400;
}
.chkbox{
  display: inline-block; flex-shrink: 0; width:3.2rem; height:3.2rem; margin-right: 8px; line-height: 3.2rem; text-align: center;
  color: #B1BBC9; border-radius: 0px; background-color: transparent; transition: all 0.2s ease-in;
  border:1px solid #B1BBC9;
}
.chkbox.radio{
  border-radius: 50%;
}
.chkbox-lg{
  width:20px; height:20px;
}
.chkbox i{
  width:100%; height:100%;
  color:#fff; font-size: 1.8rem;
  transition: all 0.2s ease-in;
}
.form-text{
  margin-top: 12px;
}
.form-check-input[type="radio"] + .form-check-label .chkbox{
    border-radius: 50%;
}
.form-check .form-check-input:checked + .form-check-label .chkbox{
  background-color: #1C3143; border:1px solid #1383E2;
}
.form-check .form-check-input:checked + .form-check-label .chkbox i{
    color:#1383E2;
}
.form-check-input[disabled] ~ .form-check-label .chkbox, .form-check-input:disabled ~ .form-check-label .chkbox{
    opacity: 0.6;
}

.form-control-sm {
  height: calc(1.7em + 0.9rem + 2px);
  padding: 0.25rem 1.3rem;
  font-size: 1.4rem;
}
select.form-control-sm{
  padding: 0.25rem 2.4rem 0.25rem 1.3rem;
}
.form-control-lg {
  height: calc(1.5em + 3.6rem + 2px);
  padding: 0.5rem 1.6rem;
  font-size: 1.9rem;
  line-height: 1.5;
}
/* Text Color */
a:hover{
    color:inherit;
    text-decoration:none;
}
a.text-primary:hover, a.text-primary:focus {
    color: #0068d6  !important;
}
.text-primary {
    color: #E56F15 !important;
}
.text-secondary {
    color: #B2BBC8 !important;
}
a.text-secondary:hover, a.text-secondary:focus {
    color: #a1a9b4 !important;
}
.text-warning {
    color: #F9A33B !important;
}
a.text-warning:hover, a.text-warning:focus {
    color: #DB8F33 !important;
}
.text-danger {
    color: #FF4B5E !important;
}
a.text-danger:hover, a.text-danger:focus {
    color: #E54254 !important;
}
.text-success {
    color: #4BA3FF !important;
}
a.text-success:hover, a.text-success:focus {
    color: #448EDC!important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important;
}

.text-semidark {
  color: #5F6F81 !important;
}
a.text-semidark:hover, a.text-dark:focus {
  color: #4c5866 !important;
}

.text-darkgray {
  color: #8E9AA7 !important;
}
a.text-darkgray:hover, a.text-semidark:focus {
  color: #7e8894 !important;
}

.text-gray {
  color: #B2BFC8 !important;
}
a.text-gray:hover, a.text-gray:focus {
  color: #a7b2bb !important;
}

.text-lightgray {
  color: #D2DFE8 !important;
}
a.text-lightgray:hover, a.text-lightgray:focus {
  color: #cbd7df !important;
}

.text-light {
  color: #E8ECF5 !important;
}
a.text-light:hover, a.text-light:focus {
  color: #dfe2eb !important;
}

.text-exlight {
  color: #F1F4F9 !important;
}
a.text-exlight:hover, a.text-exlight:focus {
  color: #e7eaee !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}
.text-underline{
  text-decoration: underline;
}
/* Borders */
.border-primary{
    border-color: #E56F15!important;
}

/* Rounded */
.rounded {
  border-radius: 1rem !important;
}

  
  @media (min-width: 576px) {
    .container,
    .container-fluid,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
      margin-right: auto;
      margin-left: auto;
    }

    /* .row {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-right: -20px;
      margin-left: -20px;
    } */

    /* .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto {
      position: relative;
      width: 100%;
      padding-right: 20px;
      padding-left: 20px;
    } */

    .btn {
        padding: 1.3rem 3.2rem;
        font-size: 1.6rem;
    }
    .btn-sm, .btn-group-sm > .btn {
      padding: 0.975rem 3rem;
      font-size: 1.5rem;
    }
    .form-control {
      height: calc(1.5em + 2.6rem + 2px);
    }
    .form-control-sm{
      height: calc(1.5em + 1.15rem + 2px);
    }
    
  }
  
  @media (min-width: 768px) {
    h2, .h2 {        
        font-size: 3rem; font-weight: 700;
    }
    h3, .h3{
        font-size: 2.2rem;
    }
    h4, .h4 {
        font-size: 1.8rem;
    }
    .btn-lg, .btn-group-lg > .btn {
        padding: 1.75rem 6rem;
        font-size: 1.9rem;
        line-height: 1.5;  
    }
  }
  
  @media (min-width: 992px) {
    h1, .h1 {        
      font-size: 5rem; font-weight: 700;
    }
    h2, .h2 {        
      margin-bottom: 60px;
      font-size: 4.6rem; font-weight: 700;
    }
    h3, .h3 {        
        font-size: 3.2rem; font-weight: 400;
    }
    h4, .h4 {        
      font-size: 1.8rem; font-weight: 600;
    }
}
  
  @media (min-width: 1200px) {
    
  }