@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Forum&display=swap");
html {
  scroll-behavior: smooth;
}

*,
::before,
::after {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.container {
  max-width: 1920px;
  padding-left: 160px;
  padding-right: 160px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 1800px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

a {
  color: #1D73A6;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #F9DE4E;
}

input,
select,
textarea {
  outline: none;
  font-family: "DM Sans", sans-serif !important;
  border: 1px solid #EEEEEE !important;
  border-radius: 8px !important;
  background-color: #F7F7F7 !important;
  padding: 15px 16px !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 0;
  letter-spacing: 0px;
  color: #121212 !important;
  height: auto;
  min-height: 48px !important;
  box-shadow: none !important;
}
input:focus,
select:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888888 !important;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #888888 !important;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #888888 !important;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #888888 !important;
}

input[type=submit] {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px !important;
  position: relative;
  font-family: "DM Sans", sans-serif !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  letter-spacing: 0;
  color: #121212;
  background-color: #F9DE4E !important;
  transition: all 0.3s;
  border-radius: 8px;
  cursor: pointer;
  box-shadow: none !important;
}
@media (max-width: 767px) {
  input[type=submit] {
    padding: 10px 15px !important;
    font-size: 16px;
  }
}
input[type=submit]:hover {
  color: #ffffff !important;
  background-color: #1D73A6 !important;
}

.button {
  padding: 14px 24px;
  background: #1D73A6;
  box-shadow: none;
  border: none;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: 100%;
  display: inline-flex;
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  position: relative;
  cursor: pointer;
  letter-spacing: 0;
  justify-content: center;
  transition: all 1s;
}
.button:hover {
  background-color: #1D73A6;
  color: #ffffff;
}

.text-white {
  color: #ffffff;
}

.text-yellow {
  color: #F9DE4E;
}

.relative {
  position: relative;
}

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

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

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

.secondary-bg {
  background-color: #1D73A6;
}

.primary-bg {
  background-color: #1D73A6;
}

.section-margin {
  margin: 80px 0;
}
@media (max-width: 991px) {
  .section-margin {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .section-margin {
    margin: 40px 0;
  }
}

.section-specing {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .section-specing {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .section-specing {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.page {
  margin-bottom: 0;
}

.title-row .subtitle {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 1.6px;
  line-height: 100%;
  letter-spacing: 10%;
  color: #1D73A6;
  margin-bottom: 8px;
}
.title-row .sec-title {
  margin-bottom: 8px;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}

/**
 * Basic typography style for copy text
 */
body {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #121212;
}

p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #555555;
}
p:only-child {
  margin-bottom: 0;
}
p:not(:last-child) {
  margin-bottom: 16px;
}
p:empty {
  display: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 30px;
  font-family: "Forum", serif;
  font-weight: 400;
}
h1:empty,
.h1:empty,
h2:empty,
.h2:empty,
h3:empty,
.h3:empty,
h4:empty,
.h4:empty,
h5:empty,
.h5:empty,
h6:empty,
.h6:empty {
  display: none;
}

h1,
.h1 {
  font-family: "Forum", serif;
  font-size: 66px;
  font-weight: 400;
  line-height: 68px;
  letter-spacing: 0;
  color: #ffffff;
}
@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}

h2,
.h2 {
  font-family: "Forum", serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 26px;
  }
}

h3,
.h3 {
  font-family: "Forum", serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0px;
}
@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 24px;
  }
}

h4,
.h4 {
  font-family: "Forum", serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 22px;
  }
}

