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

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

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

b,
strong {
  font-weight: 700;
}

p {
  margin: 0 0 8px;
}

p,
ul li {
  font-size: 16px;
  line-height: 27px;
  color: #021526;
}

ol,
ul {
  padding-left: 0;
}

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

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

input,
textarea {
  font-size: 16px !important;
}

a:focus,
a:hover,
button:focus,
button:hover {
  color: #337ab7;
  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;
}

.cursor-pointer {
  cursor: pointer !important;
}

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

.logo-area img.after-fix {
  display: none;
}
.menu-fix .logo-area img.before-fix {
  display: none;
}
.menu-fix .logo-area img.after-fix {
  display: inline-block;
}
.menu-fix .logo-area img {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

.head-tp {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 6px 0;
}

.menu-fix .head-tp {
    background-color: #021526;
}

.head-tp a, .head-tp p {
  color: #fff;
}

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

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

.nav-link {
  color: #021526;
  padding: 0;
  position: relative;
  padding: 10px 0 !important;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
}
.nav-link:hover, .nav-link:focus {
  color: #337ab7;
}
.nav-link.btn-main {
  padding: 8px 25px !important;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.navbar.navbar-expand-xl {
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.menu__block_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

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

::-moz-selection {
  color: #fff;
  background: #337ab7;
}

::selection {
  color: #fff;
  background: #337ab7;
}

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

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

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

.dropdown-menu {
  width: 220px;
  padding: 0;
  border: none;
  background-color: #eff6fe;
  margin: 0;
  -webkit-box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 35px rgba(0, 0, 0, 0.07);
  left: 0;
  right: 0;
  margin: 0 auto;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  display: block;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  opacity: 0;
}
.dropdown-menu .dropdown-item {
  padding: 8px 12px;
  display: block;
  color: #021526;
  font-size: 14px;
  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: #337ab7;
  color: #fff;
}

.dropdown-submenu {
  position: relative;
}

footer {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 239, 255)), to(rgb(232, 241, 247)));
  background: linear-gradient(to bottom, rgb(241, 239, 255) 0%, rgb(232, 241, 247) 100%);
}
footer a, footer p {
  color: #021526;
}

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

.copyright-bg {
  padding: 8px 0;
  border-top: 1px solid rgba(125, 122, 122, 0.1);
}

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

.footer-links.useful-links li {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.footer-links.useful-links li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  color: #337ab7;
  margin-right: 5px;
  font-weight: 300;
}
.footer-links.useful-links li a {
  text-align: left;
}

.get-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 8px;
}
.get-social a {
  color: #fff;
}
.get-social a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.footer-bg .get-social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #021526;
  width: 40px;
  height: 40px;
  background-color: rgba(51, 122, 183, 0.1);
}
.footer-bg .get-social a:hover {
  background-color: #337ab7;
  color: #fff;
}

.foot-head {
  font-size: 2.2rem;
  line-height: 3.2rem;
  padding: 0 0 8px;
  margin: 0px 0 20px;
  position: relative;
}
.foot-head u {
  font-weight: 800;
  color: #337ab7;
}

.copyright-r {
  text-align: right;
}
.copyright-r img {
  max-height: 60px;
}

.footer-tabs .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.footer-tabs .nav-link {
  background-color: transparent !important;
  color: #021526 !important;
  border: none !important;
}
.footer-tabs .nav-link i {
  color: #337ab7;
}
.footer-tabs .nav-tabs .nav-link.active, .footer-tabs .nav-tabs .nav-item.show .nav-link {
  border-bottom: 3px solid #337ab7 !important;
}
.footer-tabs .nav-tabs li {
  margin-right: 20px;
}
.footer-tabs .accordion-body {
  padding: 10px 0 0 !important;
}
.footer-tabs .accordion-item {
  background-color: transparent !important;
  border: none;
}

/* google translate css start */

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.translated-ltr body {
    top: 0 !important;
}

.google-translate-wrap .goog-te-gadget-icon {
    display: none;
}

.google-translate-wrap .goog-te-gadget-simple .goog-te-menu-value {
    color: #fff;
    margin: 0;
}

.google-translate-wrap .goog-te-gadget-simple span {
    font-size: 12px;
    line-height: 22px;
	color: #021526 !important;
}

.google-translate-wrap .goog-te-gadget-simple {
    border: 1px solid #fff !important;
    border-radius: 5px;
    background: #fff;
    padding: 4px 10px;
}

.goog-te-gadget-simple .goog-te-menu-value span {
    text-decoration: none;
    color: #fff !important;
}

/* google translate css end */

