* {
  margin: 0;
  padding: 0;
  outline: 0 !important;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html,
body {
  overflow-x: clip !important;
}

body {
  font-family: "Ubuntu", sans-serif;
  margin: 0.01rem auto 0;
  padding: 0;
  color: #666e74;
  font-size: 16px;
  width: 100%;
  font-weight: 400;
  background-color: #fff;
}

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 0.8rem;
}

p,
ul li {
  font-size: 1.6rem;
  line-height: 2.7rem;
  color: #666e74;
}

ol,
ul {
  padding-left: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 700;
}

a,
button,
input[type=submit] {
  color: #08548c;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s all ease-in-out;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #08548c;
  text-decoration: none;
  outline: 0 !important;
}

.toast-message {
  font-size: 14px !important;
}

.pointer-event-none {
  pointer-events: none;
}

.row > *,
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  padding: 0 15px;
}

.row {
  margin: 0 -15px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  animation-duration: 0.5s;
  transition: 0.3s all ease-in-out;
  background-color: rgba(255, 255, 255, 0.5);
}
header.menu-fix {
  animation-name: fadeInDown;
  animation-fill-mode: none;
  border-bottom: 1px solid #eee;
  background-color: #fff;
}

.logo-area img {
  animation-duration: 0.6s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-fill-mode: none;
  width: 240px;
}
.menu-fix .logo-area img {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-fill-mode: none;
}

.head-tp {
  background-color: #08548c;
  padding: 12px 0;
}
.menu-fix .head-tp {
  display: none;
}
.head-tp a, .head-tp p {
  color: #fff;
  font-size: 14px;
}
.head-tp .head-tp-l a {
  margin-right: 25px;
}
.head-tp .head-tp-r {
  justify-content: flex-end;
}
.head-tp .head-tp-r a {
  margin-left: 25px;
}

.navigation-area {
  padding: 8px 0;
}

.nav-item {
  margin-left: 25px;
}

.nav-link {
  color: #666e74;
  padding: 0;
  position: relative;
  padding: 10px 0 !important;
  text-transform: uppercase;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
}
.nav-link:hover, .nav-link:focus {
  color: #08548c;
}
.nav-link.btn-main {
  padding: 10px 25px !important;
  transition: 0.3s all ease-in-out;
}

.navbar.navbar-expand-xl {
  padding: 0;
}

.menu__block_wrap {
  display: flex;
  justify-content: flex-end;
}

.scroll-to-top {
  position: fixed;
  right: 30px;
  bottom: 25px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
  opacity: 0;
  z-index: 99;
  transform-origin: bottom center;
  transform: rotate(-90deg) scale(0) translateX(85px);
  display: inline-block;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  background-color: #b8050a;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.scroll-to-top.fade.in {
  opacity: 1;
  transform: rotate(0) scale(1) translateX(0);
}
.scroll-to-top:hover {
  animation: float-icon 1s ease-in-out;
  color: #fff;
}

::-moz-selection {
  color: #fff;
  background: #08548c;
}

::selection {
  color: #fff;
  background: #08548c;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
  height: auto;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  width: 220px;
  padding: 0;
  border: none;
  background-color: #eff6fe;
  margin: 0;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  transform: translateY(20px);
  display: block;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.dropdown-menu .dropdown-item {
  padding: 8px 12px;
  display: block;
  color: #666e74;
  font-size: 1.4rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
  white-space: unset;
}
.dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
}
.dropdown-menu .dropdown-item:hover {
  background-color: #08548c;
  color: #fff;
}

.dropdown-submenu {
  position: relative;
}

footer {
  background-color: #08548c;
  font-style: normal;
}
footer a, footer p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.5rem;
}

.footer-bg {
  padding: 60px 0;
}

.copyright-bg {
  padding: 15px 0;
  border-top: 1px solid rgba(228, 228, 228, 0.33);
}

.footer-links li {
  list-style-type: none;
  margin-bottom: 10px;
  display: flex;
  align-items: baseline;
}
.footer-links li i {
  margin-right: 8px;
  color: #fff;
}
.footer-links li .ms-left {
  margin-left: 2.4rem;
}
.footer-links li a, .footer-links li p {
  color: #fff;
  display: flex;
  align-items: baseline;
}

.get-social {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.get-social a {
  color: #fff;
  margin-right: 10px;
}
.get-social a:hover {
  transform: scale(1.05);
}

.footer-bg .get-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 35px;
  height: 35px;
  background-color: rgba(255, 255, 255, 0.1);
}
.footer-bg .get-social a:hover {
  color: #fff;
}

