/*========================================
   01. Normalize CSS
========================================*/
html {
  font-family: sans-serif;
  font-size: 10px; }

body {
  margin: 0;
  font-size: 1.6rem;
  color: #111111;
  line-height: 2.8rem;
  position: relative;
  background: #fff;
  font-family: "Karla", sans-serif;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  min-height: 100vh; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1rem 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1.6rem; }

a {
  background-color: transparent;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }

a:hover {
  text-decoration: none; }

a:active,
a:hover,
a:focus {
  outline-width: 0;
  outline: none !important; }

abbr[title] {
  border-bottom: 1px dotted #ddd;
  text-decoration: none; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: 700; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1rem; }

dfn {
  font-style: italic; }

mark {
  background-color: #eee;
  color: #222; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25rem; }

sup {
  top: -0.5rem; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  max-width: 100%; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  margin: 0; }

button,
input {
  overflow: visible; }

button:focus,
input:focus {
  outline: none; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem; }

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5rem; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5rem; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
  clear: both; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote:before {
  content: "\efcd" !important;
  position: absolute;
  left: 0;
  font-size: 3rem;
  top: 0;
  font-family: IcoFont !important;
  color: #77DFD3; }

blockquote:after {
  content: "\efce" !important;
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 3rem;
  font-family: IcoFont !important;
  color: #77DFD3; }

body,
button,
input,
select,
textarea {
  color: #111111;
  font-family: "Karla", sans-serif;
  font-size: 1.6rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0 0 2rem;
  color: #111111;
  font-weight: 700; }

h1 {
  font-size: 65px; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 16px; }

p {
  margin: 0 0 2rem 0;
  font-size: 1.6rem;
  color: #111111;
  line-height: 2.4rem;
  font-weight: 400; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  padding: 0 4.5rem;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.4rem;
  line-height: 2.6rem;
  color: #77DFD3;
  position: relative;
  font-family: "Karla", sans-serif; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 400;
  margin-top: 0.5rem;
  font-family: "Karla", sans-serif;
  font-size: 1.6rem;
  color: #111111; }

address {
  margin: 0 0 1.5rem;
  line-height: 24px; }

pre {
  background: #eee;
  font-size: 1rem;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #eee;
  text-decoration: none; }

big {
  font-size: 125%; }

:focus {
  outline: none; }

.ic-form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.ic-form-row > .col, .ic-form-row > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem; }

label {
  color: #111111;
  font-weight: 700;
  margin-bottom: 0.5rem; }

fieldset {
  margin-bottom: 1rem; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  background: #fff;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 3px;
  border-radius: 4px;
  display: block;
  padding: 0.7em;
  width: 100%;
  margin-bottom: 0;
  outline: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #222;
  border-color: #111111; }

select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5rem; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400; }

button,
input[type="button"],
input[type="submit"] {
  background-color: #222;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0;
  text-shadow: none; }

input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em; }

::-webkit-input-placeholder {
  color: #111111;
  font-family: "Karla", sans-serif; }

:-moz-placeholder {
  color: #111111;
  font-family: "Karla", sans-serif; }

::-moz-placeholder {
  color: #111111;
  font-family: "Karla", sans-serif;
  opacity: 1; }

:-ms-input-placeholder {
  color: #111111;
  font-family: "Karla", sans-serif; }

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 !important;
  padding: 0; }

ul {
  list-style: disc;
  margin-left: 2.5rem; }

ul.list-none,
ol.list-none {
  list-style: none; }

ol {
  list-style: decimal;
  margin-left: 2.5rem; }

li > ul,
li > ol {
  margin-left: 2.5rem; }

dt {
  font-weight: 700;
  line-height: 24px;
  margin: 0 1.5em; }

dd {
  margin: 0 1.5em 1.5em;
  line-height: 24px; }

/*=========================Table CSS=====================*/
table {
  border-collapse: collapse;
  margin: 0 0 4rem;
  width: 100%; }
  table tr {
    border: none;
    background-color: #E6E6E6; }
    table tr:nth-child(even) {
      background-color: #ACDCED; }
    table tr th {
      font-weight: 400;
      padding: 1rem 1rem;
      text-align: center;
      line-height: 22px;
      border: 2px solid #fff;
      background-color: #77DFD3;
      color: #fff;
      position: relative; }
      table tr th:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; }
      table tr th:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; }
    table tr td {
      padding: 1rem 1rem;
      text-align: center;
      line-height: 22px;
      border: 2px solid #fff; }
      table tr td:first-child {
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px; }
      table tr td:last-child {
        border-top-right-radius: 8px;
        border-bottom-right-radius: 8px; }
  table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    padding: 1rem 2rem 1rem 1rem;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 97% 50%;
    background-size: 15px; }
  table.dataTable thead .sorting {
    background-image: url(../../images/icon/sort.svg); }
  table.dataTable thead .sorting_asc {
    background-image: url(../../images/icon/sort-up.svg);
    background-size: 12px; }
  table.dataTable thead .sorting_desc {
    background-image: url(../../images/icon/sort-down.svg);
    background-size: 12px; }

.dataTables_length label {
  display: block; }

/*=================== Form CSS ==================*/
.form-group {
  margin-bottom: 2rem; }

.form-row {
  margin-right: -10px;
  margin-left: -10px; }

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px; }