@media (min-width: 1200px) {
  .nav-link {
    color: #fff;
  }
  .menu-fix .nav-link {
    color: #021526;
  }
  .menu-fix .nav-link:hover, .menu-fix .nav-link:focus {
    color: #337ab7;
  }
  .menu-fix .nav-link.btn-main:hover {
    color: #fff;
  }
  .nav-link:hover, .nav-link:focus {
    color: #fff;
  }
  .nav-link.btn-main {
    color: #021526;
  }
  .nav-link.btn-main:hover {
    color: #fff;
  }
  .navbar-expand-xl .navbar-collapse {
    display: block;
  }
  .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .drp-arrow.submenu-arrow {
    -webkit-transform: rotate(-90deg);
            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;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    visibility: visible;
  }
  .dropdown.second-level .dropdown-menu {
    right: -100%;
    left: auto;
    top: 0;
  }
  .dropdown.second-level > .dropdown-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            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: #021526;
    visibility: visible;
    opacity: 1;
  }
  .dropdown.second-level .drp-arrow {
    width: 38px;
    height: 31px;
    background-color: #fe7a36;
    color: #021526;
  }
  .dropdown.second-level .dropdown-toggle i {
    -webkit-transform: rotate(0deg) !important;
            transform: rotate(0deg) !important;
  }
  .dropdown.second-level.show-drop .dropdown-toggle i {
    -webkit-transform: rotate(45deg) !important;
            transform: rotate(45deg) !important;
  }
  .dropdown.second-level .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #f7f7f7;
  }
  .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: 44px;
    background-color: #337ab7;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .nav-open {
    position: relative;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .dropdown-item {
    -ms-flex-preferred-size: 100%;
        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 {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    display: inline-block;
  }
  .dropdown > .drp-arrow.show i {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .offcanvas-start {
    width: 260px;
    border-right: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(241, 239, 255)), to(rgb(232, 241, 247)));
    background: linear-gradient(to bottom, rgb(241, 239, 255) 0%, rgb(232, 241, 247) 100%);
    overflow-x: auto;
    height: 100vh;
    padding: 0 0 80px;
  }
  .nav-item {
    display: block;
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid rgb(225, 225, 225);
    margin: 0;
  }
  .nav-item.dropdown.show .dropdown-menu {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .navbar-nav .dropdown-menu {
    width: 100%;
    -webkit-transform: none;
            transform: none;
    padding: 0;
  }
  #hamburger {
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }
  #hamburger .line {
    fill: none;
    stroke: #fff;
    stroke-width: 6;
    -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .menu-fix #hamburger .line {
    stroke: #337ab7;
  }
  #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;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    display: block;
    min-width: 10px;
    padding: 0 7px;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.03) inset;
            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: #f7f7f7;
  }
  .dropdown-menu .dropdown-item {
    color: #021526;
    background-color: transparent;
    border-bottom: 1px solid #eee;
  }
  .nav-item.dropdown.show .dropdown-toggle i {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .dropdown-submenu.show .drp-submenu {
    max-height: 500px;
    overflow: visible;
    background-color: #dbe8fb;
  }
  .dropdown-submenu.show .drp-arrow i {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nav-link.btn-main {
    margin: 10px 0 0;
    display: block;
  }
  .nav-seperator {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .g-recaptcha > div {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: left top;
            transform-origin: left top;
  }
  .get-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-left-block {
    text-align: center;
    margin: 0px 0 30px;
  }
	  .floating-cta {
    z-index: 99;
    bottom: 0;
  }
  .floating-cta a {
    font-size: 15px;
    text-align: center;
    padding: 8px 10px;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    width: 100%;
  }
.copyright-bg {
     padding-bottom: 50px;
 }
   .scroll-to-top {
     bottom: 50px;
   }
}
@media (max-width: 767px) {
  .copyright-r img {
    max-height: 30px;
  }
  .scroll-to-top {
    bottom: 50px;
  }
  .copyright-bg {
    padding-bottom: 70px;
  }
  .footer-tabs .tab-content > .tab-pane {
    display: block;
    opacity: 1;
  }
  .footer-tabs .accordion-button:not(.collapsed) {
    color: #002238;
    background-color: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .footer-tabs .accordion-button {
    font-size: 14px;
    padding: 10px 10px !important;
    font-weight: 700;
    gap: 5px;
    text-transform: uppercase;
  }
  .footer-tabs .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  }
  .footer-tabs .accordion-item {
    margin: 5px 0;
  }
  header {
    position: sticky;
    background-color: #fff;
  }
  #hamburger .line {
    stroke: #337ab7;
  }
  .logo-area img.before-fix {
    display: none;
  }
  .logo-area img.after-fix {
    display: inline-block;
  }
  .copyright-bg,
  .copyright-bg .copyright-r {
    text-align: center;
  }
  .foot-head::after {
    margin: 0 auto;
    right: 0;
  }
  .footer-links li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-links ul li {
    text-align: center;
  }
  .footer-links li {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-links li a, .footer-links li p {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-links li i {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .footer-head {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 25px;
  }
  .footer-social {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .footer-bg {
    text-align: center;
  }
  .footer-links {
    text-align: center;
  }
  .footer-links li {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
	    .copyright-bg {
        padding-bottom: 70px;
    }

  .head-tp {
    background-color: #f5f5f5;
  }
  .head-tp a,
  .head-tp p {
    color: #021526;
  }
  .google-translate-wrap .goog-te-gadget-simple {
    border: 1px solid #fe7a36 !important;
    background: #fe7a36;
  }
	    .menu-fix .head-tp a, .menu-fix .head-tp p {
        color: #fff;
    }
}