h5,
.h5 {
  font-family: "Forum", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  h5,
  .h5 {
    font-size: 20px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  h5,
  .h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

h6,
.h6 {
  font-family: "Forum", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  h6,
  .h6 {
    font-size: 18px;
  }
}

.top-header-wrapper {
  background-color: #121212;
  padding: 12px 0;
}
@media (max-width: 1023px) {
  .top-header-wrapper {
    padding: 5px 0;
  }
}
.top-header-wrapper .container .top-header-row {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 767px) {
  .top-header-wrapper .container .top-header-row {
    flex-direction: column;
    align-items: center;
    gap: 3px;
  }
}
.top-header-wrapper .container .top-header-row > div a {
  color: #ffffff;
  font-size: 14px;
  gap: 5px;
  display: inline-flex;
  align-items: center;
  font-family: "DM Sans", sans-serif;
  line-height: 16px;
  font-weight: 500;
  letter-spacing: 0.28px;
}
@media (max-width: 479px) {
  .top-header-wrapper .container .top-header-row > div a {
    font-size: 12px;
  }
}
.top-header-wrapper .container .top-header-row > div a:hover {
  text-decoration: underline;
}

header.site-header {
  z-index: 9;
  width: 100%;
  padding: 10px 0;
}
header.site-header .site-branding img {
  width: 182px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 1439px) {
  header.site-header .site-branding img {
    width: 120px;
  }
}
header.site-header .site-title {
  display: none;
}
header.site-header.site-header .container {
  display: grid;
  width: 100%;
  align-items: center;
  grid-template-columns: auto 1fr;
  z-index: 1;
  position: relative;
  justify-content: space-between;
}
header.site-header.sticky-top {
  top: 0;
  animation: smoothScroll 1s forwards;
  -webkit-animation: smoothScroll 1s forwards;
  -moz-animation: smoothScroll 1s forwards;
  -o-animation: smoothScroll 1s forwards;
  -ms-animation: smoothScroll 1s forwards;
  background-color: #ffffff;
  position: sticky;
  box-shadow: 0px 0px 9px #c6c6c6;
}
@media (max-width: 1023px) {
  header.site-header.sticky-top .menu-headermenu-container {
    top: 70px;
  }
}
header.site-header .main-navigation {
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: center;
}
header.site-header .main-navigation .menu-headermenu-container {
  display: flex;
  gap: 32px;
  align-items: center;
}
@media (max-width: 1023px) {
  header.site-header .main-navigation .menu-headermenu-container {
    flex-direction: column;
    align-items: start;
  }
}
header.site-header .main-navigation ul {
  display: flex;
  gap: 8px;
}
header.site-header .main-navigation ul > li {
  display: inline-flex;
}
header.site-header .main-navigation ul > li.current_page_item > a, header.site-header .main-navigation ul > li.current-menu-parent > a {
  background-color: #1D73A6;
  color: #ffffff !important;
}
header.site-header .main-navigation ul > li.current_page_item > a:before, header.site-header .main-navigation ul > li.current-menu-parent > a:before {
  filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}
header.site-header .main-navigation ul > li.menu-item-has-children a {
  padding-right: 30px;
}
header.site-header .main-navigation ul > li.menu-item-has-children a:hover:before {
  transform: matrix3d(1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  top: 40%;
  filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(106%) contrast(106%);
}
header.site-header .main-navigation ul > li.menu-item-has-children a:before {
  position: absolute;
  content: "";
  background-image: url(./../images/downarow.svg);
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 9px;
  height: 5px;
  background-size: contain;
  background-repeat: no-repeat;
}
header.site-header .main-navigation ul > li ul.sub-menu {
  flex-direction: column;
  gap: 0px;
  box-shadow: none;
  background-color: transparent;
  padding-top: 10px;
}
header.site-header .main-navigation ul > li ul.sub-menu li {
  background-color: #ffffff;
  padding: 5px;
}
header.site-header .main-navigation ul > li ul.sub-menu li:first-child {
  border-radius: 16px 16px 0 0;
}
header.site-header .main-navigation ul > li ul.sub-menu li:last-child {
  border-radius: 0 0 16px 16px;
}
header.site-header .main-navigation ul > li ul.sub-menu li:only-child {
  border-radius: 16px;
}
header.site-header .main-navigation ul > li ul.sub-menu li.current_page_item a {
  background-color: #1D73A6;
  color: #ffffff !important;
}
header.site-header .main-navigation ul > li ul.sub-menu li a {
  color: #121212;
  padding: 12px 16px;
  border-radius: 12px;
  margin: 0px 0;
  background-color: #ffffff;
}
header.site-header .main-navigation ul > li ul.sub-menu li a:hover {
  background-color: #1D73A6;
  color: #ffffff !important;
}
header.site-header .main-navigation ul > li ul.sub-menu li a::after, header.site-header .main-navigation ul > li ul.sub-menu li a:before {
  display: none;
}
header.site-header .main-navigation ul > li > a {
  position: relative;
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  color: #121212;
  padding: 12px 16px;
  border-radius: 12px;
  margin: 0px 0;
  background-color: #ffffff;
  z-index: 1;
  font-family: "DM Sans", sans-serif;
  display: inline-block;
}
@media (max-width: 1439px) {
  header.site-header .main-navigation ul > li > a {
    padding: 8px 12px;
  }
}
header.site-header .main-navigation ul > li > a:hover {
  color: #ffffff !important;
  background-color: #1D73A6;
}
header.site-header .main-navigation ul > li > a:visited {
  color: unset;
}
header.site-header .header-button {
  display: inline-flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1439px) {
  header.site-header .header-button {
    gap: 5px;
  }
}
header.site-header .header-button .contact-info {
  display: inline-flex;
  gap: 12px;
  align-items: center;
}
header.site-header .header-button .contact-info a {
  color: #121212;
  font-weight: 600;
}
header.site-header .header-button .contact-info a:hover {
  color: #1D73A6;
}
header.site-header .header-button .contact-info span.call-icon {
  display: inline-flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  background: #F9DE4E;
  padding: 8px;
  border-radius: 8px;
}
header.site-header .header-button .btn {
  display: inline-flex;
}
@media (max-width: 1599px) {
  header.site-header .header-button .btn {
    font-size: 14px !important;
  }
}
@media (max-width: 1023px) {
  header.site-header {
    background-color: #ffffff;
    padding: 10px 0;
    height: 70px;
  }
  header.site-header .header-button {
    gap: 15px;
    flex-direction: column;
    align-items: start;
    margin-top: 20px;
  }
  header.site-header .site-branding {
    text-align: center;
  }
  header.site-header .site-branding img {
    height: 50px;
  }
  header.site-header .menu-bar-center {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 60px;
    transform: translate(-50%, -50%);
  }
  header.site-header .menu-bar-center img.custom-logo {
    -o-object-fit: contain;
       object-fit: contain;
    height: 100%;
    width: 100%;
  }
  header.site-header .main-navigation.toggled .menu-headermenu-container {
    left: 0;
  }
  header.site-header .menu-headermenu-container {
    position: fixed;
    top: 104px;
    left: -270px;
    width: 270px;
    height: calc(100vh - 70px);
    background-color: #ffffff;
    padding: 30px 16px;
    transition: left 0.3s ease-in-out;
    z-index: 9999;
    overflow-y: auto;
    box-shadow: 0px 0px 1px #a6a6a6;
  }
}
@media (max-width: 1023px) and (max-width: 767px) {
  header.site-header .menu-headermenu-container {
    top: 130px;
  }
}
@media (max-width: 1023px) {
  header.site-header .menu-headermenu-container.open {
    left: 0;
  }
  header.site-header .menu-headermenu-container ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-radius: 16px;
    width: 100%;
  }
  header.site-header .menu-headermenu-container ul li {
    margin-bottom: 0px;
    display: block !important;
  }
  header.site-header .menu-headermenu-container ul li a {
    width: 100%;
  }
  header.site-header .menu-headermenu-container ul li ul.sub-menu {
    position: relative;
    display: none;
    border-left: 1px solid #1D73A6;
    border-radius: 0;
    padding-left: 0;
    margin-left: 9px;
    top: auto;
  }
  header.site-header .menu-headermenu-container ul li ul.sub-menu li {
    padding: 0;
    background-color: transparent;
  }
  header.site-header .menu-headermenu-container ul li ul.sub-menu li .current_page_item a {
    background-color: #ffffff;
  }
  header.site-header .menu-headermenu-container ul li.focus {
    left: auto;
    display: block !important;
  }
  header.site-header .main-navigation ul li:hover > ul,
  header.site-header .main-navigation ul li.focus > ul {
    display: block !important;
    background: transparent;
    box-shadow: none;
  }
  header.site-header .main-navigation ul li:hover > ul a,
  header.site-header .main-navigation ul li.focus > ul a {
    padding: 0 16px;
  }
  header.site-header #toggle {
    width: 28px;
    height: 30px;
    /* margin: 10px auto; */
    background: transparent;
    border: 0;
    padding: 0;
    display: block;
  }
  header.site-header #toggle div {
    width: 100%;
    height: 3px;
    background: #1D73A6;
    margin: 4px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
  }
  header.site-header #toggle.on .one {
    transform: rotate(45deg) translate(2px, 3px);
  }
  header.site-header #toggle.on .two {
    opacity: 0;
  }
  header.site-header #toggle.on .three {
    transform: rotate(-45deg) translate(7px, -8px);
  }
  header.site-header nav#site-navigation {
    order: -1;
    width: auto;
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(0px);
  }
}
.site-footer {
  background-color: #0E0E0E;
  color: #ffffff;
  padding-top: 80px;
}
@media (max-width: 991px) {
  .site-footer {
    padding-top: 40px;
  }
}
.site-footer ul {
  list-style: none;
}
.site-footer .container .footer-top-row {
  justify-content: space-between;
  display: flex;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .site-footer .container .footer-top-row {
    flex-direction: column;
    gap: 30px;
    padding-bottom: 30px;
  }
}
.site-footer .container .footer-top-row .footer-contact {
  display: flex;
  gap: 60px;
}
@media (max-width: 767px) {
  .site-footer .container .footer-top-row .footer-contact {
    flex-direction: column;
    gap: 10px;
  }
}
.site-footer .container .footer-top-row .footer-contact .contact-item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.site-footer .container .footer-top-row .footer-contact .contact-item span.icon {
  display: inline-flex;
  height: 52px;
  width: 52px;
  align-items: center;
  justify-content: center;
  padding: 14px;
  background: #1D73A6;
  border-radius: 8px;
}
.site-footer .container .footer-top-row .footer-contact .contact-item .contact-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.site-footer .container .footer-top-row .footer-contact .contact-item .contact-link span {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #999999;
}
.site-footer .container .footer-top-row .footer-contact .contact-item .contact-link a {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.36px;
}
.site-footer .container .footer-top-row .footer-contact .contact-item .contact-link a:hover {
  color: #1D73A6;
}
.site-footer .container .footer-main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 108px;
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1607843137);
  border-top: 1px solid rgba(255, 255, 255, 0.1607843137);
}
@media (max-width: 1199px) {
  .site-footer .container .footer-main {
    gap: 40px;
  }
}
@media (max-width: 991px) {
  .site-footer .container .footer-main {
    grid-template-columns: 1fr 1fr;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .site-footer .container .footer-main {
    grid-template-columns: 1fr;
  }
}
.site-footer .container .footer-main .footer-col {
  position: relative;
}
.site-footer .container .footer-main .footer-col .location-info p strong {
  font-weight: 600;
  color: #F9DE4E;
  margin-bottom: 4px;
}
.site-footer .container .footer-main .footer-col .location-info p {
  margin-bottom: 0;
  color: #ffffff;
}
.site-footer .container .footer-main .footer-col .location-info:last-child {
  margin-top: 20px;
}
.site-footer .container .footer-main .footer-col ul.menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.site-footer .container .footer-main .footer-col ul.menu li a {
  padding: 7px 0;
  transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
  display: inline-block;
}
.site-footer .container .footer-main .footer-col ul.menu li a:hover {
  padding-left: 6px;
}
.site-footer .container .footer-main .footer-col a {
  color: #ffffff;
}
.site-footer .container .footer-main .footer-col a:hover {
  color: #1D73A6;
}
.site-footer .container .footer-main .footer-col:last-child::after {
  display: none;
}
.site-footer .container .footer-main .footer-col:after {
  position: absolute;
  content: "";
  right: -54px;
  background-color: rgba(255, 255, 255, 0.1019607843);
  height: 100%;
  width: 2px;
  top: 0;
}
@media (max-width: 1199px) {
  .site-footer .container .footer-main .footer-col:after {
    right: -20px;
  }
}
.site-footer .container .footer-main .footer-col .footer-title {
  position: relative;
  margin-bottom: 20px;
  color: #ffffff;
  margin-bottom: 24px;
  font-family: "DM Sans", sans-serif;
}
.site-footer .container .footer-main .footer-col .footer-certificates {
  display: flex;
  gap: 8px;
}
@media (max-width: 1199px) {
  .site-footer .container .footer-main .footer-col .footer-certificates {
    flex-direction: column;
  }
}
.site-footer .container .footer-main .footer-col .footer-certificates a.certi-link {
  overflow: hidden;
  display: flex;
  height: 93px;
}
.site-footer .container .footer-main .footer-col .footer-certificates a.certi-link:hover img {
  transform: scale(0.98);
}
.site-footer .container .footer-main .footer-col .footer-certificates a.certi-link img {
  border-radius: 8px;
  transition: all 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.site-footer .container .footer-bottom {
  padding: 30px 0;
}
@media (max-width: 991px) {
  .site-footer .container .footer-bottom {
    padding: 20px 0;
  }
}
.site-footer .container .footer-bottom .footer-bottom-inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .site-footer .container .footer-bottom .footer-bottom-inner {
    flex-direction: column;
    gap: 8px;
  }
}
.site-footer .container .footer-bottom .footer-bottom-inner p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .site-footer .container .footer-bottom .footer-bottom-inner p {
    font-size: 14px;
  }
}
.site-footer .container .footer-bottom .footer-bottom-inner a {
  color: #ffffff;
}
.site-footer .container .footer-bottom .footer-bottom-inner a:hover {
  color: #1D73A6;
}
.site-footer .container .footer-bottom .footer-bottom-inner .privacy-text {
  display: flex;
}
@media (max-width: 767px) {
  .site-footer .container .footer-bottom .footer-bottom-inner .privacy-text {
    flex-direction: column;
    gap: 5px;
  }
}
.site-footer .container .footer-bottom .footer-bottom-inner .privacy-text p {
  padding-right: 16px;
}
@media (max-width: 767px) {
  .site-footer .container .footer-bottom .footer-bottom-inner .privacy-text p {
    padding: 0;
  }
}
.site-footer .container .footer-bottom .footer-bottom-inner .privacy-text a {
  padding: 0 16px;
  border-left: 1px solid #ffffff;
}
.site-footer .container .footer-bottom .footer-bottom-inner .privacy-text a:first-child {
  border-left: 0;
}
@media (max-width: 767px) {
  .site-footer .container .footer-bottom .footer-bottom-inner .privacy-text a {
    padding: 0;
    border: 0;
  }
}