select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: 98% 8px;
  background-size: 20px;
  background-image: url(../../images/icon/thin-down.png); }

.form-control {
  display: block;
  width: 100%;
  height: 4rem;
  padding: 0 1rem;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #111111;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #77DFD3 !important;
  border-radius: 3px !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  outline: none;
  box-shadow: none; }
  .form-control:focus {
    color: #111111;
    border-color: #26BEAC !important;
    outline: 0;
    box-shadow: none; }
  .form-control.required {
    border: 1px solid red !important; }

input[type="submit"].ic-custom-btn {
  background-color: #54CFC0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  line-height: 4rem;
  font-weight: 400;
  padding: 0 2rem;
  text-shadow: none; }
  input[type="submit"].ic-custom-btn:hover {
    background-color: #26BEAC; }

.ic-error-msg {
  font-size: 14px;
  color: red; }

/*========================Pagination========================*/
.ic-pagination {
  list-style: none; }
  .ic-pagination li {
    display: inline-block;
    margin: 0 2px; }
    .ic-pagination li a {
      min-height: 3rem;
      min-width: 3rem;
      padding: 0 1rem;
      border-radius: 2px;
      line-height: 3rem;
      text-align: center;
      color: #fff;
      display: inline-block;
      font-size: 16px;
      background-color: #CCCCCC; }
      .ic-pagination li a:hover, .ic-pagination li a.active {
        background: #77DFD3; }
      @media only screen and (max-width: 575.98px) {
        .ic-pagination li a {
          min-height: 4rem;
          min-width: 4rem;
          line-height: 4rem;
          font-size: 1.6rem; } }
      @media only screen and (max-width: 480px) {
        .ic-pagination li a {
          min-height: 3rem;
          min-width: 3rem;
          line-height: 3rem;
          font-size: 1.4rem; } }

/*========================Bootstrap Pagination========================*/
.page-link {
  position: relative;
  display: block;
  padding: 0 1rem;
  min-height: 3rem;
  border-radius: 2px;
  margin: 0 8px;
  margin-left: -1px;
  line-height: 3rem;
  color: #fff;
  background-color: #ccc;
  border: none; }

.page-link:hover {
  color: #fff;
  background-color: #77DFD3;
  border-color: transparent; }

.page-item.active .page-link {
  color: #fff;
  background-color: #77DFD3;
  border-color: #fff; }

.page-link:focus {
  box-shadow: none; }

.page-item.disabled .page-link {
  color: #fff;
  pointer-events: none;
  background-color: #ccc;
  border-color: transparent; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px; }

.page-item:last-child .page-link {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px; }

/*-----------sweetAlert------------*/
.sweet-alert h2 {
  margin-bottom: 1rem; }

.sweet-alert .btn {
  font-size: 1.4rem;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  padding: .5rem 2.5rem;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 1;
  outline: none;
  background: #54CFC0;
  margin: 0 5px; }
  .sweet-alert .btn:hover {
    color: #fff;
    background: #26BEAC; }
  .sweet-alert .btn.btn-danger {
    background-color: #dc3545; }
    .sweet-alert .btn.btn-danger:hover {
      background-color: #c82333;
      border-color: #c82333; }
  .sweet-alert .btn.btn-primary {
    color: #fff;
    background-color: #54CFC0;
    border-color: #54CFC0; }
    .sweet-alert .btn.btn-primary:hover, .sweet-alert .btn.btn-primary:focus {
      box-shadow: none;
      background-color: #26BEAC;
      border-color: #26BEAC; }

/*========================Select Checkbox========================*/
.checkbox-group > label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .checkbox-group > label > span {
    margin-right: 2px; }

.select-all-label {
  margin-left: 4px; }

label label {
  margin-bottom: 0;
  font-weight: 600 !important; }

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  left: -99999px; }

[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  line-height: 2.4rem;
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0; }

[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 15px;
  width: 15px;
  border: 1px solid #54CFC0; }

[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 1px;
  position: absolute;
  height: 13px;
  cursor: pointer;
  width: 13px;
  border: 2px solid #fff;
  background-color: #54CFC0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

[type="checkbox"]:checked + label:after {
  opacity: 1; }

.ic-checkboxes {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none; }
  .ic-checkboxes li {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-bottom: 5px;
    padding-right: 10px; }
    @media only screen and (max-width: 767.98px) {
      .ic-checkboxes li {
        -webkit-flex: 0 0 33.33%;
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%; } }
    @media only screen and (max-width: 575.98px) {
      .ic-checkboxes li {
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%; } }
    @media only screen and (max-width: 375px) {
      .ic-checkboxes li {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .ic-checkboxes .ic-radio-input-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.5rem; }
    .ic-checkboxes .ic-radio-input-wrap .ic-radio-input {
      margin-right: 3rem; }
      .ic-checkboxes .ic-radio-input-wrap .ic-radio-input:last-child {
        margin-right: 0; }

/*========================================
   33. Coming Soon CSS
========================================*/
.ic-coming-soon {
  min-height: 100vh;
  padding: 4rem 0;
  background-image: url(../images/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: relative; }
  @media only screen and (max-width: 1280px) {
    .ic-coming-soon {
      padding: 2rem 0; } }
  @media only screen and (max-width: 575.98px) {
    .ic-coming-soon {
      z-index: 1; }
      .ic-coming-soon::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background: rgba(255, 255, 255, 0.6); } }
  .ic-coming-soon .ic-main-content h2 {
    font-size: 48px;
    font-weight: 700;
    color: #28AAA9;
    text-transform: uppercase; }
    @media only screen and (max-width: 767.98px) {
      .ic-coming-soon .ic-main-content h2 {
        font-size: 34px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 375px) {
      .ic-coming-soon .ic-main-content h2 {
        font-size: 28px; } }
    .ic-coming-soon .ic-main-content h2 span {
      display: block;
      font-weight: 400;
      color: #00033D;
      font-size: 32px; }
      @media only screen and (max-width: 767.98px) {
        .ic-coming-soon .ic-main-content h2 span {
          font-size: 24px; } }
      @media only screen and (max-width: 375px) {
        .ic-coming-soon .ic-main-content h2 span {
          font-size: 20px; } }
  .ic-coming-soon .ic-main-content p {
    color: #00033D;
    font-size: 24px; }
    @media only screen and (max-width: 767.98px) {
      .ic-coming-soon .ic-main-content p {
        font-size: 18px; } }
    @media only screen and (max-width: 375px) {
      .ic-coming-soon .ic-main-content p {
        font-size: 16px; } }
  .ic-coming-soon .ic-copyright-text p {
    line-height: 3rem; }
    .ic-coming-soon .ic-copyright-text p a {
      font-weight: 700;
      color: #28AAA9; }

/*# sourceMappingURL=style.css.map */
