@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700;800;900&amp;family=Roboto:wght@300;400;500;700;900&amp;display=swap");

body {
  overflow-x: hidden !important;
}

.section-heading {
  max-width: 650px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .section-heading {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .section-heading {
    margin-bottom: 30px;
  }
}

.section-heading.style-two {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .section-heading.style-two {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .section-heading.style-two {
    margin-bottom: 30px;
  }
}

.section-heading .title {
  margin-bottom: 20px;
  font-size: 40px;
  position: relative;
  font-weight: 700;
  color: #040916;
  display: block;
}

@media (max-width: 767px) {
  .section-heading .title {
    font-size: 30px;
    margin-bottom: 18px;
  }
}

@media (max-width: 575px) {
  .section-heading .title {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

.section-heading .para {
  font-size: 22px;
}

@media (max-width: 1199px) {
  .section-heading .para {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .section-heading .para {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .section-heading .para {
    font-size: 18px;
  }
}

.section-title {
  text-align: left;
  padding-bottom: 50px;
}

.section-title.style-left {
  text-align: left;
}

.section-title .title {
  padding: 0 0 20px;
  font-size: 36px;
  position: relative;
  color: #14306F;
  display: block;
}

@media (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .section-title .title {
    font-size: 20px;
  }
}

.section-title .title::before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 90px;
  height: 3px;
  background: #0570a3;
}

.section-title .title::after {
  position: absolute;
  left: 24px;
  bottom: 0px;
  content: "";
  width: 45px;
  height: 3px;
  background: #07294d;
}



.bg--base {
  background-color: #0570a3;
}

.bg--primary {
  background-color: #7367F0;
}

.bg--secondary {
  background-color: #868E96;
}

.bg--success {
  background-color: #28C76F;
}

.bg--danger {
  background-color: #EA5455;
}

.bg--warning {
  background-color: #FF9F43;
}

.bg--info {
  background-color: #1E9FF2;
}

.text--base {
  color: #0570a3;
}

.text--primary {
  color: #7367F0;
}

.text--secondary {
  color: #868E96;
}

.text--success {
  color: #28C76F;
}

.text--danger {
  color: #EA5455;
}

.text--warning {
  color: #FF9F43;
}

.text--info {
  color: #1E9FF2;
}

.my-120 {
  margin-top: 60px;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .my-120 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.mt-120 {
  margin-top: 60px;
}

@media (min-width: 992px) {
  .mt-120 {
    margin-top: 120px;
  }
}

.mb-120 {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .mb-120 {
    margin-bottom: 120px;
  }
}

.my-60 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .my-60 {
    margin-top: 120px;
    margin-bottom: 60px;
  }
}

.mt-60 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .mt-60 {
    margin-top: 60px;
  }
}

.mb-60 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .mb-60 {
    margin-bottom: 60px;
  }
}

.my-80 {
  margin-top: 40px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .my-80 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}

.mt-80 {
  margin-top: 40px;
}

@media (min-width: 992px) {
  .mt-80 {
    margin-top: 80px;
  }
}

.mb-80 {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .mb-80 {
    margin-bottom: 80px;
  }
}

.my-40 {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .my-40 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.mt-40 {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .mt-40 {
    margin-top: 40px;
  }
}

.mb-40 {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .mb-40 {
    margin-bottom: 40px;
  }
}

.py-120 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .py-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.pt-120 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-120 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-120 {
    padding-top: 120px;
  }
}

.pb-120 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-120 {
    padding-bottom: 120px;
  }
}

.py-60 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .py-60 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .py-60 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.pt-60 {
  padding-top: 30px;
}

@media (min-width: 576px) {
  .pt-60 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) {
  .pt-60 {
    padding-top: 60px;
  }
}

.pb-60 {
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .pb-60 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .pb-60 {
    padding-bottom: 60px;
  }
}

.pt-md-60 {
  padding-top: 60px;
}

@media (min-width: 576px) {
  .pt-md-60 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) {
  .pt-md-60 {
    padding-top: 60px;
  }
}

.pb-md-60 {
  padding-bottom: 60px;
}

@media (min-width: 576px) {
  .pb-md-60 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .pb-md-60 {
    padding-bottom: 60px;
  }
}

.py-80 {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.pt-80 {
  padding-top: 40px;
}

@media (min-width: 992px) {
  .pt-80 {
    padding-top: 80px;
  }
}

.pb-80 {
  padding-bottom: 40px;
}

@media (min-width: 992px) {
  .pb-80 {
    padding-bottom: 80px;
  }
}

.py-40 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .py-40 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pt-40 {
  padding-top: 20px;
}

@media (min-width: 992px) {
  .pt-40 {
    padding-top: 40px;
  }
}

.pb-40 {
  padding-bottom: 20px;
}

@media (min-width: 992px) {
  .pb-40 {
    padding-bottom: 40px;
  }
}

.py-50 {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pt-50 {
  padding-top: 30px;
}

@media (min-width: 992px) {
  .pt-50 {
    padding-top: 50px;
  }
}

.pb-50 {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .pb-50 {
    padding-bottom: 50px;
  }
}

h1 {
  font-size: 62px;
}

h2 {
  font-size: 32px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 28px;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

@media (max-width: 575px) {
  h3 {
    font-size: 22px;
  }
}

h4 {
  font-size: 24px;
}

@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 20px;
}

@media (max-width: 767px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
  word-break: break-word;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
  font-weight: 600;
  -webkit-transition: .4s;
  transition: .4s;
  line-height: 1.4;
  word-break: break-word;
}

p,
li,
span {
  margin: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
p {
  font-family: "Roboto", sans-serif;
  color: #81848A;
  /* word-break: break-all; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  color: #040916;
  margin: 0;
  font-weight: 600;
}

p,
span {
  color: #81848A;
  font-size: 16px;
  margin: 0;
  font-weight: 400;
}

a {
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
  color: #81848A;
}

a:hover {
  color: #0570a3;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

span {
  display: inline-block;
}


button {
  border: none;
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--base {
  color: #fff;
  font-weight: 700;
  background-color: #0570a3;
  padding: 13px 30px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
  border: none;
  text-align: center;
  font-size: 16px;
}

@media (max-width: 767px) {
  .btn--base {
    padding: 10px 22px;
    font-size: 15px;
  }
}

@media (max-width: 575px) {
  .btn--base {
    padding: 10px 16px;
    font-size: 14px;
  }
}

.btn--base.style-two {
  background-color: #fff;
  color: #0570a3;
}

.btn--base.style-two::before {
  background-color: #0570a3;
}

.btn--base.style-two:hover {
  color: #fff;
}

.btn--base.style-three {
  background-color: #0570a3;
  color: #fff;
}

.btn--base.style-three::before {
  background-color: #14306F;
}

.btn--base.style-three:hover {
  color: #fff;
}

.btn--base::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  background-color: #fff;
  content: "";
  z-index: -1;
  border-radius: 2px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.btn--base:hover {
  color: #0570a3;
}

.btn--base:hover::before {
  height: 100%;
}

.btn--base-two {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding-right: 5px;
}

.btn--base-two::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #81848A;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .4s;
  transition: .4s;
}

.btn--base-two:hover::before {
  background-color: #0570a3;
  width: 30px;
}

.btn--primary {
  background-color: #7367F0;
  color: #fff;
}

.btn--primary:hover {
  color: #fff;
  background-color: #6457f3;
}

.btn--primary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--secondary {
  background-color: #868E96;
  color: #fff;
}

.btn--secondary:hover {
  color: #fff;
  background-color: #636c75;
}

.btn--secondary:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--success {
  background-color: #28C76F;
  color: #fff;
}

.btn--success:hover {
  color: #fff;
  background-color: #13af59;
}

.btn--success:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--danger {
  background-color: #EA5455;
  color: #fff;
}

.btn--danger:hover {
  color: #fff;
  background-color: #ad2b2b;
}

.btn--danger:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--warning {
  background-color: #FF9F43;
  color: #fff;
}

.btn--warning:hover {
  color: #fff;
  background-color: #d47c29;
}

.btn--warning:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn--info {
  background-color: #1E9FF2;
  color: #fff;
}

.btn--info:hover {
  background-color: #0e7bbe;
  color: #fff;
}

.btn--info:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--card {
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 14px 0px #ddddddd5;
  box-shadow: 0px 0px 14px 0px #ddddddd5;
  -webkit-box-shadow: 0px 0px 14px 0px #dddddd96;
  box-shadow: 0px 0px 14px 0px #dddddd96;
  background: #f6f6f6 !important;
  border: transparent;
}

.custom--card:hover {
  -webkit-box-shadow: 0px 0px 24px 0px #d7d7d7bb;
  box-shadow: 0px 0px 24px 0px #d7d7d7bb;
}

.custom--card .card-body {
  text-align: center;
  background-color: #fff;
  text-align: center;
  padding: 30px;
  border-radius: 5px;
}

.custom--card .card-body i {
  font-size: 26px;
  color: rgba(104, 51, 153, 0.788);
}

.custom--card .card-title {
  color: #14306F;
  font-size: 25px;
}

.contact-title::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #333;
}

.contact--wrapper {
  background-color: #fff;
  padding: 30px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 14px 0px #ddddddd5;
  box-shadow: 0px 0px 14px 0px #ddddddd5;
}

.form--label {
  margin-bottom: 10px;
  font-size: 15px;
  color: #d6d6d6 !important;
  font-weight: 400;
}

.form--control {
  height: 60px;
  border-radius: 1px;
  color: #000;
  font-weight: 400;
  outline: none;
  width: 100%;
  padding: 0px 15px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .form--control {
    margin-top: 20px;
    height: 50px;
  }
}

.form--control::-webkit-input-placeholder {
  color: #999999;
  font-size: 15px;
}

.form--control:-ms-input-placeholder {
  color: #999999;
  font-size: 15px;
}

.form--control::-ms-input-placeholder {
  color: #999999;
  font-size: 15px;
}

.form--control::placeholder {
  color: #999999;
  font-size: 15px;
}

.form--control:focus {
  border: 1px solid #0570a3;
  border-radius: 1px;
  -webkit-box-shadow: 0px 2px 13px -2px #7c7b7c57 !important;
  box-shadow: 0px 2px 13px -2px #7c7b7c57 !important;
  background-color: #fff;
  color: #14306F;
}

.form--control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #0570a3;
}

textarea.form--control {
  height: 110px;
  padding-top: 18px;
}

.input-field.message .input-icon {
  top: 25px;
}

.input-field.message .form--control {
  min-height: 150px;
  padding: 15px 15px 15px 70px;
}

.custom--select {
  position: relative;
}

.custom--select.style-two .icon {
  position: absolute;
  right: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  background-color: #11C451;
  height: 80%;
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: #fff;
}

.custom--select.style-two .icon i {
  margin-left: 10px;
  margin-top: -10px;
}

.custom--select.style-two .form--select {
  border: 1px solid #124887;
}

.custom--select.style-two .form--select:focus {
  border-radius: 3px;
  -webkit-box-shadow: -2px 1px 10px 3px #11c4506e;
  box-shadow: -2px 1px 10px 3px #11c4506e;
}

.custom--select .icon {
  position: absolute;
  right: 15px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 15px;
  z-index: 3;
}

.form--select {
  height: 50px;
  position: relative;
  padding-left: 10px;
  background-color: transparent;
  color: #fff;
  background-image: none;
  background-color: #092443;
}

.form--select option {
  background: #24374e;
}

.form--select:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.input-group--text {
  background: #0570a3;
  color: #fff;
  border-radius: 0;
  margin-right: 5px;
  padding: 0;
  position: absolute;
  right: 0;
  border: transparent !important;
  z-index: 5;
  height: 80%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.custom--modal .modal-content {
  padding: 30px;
  text-align: center;
}

.custom--modal .modal-header {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: none;
  padding: 0 20px;
}

.custom--modal .modal-header .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.custom--modal .modal-header .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--modal .modal-icon i {
  font-size: 32px;
  color: red;
  border: 3px solid red;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}

.custom--modal .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0 0 0;
  border-top: 1px solid #dee2e6;
}

.pagination {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination {
    margin-top: 40px;
  }
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  background-color: transparent;
  color: #81848A;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 8px 15px;
  font-weight: 400;
}

.pagination .page-item:first-child .page-link:hover,
.pagination .page-item:last-child .page-link:hover {
  color: #0570a3;
  background-color: transparent;
}

.pagination .page-item .page-link {
  margin: 0 5px;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  background-color: #F0E9DA;
  color: #0570a3;
  border: none;
}

@media (max-width: 575px) {
  .pagination .page-item .page-link {
    margin: 0 3px;
    height: 40px;
    width: 40px;
  }
}

.pagination .page-item .page-link.active {
  background-color: #0570a3;
  color: #fff;
}

.pagination .page-item .page-link:hover {
  background-color: #0570a3;
  color: #fff;
}

.pagination .page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.custom--table tr th,
.custom--table tr td {
  position: relative;
  text-align: center;
  color: #fff;
  vertical-align: middle;
}

@media (max-width: 991px) {

  .custom--table tr th,
  .custom--table tr td {
    display: block;
    text-align: right !important;
  }
}

.custom--table tr td:first-child {
  text-align: left;
}

.custom--table.table> :not(:last-child)> :last-child>* {
  border-bottom-color: #0f3c70;
}

.custom--table {
  border-collapse: separate;
  border-spacing: 0 10px;
  border-radius: 5px;
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .custom--table thead tr th {
    display: none;
  }
}

.custom--table [data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 500;
  color: #fff;
  top: 0;
  left: 0;
  padding: 15px;
  display: none;
  font-size: 16px;
  text-align: left;
}

@media (max-width: 991px) {
  .custom--table [data-label]::before {
    display: block;
    width: 50% !important;
  }
}

.custom--table.table-responsive--xl.table> :not(caption)>*>* {
  border-width: 1px !important;
  border-color: #0f3c70;
  padding: 0px;
}

@media (max-width: 1199px) {
  .custom--table.table-responsive--xl thead tr th {
    display: none;
  }
}

.custom--table.table-responsive--xl.style-two {
  border-collapse: collapse;
}

.custom--table.table-responsive--xl.style-two thead tr th {
  padding: 30px !important;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .custom--table.table-responsive--xl.style-two tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 10px;
  }
}

@media (max-width: 1199px) and (max-width: 575px) {
  .custom--table.table-responsive--xl.style-two tr td {
    padding-left: 45%;
  }
}

@media (max-width: 1199px) {
  .custom--table.table-responsive--xl.style-two [data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 400;
    color: #fff;
    top: 50%;
    left: 0;
    padding: 15px;
    display: none;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
}

@media (max-width: 1199px) and (max-width: 1199px) {
  .custom--table.table-responsive--xl.style-two [data-label]::before {
    display: block;
    width: 50% !important;
  }
}

.custom--table.table-responsive--md.table> :not(caption)>*>* {
  border-width: 1px !important;
  border-color: #0f3c70;
  padding: 0px;
}

@media (max-width: 991px) {
  .custom--table.table-responsive--md thead tr th {
    display: none;
  }
}

.custom--table.table-responsive--md.style-two {
  border-collapse: collapse;
}

.custom--table.table-responsive--md.style-two thead tr th {
  padding: 30px !important;
  font-weight: 400;
}

@media (max-width: 991px) {
  .custom--table.table-responsive--md.style-two tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .custom--table.table-responsive--md.style-two [data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 400;
    color: #fff;
    top: 50%;
    left: 0;
    padding: 15px;
    display: none;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .custom--table.table-responsive--md.style-two [data-label]::before {
    display: block;
    width: 50% !important;
  }
}

.custom--tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #07294d;
  padding: 0;
  border-radius: 6px;
}

.custom--tab li button {
  color: #fff;
  padding: 13px 20px;
  background-color: transparent !important;
  border-right: 1px solid #dddddd61 !important;
  -webkit-transition: .4s;
  transition: .4s;
  border-bottom: 3px solid transparent !important;
}

@media (max-width: 1199px) {
  .custom--tab li button {
    padding: 12px 15px;
  }
}

.custom--tab li button.active {
  color: #fff;
  border-bottom: 3px solid #0570a3 !important;
  border-radius: 0;
}

.custom--tab li button:hover {
  color: #fff;
  border-bottom: 3px solid #0570a3 !important;
  border-radius: 0;
}

ul[class*="custom--tab"] li:last-child button {
  border-right: none !important;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .navbar-brand.logo {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}

.navbar-brand.logo img {
  height: 100%;
  max-width: 280px;
  max-height: 80px;
}

@media (max-width: 991px) {
  .navbar-brand.logo img {
    max-width: 180px;
  }
}

@media (max-width: 767px) {
  .navbar-brand.logo img {
    max-width: 180px;
  }
}

@media (max-width: 575px) {
  .navbar-brand.logo img {
    max-width: 180px;
  }
}

@media (max-width: 991px) {
  .header {
    background-color: #14306F;
  }
}

@media (max-width: 991px) {
  .header .header-bottom.fixed-header {
    padding: 15px 10px;
  }
}

.header-container {
  position: relative;
}

@media (max-width: 991px) {
  .header-container {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    display: block;
  }
}

.header-bottom {
  /* background-color: #14306F; */
  padding: 2px 30px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 25;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;

  background: rgb(230, 247, 254);
  background: -moz-linear-gradient(180deg, rgba(230, 247, 254, 1) 0%, rgba(243, 243, 244, 1) 100%);
  background: -webkit-linear-gradient(180deg, rgba(230, 247, 254, 1) 0%, rgba(243, 243, 244, 1) 100%);
  background: linear-gradient(180deg, rgba(230, 247, 254, 1) 0%, rgba(243, 243, 244, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6f7fe", endColorstr="#f3f3f4", GradientType=1);
}

.header-bottom::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 13px;
  top: 0;
  right: 0;
  background-color: #0570a3;
}

@media (max-width: 991px) {
  .header-bottom::before {
    display: none;
  }
}

@media (max-width: 1199px) {
  .header-bottom {
    padding: 0px 30px;
  }
}

@media (max-width: 991px) {
  .header-bottom {
    padding: 10px;
    margin-top: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: relative;
  }
}

.header-bottom.fixed-header {
  background-color: #14306F;
  position: fixed;
  -webkit-transition: .5s;
  transition: .5s;
  border-bottom: 1px solid #2063b14a;
  margin-top: 0px;
  top: 0;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: slide-down .8s;
  animation: slide-down .8s;
  width: 100%;
  -webkit-box-shadow: 0px 2px 13px -2px #7c7b7c57;
  box-shadow: 0px 2px 13px -2px #7c7b7c57;
}

@media (max-width: 991px) {
  .header-bottom {
    background-color: #14306F;
  }
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.navbar {
  padding: 0 !important;
}

.nav-menu {
  padding-top: 0;
  padding-bottom: 0;
}

.nav-menu .nav-item {
  position: relative;
  margin: 0 10px;
}

@media (max-width: 991px) {
  .nav-menu .nav-item {
    text-align: left;
    display: block;
    position: relative;
  }
}

.nav-menu .nav-item:hover .nav-link i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: .4s;
  transition: .4s;
}

.nav-menu .nav-item:hover .nav-link::before {
  width: 100%;
}

.nav-menu .nav-item:hover .nav-link::after {
  visibility: visible;
  opacity: 1;
}

.nav-menu .nav-item:hover>.nav-link {
  color: #0570a3 !important;
}

.nav-menu .nav-item .nav-link {
  font-weight: 500;
  font-size: 16px;
  color: #333 !important;
  padding: 33px 0 !important;
  position: relative;
  cursor: pointer;
}

@media (max-width: 991px) {
  .nav-menu .nav-item .nav-link {
    font-weight: 400;
  }
}

.nav-menu .nav-item .nav-link:hover {
  color: #0570a3 !important;
}

@media (max-width: 991px) {
  .nav-menu .nav-item .nav-link {
    display: inline-block;
    margin-bottom: 8px;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .nav-menu .nav-item .nav-link::before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #0570a3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: .4s;
    transition: .4s;
  }

  .nav-menu .nav-item .nav-link:hover::before {
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
  }

  .nav-menu .nav-item .nav-link::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -2px;
    border-style: solid;
    border-width: 4px;
    border-color: #0570a3 #0000ff00 #00800000 #0570a3;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    visibility: hidden;
    opacity: 0;
  }

  .nav-menu .nav-item .nav-link:hover::after {
    visibility: visible;
    opacity: 1;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.nav-menu .nav-item .nav-link i {
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 13px;
  margin-left: 2px;
}

@media (max-width: 991px) {
  .nav-menu .nav-item .nav-link i {
    margin-right: 6px;
  }
}

@media (min-width: 992px) {
  .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0px 0px 25.23px 3.77px rgba(82, 81, 81, 0.13);
    box-shadow: 0px 0px 25.23px 3.77px rgba(82, 81, 81, 0.13);
    -webkit-transition: .4s;
    transition: .4s;
    top: 90px;
    padding: 0 !important;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    left: 50%;
    text-align: center;
    border: none;
    -webkit-transition: .3s linear;
    transition: .3s linear;
    overflow: hidden;
    border-radius: 2px;
    -webkit-transform: translateX(-50%) scaleX(0);
    transform: translateX(-50%) scaleX(0);
  }

  .dropdown-menu li {
    border-bottom: 1px solid #e6e6e6;
  }

  .dropdown-menu li:last-child {
    border-bottom: 2px solid #14306F;
  }

  .dropdown-menu li .dropdown-item {
    padding: 7px 10px;
    font-weight: 500;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .nav-menu .nav-item:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    top: 100% !important;
    -webkit-transform: translateX(-50%) scaleX(1);
    transform: translateX(-50%) scaleX(1);
  }
}

@media (max-width: 991px) {
  .nav-menu {
    margin-top: 20px;
  }

  .nav-menu .nav-item:hover .nav-link i {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .nav-item {
    border-bottom: 1px solid #ffffff2c;
    padding: 10px 0;
  }

  .nav-item:last-child {
    border-bottom: none;
  }

  .nav-item .nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 !important;
  }

  .nav-item .nav-link::before {
    display: none;
  }

  .nav-item .nav-link.show[aria-expanded="true"] i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .dropdown-menu {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: .25rem;
    width: 100%;
    margin-left: 10px !important;
    margin-bottom: 10px !important;
    padding: 0 !important;
    border: none;
    background-color: #f7f7f7;
    margin-top: 11px !important;
    overflow: hidden;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .dropdown-menu {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media (max-width: 991px) {
  .dropdown-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .dropdown-menu li:nth-last-child(1) {
    border-bottom: none;
  }

  .dropdown-menu li .dropdown-item {
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .dropdown-menu li .dropdown-item {
    font-weight: 400;
    color: #666;
  }

  .dropdown-menu li .dropdown-item:hover {
    background-color: #0570a3;
  }
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  background-color: #14306F;
}

.navbar-toggler.header-button {
  color: #000;
  border-color: transparent;
  color: #14306F;
  background: transparent !important;
  padding: 0 !important;
  font-size: 23px !important;
  border: 0 !important;
  border-radius: 0 !important;
  -webkit-transition: .15s ease-in-out;
  transition: .15s ease-in-out;
  width: 30px;
}

.navbar-toggler.header-button:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded="true"] i::before {
  content: "\f00d";
}

.header-top {
  background-color: #fff;
  padding: 10px 30px 69px 30px;
}

.top-contact-menu {
  margin: 0 -10px;
}

.top-contact-menu .item {
  padding: 0 10px;
  gap: 11px;
}

.top-contact-menu .item .icon {
  background-color: #14306F;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  color: #fff;
}

.top-contact-menu .item .text p {
  font-size: 14px;
  font-weight: 500;
  color: #040916;
}

.social-icons.style-two li a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #fff;
  color: #0570a3;
  font-size: 20px;
  border: none;
}

@media (max-width: 767px) {
  .social-icons.style-two li a {
    font-size: 16px;
    width: 40px;
    height: 40px;
  }
}

.social-icons.style-two li a:hover,
.social-icons.style-two li a.active {
  background-color: #0570a3;
  color: #fff;
}

.social-icons li {
  padding: 5px;
}

.social-icons li a {
  border: 1px solid #dfdfdf;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  font-size: 14px;
}

.social-icons li a:hover,
.social-icons li a.active {
  background-color: #0570a3;
  color: #fff;
  border-color: #0570a3;
}

.breadcumb-section {
  position: relative;
  padding: 160px 0 115px;
}

@media (max-width: 1199px) {
  .breadcumb-section {
    padding: 120px 0 75px;
  }
}

@media (max-width: 991px) {
  .breadcumb-section {
    padding: 120px 0 60px;
  }
}

@media (max-width: 767px) {
  .breadcumb-section {
    padding: 100px 0 40px;
  }
}

.breadcumb-section::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #14306F;
  opacity: .8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.breadcumb-title {
  font-size: 55px;
  padding: 0px 0 10px;
}

@media (max-width: 1399px) {
  .breadcumb-title {
    font-size: 50px;
  }
}

@media (max-width: 1199px) {
  .breadcumb-title {
    font-size: 40px;
  }
}

@media (max-width: 991px) {
  .breadcumb-title {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .breadcumb-title {
    font-size: 25px;
  }
}

.breadcumb-list li {
  color: #fff;
  padding: 0 5px;
  font-weight: 500;
  font-size: 16px;
}

.breadcumb-list li:last-child {
  color: #0570a3;
}

.breadcumb-list li span {
  color: #fff;
}

@media (max-width: 575px) {
  .breadcumb-list li {
    font-size: 15px;
  }
}

.breadcumb-list li a {
  color: #fff;
  font-weight: 500;
}

.breadcumb-list li a:hover {
  color: #0570a3;
}

.footer-area {
  background: #14306F;
}

.footer-social {
  padding-top: 20px;
}

.footer-social li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  border: 1px solid #919191;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.footer-social li .social-icon i {
  color: #fff;
}

.footer-social li .social-icon i:nth-child(1) {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 26px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-social li .social-icon i:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-social li:hover a.social-icon i:nth-child(1) {
  margin-top: 0px;
}

.footer-social li:hover .social-icon i:nth-child(2) {
  margin-top: -26px;
}

.footer-social li:hover {
  background-color: #0570a3;
  border: 1px solid #0570a3;
}

.common-footer {
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
}

.common-footer::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0px;
  background: #0570a3;
  opacity: .3;
}

.common-footer::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  left: 0;
  bottom: 0px;
  background: #0570a3;
  opacity: .5;
}

.footer-menu li {
  display: block;
  padding: 9px 0;
}

.footer-menu li .icon {
  font-size: 26px;
  color: #e6f7fe;
  width: 30px;
}

@media (max-width: 575px) {
  .footer-menu li .icon {
    font-size: 25px;
  }
}

.footer-menu li .content {
  width: calc(100% - 30px);
  padding-left: 20px;
}

@media (max-width: 575px) {
  .footer-menu li .content {
    padding-left: 10px;
  }
}

.footer-menu li .content .text {
  display: block;
  padding: 3px 0;
  color: #fff;
}

.footer-menu li a {
  color: #fff;
  font-size: 16px;
}

.footer-menu li a:hover {
  color: #0570a3;
  margin-left: 4px;
}

.footer-item .form--control {
  margin-top: 0;
}
.footer-item p{
  color: #fff !important;
}

.footer-item .title {
  color: #fff;
  font-size: 29px;
  padding-bottom: 18px;
}

@media (max-width: 991px) {
  .footer-item .title {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .footer-item .title {
    font-size: 22px;
  }
}

.footer-item .title span {
  color: #0570a3;
}

.footer-item a img {
  width: 100%;
  padding-bottom: 20px;
}

.footer-item .text {
  color: #ddd;
}

.bottom-footer {
  background-color: #0e2863;
  padding: 30px 0;
}

@media (max-width: 400px) {
  .bottom-footer-text {
    font-size: 16px;
  }
}

.bottom-footer-text a {
  color: #0570a3;
  font-weight: 600;
  padding: 0 5px;
}

.bottom-footer-text a:hover {
  color: #fff;
}

.footer-bottom-right .right-text {
  margin: 0 -15px;
}

.footer-bottom-right .right-text li {
  padding: 0 15px;
}

.footer-bottom-right .right-text li a {
  color: #fff;
  font-size: 15px;
  position: relative;
}

@media (max-width: 400px) {
  .footer-bottom-right .right-text li a {
    font-size: 13px;
  }
}

.footer-bottom-right .right-text li a:hover {
  color: #0570a3;
}

.preloder {
  position: fixed;
  top: 0;
  right: 0;
  background: black;
  height: 100%;
  width: 100%;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 1;
  visibility: visible;
  z-index: 9899;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.done {
  opacity: 0;
  visibility: hidden;
}

.circle,
.circle:before,
.circle:after {
  border: 3px solid transparent;
  border-radius: 50%;
}

.circle {
  height: 110px;
  width: 110px;
  margin: 200px auto;
  position: relative;
  border-top-color: gold;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

.circle:before,
.circle:after {
  content: "";
  position: absolute;
}

.circle:before {
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border-top-color: red;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 2.1s;
  animation-duration: 2.1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  animation-duration: 2.1s;
}

.circle:after {
  top: 23px;
  left: 23px;
  bottom: 23px;
  right: 23px;
  border-top-color: indigo;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-animation-duration: 3.1s;
  animation-duration: 3.1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
  animation-direction: normal;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-overlay-one {
  position: relative;
  isolation: isolate;
}

.bg-overlay-one::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #14306F;
  opacity: .8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.bg-overlay-two {
  position: relative;
  isolation: isolate;
}

.bg-overlay-two::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background-color: #0570a3;
  opacity: .8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.offer.bg-overlay-one::before {
  opacity: 1;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0% 100%);
}

@media (max-width: 991px) {
  .offer.bg-overlay-one::before {
    -webkit-clip-path: unset;
    clip-path: unset;
  }
}

.offer .section-heading {
  max-width: 100%;
  position: relative;
}

.offer .section-heading .title {
  margin-bottom: 0px;
  text-align: left;
  max-width: 450px;
}

@media (max-width: 991px) {
  .offer .section-heading .title {
    max-width: 100%;
    margin-bottom: 20px;
  }
}

.offer .section-heading .para {
  max-width: 450px;
  padding-left: 50px;
  position: relative;
}

.offer .section-heading .para::before {
  position: absolute;
  content: "";
  width: 3px;
  height: 100%;
  left: 0;
  background-color: #0570a3;
}

@media (max-width: 991px) {
  .offer .section-heading .para::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .offer .section-heading .para {
    max-width: 100%;
    padding-left: 0;
  }
}

.offer-item {
  background-color: #fff;
  padding: 40px 30px 40px;
  -webkit-box-shadow: 0px 2px 13px -2px #7c7b7c57;
  box-shadow: 0px 2px 13px -2px #7c7b7c57;
}

@media (max-width: 1199px) {
  .offer-item {
    padding: 20px;
  }
}

@media (max-width: 991px) {
  .offer-item {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .offer-item {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .offer-item {
    padding: 15px;
  }
}

.offer-item:hover .thumb img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.offer-item .thumb {
  max-width: 100%;
  max-height: 300px;
  overflow: hidden;
}

.offer-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: .4s;
  transition: .4s;
}

.offer-item .content {
  margin-top: 40px;
}

@media (max-width: 1199px) {
  .offer-item .content {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .offer-item .content {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .offer-item .content {
    margin-top: 20px;
  }
}

.offer-item .content .title a {
  color: #040916;
  font-size: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  border-left: 3px solid #0570a3;
}

@media (max-width: 575px) {
  .offer-item .content .title a {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.offer-item .content .title a:hover {
  color: #0570a3;
}

.offer-item .content .para {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
}

.provide-service .location-thumb img {
  max-width: 100%;
}

.provide-service .location-button {
  margin-top: 60px;
}

@media (max-width: 1199px) {
  .provide-service .location-button {
    margin-top: 55px;
  }
}

@media (max-width: 991px) {
  .provide-service .location-button {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .provide-service .location-button {
    margin-top: 45px;
  }
}

@media (max-width: 575px) {
  .provide-service .location-button {
    margin-top: 40px;
  }
}

/*-----------------------------------------38. Owl Carousel-------------------------------------------*/
.custom-dot {
  display: inline-block;
  z-index: 1;
  margin-top: 30px;
}

.custom-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #cecece;
  cursor: pointer;
  display: block;
  border: 1px solid #fff;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.custom-dot span:hover {
  background: #aaa;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
}

.custom-dot.active span {
  width: 12px;
  height: 12px;
  background: #d21e2b;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.owl-nav i {
  color: #111;
  font-size: 20px;
  padding-top: 10px;
}

.owl-nav .owl-prev {
  color: #d21e2b;
  font-size: 43px;
  left: 0%;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 50px;
  height: 50px;
  background: #fff !important;
  -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}

.owl-nav .owl-next {
  color: #d21e2b;
  font-size: 43px;
  text-align: center;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  width: 50px;
  height: 50px;
  background: #fff !important;
  -webkit-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 5px 28px 0px rgba(50, 50, 50, 0.1);
}

/*.owl-theme .owl-nav {
    margin-top: 50px;
}*/
/* 
Counter Style
======================================================*/
:root {
  --main-color: #0570a3;
}

.counter {
  color: var(--main-color);
  background: linear-gradient(#fff 9%, #fff 19%, var(--main-color) 19%, var(--main-color) 83%, #fff 83%, #fff 0%);

  width: 210px;
  height: 210px;
  text-align: center;
  padding: 40px 0 35px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.counter:before {
  content: "";
  background: #fff;
  border: 10px solid #333;
  border-radius: 50%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 7px;
  left: 7px;
  right: 7px;
  bottom: 7px;
  z-index: -1;
}

.counter .counter-value-wrap {
  font-size: 35px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 10px;
  display: block;
  color: #0570a3;
}

.counter .counter-value {
  /*    font-size: 35px;
        font-weight: 600;
        line-height: 30px;
        margin: 0 0 10px;
        display: block;*/
  color: #0570a3;
}

.counter .counter-value {
  font-size: 30px;
  font-weight: bold;
}

.counter h3 {
  color: #fff;
  background: var(--main-color);
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 15px 10px;
  margin: 0 0 8px;
}

.counter .counter-icon {
  font-size: 35px;
}

@media screen and (max-width:990px) {
  .counter {
    margin-bottom: 40px;
  }
}

.testimonial {
  text-align: center;
  padding: 85px 50px 45px 70px;
  margin: 70px 15px 35px;
  background: #f9f9f9;
  box-shadow: 8px 4px 0 0 #0570a3;
  position: relative;
}

.testimonial .pic {
  width: 120px;
  height: 120px;
  /*    border: 5px solid #77a9dd;*/
  margin: 0 auto;
  position: absolute;
  top: -60px;
  left: 0;
  right: 0;
}

.testimonial .pic img {
  width: 100%;
  height: auto;
}

.testimonial .description {
  font-size: 15px;
  line-height: 27px;
  margin-bottom: 20px;
  position: relative;
}

.testimonial .description:before {
  content: "\f10d";
  font-family: "FontAwesome";
  font-size: 32px;
  color: #0570a3;
  position: absolute;
  top: -15px;
  left: -35px;
}

.testimonial .testimonial-profile {
  position: relative;
  margin: 20px 0 10px 0;
}

.testimonial .testimonial-profile:after {
  content: "";
  width: 50px;
  height: 2px;
  /*    background: #77a9dd;*/
  margin: 0 auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}

.testimonial .title {
  display: inline-block;
  font-size: 18px;
  color: #0570a3;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
}

.testimonial .post {
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
}

.owl-theme .owl-controls {
  margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
  background: #5e5f5f;
  opacity: 1;
  transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #77a9dd;
}

.owl-theme .owl-controls .owl-page.active span {
  width: 22px;
  height: 12px;
}

.footer-area {
  background: #0670a2;
}

.footer-social {
  padding-top: 20px;
}

.footer-social li {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  border: 1px solid #919191;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.footer-social li .social-icon i {
  color: #fff;
}

.footer-social li .social-icon i:nth-child(1) {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: 26px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-social li .social-icon i:nth-child(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer-social li:hover a.social-icon i:nth-child(1) {
  margin-top: 0px;
}

.footer-social li:hover .social-icon i:nth-child(2) {
  margin-top: -26px;
}

.footer-social li:hover {
  background-color: #333;
  border: 1px solid #333;
}

.common-footer {
  font-size: 20px;
  color: #fff;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 500;
}

.common-footer::before {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  left: 0;
  bottom: 0px;
  background: #333;
  opacity: .3;
}

.common-footer::after {
  position: absolute;
  content: "";
  width: 35px;
  height: 2px;
  left: 0;
  bottom: 0px;
  background: #333;
  opacity: .5;
}

.footer-menu li {
  display: block;
  padding: 9px 0;
}

.footer-menu li .icon {
  font-size: 26px;
  color: #e6f7fe;
  width: 30px;
}

@media (max-width: 575px) {
  .footer-menu li .icon {
    font-size: 25px;
  }
}

.footer-menu li .content {
  width: calc(100% - 30px);
  padding-left: 20px;
}

@media (max-width: 575px) {
  .footer-menu li .content {
    padding-left: 10px;
  }
}

.footer-menu li .content .text {
  display: block;
  padding: 3px 0;
  color: #fff;
}

.footer-menu li a {
  color: #fff;
  font-size: 16px;
}

.footer-menu li a:hover {
  color: #0570a3;
  margin-left: 4px;
}

.footer-item .form--control {
  margin-top: 0;
}

.footer-item .title {
  color: #fff;
  font-size: 29px;
  padding-bottom: 18px;
}

@media (max-width: 991px) {
  .footer-item .title {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  .footer-item .title {
    font-size: 22px;
  }
  .slider-wrapper{
    padding-top: 70px !important;
  }
}

.footer-item .title span {
  color: #0570a3;
}

.footer-item a img {
  width: 100%;
  padding-bottom: 20px;
}

.footer-item .text {
  color: #ddd;
}

.bottom-footer {
  background-color: #024463;
  padding: 30px 0;
}

@media (max-width: 400px) {
  .bottom-footer-text {
    font-size: 16px;
  }
}

.bottom-footer-text a {
  color: #0570a3;
  font-weight: 600;
  padding: 0 5px;
}

.bottom-footer-text a:hover {
  color: #fff;
}

.footer-bottom-right .right-text {
  margin: 0 -15px;
}

.footer-bottom-right .right-text li {
  padding: 0 15px;
}

.footer-bottom-right .right-text li a {
  color: #fff;
  font-size: 15px;
  position: relative;
}

@media (max-width: 400px) {
  .footer-bottom-right .right-text li a {
    font-size: 13px;
  }
}

.footer-bottom-right .right-text li a:hover {
  color: #0570a3;
}
.PageContent ul.nostyle li{
  list-style: none !important;
  padding-left: 25px !important;
}