@charset "UTF-8";
/* $blue:    #007bff !default; */
/* @font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(../vendor/material-icons/MaterialIcons-Regular.eot);

    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../vendor/material-icons//MaterialIcons-Regular.woff2) format('woff2'), url(../vendor/material-icons//MaterialIcons-Regular.woff) format('woff'), url(../vendor/material-icons//MaterialIcons-Regular.ttf) format('truetype');
} */
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.2em;
  margin: -0.2em -0.1em 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: "liga";
}

.material-icons-15 {
  font-size: 1.5em;
  margin: -0.1em -0.1em 0;
}

.material-icons-18 {
  font-size: 1.8em;
  margin: -0.1em -0.1em 0;
}

.btn {
  border-radius: 5px;
}
.btn.btn-black {
  background: #000;
  color: #fff;
  border-color: transparent;
  box-shadow: 5px 6px 20px rgba(0, 0, 0, 0.43);
}
.btn.btn-black:hover, .btn.btn-black:focus, .btn.btn-black:active, .btn.btn-black.active {
  color: #fff;
  background: #262626;
}
.btn.btn-success {
  color: #28a745;
  background: rgba(40, 167, 69, 0.1);
  border-color: transparent;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active, .btn.btn-success.active {
  color: #fff;
  background: #28a745;
  box-shadow: 0 4px 17px rgba(40, 167, 69, 0.35);
}
.btn.btn-danger {
  color: #c82333;
  background: rgba(200, 35, 51, 0.1);
  border-color: transparent;
}
.btn.btn-danger:hover, .btn.btn-danger:focus, .btn.btn-danger:active, .btn.btn-danger.active {
  color: #fff;
  background: #c82333;
  box-shadow: 0 4px 17px rgba(200, 35, 51, 0.35);
}
.btn.btn-warning {
  color: #212529;
  background: rgba(255, 193, 7, 0.3);
  border-color: transparent;
}
.btn.btn-warning:hover, .btn.btn-warning:focus, .btn.btn-warning:active, .btn.btn-warning.active {
  color: #212529;
  background: #ffc107;
  box-shadow: 0 4px 17px rgba(255, 193, 7, 0.5);
}
.btn.btn-outline {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}
.btn.btn-outline:hover, .btn.btn-outline:focus, .btn.btn-outline:active, .btn.btn-outline.active {
  box-shadow: 0 2px 25px rgba(235, 32, 39, 0.3);
}
.btn.btn-outline-primary {
  color: #1c3b94;
  background: transparent;
  border: 1px solid #1c3b94;
}
.btn.btn-outline-primary:hover, .btn.btn-outline-primary:focus, .btn.btn-outline-primary:active, .btn.btn-outline-primary.active {
  box-shadow: 0 2px 25px rgba(235, 32, 39, 0.3);
}
.btn.btn-theam-secondary {
  color: #eb2027;
  background: #fff;
  font-weight: 600;
}
.btn.btn-theam-secondary:hover, .btn.btn-theam-secondary:focus, .btn.btn-theam-secondary:active, .btn.btn-theam-secondary.active {
  box-shadow: 0 2px 25px rgba(235, 32, 39, 0.3);
  background: #eb2027;
  color: #fff;
}
.btn.btn-theam-secondary:hover.btn-theam-icon i, .btn.btn-theam-secondary:focus.btn-theam-icon i, .btn.btn-theam-secondary:active.btn-theam-icon i, .btn.btn-theam-secondary.active.btn-theam-icon i {
  color: #fff;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-theam-secondary.btn-theam-icon {
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.btn.btn-theam-secondary.btn-theam-icon i {
  margin-left: 0.5rem;
  color: #1c3b94;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-theam-secondary-1 {
  color: #fff;
  background: #eb2027;
  font-weight: 600;
}
.btn.btn-theam-secondary-1:hover, .btn.btn-theam-secondary-1:focus, .btn.btn-theam-secondary-1:active, .btn.btn-theam-secondary-1.active {
  box-shadow: 0 2px 25px rgba(28, 59, 148, 0.3);
  background: #1c3b94;
  color: #fff;
}
.btn.btn-theam-secondary-1:hover.btn-theam-icon i, .btn.btn-theam-secondary-1:focus.btn-theam-icon i, .btn.btn-theam-secondary-1:active.btn-theam-icon i, .btn.btn-theam-secondary-1.active.btn-theam-icon i {
  color: #fff;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-theam-secondary-1.btn-theam-icon {
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.btn.btn-theam-secondary-1.btn-theam-icon i {
  margin-left: 0.5rem;
  color: #fff;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-theam-primary {
  color: #fff;
  background: #1c3b94;
  font-weight: 600;
}
.btn.btn-theam-primary:hover, .btn.btn-theam-primary:focus, .btn.btn-theam-primary:active, .btn.btn-theam-primary.active {
  box-shadow: 0 2px 25px rgba(235, 32, 39, 0.3);
  background: #eb2027;
  color: #fff;
}
.btn.btn-theam-primary:hover.btn-theam-icon i, .btn.btn-theam-primary:focus.btn-theam-icon i, .btn.btn-theam-primary:active.btn-theam-icon i, .btn.btn-theam-primary.active.btn-theam-icon i {
  color: #fff;
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-theam-primary.btn-theam-icon {
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
.btn.btn-theam-primary.btn-theam-icon i {
  margin-left: 0.5rem;
  color: #fff;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-theam-secondary-gradient {
  color: #fff;
  background-image: linear-gradient(90deg, #f48169 0%, #eb2027 100%);
  font-weight: 600;
}
.btn.btn-theam-secondary-gradient:hover, .btn.btn-theam-secondary-gradient:focus, .btn.btn-theam-secondary-gradient:active, .btn.btn-theam-secondary-gradient.active {
  box-shadow: 0 2px 25px rgba(28, 59, 148, 0.3);
  background-image: linear-gradient(30deg, #3c65da 10%, #1c3b94 50%);
}
.btn.btn-icon {
  height: 50px;
  width: 50px;
  padding: 0;
}
.btn.btn-icon-primary {
  color: #1c3b94;
  background: #fff;
}
.btn.btn-icon-primary:hover, .btn.btn-icon-primary:focus, .btn.btn-icon-primary:active, .btn.btn-icon-primary.active {
  color: #fff;
  background-color: #1c3b94;
}
.btn.btn-icon-secondary {
  color: #eb2027;
  background: #fff;
}
.btn.btn-icon-secondary:hover, .btn.btn-icon-secondary:focus, .btn.btn-icon-secondary:active, .btn.btn-icon-secondary.active {
  color: #fff;
  background-color: #eb2027;
}
.btn.btn-app {
  height: 50px;
  width: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.btn-app img, .btn.btn-app svg, .btn.btn-app i {
  height: 35px;
  width: 35px;
}
.btn.btn-app:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  box-shadow: 0px 15px 10px -15px #111;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.btn-hover-border {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn-hover-border:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* Gutter X */
.row.gutter-x-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row.gutter-x-10 > .col, .row.gutter-x-10 > [class*=col-] {
  padding-left: 10px;
  padding-right: 10px;
}

.row.gutter-x-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.row.gutter-x-5 > .col, .row.gutter-x-5 > [class*=col-] {
  padding-left: 5px;
  padding-right: 5px;
}

/* / Gutter X */
.row.gutter-y-50, .form-row.gutter-y-50 {
  margin-top: -50px;
}
.row.gutter-y-50 > .col, .row.gutter-y-50 > [class*=col-], .form-row.gutter-y-50 > .col, .form-row.gutter-y-50 > [class*=col-] {
  margin-top: 50px;
}

.row.gutter-y-45, .form-row.gutter-y-45 {
  margin-top: -45px;
}
.row.gutter-y-45 > .col, .row.gutter-y-45 > [class*=col-], .form-row.gutter-y-45 > .col, .form-row.gutter-y-45 > [class*=col-] {
  margin-top: 45px;
}

.row.gutter-y-40, .form-row.gutter-y-40 {
  margin-top: -40px;
}
.row.gutter-y-40 > .col, .row.gutter-y-40 > [class*=col-], .form-row.gutter-y-40 > .col, .form-row.gutter-y-40 > [class*=col-] {
  margin-top: 40px;
}

.row.gutter-y-35, .form-row.gutter-y-35 {
  margin-top: -35px;
}
.row.gutter-y-35 > .col, .row.gutter-y-35 > [class*=col-], .form-row.gutter-y-35 > .col, .form-row.gutter-y-35 > [class*=col-] {
  margin-top: 35px;
}

.row.gutter-y-30, .form-row.gutter-y-30 {
  margin-top: -30px;
}
.row.gutter-y-30 > .col, .row.gutter-y-30 > [class*=col-], .form-row.gutter-y-30 > .col, .form-row.gutter-y-30 > [class*=col-] {
  margin-top: 30px;
}

.row.gutter-y-25, .form-row.gutter-y-25 {
  margin-top: -25px;
}
.row.gutter-y-25 > .col, .row.gutter-y-25 > [class*=col-], .form-row.gutter-y-25 > .col, .form-row.gutter-y-25 > [class*=col-] {
  margin-top: 25px;
}

.row.gutter-y-20, .form-row.gutter-y-20 {
  margin-top: -20px;
}
.row.gutter-y-20 > .col, .row.gutter-y-20 > [class*=col-], .form-row.gutter-y-20 > .col, .form-row.gutter-y-20 > [class*=col-] {
  margin-top: 20px;
}

.row.gutter-y-15, .form-row.gutter-y-15 {
  margin-top: -15px;
}
.row.gutter-y-15 > .col, .row.gutter-y-15 > [class*=col-], .form-row.gutter-y-15 > .col, .form-row.gutter-y-15 > [class*=col-] {
  margin-top: 15px;
}

.row.gutter-y-10, .form-row.gutter-y-10 {
  margin-top: -10px;
}
.row.gutter-y-10 > .col, .row.gutter-y-10 > [class*=col-], .form-row.gutter-y-10 > .col, .form-row.gutter-y-10 > [class*=col-] {
  margin-top: 10px;
}

.row.gutter-y-5, .form-row.gutter-y-5 {
  margin-top: -5px;
}
.row.gutter-y-5 > .col, .row.gutter-y-5 > [class*=col-], .form-row.gutter-y-5 > .col, .form-row.gutter-y-5 > [class*=col-] {
  margin-top: 5px;
}

/* sm */
@media (min-width: 576px) {
  .row.gutter-y-sm-50 {
    margin-top: -50px;
  }
  .row.gutter-y-sm-50 > .col, .row.gutter-y-sm-50 > [class*=col-] {
    margin-top: 50px;
  }

  .row.gutter-y-sm-45 {
    margin-top: -45px;
  }
  .row.gutter-y-sm-45 > .col, .row.gutter-y-sm-45 > [class*=col-] {
    margin-top: 45px;
  }

  .row.gutter-y-sm-40 {
    margin-top: -40px;
  }
  .row.gutter-y-sm-40 > .col, .row.gutter-y-sm-40 > [class*=col-] {
    margin-top: 40px;
  }

  .row.gutter-y-sm-35 {
    margin-top: -35px;
  }
  .row.gutter-y-sm-35 > .col, .row.gutter-y-sm-35 > [class*=col-] {
    margin-top: 35px;
  }

  .row.gutter-y-sm-30 {
    margin-top: -30px;
  }
  .row.gutter-y-sm-30 > .col, .row.gutter-y-sm-30 > [class*=col-] {
    margin-top: 30px;
  }

  .row.gutter-y-sm-25 {
    margin-top: -25px;
  }
  .row.gutter-y-sm-25 > .col, .row.gutter-y-sm-25 > [class*=col-] {
    margin-top: 25px;
  }

  .row.gutter-y-sm-20 {
    margin-top: -20px;
  }
  .row.gutter-y-sm-20 > .col, .row.gutter-y-sm-20 > [class*=col-] {
    margin-top: 20px;
  }

  .row.gutter-y-sm-15 {
    margin-top: -15px;
  }
  .row.gutter-y-sm-15 > .col, .row.gutter-y-sm-15 > [class*=col-] {
    margin-top: 15px;
  }

  .row.gutter-y-sm-10 {
    margin-top: -10px;
  }
  .row.gutter-y-sm-10 > .col, .row.gutter-y-sm-10 > [class*=col-] {
    margin-top: 10px;
  }

  .row.gutter-y-sm-5 {
    margin-top: -5px;
  }
  .row.gutter-y-sm-5 > .col, .row.gutter-y-sm-5 > [class*=col-] {
    margin-top: 5px;
  }
}
/* md */
@media (min-width: 768px) {
  .row.gutter-y-md-50 {
    margin-top: -50px;
  }
  .row.gutter-y-md-50 > .col, .row.gutter-y-md-50 > [class*=col-] {
    margin-top: 50px;
  }

  .row.gutter-y-md-45 {
    margin-top: -45px;
  }
  .row.gutter-y-md-45 > .col, .row.gutter-y-md-45 > [class*=col-] {
    margin-top: 45px;
  }

  .row.gutter-y-md-40 {
    margin-top: -40px;
  }
  .row.gutter-y-md-40 > .col, .row.gutter-y-md-40 > [class*=col-] {
    margin-top: 40px;
  }

  .row.gutter-y-md-35 {
    margin-top: -35px;
  }
  .row.gutter-y-md-35 > .col, .row.gutter-y-md-35 > [class*=col-] {
    margin-top: 35px;
  }

  .row.gutter-y-md-30 {
    margin-top: -30px;
  }
  .row.gutter-y-md-30 > .col, .row.gutter-y-md-30 > [class*=col-] {
    margin-top: 30px;
  }

  .row.gutter-y-md-25 {
    margin-top: -25px;
  }
  .row.gutter-y-md-25 > .col, .row.gutter-y-md-25 > [class*=col-] {
    margin-top: 25px;
  }

  .row.gutter-y-md-20 {
    margin-top: -20px;
  }
  .row.gutter-y-md-20 > .col, .row.gutter-y-md-20 > [class*=col-] {
    margin-top: 20px;
  }

  .row.gutter-y-md-15 {
    margin-top: -15px;
  }
  .row.gutter-y-md-15 > .col, .row.gutter-y-md-15 > [class*=col-] {
    margin-top: 15px;
  }

  .row.gutter-y-md-10 {
    margin-top: -10px;
  }
  .row.gutter-y-md-10 > .col, .row.gutter-y-md-10 > [class*=col-] {
    margin-top: 10px;
  }

  .row.gutter-y-md-5 {
    margin-top: -5px;
  }
  .row.gutter-y-md-5 > .col, .row.gutter-y-md-5 > [class*=col-] {
    margin-top: 5px;
  }
}
/* lg */
@media (min-width: 992px) {
  .row.gutter-y-lg-50 {
    margin-top: -50px;
  }
  .row.gutter-y-lg-50 > .col, .row.gutter-y-lg-50 > [class*=col-] {
    margin-top: 50px;
  }

  .row.gutter-y-lg-45 {
    margin-top: -45px;
  }
  .row.gutter-y-lg-45 > .col, .row.gutter-y-lg-45 > [class*=col-] {
    margin-top: 45px;
  }

  .row.gutter-y-lg-40 {
    margin-top: -40px;
  }
  .row.gutter-y-lg-40 > .col, .row.gutter-y-lg-40 > [class*=col-] {
    margin-top: 40px;
  }

  .row.gutter-y-lg-35 {
    margin-top: -35px;
  }
  .row.gutter-y-lg-35 > .col, .row.gutter-y-lg-35 > [class*=col-] {
    margin-top: 35px;
  }

  .row.gutter-y-lg-30 {
    margin-top: -30px;
  }
  .row.gutter-y-lg-30 > .col, .row.gutter-y-lg-30 > [class*=col-] {
    margin-top: 30px;
  }

  .row.gutter-y-lg-25 {
    margin-top: -25px;
  }
  .row.gutter-y-lg-25 > .col, .row.gutter-y-lg-25 > [class*=col-] {
    margin-top: 25px;
  }

  .row.gutter-y-lg-20 {
    margin-top: -20px;
  }
  .row.gutter-y-lg-20 > .col, .row.gutter-y-lg-20 > [class*=col-] {
    margin-top: 20px;
  }

  .row.gutter-y-lg-15 {
    margin-top: -15px;
  }
  .row.gutter-y-lg-15 > .col, .row.gutter-y-lg-15 > [class*=col-] {
    margin-top: 15px;
  }

  .row.gutter-y-lg-10 {
    margin-top: -10px;
  }
  .row.gutter-y-lg-10 > .col, .row.gutter-y-lg-10 > [class*=col-] {
    margin-top: 10px;
  }

  .row.gutter-y-lg-5 {
    margin-top: -5px;
  }
  .row.gutter-y-lg-5 > .col, .row.gutter-y-lg-5 > [class*=col-] {
    margin-top: 5px;
  }
}
/* xl */
@media (min-width: 1200px) {
  .row.gutter-y-xl-50 {
    margin-top: -50px;
  }
  .row.gutter-y-xl-50 > .col, .row.gutter-y-xl-50 > [class*=col-] {
    margin-top: 50px;
  }

  .row.gutter-y-xl-45 {
    margin-top: -45px;
  }
  .row.gutter-y-xl-45 > .col, .row.gutter-y-xl-45 > [class*=col-] {
    margin-top: 45px;
  }

  .row.gutter-y-xl-40 {
    margin-top: -40px;
  }
  .row.gutter-y-xl-40 > .col, .row.gutter-y-xl-40 > [class*=col-] {
    margin-top: 40px;
  }

  .row.gutter-y-xl-35 {
    margin-top: -35px;
  }
  .row.gutter-y-xl-35 > .col, .row.gutter-y-xl-35 > [class*=col-] {
    margin-top: 35px;
  }

  .row.gutter-y-xl-30 {
    margin-top: -30px;
  }
  .row.gutter-y-xl-30 > .col, .row.gutter-y-xl-30 > [class*=col-] {
    margin-top: 30px;
  }

  .row.gutter-y-xl-25 {
    margin-top: -25px;
  }
  .row.gutter-y-xl-25 > .col, .row.gutter-y-xl-25 > [class*=col-] {
    margin-top: 25px;
  }

  .row.gutter-y-xl-20 {
    margin-top: -20px;
  }
  .row.gutter-y-xl-20 > .col, .row.gutter-y-xl-20 > [class*=col-] {
    margin-top: 20px;
  }

  .row.gutter-y-xl-15 {
    margin-top: -15px;
  }
  .row.gutter-y-xl-15 > .col, .row.gutter-y-xl-15 > [class*=col-] {
    margin-top: 15px;
  }

  .row.gutter-y-xl-10 {
    margin-top: -10px;
  }
  .row.gutter-y-xl-10 > .col, .row.gutter-y-xl-10 > [class*=col-] {
    margin-top: 10px;
  }

  .row.gutter-y-xl-5 {
    margin-top: -5px;
  }
  .row.gutter-y-xl-5 > .col, .row.gutter-y-xl-5 > [class*=col-] {
    margin-top: 5px;
  }
}
.color-facebook {
  color: #3b5999;
}

.color-twitter {
  color: #55acee;
}

.color-linkedin {
  color: #0077b5;
}

.color-rss {
  color: #ee802f;
}

.color-youtube {
  color: #dd4b39;
}

.color-instagram {
  color: #E1306C;
}

.header, .headerOnTravel {
  /* rxt main navigation */
}
.header.nav-up, .headerOnTravel.nav-up {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.header.nav-down, .headerOnTravel.nav-down {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.header.small-header, .headerOnTravel.small-header {
  background-color: #fff !important;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
  -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
  -ms-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
}
.header.small-header .logo, .headerOnTravel.small-header .logo {
  margin: 10px 0px;
}
.header.small-header .logo img, .headerOnTravel.small-header .logo img {
  width: 90px;
}
.header.small-header.nav-up, .headerOnTravel.small-header.nav-up {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.header .toggle-input, .headerOnTravel .toggle-input {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
}
@media screen and (min-width: 992px) {
  .header [class*=mobOnly-], .headerOnTravel [class*=mobOnly-] {
    display: none;
  }
  .header .top-nav, .headerOnTravel .top-nav {
    display: inline-flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .header .top-nav > li, .headerOnTravel .top-nav > li {
    position: relative;
  }
  .header .top-nav > li:after, .headerOnTravel .top-nav > li:after {
    content: "/";
    color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .header .top-nav > li > a, .headerOnTravel .top-nav > li > a {
    color: #fff;
    padding: 2px 10px;
  }
  .header .top-nav > li > a > i, .headerOnTravel .top-nav > li > a > i {
    color: #1c3b94;
    margin-right: 4px;
  }
  .header .top-nav > li > a.link-highlighted, .headerOnTravel .top-nav > li > a.link-highlighted {
    color: #1c3b94;
  }
  .header .top-nav > li > a:hover, .headerOnTravel .top-nav > li > a:hover {
    color: #1c3b94;
  }
  .header .top-nav > li:last-child:after, .headerOnTravel .top-nav > li:last-child:after {
    display: none;
  }
  .header .top-nav .labelCount, .headerOnTravel .top-nav .labelCount {
    font-size: 12px;
    background: #387fce;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 17px;
    display: inline-block;
  }
  .header .rxt-navigation, .headerOnTravel .rxt-navigation {
    position: relative;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .header .rxt-navigation > li, .headerOnTravel .rxt-navigation > li {
    flex: 1 1 auto;
    text-align: center;
    padding-right: 12px;
  }
  .header .rxt-navigation > li > a, .headerOnTravel .rxt-navigation > li > a {
    display: block;
    font-size: 17px;
    color: #000;
    text-transform: uppercase;
    padding: 3px 15px;
    border-radius: 50px;
  }
  .header .rxt-navigation > li > a.link-highlighted, .headerOnTravel .rxt-navigation > li > a.link-highlighted {
    color: #1c3b94;
  }
  .header .rxt-navigation > li > a.t-btn-primary-outline, .headerOnTravel .rxt-navigation > li > a.t-btn-primary-outline {
    font-size: 14px;
    color: #1c3b94;
    padding: 5px 22px;
    border: 1px #1c3b94 solid;
    border-radius: 25px;
  }
  .header .rxt-navigation > li > a.t-btn-primary-outline.t-btn-icon, .headerOnTravel .rxt-navigation > li > a.t-btn-primary-outline.t-btn-icon {
    padding: 0;
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header .rxt-navigation > li > a.t-btn-primary-outline:hover, .headerOnTravel .rxt-navigation > li > a.t-btn-primary-outline:hover {
    color: #fff;
    background: #1c3b94;
  }
  .header .rxt-navigation > li > a.t-btn-secondary, .headerOnTravel .rxt-navigation > li > a.t-btn-secondary {
    font-size: 14px;
    color: #fff;
    padding: 5px 22px;
    background: linear-gradient(90deg, #f48169 0%, #eb2027 100%);
    border: 1px #eb2027 solid;
    border-radius: 25px;
    margin-left: 10px;
  }
  .header .rxt-navigation > li > a.t-btn-secondary:hover, .headerOnTravel .rxt-navigation > li > a.t-btn-secondary:hover {
    border-color: #1c3b94;
    background-image: linear-gradient(30deg, #3c65da 10%, #1c3b94 50%);
  }
  .header .rxt-navigation > li .btn-nav, .headerOnTravel .rxt-navigation > li .btn-nav {
    background: #1c3b94;
    padding: 12px;
    border-radius: 15px 0;
  }
  .header .rxt-navigation > li.active > a, .header .rxt-navigation > li:hover > a, .headerOnTravel .rxt-navigation > li.active > a, .headerOnTravel .rxt-navigation > li:hover > a {
    background: #e5e5e5;
  }
  .header .rxt-navigation > li.active .btn-nav, .header .rxt-navigation > li:hover .btn-nav, .headerOnTravel .rxt-navigation > li.active .btn-nav, .headerOnTravel .rxt-navigation > li:hover .btn-nav {
    border-radius: 0 15px;
  }
  .header .rxt-navigation > li li, .headerOnTravel .rxt-navigation > li li {
    text-align: left;
  }
  .header .rxt-navigation > li li a, .headerOnTravel .rxt-navigation > li li a {
    font-size: 14px;
    color: #fff;
    display: block;
    padding: 12px 15px;
  }
  .header .rxt-navigation > li li a:hover, .headerOnTravel .rxt-navigation > li li a:hover {
    color: #fff;
  }
  .header .rxt-navigation > li li ul, .headerOnTravel .rxt-navigation > li li ul {
    top: 0;
    left: 100%;
    margin: 0 0 0 20px;
  }
  .header .rxt-navigation > li li.has-sub > a:before, .header .rxt-navigation > li li ul + a:before, .headerOnTravel .rxt-navigation > li li.has-sub > a:before, .headerOnTravel .rxt-navigation > li li ul + a:before {
    content: "";
    left: 100%;
    top: 50%;
    right: auto;
    margin: 0 0 0 -15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header .rxt-navigation > li li:hover, .headerOnTravel .rxt-navigation > li li:hover {
    background: #18327f;
  }
  .header .rxt-navigation > li:last-child, .headerOnTravel .rxt-navigation > li:last-child {
    margin-right: 0;
  }
  .header .rxt-navigation ul, .headerOnTravel .rxt-navigation ul {
    visibility: hidden;
    opacity: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    top: 103%;
    width: 220px;
    margin-top: 20px;
    background-color: #1c3b94;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    transition: ease all 0.3s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .header .rxt-navigation li, .headerOnTravel .rxt-navigation li {
    position: relative;
  }
  .header .rxt-navigation li > ul, .headerOnTravel .rxt-navigation li > ul {
    max-height: 300px;
    overflow-y: auto;
  }
  .header .rxt-navigation li.has-sub > a:after, .header .rxt-navigation li ul + a:after, .headerOnTravel .rxt-navigation li.has-sub > a:after, .headerOnTravel .rxt-navigation li ul + a:after {
    font-size: 12px;
    margin-left: 10px;
    content: "";
    color: #102154;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
  }
  .header .rxt-navigation li:hover > ul, .headerOnTravel .rxt-navigation li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .header .rxt-navigation .btn-curve, .headerOnTravel .rxt-navigation .btn-curve {
    background: #dc3626;
    border-radius: 15px 0 15px 0;
  }
  .header .rxt-navigation .btn-curve:hover, .headerOnTravel .rxt-navigation .btn-curve:hover {
    color: #fff;
    background: #387fce;
  }
}
@media screen and (max-width: 1199px) {
  .header .rxt-navigation > li > a, .headerOnTravel .rxt-navigation > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .header .logo, .headerOnTravel .logo {
    margin: 10px 0px !important;
  }
  .header [class*=deskOnly-], .headerOnTravel [class*=deskOnly-] {
    display: none;
  }
  .header, .headerOnTravel {
    position: relative;
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
    -ms-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1) !important;
  }
  .header .logo img, .headerOnTravel .logo img {
    max-width: 85px !important;
  }
  .header .rxt-nav-trigger, .headerOnTravel .rxt-nav-trigger {
    display: block;
    width: 18px;
    cursor: pointer;
  }
  .header .rxt-nav-trigger > span, .headerOnTravel .rxt-nav-trigger > span {
    display: block;
    height: 2px;
    border-radius: 2px;
    background: black;
    margin-bottom: 5px;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
  .header .rxt-nav-trigger > span:first-child, .headerOnTravel .rxt-nav-trigger > span:first-child {
    margin-left: auto;
  }
  .header .rxt-nav-trigger > span:last-child, .headerOnTravel .rxt-nav-trigger > span:last-child {
    margin-bottom: 0;
  }
  .header .rxt-nav-trigger:hover, .headerOnTravel .rxt-nav-trigger:hover {
    animation-name: rubberBand;
    animation-duration: 1s;
    animation-fill-mode: both;
  }
  .header .rxt-nav-trigger:hover > span, .headerOnTravel .rxt-nav-trigger:hover > span {
    background: #000;
  }
  .header .rxt-navigation-wrap, .headerOnTravel .rxt-navigation-wrap {
    padding: 0px 0 20px;
    display: block;
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    bottom: 0;
    width: 280px;
    height: 100%;
    overflow: auto;
    background: #fff;
    box-sizing: border-box;
    -webkit-transition: ease all 0.3s;
    -moz-transition: ease all 0.3s;
    -ms-transition: ease all 0.3s;
    transition: ease all 0.3s;
  }
  .header .rxt-navigation-wrap .container, .headerOnTravel .rxt-navigation-wrap .container {
    padding: 0;
  }
  .header .top-nav, .headerOnTravel .top-nav {
    text-align: left;
    margin-bottom: 0;
  }
  .header .top-nav > li, .headerOnTravel .top-nav > li {
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .header .top-nav > li > a, .headerOnTravel .top-nav > li > a {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
  }
  .header .top-nav > li > a.link-highlighted, .headerOnTravel .top-nav > li > a.link-highlighted {
    color: #1c3b94;
  }
  .header .top-nav > li > a > i, .headerOnTravel .top-nav > li > a > i {
    margin-right: 6px;
  }
  .header .top-nav .labelCount, .headerOnTravel .top-nav .labelCount {
    font-size: 12px;
    background: #387fce;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 17px;
    display: inline-block;
  }
  .header .rxt-navigation, .headerOnTravel .rxt-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .header .rxt-navigation li, .headerOnTravel .rxt-navigation li {
    position: relative;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.1);
  }
  .header .rxt-navigation li:first-child, .headerOnTravel .rxt-navigation li:first-child {
    border-top-width: 1px;
  }
  .header .rxt-navigation li a, .headerOnTravel .rxt-navigation li a {
    display: block;
    font-size: 14px;
    color: inherit;
    padding: 13px 20px;
  }
  .header .rxt-navigation li a.link-highlighted, .headerOnTravel .rxt-navigation li a.link-highlighted {
    color: #1c3b94;
  }
  .header .rxt-navigation li.active > a, .headerOnTravel .rxt-navigation li.active > a {
    position: relative;
    color: #1c3b94;
    background-color: #f5f5f5;
  }
  .header .rxt-navigation li.has-sub, .headerOnTravel .rxt-navigation li.has-sub {
    display: flex;
    flex-flow: row-reverse;
    flex-wrap: wrap;
  }
  .header .rxt-navigation li.has-sub:before, .headerOnTravel .rxt-navigation li.has-sub:before {
    content: "";
    color: inherit;
    flex: 40px 0;
    text-align: center;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .rxt-navigation li.has-sub > a, .headerOnTravel .rxt-navigation li.has-sub > a {
    flex: 1 1 auto;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .rxt-navigation li.has-sub > ul, .headerOnTravel .rxt-navigation li.has-sub > ul {
    flex: 100% 0;
    -webkit-transition: height 0.01s;
    -moz-transition: height 0.01s;
    -ms-transition: height 0.01s;
    transition: height 0.01s;
  }
  .header .rxt-navigation li.has-sub ul, .headerOnTravel .rxt-navigation li.has-sub ul {
    visibility: hidden;
    opacity: 0;
    height: 0;
    overflow: hidden;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }
  .header .rxt-navigation li.has-sub ul li a, .headerOnTravel .rxt-navigation li.has-sub ul li a {
    padding-left: 25px;
    position: relative;
    display: flex;
    align-items: center;
  }
  .header .rxt-navigation li.has-sub ul li a:before, .headerOnTravel .rxt-navigation li.has-sub ul li a:before {
    content: "";
    color: #c7c7c7;
    font-weight: 900;
    font-family: Font Awesome\ 5 Free;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 18px;
    font-size: 6px;
  }
  .header .rxt-navigation li.has-sub ul li ul a, .headerOnTravel .rxt-navigation li.has-sub ul li ul a {
    padding-left: 25px;
  }
  .header .rxt-navigation li.has-sub ul li:last-child, .headerOnTravel .rxt-navigation li.has-sub ul li:last-child {
    border-bottom: 0;
  }
  .header .rxt-navigation li.has-sub:hover:before, .headerOnTravel .rxt-navigation li.has-sub:hover:before {
    content: "";
    color: inherit;
  }
  .header .rxt-navigation li.has-sub:hover > ul, .headerOnTravel .rxt-navigation li.has-sub:hover > ul {
    visibility: visible;
    opacity: 1;
    height: 100%;
  }
  .header .rxt-nav-overlay, .headerOnTravel .rxt-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.5);
  }
  .header .rxt-navigation-wrap, .headerOnTravel .rxt-navigation-wrap {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .header .rxt-navigation-wrap.menu-open, .headerOnTravel .rxt-navigation-wrap.menu-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .header .rxt-navigation-wrap.menu-open + .rxt-nav-overlay, .headerOnTravel .rxt-navigation-wrap.menu-open + .rxt-nav-overlay {
    display: block;
  }
  .header [class*=col-], .headerOnTravel [class*=col-] {
    position: static;
  }
}
@media screen and (max-width: 575px) {
  .header .rxt-nav-trigger > span, .headerOnTravel .rxt-nav-trigger > span {
    margin-bottom: 4px;
  }
  .header .mobOnly-rxt-quick-nav-wrap .rxt-quick-nav, .headerOnTravel .mobOnly-rxt-quick-nav-wrap .rxt-quick-nav {
    table-layout: auto;
    font-size: 12px;
  }
}

/* / rxt main navigation */
.header {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.header.bg-transparent {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}
.header .logo {
  display: inline-block;
  margin: 18px 0;
  position: relative;
}
.header .logo img {
  max-width: 150px;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.header .rxt-navigation > li.active > a:not([class*=t-btn]):after, .header .rxt-navigation > li > a:not([class*=t-btn]):hover:after {
  visibility: visible;
  opacity: 1;
}
.header .rxt-navigation > li.active > a:not([class*=t-btn]):before, .header .rxt-navigation > li > a:not([class*=t-btn]):hover:before {
  visibility: visible;
  opacity: 1;
}
.header .rxt-navigation > li > a:not([class*=t-btn]) {
  position: relative;
}
.header .rxt-navigation > li > [class*=t-btn] {
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.header .rxt-navigation > li > [class*=t-btn]:hover {
  -webkit-box-shadow: 0 0 5px 5px rgba(28, 59, 148, 0.2);
  -moz-box-shadow: 0 0 5px 5px rgba(28, 59, 148, 0.2);
  -ms-box-shadow: 0 0 5px 5px rgba(28, 59, 148, 0.2);
  box-shadow: 0 0 5px 5px rgba(28, 59, 148, 0.2);
}
.header ul.list-quick-links {
  list-style-type: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.header ul.list-quick-links > li {
  margin-right: 8px;
}
.header ul.list-quick-links > li:not(.btn-quick-links) a {
  padding: 5px 10px;
}
.header ul.list-quick-links > li:last-child {
  margin-right: 0;
}

.headerOnTravel ul.list-quick-links {
  list-style-type: none;
  padding: 0 14px;
  margin: -30px 0 8px;
}
.headerOnTravel ul.list-quick-links > li {
  margin-bottom: 5px;
}
.headerOnTravel ul.list-quick-links a {
  color: #fff;
}
.headerOnTravel ul.list-quick-links a.link-secondary {
  display: block;
  padding: 4px 0;
}
.headerOnTravel ul.list-quick-links [class*=btn-outline-] {
  border-color: #fff;
}
.headerOnTravel ul.list-quick-links .btn-quick-links {
  display: inline-block;
  vertical-align: middle;
}

.mobile-social ul {
  display: flex;
}
.mobile-social ul li {
  list-style: none;
  width: 20%;
  height: 50px;
  text-align: center;
}
.mobile-social ul li .mobile-social-icon {
  width: 100%;
  height: 100%;
  background-color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  display: block;
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e2e2;
  z-index: 1;
}

html {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
body {
  overflow-x: hidden;
  color: #000;
  font-family: "Muli", sans-serif;
  font-size: 16px;
  min-height: 100%;
  position: relative;
}

p:last-child {
  margin-bottom: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.pointer {
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

.border-radius-0 {
  border-radius: 0;
}

.border-radius-2 {
  border-radius: 1.5rem !important;
}

.border-radius-10 {
  border-radius: 10px !important;
}

.border-top-left-radius-2 {
  border-top-left-radius: 1.5rem !important;
}

.border-top-right-radius-2 {
  border-top-right-radius: 1.5rem !important;
}

.box-shadow {
  box-shadow: 0px 9px 22px 0px rgba(137, 137, 137, 0.23);
}

.text-shadow {
  text-shadow: 2px 4px 4px rgba(0, 0, 0, 0.18);
}

.line-height-1-8 {
  line-height: 1.8;
}

.line-height-1-4 {
  line-height: 1.4;
}

.word-wrap {
  word-break: break-word;
}

.min-width-400 {
  min-width: 400px;
}

.shadow-1 {
  box-shadow: 0px 0rem 1rem rgba(0, 0, 0, 0.15) !important;
}

/* Scrollbar */
::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
  background-color: #6e6e6e;
  outline: #333 solid 1px;
}

.scroll-track-hover::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.scroll-track-hover::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.scroll-track-hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  outline: #333 solid 1px;
}
.scroll-track-hover:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  outline: #333 solid 1px;
}

/* / Scrollbar */
/* Background */
.bg-primary-gradient {
  background-image: linear-gradient(to top, #fff 40%, #1c3b94 100%) !important;
}

.bg-primary-gradient-1 {
  background-image: linear-gradient(to top, #fff 20%, #2044a9 100%) !important;
}

.bg-primary-gradient-2 {
  background-image: linear-gradient(to top, #fff -5%, #2044a9 100%) !important;
}

.shap-top-1 {
  position: relative;
}
.shap-top-1:before {
  background-image: url(../images/shap-1.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 99%;
  content: "";
  width: 100%;
  height: 205px;
  pointer-events: none;
}

.shap-2 {
  background-image: url(../images/shap-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  padding: 20% 0 15%;
  margin-top: -10%;
}

/* end Background */
/* Back To Top */
.scrollup {
  display: none;
  position: fixed;
  z-index: 9;
  width: 42px;
  height: 42px;
  background-color: #1c3b94;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 100%;
  right: 30px;
  bottom: 50px;
  text-align: center;
  line-height: 40px;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
  cursor: pointer;
}
.scrollup i {
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-name: bounceIn;
}
.scrollup:before, .scrollup:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  border-radius: 100%;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.scrollup:hover {
  color: #fff;
}
.scrollup:hover:before {
  border-color: #eb2027;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}
.scrollup:hover:after {
  border-color: #fff;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
.scrollup:focus i {
  color: #fff;
}

/* Back To Top */
/* / Buttons style */
.text-strike {
  text-decoration: line-through !important;
}

.text-initial {
  text-transform: initial !important;
}

.font-size-8 {
  font-size: 0.8rem;
}

.font-size-9 {
  font-size: 0.9rem;
}

.font-size-1 {
  font-size: 1rem;
}

.font-size-11 {
  font-size: 1.1rem;
}

.font-size-12 {
  font-size: 1.2rem;
}

.font-size-13 {
  font-size: 1.3rem;
}

.font-size-14 {
  font-size: 1.4rem;
}

.font-size-15 {
  font-size: 1.5rem;
}

.display-1-rem {
  font-size: 1rem;
}

.display-1-5-rem {
  font-size: 1.5rem;
}

.display-2-rem {
  font-size: 2rem;
}

.display-2-5-rem {
  font-size: 2.5rem;
}

.display-3-rem {
  font-size: 3rem;
}

.display-3-5-rem {
  font-size: 3.5rem;
}

.display-4-rem {
  font-size: 4rem;
}

.display-4-5-rem {
  font-size: 4.5rem;
}

.display-5-rem {
  font-size: 5rem;
}

.display-5-5-rem {
  font-size: 5.5rem;
}

.lead-11 {
  font-size: 1.1rem;
}

.lead-12 {
  font-size: 1.2rem;
}

.font-weight-100 {
  font-weight: 100;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.profile-wrap {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  overflow: hidden;
}

.profile-60 {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.border-light-1 {
  border-color: rgba(0, 0, 0, 0.1) !important;
}

.border-light-2 {
  border-color: rgba(0, 0, 0, 0.09) !important;
}

.border-light-3 {
  border-color: rgba(0, 0, 0, 0.08) !important;
}

.border-light-4 {
  border-color: rgba(0, 0, 0, 0.07) !important;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-auto {
  overflow: auto;
}

.top-space-40 {
  margin-top: 40%;
}

.h-30 {
  height: 30px;
}

.h-40 {
  height: 40px;
}

.h-50px {
  height: 50px;
}

.h-60 {
  height: 60px;
}

.h-w-35 {
  height: 35px;
  width: 35px;
}

.h-w-80 {
  height: 80px;
  width: 80px;
}

.h-w-45 {
  height: 45px;
  width: 45px;
}

.h-w-100 {
  height: 100px;
  width: 100px;
}

.h-w-50 {
  height: 50px;
  width: 50px;
}

.border-radius-50 {
  border-radius: 50px;
}

.text-hover {
  color: #000;
}
.text-hover:hover {
  color: #1c3b94;
}

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.modal .modal-content {
  border-radius: 0;
  border: none;
}
.modal.modal-full .modal-dialog {
  max-width: 100%;
}
.modal.modal-left, .modal.modal-right {
  overflow: auto;
}
.modal.modal-left .collapse-more-btn, .modal.modal-right .collapse-more-btn {
  position: absolute;
  right: 100%;
  top: 50px;
  padding: 10px;
  border-radius: 10px 0 0 10px;
}
.modal.modal-left .collapse-more-btn i, .modal.modal-right .collapse-more-btn i {
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.modal.modal-left .collapse-more-btn[aria-expanded=true] i, .modal.modal-right .collapse-more-btn[aria-expanded=true] i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.modal.modal-left .close:not(.initial)[data-dismiss=modal], .modal.modal-left .close:not(.initial)[data-dismiss=thisModal], .modal.modal-right .close:not(.initial)[data-dismiss=modal], .modal.modal-right .close:not(.initial)[data-dismiss=thisModal] {
  position: absolute;
  left: -50px;
  top: 26px;
  border: 2px solid #fff;
  height: 35px;
  width: 35px;
  border-radius: 100px;
  font-size: 15px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 100;
  color: #fff;
  cursor: pointer;
}
.modal.modal-left .close:not(.initial)[data-dismiss=modal]:hover, .modal.modal-left .close:not(.initial)[data-dismiss=thisModal]:hover, .modal.modal-right .close:not(.initial)[data-dismiss=modal]:hover, .modal.modal-right .close:not(.initial)[data-dismiss=thisModal]:hover {
  background: #fff;
  color: #272727;
}
.modal.modal-left .modal-dialog, .modal.modal-right .modal-dialog {
  position: fixed;
  margin: auto;
  width: 1000px;
  max-width: 90%;
  height: 100%;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.modal.modal-left .modal-content, .modal.modal-right .modal-content {
  height: 100%;
  min-height: 100%;
  overflow-y: auto;
  position: relative;
  overflow: visible;
}
.modal.modal-left .modal-content .modal-header, .modal.modal-right .modal-content .modal-header {
  flex: 0 0 auto;
}
.modal.modal-left .modal-content .modal-body, .modal.modal-right .modal-content .modal-body {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal.modal-left .modal-content .modal-footer, .modal.modal-right .modal-content .modal-footer {
  flex: 0 0 auto;
  position: relative;
  background-color: #fff;
  z-index: 3;
  justify-content: center;
}
.modal.modal-left .modal-dialog {
  left: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.modal.modal-left.show .modal-dialog {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.modal.modal-left .close:not(.initial)[data-dismiss=modal], .modal.modal-left .close:not(.initial)[data-dismiss=thisModal] {
  left: inherit;
  right: -35px;
}
.modal.modal-right .modal-dialog {
  right: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.modal.modal-right.show .modal-dialog {
  right: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.modal.no-backdrop.modal-right, .modal[data-backdrop=false].modal-right {
  left: inherit;
}
.modal.no-backdrop.modal-right .modal-content .modal-header .close, .modal[data-backdrop=false].modal-right .modal-content .modal-header .close {
  color: #1c3b94;
  border: 2px solid #1c3b94;
}
.modal.no-backdrop.modal-right .modal-content .modal-header .close:hover, .modal[data-backdrop=false].modal-right .modal-content .modal-header .close:hover {
  color: #fff;
  background: #1c3b94;
}

/* Add modal overlay count stackwise */
.modal.modal--2 {
  z-index: 1051;
}
.modal.modal--3 {
  z-index: 1052;
}
.modal.modal--4 {
  z-index: 1053;
}
.modal.modal--5 {
  z-index: 1054;
}
.modal .modal::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-backdrop.modal--2 {
  z-index: 1050;
}
.modal-backdrop.modal--3 {
  z-index: 1051;
}
.modal-backdrop.modal--4 {
  z-index: 1052;
}
.modal-backdrop.modal--5 {
  z-index: 1053;
}

/* / Add modal overlay count stackwise */
.flex-1 {
  flex: 1 1 auto;
}

.color-white {
  color: #fff;
}

.color-black {
  color: #000;
}

.color-primary {
  color: #1c3b94;
}

.color-secondary {
  color: #eb2027;
}

.color-success {
  color: #4BB543;
}

.color-danger {
  color: #f83010;
}

.gradient-1 {
  background: #1c3b94;
  background: -moz-linear-gradient(left, #1c3b94 0%, #eb2027 100%);
  background: -webkit-linear-gradient(left, #1c3b94 0%, #eb2027 100%);
  background: linear-gradient(to right, #1c3b94 0%, #eb2027 100%);
}

.gradient-2 {
  background: #1c3b94;
  background: -moz-linear-gradient(left, #1c3b94 0%, #244cbf 100%);
  background: -webkit-linear-gradient(left, #1c3b94 0%, #244cbf 100%);
  background: linear-gradient(to left, #1c3b94 0%, #244cbf 100%);
}

.bg-primary-light {
  background: #edf5f8;
}

.bg-primary-dark {
  background: #003ccb;
}

.bg-gray-light {
  background: #e9e9e9;
}

section[class*=gradient-] .container, div[class*=gradient-] .container {
  position: relative;
}

.owl-dots {
  text-align: center;
}
.owl-dots .owl-dot span {
  height: 10px;
  width: 10px;
  background-color: #1c3b94;
  opacity: 0.5;
  display: inline-block;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
.owl-dots .owl-dot.active span {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* Title */
.section-title .section-title-name {
  position: relative;
}
.section-title .section-title-name::before {
  position: absolute;
  content: "";
  width: 45px;
  height: 27px;
  top: 0px;
  left: -60px;
  background-image: url(../images/title-before.png);
}
.section-title .section-title-name.section-title-bottom::before {
  top: auto;
  left: 50%;
  bottom: -100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-title .section-title-name.opacity::before {
  opacity: 0.8;
}

/* / Title */
.drow-line {
  position: relative;
}
.drow-line::before {
  position: absolute;
  content: "";
  width: 100%;
  background: #7c7c7c;
  left: 60%;
  right: 0;
  top: 50%;
  height: 1px;
  z-index: -1;
}

/* link hover */
.link-revert {
  color: #000;
}
.link-revert:hover {
  color: #1c3b94;
}

/* /link hover */
/* Loader */
.loader {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader:before {
  content: "";
  width: 80px;
  height: 80px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent #fff #fff #fff;
  border-radius: 100%;
  -webkit-animation: loader 1s linear infinite;
  animation: loader 1s linear infinite;
}

@-webkit-keyframes loader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
/* / Loader */
/* Sticky Top */
.stickyTop {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -ms-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

/* / Sticky Top */
/* rxt-scroll-img-wrap */
.rxt-scroll-img-wrap {
  border-radius: 10px;
  -webkit-box-shadow: 10px 0 10px 0 rgba(18, 25, 33, 0.2);
  -moz-box-shadow: 10px 0 10px 0 rgba(18, 25, 33, 0.2);
  -ms-box-shadow: 10px 0 10px 0 rgba(18, 25, 33, 0.2);
  box-shadow: 10px 0 10px 0 rgba(18, 25, 33, 0.2);
  border-bottom: 5px solid;
  overflow: hidden;
  height: 400px;
  position: relative;
}
.rxt-scroll-img-wrap .rxt-scroll-img {
  -webkit-transition: ease all 6s;
  -moz-transition: ease all 6s;
  -ms-transition: ease all 6s;
  transition: ease all 6s;
}
.rxt-scroll-img-wrap:hover .rxt-scroll-img {
  -webkit-transform: translateY(calc(-100% + 400px));
  -moz-transform: translateY(calc(-100% + 400px));
  -ms-transform: translateY(calc(-100% + 400px));
  transform: translateY(calc(-100% + 400px));
}

/* /rxt-scroll-img-wrap */
input[type=date]::before {
  width: 100%;
  content: attr(placeholder);
  background-color: #FFFFFF;
}

.breadcrumb {
  background-color: transparent;
  align-items: center;
  padding: 0.75rem 0;
  margin: 0;
}
.breadcrumb a {
  color: #000;
}
.breadcrumb a:hover {
  color: #eb2027;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  font-family: "Line Awesome Free";
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.owl-carousel.owl-nav-center .owl-nav button {
  position: absolute;
  top: 30px;
}
.owl-carousel.owl-nav-center .owl-nav button.owl-prev {
  left: 0;
}
.owl-carousel.owl-nav-center .owl-nav button.owl-next {
  right: 0;
}
.owl-carousel .owl-nav {
  text-align: center;
  margin: 10px 0;
}
.owl-carousel .owl-nav button:focus {
  outline: none;
}
.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
  background-image: linear-gradient(30deg, #fac4c6 0, #eb2027 50%);
  height: 50px;
  width: 50px;
  border-radius: 50%;
  font-size: 53px;
  line-height: 37px;
  display: block;
  margin: 0 10px;
  color: #fff;
}
.owl-carousel .owl-nav button.owl-prev span:hover,
.owl-carousel .owl-nav button.owl-next span:hover {
  background-image: linear-gradient(30deg, #7c98e6 0, #1c3b94 50%);
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-gradient-top-bottom {
  border-style: solid;
  border-width: 1px;
  border-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #e4e4e4 50%, rgba(0, 0, 0, 0) 100%) 110% 0 110% 0/1px 0 1px 0 stretch;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

@media (min-width: 576px) {
  .border-sm-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-sm-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-sm-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-sm-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-sm-top-0 {
    border-top: 0 !important;
  }

  .border-sm-right-0 {
    border-right: 0 !important;
  }

  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-sm-left-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 768px) {
  .border-md-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-md-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-md-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-md-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-md-top-0 {
    border-top: 0 !important;
  }

  .border-md-right-0 {
    border-right: 0 !important;
  }

  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-md-left-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 992px) {
  .border-lg-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-lg-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-lg-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-lg-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-lg-top-0 {
    border-top: 0 !important;
  }

  .border-lg-right-0 {
    border-right: 0 !important;
  }

  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-lg-left-0 {
    border-left: 0 !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-right {
    border-right: 1px solid #dee2e6 !important;
  }

  .border-xl-left {
    border-left: 1px solid #dee2e6 !important;
  }

  .border-xl-top {
    border-top: 1px solid #dee2e6 !important;
  }

  .border-xl-bottom {
    border-bottom: 1px solid #dee2e6 !important;
  }

  .border-xl-top-0 {
    border-top: 0 !important;
  }

  .border-xl-right-0 {
    border-right: 0 !important;
  }

  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }

  .border-xl-left-0 {
    border-left: 0 !important;
  }
}
.border-primary {
  border-color: #1c3b94 !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.form-group-material {
  position: relative;
}
.form-group-material .form-control {
  padding-left: 0;
  padding-right: 0;
  border-width: 0 0 1px 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.form-group-material .form-control::-ms-expand {
  display: none;
}
.form-group-material .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-group-material.form-group-select .fa-angle-down {
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}
.form-group-material .form-label {
  position: absolute;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.375rem 0;
  margin: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.form-group-material:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  border-bottom: 3px solid #1c3b94;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.form-group-material.on .form-label {
  font-size: 0.7rem;
  color: #1c3b94;
  bottom: 88%;
  padding-bottom: 0;
}
.form-group-material.on:after {
  width: 100%;
  right: 0;
}
.form-group-material.has-error .form-label {
  color: #dc3545;
}
.form-group-material.has-error:after, .form-group-material.has-error.on:after {
  width: 100%;
  right: 0;
  border-bottom: 3px solid #dc3545;
}
.form-group-material.style-1 .form-label {
  color: #fff;
}
.form-group-material.style-1 .form-control {
  color: #fff;
  background: transparent;
}
.form-group-material.style-1.form-group-select option {
  color: #000;
}
.form-group-material.style-1.form-group-select .fa-angle-down {
  color: #fff;
}
.form-group-material.style-1.on:after {
  border-bottom-color: #fff;
}
.form-group-material.style-1.has-error .form-label {
  color: #fff;
}
.form-group-material.style-1.has-error:after {
  border-bottom-color: #dc3545;
}
.form-group-material.style-1.has-error.on .form-label {
  color: #dc3545;
}
.form-group-material.input-group-prepend-material {
  display: flex;
}
.form-group-material.input-group-prepend-material .input-group-prepend {
  border-bottom: 1px solid #ced4da;
}
.form-group-material.input-group-prepend-material .input-group-prepend .input-group-text {
  background: transparent;
  border: 0;
  color: inherit;
  padding: 0 0.25rem;
}
.form-group-material.input-group-prepend-material .input-group-prepend .input-group-text svg {
  height: 1.5em;
  font-size: 1em;
  color: currentColor;
  fill: currentColor;
  stroke: currentColor;
  width: 1.5em;
  text-align: center;
  margin: 0;
}
.form-group-material.input-group-prepend-material .form-control {
  padding-left: 0.25rem;
}
.form-group-material.input-group-prepend-material.on .form-label {
  left: 0px;
}
.form-group-material.input-group-prepend-material .form-label {
  left: 2.5rem;
}

/* main css */
.top-banner {
  padding-bottom: 10%;
}

.homt-top-banner {
  position: absolute;
  right: 0;
  top: -5%;
  width: 800px;
}

.left-img {
  position: absolute;
  right: 80%;
}

.shap-position {
  position: absolute;
  bottom: 100%;
  width: 100%;
}

.left-side-img {
  position: absolute;
  bottom: 0%;
  width: 25%;
  left: 0;
}

.right-side-img {
  position: absolute;
  bottom: -10%;
  height: 80%;
  width: 25%;
  right: 0;
}

.features-right-side-img {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
}
.features-right-side-img.features-left-side-img {
  right: auto;
  left: 0;
}

.faq-section {
  margin-top: -11%;
  padding-top: 12%;
}

.accordion .open-Close-A {
  position: absolute;
  right: 0;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  padding: 10px 0;
  text-align: center;
}
.accordion .open-Close-A .fa-angle-down {
  display: block;
}
.accordion .open-Close-A .fa-angle-right {
  display: none;
}
.accordion .collapsed .open-Close-A .fa-angle-down {
  display: none;
}
.accordion .collapsed .open-Close-A .fa-angle-right {
  display: block;
}

.card {
  border-radius: 10px;
  background: transparent;
}
.card .card-inner {
  position: absolute;
  left: -5px;
  top: 5px;
  z-index: 1;
}
.card .icon-wrap {
  background: rgba(230, 226, 226, 0.28);
}
.card .icon-wrap .icon {
  width: 75px;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(30deg, #fff 30%, transparent 100%) !important;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.card .icon-wrap .icon svg,
.card .icon-wrap .icon img {
  width: 3em;
  height: 4em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.card .icon-wrap .icon svg.fill {
  fill: #1c3b94;
}
.card .icon-wrap .icon svg.stroke {
  stroke: #1c3b94;
  stroke-width: 4.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
}
.card .card-content {
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.card .card-button {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}
.card:hover .icon-wrap {
  background: transparent;
}
.card:hover .icon-wrap .icon {
  background-image: linear-gradient(30deg, #fff 0, #1c3b94 50%) !important;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.card:hover .icon-wrap .icon svg.fill {
  fill: #fff;
}
.card:hover .icon-wrap .icon svg.stroke {
  stroke: #fff;
}
.card:hover .card-content {
  border-radius: 20px;
  background: #fff;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.card:hover .card-button .btn {
  color: #fff;
  background-color: #eb2027;
}
.card:hover .card-button .btn:hover {
  background-color: #1c3b94;
}

.hover-bottom-border {
  position: relative;
}
.hover-bottom-border:after {
  display: block;
  content: "";
  border-bottom: solid 2px #1c3b94;
  position: absolute;
  width: 80%;
  z-index: 0;
  left: 50%;
  bottom: 1px;
  -webkit-transition: transform 250ms ease-in-out;
  -moz-transition: transform 250ms ease-in-out;
  -ms-transition: transform 250ms ease-in-out;
  transition: transform 250ms ease-in-out;
  -webkit-transform: translateX(-50%) scaleX(0);
  -moz-transform: translateX(-50%) scaleX(0);
  -ms-transform: translateX(-50%) scaleX(0);
  transform: translateX(-50%) scaleX(0);
}
.hover-bottom-border:hover::after {
  -webkit-transform: translateX(-50%) scaleX(1);
  -moz-transform: translateX(-50%) scaleX(1);
  -ms-transform: translateX(-50%) scaleX(1);
  transform: translateX(-50%) scaleX(1);
}

/* How it Works */
.section-How-it-Works {
  position: relative;
}
.section-How-it-Works .hiw-content-top {
  overflow: hidden;
}
.section-How-it-Works .swiper-slide {
  height: 100%;
}
.section-How-it-Works .Works-block-image {
  padding-right: 100px;
}
.section-How-it-Works .btn-getstart img {
  width: auto;
  z-index: 1;
}
.section-How-it-Works .Works-Text-block .grid_icon_list ul.swiper-wrapper {
  transform: translate3d(0px, 0px, 0px) !important;
}
.section-How-it-Works .Works-Text-block .grid_icon_list li {
  margin-right: 0;
}
.section-How-it-Works .Works-Text-block .grid_icon_list li:hover .work-item-title a, .section-How-it-Works .Works-Text-block .grid_icon_list li.swiper-slide-active .work-item-title a {
  color: black;
}
.section-How-it-Works .Works-Text-block .grid_icon_list li:first-child::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 40px;
  width: 45px;
  left: 0%;
  border-bottom: 1px dashed #d2d2d2;
}
.section-How-it-Works .Works-Text-block .grid_icon_list li:first-child::after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50px;
  position: absolute;
  top: 33px;
  left: 0%;
  border: 1px solid #d2d2d2;
  background: #d2d2d2;
  -webkit-transform: translateX(-7.5px);
  -moz-transform: translateX(-7.5px);
  -ms-transform: translateX(-7.5px);
  transform: translateX(-7.5px);
}
.section-How-it-Works .Works-Text-block .grid_icon_list li:last-child::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 40px;
  width: 45px;
  left: 75%;
  border-bottom: 1px dashed #d2d2d2;
}
.section-How-it-Works .Works-Text-block .grid_icon_list li:last-child::after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50px;
  position: absolute;
  top: 33px;
  left: 100%;
  border: 1px solid #d2d2d2;
  background: #d2d2d2;
  -webkit-transform: translateX(-7.5px);
  -moz-transform: translateX(-7.5px);
  -ms-transform: translateX(-7.5px);
  transform: translateX(-7.5px);
}
.section-How-it-Works .Works-Text-block .grid_icon_list li:last-child .work-item::before {
  display: none;
}
.section-How-it-Works .Works-Text-block .grid_icon_list li:last-child .work-item::after {
  display: none;
}
.section-How-it-Works .Works-Text-block .grid_icon_list .active .work-item figure {
  background-image: linear-gradient(30deg, #fac4c6 0, #eb2027 50%);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.section-How-it-Works .Works-Text-block .grid_icon_list .work-item {
  position: relative;
}
.section-How-it-Works .Works-Text-block .grid_icon_list .work-item::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 40px;
  width: 90px;
  left: 75%;
  border-bottom: 1px dashed #d2d2d2;
}
.section-How-it-Works .Works-Text-block .grid_icon_list .work-item::after {
  content: "";
  height: 15px;
  width: 15px;
  border-radius: 50px;
  position: absolute;
  top: 33px;
  left: 100%;
  border: 1px solid #d2d2d2;
  background: #fff;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}
.section-How-it-Works .Works-Text-block .grid_icon_list .work-item figure {
  padding: 15px;
  border-radius: 50px;
  max-width: 100%;
  display: inline-block;
  position: relative;
  background-image: linear-gradient(30deg, #7c98e6 0, #1c3b94 50%);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  -ms-transition: all 0.1s;
  transition: all 0.1s;
}
.section-How-it-Works .Works-Text-block .grid_icon_list .work-item .work-item-title {
  color: #1c3b94;
}

/* /How it Works */
/* our partners grid design */
.partners-wrap li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 10px;
  position: relative;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.partners-wrap li:before {
  content: "";
  position: absolute;
  top: 15px;
  right: 0;
  bottom: 15px;
  background: #4d4d4d;
  width: 1px;
}
.partners-wrap li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  right: 15px;
  background: #4d4d4d;
  height: 1px;
}
.partners-wrap li:nth-child(3n+3):before {
  content: none;
}
.partners-wrap li:nth-last-child(-n+3):nth-child(3n+1):after, .partners-wrap li:nth-last-child(-n+3):nth-child(3n+1) ~ li:after {
  content: none;
}
.partners-wrap li img {
  max-height: 95px;
  max-width: 250px;
  width: 100%;
}
.partners-wrap li.p-open-list {
  flex: 100% !important;
  max-width: 100%;
  height: 60px;
}
.partners-wrap li.p-open-list a {
  color: #1c3b94;
}
.partners-wrap li.p-open-list::before {
  display: none;
}

/* our partners grid design */
.video-btn .video-play-button {
  height: 30px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  background: linear-gradient(30deg, #f37e82 10%, #eb2027 50%);
  border-radius: 50%;
  position: relative;
  z-index: -1;
}
.video-btn .video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: #eb2027;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-btn .video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 50px;
  height: 50px;
  background: linear-gradient(30deg, #f37e82 10%, #eb2027 50%);
  border-radius: 50%;
}
.video-btn .video-play-button:hover:after {
  background-color: #c61218;
}
.video-btn .video-play-button .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1rem;
  z-index: 3;
}
.video-btn:hover .video-play-button {
  background-color: linear-gradient(30deg, #3c65da 10%, #1c3b94 50%);
}
.video-btn:hover .video-play-button:before {
  background: black;
}
.video-btn:hover .video-play-button:after {
  background: #1c3b94;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
/* Create New Aaccount & Thanks page*/
.thanks-top-banner {
  width: 100%;
}
.thanks-top-banner .thanksBlk-outer {
  position: absolute;
  height: 200%;
  width: 200%;
  z-index: 0;
  transform: translate(-30%, -15%);
  top: 0;
}
.thanks-top-banner .thanksBlk-outer img {
  width: 100%;
  max-width: 100%;
}
.thanks-top-banner img {
  z-index: 1;
}

.input-icon-left40 .form-control {
  padding-left: 40px !important;
}
.input-icon-left40 img.img-fluid {
  position: absolute;
  left: 7px;
  top: 7px;
  height: 24px;
}

.input-icon-left115 .form-control {
  padding-left: 115px !important;
}
.input-icon-left115 img.img-fluid {
  position: absolute;
  left: 7px;
  top: 7px;
  height: 24px;
}

/* / Create New Aaccount & Thanks page*/
/* login page  */
.custom-checkbox.custom-checkbox-login .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #eb282c;
  border-radius: 3px;
  /* For browsers that do not support gradients */
}

.form-control.form-control-login:focus {
  color: #000 !important;
}
.form-control.form-control-login::-webkit-input-placeholder, .form-control.form-control-login:-ms-input-placeholder, .form-control.form-control-login::placeholder {
  /* Edge */
  color: #000 !important;
  opacity: 0.7;
}

.bg-light-gray {
  background-color: #ececec;
}

.owl-carousel-login .owl-nav {
  display: none;
}
.owl-carousel-login .owl-dots .owl-dot span {
  background-color: #4768ae;
  opacity: 10 !important;
  height: 12px;
  width: 12px;
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.owl-carousel-login .owl-dots .owl-dot.active span {
  background-color: #fff;
}
.owl-carousel-login .owl-dots .owl-dot:focus {
  outline: none !important;
}

.Gradient-round-login {
  position: absolute;
  left: 0;
  top: 20%;
  width: 100px;
  transform: translate(-50%, 0);
}

/* /login page  */
.btn-input-wrap {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #EFEFEF;
  padding: 0.1rem 0.3rem;
}

.btn-input-href-wrap {
  position: absolute;
  left: 40px;
  top: 5px;
}
.btn-input-href-wrap .btn-input-href {
  background-color: #EFEFEF;
  padding: 0.1rem 0.3rem;
}
.btn-input-href-wrap .dropdown-item.active, .btn-input-href-wrap .dropdown-item:active {
  background-color: #1c3b94 !important;
}

footer .footer-getintouch {
  box-shadow: 0 -0.1rem 1rem #00000026;
  border-radius: 20px 20px 0px 0px;
}
footer .copyright a {
  color: #fff;
}

@media (min-width: 1200px) {
  .homt-top-banner {
    width: 985px;
  }
}
@media (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 2rem;
  }

  h2, .h2 {
    font-size: 1.5rem;
  }

  h3, .h3 {
    font-size: 1.3rem;
  }

  h4, .h4 {
    font-size: 1rem;
  }

  .display-1-5-rem {
    font-size: 0.5rem;
  }

  .display-2-rem {
    font-size: 1rem;
  }

  .display-3-rem {
    font-size: 1.5rem;
  }

  .display-3-5-rem {
    font-size: 1.75rem;
  }

  .font-size-12 {
    font-size: 0.95rem;
  }

  .top-space-40 {
    margin-top: 0%;
  }

  .features-right-side-img {
    width: 60px;
  }
}
@media (max-width: 991.98px) {
  body,
footer nav a {
    font-size: 0.95rem;
  }

  h1, .h1 {
    font-size: 2rem;
  }

  h2, .h2 {
    font-size: 1.5rem;
  }

  h3, .h3 {
    font-size: 1.3rem;
  }

  h4, .h4 {
    font-size: 1rem;
  }

  .display-1-5-rem {
    font-size: 0.5rem;
  }

  .display-2-rem {
    font-size: 1rem;
  }

  .display-3-rem {
    font-size: 1.5rem;
  }

  .display-3-5-rem {
    font-size: 1.75rem;
  }

  .font-size-12 {
    font-size: 0.95rem;
  }

  .top-space-40 {
    margin-top: 0%;
  }

  .section-title .section-title-name {
    padding-left: 30px;
  }
  .section-title .section-title-name.section-title-bottom {
    padding-left: 0;
  }
  .section-title .section-title-name::before {
    width: 30px;
    height: 17px;
    top: 8px;
    left: -8px;
    background-image: url(../images/title-before.png);
    background-size: 30px;
  }

  .left-img {
    position: unset;
    margin: 0 auto;
    margin-top: -24%;
  }

  .shap-2 {
    background-size: 120% 100%;
    padding: 200px 0 0;
    background-position: center;
    margin-top: -150px;
  }

  .left-side-img {
    position: unset;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: -190px;
  }

  .card .card-inner {
    position: unset;
    text-align: center;
  }
  .card .card-inner .icon-wrap {
    display: inline-block;
  }

  .homt-top-banner {
    right: 0;
    top: auto;
    width: 600px;
    bottom: -57px;
    left: 0;
  }

  .top-banner {
    padding-top: 50px;
    padding-bottom: 30%;
  }

  .container-position-center {
    position: unset;
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
  }

  .drow-line {
    position: relative;
  }
  .drow-line::before {
    width: 1px;
    left: 44%;
    right: 0;
    top: 56px;
    height: 82%;
  }

  .breadcrumb {
    justify-content: center;
  }

  .video-btn .video-play-button {
    width: 35px;
    height: 35px;
  }
  .video-btn .video-play-button:before {
    width: 35px;
    height: 35px;
  }
  .video-btn .video-play-button:after {
    width: 35px;
    height: 35px;
  }

  .section-How-it-Works .Works-Text-block .grid_icon_list li .left::before {
    content: "";
    height: 1px;
    position: absolute;
    top: 53px;
    width: 100px;
    left: 22%;
    border-bottom: 1px dashed #d2d2d2;
  }
  .section-How-it-Works .Works-Text-block .grid_icon_list li .left::after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50px;
    position: absolute;
    top: 46px;
    left: 21%;
    border: 1px solid #d2d2d2;
    background: #d2d2d2;
    -webkit-transform: translateX(-7.5px);
    -moz-transform: translateX(-7.5px);
    -ms-transform: translateX(-7.5px);
    transform: translateX(-7.5px);
  }
  .section-How-it-Works .Works-Text-block .grid_icon_list li .right::before {
    content: "";
    height: 1px;
    position: absolute;
    top: 53px;
    width: 100px;
    right: 22%;
    border-bottom: 1px dashed #d2d2d2;
  }
  .section-How-it-Works .Works-Text-block .grid_icon_list li .right::after {
    content: "";
    height: 15px;
    width: 15px;
    border-radius: 50px;
    position: absolute;
    top: 46px;
    right: 21%;
    border: 1px solid #d2d2d2;
    background: #d2d2d2;
    -webkit-transform: translateX(7.5px);
    -moz-transform: translateX(7.5px);
    -ms-transform: translateX(7.5px);
    transform: translateX(7.5px);
  }
  .section-How-it-Works .Works-Text-block .grid_icon_list li:first-child::before {
    content: none;
  }
  .section-How-it-Works .Works-Text-block .grid_icon_list li:first-child::after {
    content: none;
  }
  .section-How-it-Works .Works-Text-block .grid_icon_list li:last-child::before {
    content: none;
  }
  .section-How-it-Works .Works-Text-block .grid_icon_list li:last-child::after {
    content: none;
  }
  .section-How-it-Works .Works-Text-block .grid_icon_list li .work-item figure {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important;
    background-image: linear-gradient(30deg, #7c98e6 0, #1c3b94 50%) !important;
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 13px;
  }
  .section-How-it-Works .Works-Text-block .grid_icon_list li .work-item .work-item-title {
    font-size: 18px;
    font-weight: 600;
  }

  /* Create New Aaccount & Thanks page*/
  .thanks-top-banner {
    padding-top: 20px;
  }
  .thanks-top-banner .thanksBlk-outer {
    width: 100%;
    height: 100%;
    transform: none;
  }
  .thanks-top-banner img {
    max-width: 300px;
  }

  /* Create New Aaccount & Thanks page*/
}
@media (max-width: 767.98px) {
  /* our partners grid design */
  .partners-wrap li {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .partners-wrap li:nth-child(5n+5):before {
    content: "";
  }
  .partners-wrap li:nth-child(3n+3):before {
    content: none;
  }
  .partners-wrap li:nth-last-child(-n+5):nth-child(5n+1):after, .partners-wrap li:nth-last-child(-n+5):nth-child(5n+1) ~ li:after {
    content: "";
  }
  .partners-wrap li:nth-last-child(-n+3):nth-child(3n+1):after, .partners-wrap li:nth-last-child(-n+3):nth-child(3n+1) ~ li:after {
    content: none;
  }
  .partners-wrap .p-open-block {
    display: none;
  }
  .partners-wrap.p-open-block-active .p-open-block {
    display: flex;
  }
  .partners-wrap.p-open-block-active .p-open .fa-bars:before {
    content: "";
  }

  /* our partners grid design */
  /* Login */
  .no-gutters.gutters-mobile {
    margin-left: -15px;
    margin-right: -15px;
  }

  /* Login */
}
@media (max-width: 575.98px) {
  body,
footer nav a {
    font-size: 0.8rem;
  }

  h1, .h1 {
    font-size: 2rem;
  }

  h2, .h2 {
    font-size: 1.5rem;
  }

  h3, .h3 {
    font-size: 1.3rem;
  }

  h4, .h4 {
    font-size: 1rem;
  }

  .display-3-rem {
    font-size: 1rem;
  }

  .left-side-img {
    width: 70%;
    margin-bottom: -250px;
  }

  /* our partners grid design */
  .partners-wrap li {
    flex: 0 0 50%;
    max-width: 50%;
    /* &:nth-last-child(2):after{content: none;} */
  }
  .partners-wrap li:nth-child(5n+5):before {
    content: "";
  }
  .partners-wrap li:nth-child(3n+3):before {
    content: "";
  }
  .partners-wrap li:nth-child(2n+2):before {
    content: none;
  }
  .partners-wrap li:nth-last-child(-n+5):nth-child(5n+1):after, .partners-wrap li:nth-last-child(-n+5):nth-child(5n+1) ~ li:after {
    content: "";
  }
  .partners-wrap li:nth-last-child(-n+3):nth-child(3n+1):after, .partners-wrap li:nth-last-child(-n+3):nth-child(3n+1) ~ li:after {
    content: "";
  }
  .partners-wrap li:nth-last-child(-n+2):nth-child(2n+1):after, .partners-wrap li:nth-last-child(-n+2):nth-child(2n+1) ~ li:after {
    content: none !important;
  }

  /* our partners grid design */
}
/* / main css */

/*# sourceMappingURL=main.css.map */