.btn-main {
  background-color: #b8050a;
  border: 1px solid #b8050a;
  color: #fff;
  padding: 12px 30px;
  display: inline-block;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
  position: relative;
  top: 0;
  text-transform: uppercase;
}
.btn-main:focus, .btn-main:hover {
  color: #fff;
  background-color: #08548c;
  border: 1px solid #08548c;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  top: -3px;
}
.btn-main.btn-bdr {
  background-color: transparent;
  border: 1px solid #666e74;
  color: #666e74;
}
.btn-main.btn-bdr:hover, .btn-main.btn-bdr:focus {
  background-color: #b8050a;
  border: 1px solid #b8050a;
  color: #fff;
}
.btn-main.btn-white.btn-bdr {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-main.btn-white.btn-bdr:hover, .btn-main.btn-white.btn-bdr:focus {
  background-color: #fff;
  color: #08548c;
}

.foot-head {
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 0 0 8px;
  margin: 0px 0 20px;
  text-transform: uppercase;
  position: relative;
}
.foot-head::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  top: auto;
  bottom: 0;
  width: 55px;
  height: 2px;
  background-color: rgb(89, 140, 183);
}

.heading {
  font-size: 2.8rem;
  line-height: 3.8rem;
  margin: 0 0 20px;
  position: relative;
}

.sub-head {
  font-size: 2.3rem;
  line-height: 3.3rem;
  margin: 0 0 20px;
}
.sub-head span {
  color: #08548c;
}

.headingTop {
  position: relative;
  color: #08548c;
  font-size: 1.8rem;
  line-height: 2.8rem;
  padding: 0 0 2px;
  font-weight: 400;
  margin: 0;
  text-transform: uppercase;
}
.headingTop:before, .headingTop:after {
  content: "[";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  color: #08548c;
  font-size: 16px;
}
.headingTop:after {
  content: "]";
}
.headingTop.text-white:before, .headingTop.text-white:after {
  color: #fff;
}

.section-divider {
  margin: 0 0 80px;
}

.form-control,
.form-select {
  height: 45px;
  border: 1px solid #eee;
  font-size: 1.4rem;
  border-radius: 3px;
  padding: 10px 15px;
  background-color: #fff;
  margin: -10px 0 0;
}
.form-control:focus,
.form-select:focus {
  box-shadow: none;
  background-color: #fff;
  border-color: #08548c;
}
.form-control.error,
.form-select.error {
  border: 1px solid #f00;
}

.form-group {
  margin-bottom: 28px;
}

label {
  margin: 0 7px -15px !important;
  background-color: #fff;
  z-index: 9;
  padding: 0 10px !important;
  font-weight: 600;
  color: #222;
}

label.error {
  padding: 0;
  margin: 0;
  color: #f00;
  font-size: 14px;
}

.form-group {
  margin-bottom: 25px;
}

textarea.form-control {
  min-height: 105px;
}

.grey-bg {
  background-color: #f6f7fb;
}

.check-list {
  margin-top: 15px;
}
.check-list li {
  list-style-type: none;
  position: relative;
  padding-left: 40px;
  margin-bottom: 8px;
}
.check-list li::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #08548c;
  font-weight: 600;
  background-color: #e6eef3;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copyright-r {
  text-align: right;
}
.copyright-r a:hover {
  color: #b8050a;
}

