* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.875;
  font-family: "Poppins", sans-serif;
}

.container-fixed,
.sc-container,
.container {
  width: min(1140px, 100%);
  margin: 0 auto;
}

.text-center {
  text-align: center;
}

textarea {
  overflow: auto;
  width: 100%;
  height: 150px;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #0074B8;
}

img {
  height: auto;
  max-width: 100%;
  border-style: none;
}

select,
input,
button {
  outline: none;
}

ul,
ol {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

p {
  margin: 0 0 20px;
}

a {
  text-decoration: none;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

select,
input,
button {
  outline: none;
}

.main {
  margin-left: 80px;
  padding: 32px;
}

.heading-sec {
  text-align: center;
  padding-bottom: 32px;
}

.heading-sec .para-txt {
  width: min(600px, 100%);
  margin: auto;
}

.heading-sec .h1-title {
  font-size: 32px;
  font-weight: 600;
  color: #005581;
}

.heading-sec .sub-heading {
  font-size: 42px;
  font-weight: 600;
}

@media (min-width: 767px) and (max-width: 1024px) {
  .container-fixed {
    padding: 32px 16px;
  }
  section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 540px) {
  .container-fixed {
    padding: 32px 16px;
  }
  section {
    padding: 16px;
  }
}
.page-header {
  width: 100%;
  height: 100px;
  padding: 16px 0px;
  color: #005581;
  font-weight: 500;
  background: #005581;
  background-size: cover;
}
.page-header .container .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .container .inner .page-title {
  color: #ffffff;
  margin-bottom: 0;
  flex: 1;
  padding: 10px 20px 10px 0;
  font-size: 30px;
}
.page-header .container .inner .breadcrumbs {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  display: inline-flex;
}
.page-header .container .inner .breadcrumbs li {
  display: inline-block;
  color: #ffffff;
}
.page-header .container .inner .breadcrumbs li.active {
  text-overflow: ellipsis;
  max-width: 350px;
  overflow: hidden;
  white-space: nowrap;
}
.page-header .container .inner .breadcrumbs li::before {
  content: "";
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 10px solid #43baff;
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: -3px 8px 0;
  display: inline-block;
  vertical-align: middle;
}
.page-header .container .inner .breadcrumbs li:first-child::before {
  content: none;
}
.page-header .container .inner .breadcrumbs li a {
  color: #B9D4DF;
}

@media only screen and (max-width: 767px) {
  .page-header {
    min-height: auto;
    height: inherit;
    padding: 4px 20px 10px;
    background: #005581;
  }
  .page-header .container {
    padding: 0px;
  }
  .page-header .container .inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .page-header .container .inner .page-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    padding: 8px 20px 8px 0;
    font-size: 30px;
  }
  .page-header .container .inner .breadcrumbs {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .page-header {
    min-height: auto;
    height: inherit;
    padding: 14px 20px;
    background: #005581;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-header .container {
    padding: 0px;
  }
  .page-header .container .inner {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    height: auto;
  }
  .page-header .container .inner .page-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    padding: 0px;
    font-size: 24px;
  }
  .page-header .container .inner .breadcrumbs {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
  }
  .page-header .container .inner .breadcrumbs li {
    display: inline-block;
    color: #fff;
  }
  .page-header .container .inner .breadcrumbs li::before {
    content: "";
    font-size: 7px;
    color: #43baff;
    margin: -3px 8px 0;
    display: inline-block;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (max-width: 1024px) and (min-width: 768px) and (max-width: 1024px) {
  .page-header .page-header {
    min-height: auto;
    height: inherit;
    padding: 14px 20px;
    background: #005581;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-header .page-header .container {
    padding: 0px;
  }
  .page-header .page-header .container .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: auto;
  }
  .page-header .page-header .container .inner .page-title {
    color: #fff;
    margin-bottom: 0;
    flex: 1;
    padding: 0px;
    font-size: 30px;
  }
  .page-header .page-header .container .inner .breadcrumbs {
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 800;
  }
  .page-header .page-header .container .inner .breadcrumbs li {
    display: inline-block;
    color: #fff;
  }
  .page-header .page-header .container .inner .breadcrumbs li::before {
    content: "";
    font-size: 7px;
    color: #43baff;
    margin: -3px 8px 0;
    display: inline-block;
    vertical-align: middle;
  }
  .page-header .page-header .container .inner .breadcrumbs li:first-child::before {
    content: none;
  }
}/*# sourceMappingURL=breadcrumb.css.map */