.youvia-text {
  display: flex;
  flex-wrap: wrap;
  padding: 0 !important;
}
.youvia-text a {
  padding: 0 0 0 5px !important;
}
.youvia-text a img {
  width: 60px;
}

.btn {
  display: inline-flex;
  align-items: center;
  padding: 14px 38px 14px 14px;
  position: relative;
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  color: #121212;
  background-color: #F9DE4E;
  transition: all 0.3s;
  border-radius: 8px;
}
.btn:visited {
  color: #121212;
}
.btn::after {
  position: absolute;
  content: "";
  right: 14px;
  background-image: url("./../images/btnaerrow.svg");
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  filter: invert(0%) sepia(3%) saturate(1788%) hue-rotate(334deg) brightness(0%) contrast(86%);
}
.btn:hover {
  color: #ffffff;
  background-color: #1D73A6;
  padding-right: 44px;
}
.btn:hover::after {
  filter: none;
}
.btn.btn-blue {
  color: #ffffff;
  background-color: #1D73A6;
}
.btn.btn-blue::after {
  filter: none;
}
.btn.btn-blue:hover {
  color: #121212;
  background-color: #F9DE4E;
}
.btn.btn-blue:hover:after {
  filter: invert(0%) sepia(3%) saturate(1788%) hue-rotate(334deg) brightness(0%) contrast(86%);
}