@media (min-width: 1200px) {
  .navbar-expand-xl .navbar-collapse {
    display: block;
  }
  .navbar-nav {
    flex-direction: row;
    align-items: center;
  }
  .drp-arrow.submenu-arrow {
    transform: rotate(-90deg);
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
  }
  .dropdown:hover > .dropdown-menu,
  .dropdown-submenu:hover > .dropdown-menu {
    right: 0;
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
  }
  .dropdown.second-level .dropdown-menu {
    right: -100%;
    left: auto;
    top: 0;
  }
  .dropdown.second-level > .dropdown-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .offcanvas-start {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .dropdown-menu.third-level a {
    color: #fff;
  }
  .dropdown.second-level.show-drop .dropdown-menu {
    max-height: 500px;
    background-color: #666e74;
    visibility: visible;
    opacity: 1;
  }
  .dropdown.second-level .drp-arrow {
    width: 38px;
    height: 29px;
    background-color: #b8050a;
    color: #fff;
  }
  .dropdown.second-level .dropdown-toggle i {
    transform: rotate(0deg) !important;
  }
  .dropdown.second-level.show-drop .dropdown-toggle i {
    transform: rotate(45deg) !important;
  }
  .dropdown.second-level .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #f6f7fb;
  }
  .dropdown.second-level .dropdown-menu {
    max-height: 0px;
    visibility: hidden;
    opacity: 0;
  }
  .nav-link {
    padding: 12px 0 !important;
  }
  .nav-link.nav-btn {
    margin-top: 15px;
  }
  .nav-item.active .nav-link {
    background-color: transparent;
    font-weight: 600;
  }
  .drp-arrow {
    display: block;
    position: absolute;
    top: 3px;
    right: 3px;
    width: 43px;
    height: 39px;
    background-color: #08548c;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .nav-open {
    position: relative;
    transition: 0.3s all;
  }
  .dropdown-item {
    flex-basis: 100%;
    white-space: pre-line;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: transparent;
  }
  .dropdown-submenu .dropdown-menu {
    background-color: #c8e1fe;
    padding: 0 10px;
  }
  .dropdown .drp-arrow i {
    transform: rotate(0deg);
    transition: 0.3s all ease-in-out;
    display: inline-block;
  }
  .dropdown > .drp-arrow.show i {
    transform: rotate(45deg);
  }
  .offcanvas-start {
    width: 260px;
    border-right: none;
    background-color: #fff;
    overflow-x: auto;
    height: 100vh;
    padding: 0 0 80px;
  }
  .nav-item {
    display: block;
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid rgba(228, 228, 228, 0.33);
    margin: 0;
  }
  .nav-item.dropdown.show .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .nav-item:last-child {
    border: none;
  }
  .navbar-nav .dropdown-menu {
    width: 100%;
    transform: none;
    padding: 0;
  }
  #hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  #hamburger .line {
    fill: none;
    stroke: #08548c;
    stroke-width: 6;
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  #hamburger .line1 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  #hamburger .line2 {
    stroke-dasharray: 60 60;
    stroke-width: 6;
  }
  #hamburger .line3 {
    stroke-dasharray: 60 207;
    stroke-width: 6;
  }
  #hamburger.open .line1 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  #hamburger.open .line2 {
    stroke-dasharray: 1 60;
    stroke-dashoffset: -30;
    stroke-width: 6;
  }
  #hamburger.open .line3 {
    stroke-dasharray: 90 207;
    stroke-dashoffset: -134;
    stroke-width: 6;
  }
  .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease-in-out;
    display: block;
    min-width: 10px;
    padding: 0 7px;
    border-radius: 0;
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03) inset;
  }
  .dropdown-menu.show {
    max-height: 500px;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    overflow-y: auto;
    background-color: #f6f7fb;
  }
  .dropdown-menu .dropdown-item {
    color: #666e74;
    background-color: transparent;
    border-bottom: 1px solid #eee;
  }
  .nav-item.dropdown.show .dropdown-toggle i {
    transform: rotate(45deg);
  }
  .dropdown-submenu.show .drp-submenu {
    max-height: 500px;
    overflow: visible;
    background-color: #dbe8fb;
  }
  .dropdown-submenu.show .drp-arrow i {
    transform: rotate(45deg);
  }
  .nav-link.btn-main {
    margin: 10px 0 0;
    display: block;
  }
  .nav-link:hover {
    color: #fff;
  }
}
@media (max-width: 1024px) {
  html {
    font-size: 60%;
  }
  .pd-80 {
    padding: 60px 0;
  }
  .check-list.mw-50 li {
    width: 50%;
  }
  .check-list.mw-30 li {
    width: 50%;
  }
}
@media (max-width: 990px) {
  html {
    font-size: 55%;
  }
  .footer-left-block {
    text-align: center;
    margin: 0px 0 30px;
  }
}
@media (max-width: 767px) {
  header {
    position: sticky;
  }
  .copyright-bg,
  .copyright-bg .copyright-r {
    text-align: center;
  }
  .get-social {
    justify-content: center;
  }
  .footer-bg .get-social a {
    margin: 0px 6px;
  }
  .foot-head::after {
    margin: 0 auto;
    right: 0;
  }
  .footer-links li {
    justify-content: center;
  }
  .get-social {
    justify-content: center;
  }
  .get-social a {
    margin-right: 15px;
  }
  .footer-links.useful-links li a {
    flex-direction: row;
  }
  .footer-links.useful-links li i {
    margin-right: 8px;
  }
  .section-divider {
    margin: 0 0 40px;
  }
  .footer-links ul li {
    text-align: center;
  }
  .footer-links li a, .footer-links li p {
    align-items: center;
    flex-direction: column;
  }
  .footer-head {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .footer-social {
    justify-content: space-around;
  }
  .footer-bg {
    text-align: center;
  }
  .footer-links {
    text-align: center;
  }
  .footer-links li {
    justify-content: center;
  }
  .footer-links li {
    margin-bottom: 20px;
  }
}
#quotemodal .modal-content {
  border: solid 2px #222;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  position: relative;
}
#quotemodal .modal-header {
  padding: 0;
  border: none;
}
#quotemodal .btn-close {
  background-image: none;
  position: absolute;
  top: -14px;
  right: -14px;
  color: #fff;
  width: 30px;
  height: 30px;
  background-color: #08548c;
  border: solid 1px #fff;
  border-radius: 10px;
  opacity: 1;
  z-index: 9;
}
#quotemodal .btn-close i {
  transition: 0.2s ease-in-out;
}
#quotemodal .btn-close:hover {
  background-color: #b8050a;
}
#quotemodal .btn-close:hover i {
  transform: rotate(180deg);
}

@media (max-width: 990px) {
  #quotemodal .btn-close {
    top: 10px;
    right: 8px;
  }
  #quotemodal .modal-content {
    border: solid 2px #222;
    border-radius: 10px;
    background-color: #fff;
  }
  #quotemodal .modal-content:before {
    border-radius: 8px;
  }
  #quotemodal .modal-body:before {
    display: none;
  }
}