section.hero-inner {
  height: calc(100vh - 140px);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: end;
  position: relative;
  min-height: 400px;
  z-index: 0;
}
@media (max-width: 1023px) {
  section.hero-inner {
    height: calc(100vh - 100px);
  }
}
@media (max-width: 767px) {
  section.hero-inner {
    height: calc(100vh - 130px);
  }
}
section.hero-inner:before {
  background-image: url(./../images/charts.png);
  position: absolute;
  width: 172px;
  height: 50%;
  background-size: contain;
  left: 0;
  bottom: 0;
  content: "";
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}
section.hero-inner::after {
  background: linear-gradient(180deg, rgba(6, 65, 101, 0) 0%, rgba(3, 47, 74, 0.8) 100%);
  position: absolute;
  width: 100%;
  height: 45%;
  background-size: contain;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}
section.hero-inner .container {
  height: 100%;
}
section.hero-inner .container .hero-content {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
  gap: 10px;
  padding-top: 80px;
  min-height: 400px;
}
@media (max-width: 1023px) {
  section.hero-inner .container .hero-content {
    flex-direction: column;
    justify-content: end;
    align-items: start;
  }
}
section.hero-inner .container .hero-content h1 {
  max-width: 59%;
  margin: 0;
}
@media (max-width: 1199px) {
  section.hero-inner .container .hero-content h1 {
    max-width: 69%;
  }
}
@media (max-width: 1023px) {
  section.hero-inner .container .hero-content h1 {
    max-width: 100%;
  }
}

.feature-list-sec {
  padding: 34px 0;
}
@media (max-width: 1199px) {
  .feature-list-sec {
    padding: 20px 0;
  }
}
.feature-list-sec .feature-list-row {
  display: flex;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .feature-list-sec .feature-list-row {
    flex-direction: column;
    gap: 10px;
  }
}
.feature-list-sec .feature-list-row .title p {
  font-family: "DM Sans", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  color: #121212;
}
@media (max-width: 1439px) {
  .feature-list-sec .feature-list-row .title p {
    font-size: 16px;
  }
}
.feature-list-sec .feature-list-row ul.feature-list {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  color: #121212;
}
@media (max-width: 1439px) {
  .feature-list-sec .feature-list-row ul.feature-list {
    gap: 10px;
  }
}
@media (max-width: 991px) {
  .feature-list-sec .feature-list-row ul.feature-list {
    flex-direction: column;
    gap: 10px;
  }
}
.feature-list-sec .feature-list-row ul.feature-list li {
  gap: 16px;
  display: flex;
  align-items: center;
  padding: 0 60px;
  border-right: 1px solid rgba(0, 0, 0, 0.1607843137);
  color: #121212;
}
@media (max-width: 1439px) {
  .feature-list-sec .feature-list-row ul.feature-list li {
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .feature-list-sec .feature-list-row ul.feature-list li {
    padding: 0;
    border: 0;
  }
}
.feature-list-sec .feature-list-row ul.feature-list li:first-child {
  padding-left: 0;
}
.feature-list-sec .feature-list-row ul.feature-list li:last-child {
  padding-right: 0;
  border-right: 0;
}
.feature-list-sec .feature-list-row ul.feature-list li span {
  width: 24px;
  display: inline-block;
  min-width: 24px;
}
@media (max-width: 991px) {
  .feature-list-sec .feature-list-row ul.feature-list li span {
    width: 20px;
    min-width: 20px;
  }
}
.feature-list-sec .feature-list-row ul.feature-list li p {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 400;
  color: #121212;
}
@media (max-width: 1439px) {
  .feature-list-sec .feature-list-row ul.feature-list li p {
    font-size: 16px;
  }
}

.accordian-sec {
  background-repeat: no-repeat;
  background-size: cover;
}
.accordian-sec .container .row {
  display: flex;
  gap: 60px;
}
.accordian-sec .container .row.top-row {
  margin-bottom: 30px;
  gap: 30px;
}
@media (max-width: 991px) {
  .accordian-sec .container .row.top-row {
    gap: 0;
  }
}
@media (max-width: 1199px) {
  .accordian-sec .container .row {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .accordian-sec .container .row {
    flex-direction: column;
  }
}
.accordian-sec .container .row .col {
  flex: 1;
}
.accordian-sec .container .row .col.col-left .accrodian-img-left img {
  border-radius: 12px;
}
.accordian-sec .container .row .col.col-right .title-row {
  margin-bottom: 32px;
}
.accordian-sec .container .row .col.col-right .title-row .sec-title {
  margin-bottom: 4px;
}

.accordian-wrapper {
  height: 100%;
}
.accordian-wrapper .accordion {
  height: 100%;
  border: 1px solid rgba(18, 18, 18, 0.1019607843);
  border-radius: 12px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 991px) {
  .accordian-wrapper .accordion {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.accordian-wrapper .accordion .at-item {
  transition: all 0.5s ease-in-out;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(18, 18, 18, 0.1019607843);
}
.accordian-wrapper .accordion .at-item:first-child {
  border-top: 0;
  padding-top: 0;
}
.accordian-wrapper .accordion .at-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.accordian-wrapper .accordion .at-item.active .at-title {
  background-color: #ffffff;
  border-color: #ffffff;
}
.accordian-wrapper .accordion .at-item.active .at-title::after {
  transform: translateY(-50%) rotate(45deg);
}
.accordian-wrapper .accordion .at-item .at-tab {
  color: #555555;
  display: none;
  font-size: 16px;
  letter-spacing: 0.32px;
  border: 1px solid rgba(255, 255, 255, 0.5019607843);
  background: #FFFFFF;
  line-height: 28px;
  padding-bottom: 24px;
}
.accordian-wrapper .accordion .at-item .at-tab p strong {
  color: #121212;
  font-weight: 600;
}
.accordian-wrapper .accordion .at-item .at-tab ul,
.accordian-wrapper .accordion .at-item .at-tab ol {
  padding-left: 20px;
  color: #555555;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.accordian-wrapper .accordion .at-item .at-tab ul li,
.accordian-wrapper .accordion .at-item .at-tab ol li {
  width: 45%;
}
@media (max-width: 767px) {
  .accordian-wrapper .accordion .at-item .at-tab ul li,
  .accordian-wrapper .accordion .at-item .at-tab ol li {
    width: 100%;
  }
}
.accordian-wrapper .accordion .at-item .at-tab ul li::marker,
.accordian-wrapper .accordion .at-item .at-tab ol li::marker {
  color: #1D73A6;
}
.accordian-wrapper .accordion .at-item .at-title {
  position: relative;
  cursor: pointer;
  line-height: 100%;
  background-color: #ffffff;
  padding: 28px 54px 24px 0px;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .accordian-wrapper .accordion .at-item .at-title {
    padding: 18px 40px 14px 0px;
  }
}
.accordian-wrapper .accordion .at-item .at-title h5 {
  margin-bottom: 0;
  font-family: "DM Sans", sans-serif;
  position: relative;
  padding-left: 48px;
}
@media (max-width: 767px) {
  .accordian-wrapper .accordion .at-item .at-title h5 {
    padding-left: 28px;
  }
}
.accordian-wrapper .accordion .at-item .at-title h5::before {
  position: absolute;
  content: "";
  background-image: url(./../images/blue-bullet.svg);
  left: 0;
  top: 0;
  width: 27px;
  height: 27px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .accordian-wrapper .accordion .at-item .at-title h5::before {
    width: 15px;
    height: 15px;
  }
}
.accordian-wrapper .accordion .at-item .at-title:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}
.accordian-wrapper .accordion .at-item .at-title:hover::after {
  transform: translateY(-50%) rotate(45deg);
}
.accordian-wrapper .accordion .at-item .at-title::after {
  content: " ";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: 0px;
  transition: transform 0.5s ease;
  font-size: 34px;
  background: #ffffff;
  width: 32px;
  height: 32px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  background-image: url("../images/plus.svg");
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .accordian-wrapper .accordion .at-item .at-title::after {
    width: 25px;
    height: 25px;
    line-height: 20px;
    background-size: 11px;
    right: 10px;
  }
}

.contact-sec {
  padding-bottom: 141px;
}
.contact-sec .title-row {
  max-width: 32%;
}
.contact-sec .title-row .sec-title {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .contact-sec .title-row {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.contact-sec .contact-row {
  display: flex;
  gap: 60px;
  padding-left: 60px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: end;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .contact-sec .contact-row {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    gap: 30px;
  }
}
.contact-sec .contact-row .col {
  flex: 1;
  margin-bottom: -81px;
}
@media (max-width: 991px) {
  .contact-sec .contact-row .col {
    margin-bottom: 0;
    width: 100%;
  }
}
.contact-sec .contact-row .col.col-left .timings-info {
  max-width: 400px;
  border-radius: 12px;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 991px) {
  .contact-sec .contact-row .col.col-left .timings-info {
    margin-bottom: -81px;
    max-width: 100%;
  }
}
.contact-sec .contact-row .col.col-left .timings-info .timings-info-top {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.4);
  padding: 20px 30px;
}
.contact-sec .contact-row .col.col-left .timings-info .timings-info-top .contact-item {
  margin-top: 24px;
}
.contact-sec .contact-row .col.col-left .timings-info .timings-info-bottom {
  background: #F2F5F1;
  padding: 20px 30px;
}
.contact-sec .contact-row .col.col-left .timings-info .timings-info-bottom .contact-item:after {
  filter: invert(0%) sepia(3%) saturate(1788%) hue-rotate(334deg) brightness(0%) contrast(86%);
}
.contact-sec .contact-row .col.col-left .timings-info .timings-info-bottom .contact-item .contact-link span {
  color: #555555;
}
.contact-sec .contact-row .col.col-left .timings-info .timings-info-bottom .contact-item .contact-link a {
  color: #121212;
}
.contact-sec .contact-row .col.col-left .timings-info .contact-item {
  display: flex;
  gap: 16px;
  align-items: center;
  position: relative;
}
.contact-sec .contact-row .col.col-left .timings-info .contact-item::after {
  position: absolute;
  content: "";
  right: 14px;
  background-image: url("./../images/btnaerrow.svg");
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
}
.contact-sec .contact-row .col.col-left .timings-info .contact-item span.icon {
  display: inline-flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #F9DE4E;
  border-radius: 8px;
}
.contact-sec .contact-row .col.col-left .timings-info .contact-item .contact-link {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.contact-sec .contact-row .col.col-left .timings-info .contact-item .contact-link span {
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
}
.contact-sec .contact-row .col.col-left .timings-info .contact-item .contact-link a {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.36px;
}
.contact-sec .contact-row .col.col-left .timings-info .contact-item .contact-link a:hover {
  color: #1D73A6;
}
.contact-sec .contact-row .col.col-left .timings-info h6 {
  margin-bottom: 24px;
  font-family: "DM Sans", sans-serif;
}
.contact-sec .contact-row .col.col-left .timings-info p.week-text {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3019607843);
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #ffffff;
  justify-content: space-between;
}
.contact-sec .contact-row .col.col-right {
  max-width: 661px;
}
@media (max-width: 991px) {
  .contact-sec .contact-row .col.col-right {
    order: -1;
    max-width: 100%;
  }
}
.contact-sec .contact-row .col.col-right .contact-form {
  background: #ffffff;
  max-width: 661px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 4px 36px 0px rgba(0, 0, 0, 0.0784313725);
  margin-top: -100px;
}
@media (max-width: 991px) {
  .contact-sec .contact-row .col.col-right .contact-form {
    margin-top: -55px;
    max-width: 100%;
  }
}
.contact-sec .contact-row .col.col-right .contact-form .gform-theme--foundation .gform_fields {
  gap: 20px !important;
}
.contact-sec .contact-row .col.col-right .contact-form .gform_heading {
  padding: 30px;
  background-color: #1D73A6;
  height: 100px;
}
@media (max-width: 991px) {
  .contact-sec .contact-row .col.col-right .contact-form .gform_heading {
    height: 55px;
    padding: 10px;
  }
}
.contact-sec .contact-row .col.col-right .contact-form .gform_heading h2.gform_title {
  margin: 0;
  font-weight: 400;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: 0;
  color: #ffffff;
}
.contact-sec .contact-row .col.col-right .contact-form form {
  padding: 30px 30px 109px 30px;
}
@media (max-width: 991px) {
  .contact-sec .contact-row .col.col-right .contact-form form {
    padding: 20px 20px 20px 20px;
  }
}

.contact-form .gform_validation_errors {
  display: none !important;
}

.four-card-sec .four-card-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 60px;
  gap: 10px;
}
@media (max-width: 1199px) {
  .four-card-sec .four-card-row {
    grid-template-columns: 1fr 1fr;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .four-card-sec .four-card-row {
    grid-template-columns: 1fr;
  }
}
.four-card-sec .four-card-row .card-col {
  position: relative;
  overflow: hidden;
  display: block;
}
.four-card-sec .four-card-row .card-col .grid-img-wrapper {
  height: 540px;
  display: block;
}
@media (max-width: 767px) {
  .four-card-sec .four-card-row .card-col .grid-img-wrapper {
    height: auto;
  }
}
.four-card-sec .four-card-row .card-col .grid-img-wrapper .img-wrap {
  position: relative;
  height: 100%;
}
.four-card-sec .four-card-row .card-col .grid-img-wrapper .img-wrap img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  display: block;
}
.four-card-sec .four-card-row .card-col:hover .hover-text {
  top: 0;
  background: linear-gradient(180deg, rgba(11, 75, 113, 0.87) 0%, rgba(11, 75, 113, 0.87) 100%);
  background-size: 100%;
  overflow-y: auto;
}
.four-card-sec .four-card-row .card-col:hover .hover-text p {
  -webkit-line-clamp: unset;
  display: block;
  overflow: visible;
}
.four-card-sec .four-card-row .card-col:hover .hover-text p:first-child {
  margin-bottom: 0px;
}
.four-card-sec .four-card-row .card-col .hover-text {
  z-index: 1;
  position: absolute;
  top: 68%;
  width: 100%;
  padding: 54px 30px 30px 30px;
  left: 0;
  right: 0;
  transition: all 0.7s;
  background: linear-gradient(180deg, rgba(11, 75, 113, 0) 0%, rgba(11, 75, 113, 0.8) 38%);
  backdrop-filter: blur(12px);
  color: #ffffff;
  height: 100%;
  overflow-y: hidden;
}
@media (max-width: 575px) {
  .four-card-sec .four-card-row .card-col .hover-text {
    padding: 30px 30px 30px 30px;
  }
}
.four-card-sec .four-card-row .card-col .hover-text h5 {
  color: #ffffff;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 16px;
}
.four-card-sec .four-card-row .card-col .hover-text p {
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.four-card-sec .four-card-row .card-col .hover-text p:first-child {
  margin-bottom: 30px;
}

.over-ons-sec .over-ons-row {
  display: flex;
  gap: 60px;
}
@media (max-width: 991px) {
  .over-ons-sec .over-ons-row {
    flex-direction: column;
    gap: 30px;
  }
}
.over-ons-sec .over-ons-row .col {
  flex: 1;
}
.over-ons-sec .over-ons-row .col.col-left .left-img-list {
  display: flex;
  gap: 30px;
  height: 100%;
}
@media (max-width: 767px) {
  .over-ons-sec .over-ons-row .col.col-left .left-img-list {
    gap: 10px;
  }
}
.over-ons-sec .over-ons-row .col.col-left .left-img-list .left-img-col {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
}
.over-ons-sec .over-ons-row .col.col-left .left-img-list .left-img-col:first-child {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .over-ons-sec .over-ons-row .col.col-left .left-img-list .left-img-col:first-child {
    margin-bottom: 30px;
  }
}
.over-ons-sec .over-ons-row .col.col-left .left-img-list .left-img-col img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .over-ons-sec .over-ons-row .col.col-right {
    order: -1;
  }
}
.over-ons-sec .over-ons-row .col.col-right .title-row .bottom-text {
  color: #121212;
  font-size: 18px;
  line-height: 24px;
}
.over-ons-sec .over-ons-row .col.col-right .right-text-col {
  margin-top: 40px;
}
.over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row {
  display: grid;
  grid-template-columns: 300px 1fr;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row {
    grid-template-columns: 210px 1fr;
  }
}
@media (max-width: 991px) {
  .over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row {
    grid-template-columns: 300px 1fr;
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row {
    grid-template-columns: 1fr;
  }
}
.over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col {
  padding: 30px 30px 0 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1019607843);
}
@media (max-width: 1199px) {
  .over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col {
    border-right: 0;
  }
}
.over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col:last-child {
  border-right: 0;
}
.over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col.expertise-text .number {
  font-family: "Forum", serif;
  font-weight: 400;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 0;
  text-align: center;
  color: #1D73A6;
}
@media (max-width: 1199px) {
  .over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col.expertise-text .number {
    font-size: 66px;
  }
}
.over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col.expertise-text h6 {
  font-weight: 600;
  color: #121212;
  font-size: 16px;
  margin: 10px 0;
  text-align: center;
  font-family: "DM Sans", sans-serif;
}
.over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col.expertise-text p {
  text-align: center;
}
.over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col ul.profile-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 30px;
}
.over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col ul.profile-list li {
  display: flex;
  gap: 10px;
}
.over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col ul.profile-list li span.profile-img {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: block;
  overflow: hidden;
}
.over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col ul.profile-list li span.profile-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col ul.profile-list li p {
  margin: 0;
  color: #121212;
  font-weight: 600;
}
.over-ons-sec .over-ons-row .col.col-right .right-text-col .right-text-row .text-num-col ul.profile-list li span {
  color: #555555;
}

.service-tab-sec .title-row {
  background-image: url("./../images/Intro-heading.png");
  color: #ffffff;
  background-size: cover;
  padding: 60px;
  border-radius: 12px 12px 0 0;
}
@media (max-width: 991px) {
  .service-tab-sec .title-row {
    padding: 30px;
  }
}
.service-tab-sec .title-row .subtitle,
.service-tab-sec .title-row p {
  color: #ffffff;
}

.tabs-wrapper {
  background: #EEF6FB;
  padding-left: 60px;
  padding-right: 60px;
  border-radius: 0 0 12px 12px;
  position: relative;
}
@media (max-width: 1199px) {
  .tabs-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tabs-wrapper .tab-main-box {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 1199px) {
  .tabs-wrapper .tab-main-box {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.tabs-wrapper .tab-main-box .tab-row {
  display: flex;
  gap: 60px;
}
@media (max-width: 1199px) {
  .tabs-wrapper .tab-main-box .tab-row {
    flex-direction: column;
    gap: 30px;
  }
}
.tabs-wrapper .tab-main-box .tab-row .tab-col.col-left {
  width: 56%;
  flex-basis: 56%;
}
@media (max-width: 1199px) {
  .tabs-wrapper .tab-main-box .tab-row .tab-col.col-left {
    width: 100%;
    flex-basis: 100%;
  }
}
.tabs-wrapper .tab-main-box .tab-row .tab-col.col-left h5 {
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
  margin-bottom: 20px;
}
.tabs-wrapper .tab-main-box .tab-row .tab-col.col-left h6 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
.tabs-wrapper .tab-main-box .tab-row .tab-col.col-left .tab-desc {
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .tabs-wrapper .tab-main-box .tab-row .tab-col.col-left .tab-desc {
    margin-top: 20px;
  }
}
.tabs-wrapper .tab-main-box .tab-row .tab-col.col-left .tab-desc ul {
  padding-left: 20px;
}
.tabs-wrapper .tab-main-box .tab-row .tab-col.col-left .tab-desc ul li {
  color: #555555;
}
.tabs-wrapper .tab-main-box .tab-row .tab-col.col-left .tab-desc p {
  color: #555555;
}
.tabs-wrapper .tab-main-box .tab-row .tab-col.col-right {
  width: 44%;
  flex-basis: 44%;
}
@media (max-width: 1199px) {
  .tabs-wrapper .tab-main-box .tab-row .tab-col.col-right {
    width: 100%;
    flex-basis: 100%;
  }
}
.tabs-wrapper .tab-main-box .tab-row .tab-col.col-right .img-wrapper {
  height: 100%;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.tabs-wrapper .tab-main-box .tab-row .tab-col.col-right .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.tabs-wrapper .tab-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0784313725);
  gap: 30px;
  overflow-x: auto;
}
@media (max-width: 1199px) {
  .tabs-wrapper .tab-menu ul {
    gap: 10px;
  }
}
.tabs-wrapper .tab-menu ul li {
  white-space: nowrap;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  text-align: center;
}
.tabs-wrapper .tab-menu ul li a {
  color: #121212;
  font-weight: bold;
  display: inline-block;
  padding: 18px 26px;
  display: block;
  transition: 0.5s all;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .tabs-wrapper .tab-menu ul li a {
    padding: 10px 15px;
  }
}
.tabs-wrapper .tab-menu ul li a:hover, .tabs-wrapper .tab-menu ul li a.active {
  color: #1D73A6;
  text-decoration: none;
  border-bottom: 2px solid #1D73A6;
}
.tabs-wrapper .tab-box {
  opacity: 0;
  transition: opacity 0.45s linear;
  position: absolute;
  width: 100%;
  visibility: hidden;
  pointer-events: none;
  left: 0;
  top: 0;
}
.tabs-wrapper .tab-box .tab-desc {
  opacity: 0;
  transform: translateY(25px);
  transition: opacity 0.45s ease, transform 0.45s ease;
}
.tabs-wrapper .tab-box.active {
  opacity: 1;
  position: relative;
  visibility: visible;
  pointer-events: auto;
}
.tabs-wrapper .tab-box.active .tab-desc {
  opacity: 1;
  transform: translateY(0);
}

.inner-hero-wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.inner-hero-wrapper::before {
  background: linear-gradient(180deg, rgba(6, 65, 101, 0) -14.35%, rgba(3, 47, 74, 0.8) 82.83%);
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.inner-hero-wrapper .container .inner-hero-content {
  padding-bottom: 40px;
  padding-top: 17%;
  position: relative;
}
@media (max-width: 991px) {
  .inner-hero-wrapper .container .inner-hero-content {
    padding-top: 100px;
    padding-bottom: 30px;
  }
}
.inner-hero-wrapper .container .inner-hero-content h1 {
  margin: 0;
}

.three-card-sec {
  padding-bottom: 0;
}
.three-card-sec .title-row {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .three-card-sec .title-row {
    margin-bottom: 30px;
  }
}
.three-card-sec .card-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  align-items: start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .three-card-sec .card-row {
    grid-template-columns: 1fr;
    padding-bottom: 60px;
  }
}
.three-card-sec .card-row .card-col {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 12px;
  overflow: hidden;
}
.three-card-sec .card-row .card-col .card-header {
  padding: 30px;
}
.three-card-sec .card-row .card-col .card-header .icon {
  display: inline-flex;
  margin-bottom: 24px;
  background-color: #EEF6FB;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.three-card-sec .card-row .card-col .card-header .icon img {
  width: 40px;
  min-width: 40px;
  height: auto;
}
.three-card-sec .card-row .card-col .card-header h5 {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  color: #121212;
}
.three-card-sec .card-row .card-col .card-body {
  padding: 30px;
  background: #EEF6FB;
}
.three-card-sec .card-row .card-col .card-body .desc {
  overflow: hidden;
  transition: height 0.35s ease;
}
.three-card-sec .card-row .card-col .card-body .desc ul {
  color: #555555;
}
.three-card-sec .card-row .card-col .card-body .desc p {
  margin-bottom: 14px;
}
.three-card-sec .card-row .card-col .card-body .desc p:not(:first-child) {
  display: none;
}
.three-card-sec .card-row .card-col .card-body a {
  display: inline-block;
  margin-top: 24px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  color: #1D73A6;
  cursor: pointer;
}
.three-card-sec .card-row .card-col .card-body a:hover, .three-card-sec .card-row .card-col .card-body a:visited {
  text-decoration: underline;
  color: #1D73A6;
}
.three-card-sec .card-row .card-col .card-body {
  /* when expanded */
}
.three-card-sec .card-row .card-col .card-body.expanded .desc p {
  display: block;
}

.two-col-image-sec {
  padding-bottom: 0;
}
.two-col-image-sec .title-row {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .two-col-image-sec .title-row {
    margin-bottom: 30px;
  }
}
.two-col-image-sec .two-col-image-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 80px;
}
@media (max-width: 1800px) {
  .two-col-image-sec .two-col-image-row {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .two-col-image-sec .two-col-image-row {
    grid-template-columns: repeat(1, 1fr);
    padding-bottom: 60px;
  }
}
.two-col-image-sec .two-col-image-row .image-col-card {
  width: 100%;
  height: 100%;
  position: relative;
  padding-bottom: 112px;
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .two-col-image-sec .two-col-image-row .image-col-card {
    padding: 0;
  }
}
.two-col-image-sec .two-col-image-row .image-col-card .image-wrapper {
  border-radius: 16px;
  max-height: 580px;
  height: 100%;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .two-col-image-sec .two-col-image-row .image-col-card .image-wrapper {
    max-height: initial;
    height: auto;
    margin-bottom: 30px;
  }
}
.two-col-image-sec .two-col-image-row .image-col-card .image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-col-image-sec .two-col-image-row .image-col-card .image-desc {
  position: absolute;
  right: 0;
  max-width: 402px;
  color: #fff;
  background-color: #1D73A6;
  bottom: 0px;
  padding: 30px;
  border-radius: 16px;
  height: 100%;
  max-height: calc(100% - 160px);
  overflow-y: auto;
}
@media (max-width: 1880px) {
  .two-col-image-sec .two-col-image-row .image-col-card .image-desc {
    max-height: calc(100% - 100px);
  }
}
@media (max-width: 1440px) {
  .two-col-image-sec .two-col-image-row .image-col-card .image-desc {
    max-width: 80%;
    max-height: calc(100% - 60px);
  }
}
@media (max-width: 1199px) {
  .two-col-image-sec .two-col-image-row .image-col-card .image-desc {
    max-width: 100%;
    left: auto;
    bottom: auto;
    position: relative;
    max-height: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .two-col-image-sec .two-col-image-row .image-col-card .image-desc {
    max-width: 100%;
    left: auto;
    bottom: auto;
    position: relative;
  }
}
.two-col-image-sec .two-col-image-row .image-col-card .image-desc:before {
  position: absolute;
  content: "";
  background-image: url("./../images/nba.svg");
  right: 16px;
  top: 16px;
  height: 80px;
  width: 80px;
  opacity: 0.2;
  background-repeat: no-repeat;
  z-index: 0;
  background-size: contain;
}
.two-col-image-sec .two-col-image-row .image-col-card .image-desc .desc-title {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 24px;
  z-index: 1;
  position: relative;
}
.two-col-image-sec .two-col-image-row .image-col-card .image-desc .desc-title h5 {
  font-family: "DM Sans", sans-serif;
  margin-bottom: 0;
}
.two-col-image-sec .two-col-image-row .image-col-card .image-desc p {
  color: #ffffff;
  z-index: 1;
  position: relative;
}
.two-col-image-sec .two-col-image-row .image-col-card .image-desc p:not(:last-child) {
  margin-bottom: 12px;
}

.two-col-image-with-text-sec {
  overflow-x: hidden;
}
.two-col-image-with-text-sec .two-col-image-with-text-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 1199px) {
  .two-col-image-with-text-sec .two-col-image-with-text-row {
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .two-col-image-with-text-sec .two-col-image-with-text-row {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}
.two-col-image-with-text-sec .two-col-image-with-text-row .two-col-image-with-text-col.col-image .img-wrapper {
  position: relative;
  max-height: 460px;
  border-radius: 12px;
  overflow: hidden;
}
.two-col-image-with-text-sec .two-col-image-with-text-row .two-col-image-with-text-col.col-image .img-wrapper::before {
  position: absolute;
  content: "";
  width: 100%;
  background: linear-gradient(180deg, rgba(6, 65, 101, 0) 0%, rgba(3, 47, 74, 0.8) 71.02%);
  height: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}
.two-col-image-with-text-sec .two-col-image-with-text-row .two-col-image-with-text-col.col-image .img-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.two-col-image-with-text-sec .two-col-image-with-text-row .two-col-image-with-text-col.col-image .img-wrapper .image-caption {
  position: absolute;
  bottom: 0;
  padding: 30px;
  color: #ffffff;
  z-index: 1;
}
.two-col-image-with-text-sec .two-col-image-with-text-row .two-col-image-with-text-col.col-image .img-wrapper .image-caption p {
  color: #ffffff;
}
.two-col-image-with-text-sec .two-col-image-with-text-row .two-col-image-with-text-col.col-desc {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .two-col-image-with-text-sec .two-col-image-with-text-row .two-col-image-with-text-col.col-desc {
    padding-top: 0;
  }
}
.two-col-image-with-text-sec .two-col-image-with-text-row .two-col-image-with-text-col.col-desc h2 {
  margin-bottom: 8px;
}
.two-col-image-with-text-sec .two-col-image-with-text-row .two-col-image-with-text-col.col-desc h6 {
  font-family: "DM Sans", sans-serif;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 991px) {
  .two-col-image-with-text-sec .two-col-image-with-text-row .two-col-image-with-text-col.col-desc h6 {
    margin-bottom: 20px;
  }
}
.two-col-image-with-text-sec .two-col-image-with-text-row .two-col-image-with-text-col.col-desc p strong {
  color: #121212;
}

.error-404 .page-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}
.error-404 .page-content h2 {
  margin-bottom: 0;
}
.error-404 .page-content h2 span {
  font-weight: 700;
  color: #1D73A6;
}
.error-404 .page-content p {
  margin: 0;
  text-align: center;
}

.page-template-default header.entry-header {
  display: none;
}
.page-template-default .page .entry-content {
  margin: 0;
}
.page-template-default .page h1,
.page-template-default .page h2,
.page-template-default .page h3,
.page-template-default .page h4,
.page-template-default .page h5,
.page-template-default .page h6 {
  color: #121212;
  margin-bottom: 20px;
}
.page-template-default .page a:hover {
  text-decoration: underline;
  color: #1D73A6;
}
.page-template-default .page ul,
.page-template-default .page ol {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #555555;
}
.page-template-default .page .page-header h1,
.page-template-default .page .page-header h2,
.page-template-default .page .page-header h3,
.page-template-default .page .page-header h4,
.page-template-default .page .page-header h5,
.page-template-default .page .page-header h6 {
  color: #121212;
}/*# sourceMappingURL=styles.css.map */