@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

/* reset */
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,
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,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* reset end */
body {
  font-family: "Poppins", sans-serif;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: top;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

button {
  color: inherit;
  font: inherit;
  margin: 0;
  overflow: visible;
  text-transform: none;
  cursor: pointer;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

table td {
  padding: 0;
}

table th {
  padding: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(90rem - 30px);
}

.c-white {
  color: #ffffff;
}

.c-black {
  color: #000;
}

.bg-lg-gray {
  background-color: #f8f9fc;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000;
}

.bg-black2 {
  background-color: #000;
}

.bg-black3 {
  background-color: #000;
}

.bg-ausBlue {
  background-color: #3ae9df;
}

.bg-blue {
  background-color: #3a6ae7;
}

.bg-dark-navy {
  background-color: #2849a0;
}

.bg-light-blue {
  background-color: #f9fdff;
}

.bg-light-yellow {
  background-color: #fbffef;
}

.bg-green {
  background-color: #9ac328;
}

.bg-pink {
  background-color: #f74a1e;
}

.bg-red {
  background-color: #f74a1e;
}

.bg-orange {
  background-color: #f74a1e;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-gray2 {
  background-color: #f1f1f1;
}

.bg-gray3 {
  background-color: #f1f1f1;
}

.bg-gray4 {
  background-color: #f1f1f1;
}

.bg-gray5 {
  background-color: #f1f1f1;
}

small,
.small {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: "Poppins", "Open Sans";
  font-weight: 300;
  font-style: normal;
  display: block;
}

a {
  color: #3a6ae7;
}

.bold {
  font-family: "Poppins";
  font-weight: bold;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
}

@media only screen and (max-width: 768px) {
  .bold {
    font-size: 26px;
    line-height: 30px;
  }
}

p {
  margin-bottom: 15px;
}

.normal {
  font-weight: 400;
  font-family: "Poppins", "Open Sans";
  font-weight: 300;
  font-style: normal;
}

.link-blue {
  font-size: 18px;
  color: #3a6ae7;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}

.link-blue:after {
  content: "";
  width: 0;
  height: 1px;
  background-color: #3a6ae7;
  position: absolute;
  bottom: 0;
  left: 0;
}

.link-blue:hover:after {
  width: 100%;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.center-maker {
  width: 100vw;
  display: inline-block;
  position: relative;
}

.center-r {
  left: -55vw;
}

@media only screen and (max-width: 768px) {
  .center-r {
    left: 0;
    top: -110px;
  }
}

.bg-property {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

section,
.section {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 90px;
}

@media only screen and (max-width: 1024px) {

  section,
  .section {
    padding-top: 40px;
    padding-bottom: 70px;
  }
}

@media only screen and (max-width: 768px) {

  section,
  .section {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 480px) {

  section,
  .section {
    padding: 30px 0;
  }
}

em,
i {
  font-style: italic;
}

::-moz-selection {
  color: #ffffff;
  background: #000;
}

::selection {
  color: #ffffff;
  background: #000;
}

strong,
b {
  font-family: "Poppins";
  font-weight: normal;
  font-style: normal;
}

video,
iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  height: 26px;
  width: 26px;
  z-index: 999;
  cursor: pointer;
  background: transparent;
}

.close-btn span {
  display: block;
  text-indent: -9999px;
  height: 30px;
  width: 30px;
}

.close-btn span:before,
.close-btn span:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 33px;
  background: #000;
}

.close-btn span:before {
  bottom: 12px;
  right: -2px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-btn span:after {
  top: 12px;
  right: -2px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-btn.w-1 span:before,
.close-btn.w-1 span:after {
  height: 1px;
}

.close-btn.w-1 span:before {
  bottom: 13px;
}

.close-btn:hover span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close-btn:hover span:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-btn.white span:before,
.close-btn.white span:after {
  background: #ffffff;
}

.close {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 25px;
  overflow: hidden;
  cursor: pointer;
}

.close:before,
.close:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1px;
  background: #000;
  width: 200%;
  left: -50%;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-toggle {
  padding: 11px 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 10px;
  z-index: 99;
  margin: 0;
  border: none;
  background: transparent;
  display: none;
  text-align: center;
  height: 60px;
  width: 60px;
  max-width: 60px;
  max-height: 60px;
}

@media only screen and (max-width: 980px) {
  .nav-toggle {
    display: block;
    left: auto;
    width: 40px;
    height: 40px;
    padding: 0;
    padding-left: 0;
    top: 12px;
    right: 0;
    opacity: 1;
  }
}

.nav-toggle:before,
.nav-toggle:after {
  display: none;
}

.nav-toggle span {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 3px;
  background: #000;
  transition: background 0.3s 0.5s ease;
  -ms-transition: background 0.3s 0.5s ease;
  -webkit-transition: background 0.3s 0.5s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: visible;
  margin: 15px 0;
  z-index: 9;
  vertical-align: top;
}

.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 3px;
  background: #000;
  left: 0;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
  -ms-transition: top 0.3s 0.6s ease, -ms-transform 0.3s ease;
  transition: top 0.3s 0.6s ease, transform 0.3s ease;
  transition: all 0.2s ease;
}

.nav-toggle span:before {
  width: 18px;
  top: 8px;
  left: 8px;
}

.nav-toggle span:after {
  width: 48px;
  top: -8px;
  left: -4px;
}

@media only screen and (max-width: 768px) {
  .nav-toggle span {
    float: right;
  }
}

.nav-toggle:active {
  transition: 0s;
}

.nav-toggle.active span {
  transition: background 0.3s 0s ease;
  -webkit-transition: background 0.3s 0s ease;
  -ms-transition: background 0.3s 0s ease;
  background: transparent;
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
  -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
  -ms-transition: top 0.3s ease, -ms-transform 0.3s 0.5s ease;
  transition: top 0.3s ease, transform 0.3s 0.5s ease;
  top: 0;
  left: 0;
  background: #000;
  width: 38px;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nav-toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -ms-transform: rotate3d(0, 0, 1, 45deg);
  transform: rotate3d(0, 0, 1, 45deg);
}

@media only screen and (max-width: 980px) {
  .nav-toggle.active span:before {
    background-color: #000;
  }
}

.nav-toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -ms-transform: rotate3d(0, 0, 1, -45deg);
  transform: rotate3d(0, 0, 1, -45deg);
}

@media only screen and (max-width: 980px) {
  .nav-toggle.active span:after {
    background-color: #000;
  }
}

/* Header  */
.page-header {
  min-width: 100%;
  z-index: 99999;
  background-color: #ffffff;
  box-shadow: 0 3px 10px #0000000f;
  height: 90px;
  transition: all 0.6s ease-in-out;
  position: fixed;
}

@media only screen and (max-width: 980px) {
  .page-header {
    height: 60px;
  }
}

.page-header .logo .normal-logo {
  display: block;
}

.page-header .logo .fix-logo {
  display: none;
}

@media only screen and (max-width: 980px) {
  .page-header .logo img {
    height: 35px;
    margin-top: 12px;
  }
}

.page-header .page-top-header {
  background-color: #2849a0;
  padding: 10px 0px;
  height: 45px;
}

@media only screen and (max-width: 768px) {
  .page-header .page-top-header {
    height: 40px;
  }
}

.page-header .page-top-header .page-top-menu {
  display: flex;
  justify-content: flex-end;
  color: #ffffff;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media only screen and (max-width: 768px) {
  .page-header .page-top-header .page-top-menu {
    justify-content: center;
  }
}

.page-header .page-top-header .page-top-menu li {
  margin: 0px 15px;
}

.page-header .page-top-header .page-top-menu li a {
  font-size: 15px;
  letter-spacing: 0.3px;
  line-height: 18px;
  text-transform: capitalize;
  font-family: "Poppins";
  font-weight: normal;
  font-style: normal;
  color: #ffffff;
}

.page-header .page-top-header .page-top-menu li:hover a {
  color: #3a6ae7;
}

@media only screen and (max-width: 980px) {
  .page-header .container {
    height: 100%;
  }
}

.page-header .menu {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
}

@media only screen and (max-width: 980px) {
  .page-header .menu {
    padding: 0;
    height: 100%;
  }
}

.page-header.fix-menu {
  background-color: #ffffff;
  box-shadow: 0 3px 10px #0000000f;
  position: fixed;
  top: 0;
}

@media only screen and (max-width: 980px) {}

.page-header.fix-menu .menu .page-menu {
  opacity: 1;
  display: block;
  pointer-events: all;
}

.page-header.full-menu {
  position: fixed;
  height: 100vh;
  background: #ffffff;
  transition: all 0.6s ease-in-out;
  overflow: auto;
  overflow-x: hidden;
}

.page-header.full-menu .logo .fix-logo {
  display: block;
}

.page-header.full-menu .nav-toggle.active {
  background-color: #ffffff;
  border-radius: 50%;
}

@media only screen and (max-width: 980px) {
  .page-header.full-menu .nav-toggle.active {
    background-color: transparent;
  }
}

.page-header.full-menu .page-menu {
  opacity: 1;
  pointer-events: all;
  padding-top: 130px;
}

@media only screen and (max-width: 980px) {
  .page-header.full-menu .page-menu {
    padding-top: 10px;
  }
}

.page-header.full-menu .page-menu ul {
  margin: 0;
  width: 100%;
}

.page-header.full-menu .page-menu ul:first-child {
  margin: 0;
}

.page-header.full-menu .page-menu ul .link {
  float: none;
  padding: 0;
  border-right: 0 solid #2849a057;
  text-align: left;
  width: 100%;
}

.page-header.full-menu .page-menu ul .link>a {
  font-size: 55px;
  line-height: 75px;
  margin-bottom: 15px;
  color: #000;
  opacity: 0.5;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  max-width: 100%;
}

@media only screen and (max-width: 980px) {
  .page-header.full-menu .page-menu ul .link>a {
    font-size: 30px;
    line-height: 68px;
    opacity: 1;
    padding-top: 10px;
    width: max-content;
    font-family: "Poppins", "Open Sans";
    font-weight: 300;
    font-style: normal;
  }
}

@media only screen and (max-width: 768px) {
  .page-header.full-menu .page-menu ul .link>a {
    font-size: 18px;
    line-height: 30px;
  }
}

.page-header.full-menu .page-menu ul .link:last-child a {
  background-color: transparent;
  font-size: 30px;
  line-height: 68px;
  margin-bottom: 0;
  padding: 0;
  font-family: "Poppins", "Open Sans";
  font-weight: 300;
  font-style: normal;
}

@media only screen and (max-width: 980px) {
  .page-header.full-menu .page-menu ul .link:last-child a {
    font-size: 30px;
    line-height: 68px;
    opacity: 1;
    margin-bottom: 15px;
    padding-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .page-header.full-menu .page-menu ul .link:last-child a {
    font-size: 20px;
    line-height: 25px;
    margin: 0px;
    padding: 0;
  }
}

.page-header.full-menu .page-menu ul .link .sub-menu {
  transition: all 0s ease;
}

.page-header.full-menu .page-menu ul .link:hover a,
.page-header.full-menu .page-menu ul .link:focus a {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.page-header.full-menu .page-menu ul .link:hover .sub-menu,
.page-header.full-menu .page-menu ul .link:focus .sub-menu {
  position: fixed;
  text-align: left;
  opacity: 1;
  visibility: visible;
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 0px;
  width: 950px;
  box-shadow: 0 0 0 0 #00000000;
  overflow: auto;
  max-width: 1265px;
  left: 45%;
  top: 150px;
  transform: translateX(0%);
  height: auto;
  color: #ffffff;
  transition: all 0s ease;
  z-index: 9;
}

@media only screen and (max-width: 2560px) {

  .page-header.full-menu .page-menu ul .link:hover .sub-menu,
  .page-header.full-menu .page-menu ul .link:focus .sub-menu {
    left: 40%;
  }
}

@media only screen and (max-width: 1600px) {

  .page-header.full-menu .page-menu ul .link:hover .sub-menu,
  .page-header.full-menu .page-menu ul .link:focus .sub-menu {
    left: 37%;
    width: auto;
  }
}

@media only screen and (max-width: 980px) {

  .page-header.full-menu .page-menu ul .link:hover .sub-menu,
  .page-header.full-menu .page-menu ul .link:focus .sub-menu {
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
  }
}

.page-header.full-menu .page-menu ul .link:hover .sub-menu::before,
.page-header.full-menu .page-menu ul .link:focus .sub-menu::before {
  display: none;
}

.page-header.full-menu .page-menu ul .link:hover .sub-menu .service-menu-con,
.page-header.full-menu .page-menu ul .link:focus .sub-menu .service-menu-con {
  max-width: 100%;
  text-align: left;
  padding: 0;
  padding-bottom: 50px;
}

@media only screen and (max-width: 980px) {

  .page-header.full-menu .page-menu ul .link:hover .sub-menu .service-menu-con,
  .page-header.full-menu .page-menu ul .link:focus .sub-menu .service-menu-con {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.page-header.full-menu .page-menu ul .link:hover .sub-menu .service-menu-con img,
.page-header.full-menu .page-menu ul .link:focus .sub-menu .service-menu-con img,
.page-header.full-menu .page-menu ul .link:hover .sub-menu .service-menu-con h4,
.page-header.full-menu .page-menu ul .link:focus .sub-menu .service-menu-con h4 {
  display: none;
  opacity: 0;
}

.page-header.full-menu .page-menu ul .link:hover .sub-menu .service-menu-con p,
.page-header.full-menu .page-menu ul .link:focus .sub-menu .service-menu-con p {
  color: #ffffff;
}

.page-header.full-menu .page-menu ul .link:hover .sub-menu .sub-menu-main,
.page-header.full-menu .page-menu ul .link:focus .sub-menu .sub-menu-main {
  width: 100%;
  padding: 0;
}

.page-header.full-menu .page-menu ul .link:hover .sub-menu .sub-menu-main .sub-menu-m li a,
.page-header.full-menu .page-menu ul .link:focus .sub-menu .sub-menu-main .sub-menu-m li a {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  margin: 0;
  padding-bottom: 30px;
  font-family: "Poppins", "Open Sans";
  font-weight: 300;
  font-style: normal;
}

.page-header.full-menu .page-menu ul .link:hover .sub-menu .sub-menu-main .sub-menu-m li a:first-child,
.page-header.full-menu .page-menu ul .link:focus .sub-menu .sub-menu-main .sub-menu-m li a:first-child {
  padding-bottom: 15px;
}

.page-header.full-menu .page-menu ul .link.active a:after {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .page-header.full-menu .service-menu-con {
    display: block;
  }
}

@media only screen and (max-width: 980px) {
  .page-header.full-menu .service-menu-con {
    display: none;
    opacity: 0;
  }
}

.page-header.full-menu .sub-menu {
  padding-right: 15px !important;
}

@media only screen and (max-width: 980px) {
  .page-header.full-menu .sub-menu {
    padding-right: 0 !important;
  }
}

@media only screen and (max-width: 980px) {
  .page-header.case-header {
    background-color: #000;
  }
}

.page-header.case-header .menu .logo .scroll-f-logo {
  display: none;
}

.page-header.case-header .nav-toggle span {
  background: #ffffff;
}

.page-header.case-header .nav-toggle span:after,
.page-header.case-header .nav-toggle span:before {
  background: #ffffff;
}

.page-header.case-header .nav-toggle.active {
  background-color: #000;
}

.page-header.case-header .nav-toggle.active span {
  background: transparent;
}

.page-header.case-header .nav-toggle.active span:after,
.page-header.case-header .nav-toggle.active span:before {
  background: #ffffff;
}

.page-header.case-header.fix-menu {
  background-color: #ffffff;
}

.page-header.case-header.fix-menu .menu .logo .normal-logo {
  display: none;
}

.page-header.case-header.fix-menu .menu .logo .scroll-f-logo {
  display: block;
}

.page-header.case-header.fix-menu .nav-toggle span {
  background: #000;
}

.page-header.case-header.fix-menu .nav-toggle span:after,
.page-header.case-header.fix-menu .nav-toggle span:before {
  background: #000;
}

.page-header.home-header {
  background-color: #ffffff;
}

@media only screen and (min-width: 981px) {
  .page-header.home-header {
    height: 70px;
  }
}

@media only screen and (min-width: 981px) {
  .page-header.home-header .menu {
    padding-top: 10px;
    margin-top: 5px;
  }
}

@media only screen and (min-width: 981px) {
  .page-header.home-header .menu .nav-toggle {
    top: 0;
  }
}

@media only screen and (min-width: 981px) {
  .page-header.home-header .menu .logo img {
    height: 40px;
  }
}

.page-header.home-header.full-menu {
  background-color: #000;
  height: 100vh;
}

.menu-right-side {
  float: right;
}

.menu-right-side .login-header {
  background: #4c67eb;
  box-shadow: 0 20px 35px rgba(75, 95, 194, 0.2);
  border-radius: 8px;
  padding: 15px 30px;
  margin-top: -15px !important;
  width: 120px;
}

@media only screen and (max-width: 980px) {
  .menu-right-side .login-header {
    width: auto;
  }
}

.menu-right-side .login-header span {
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

@media only screen and (max-width: 980px) {
  .menu-right-side .login-header span {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 980px) {
  .menu-right-side .login-header {
    padding: 10px 20px;
    margin-top: -10px !important;
  }
}

.menu-right-side .cart a {
  position: relative;
}

.menu-right-side .cart img {
  vertical-align: baseline;
}

.menu-right-side .cart span {
  background-color: #ff9a61;
  padding: 4px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  font-size: 8px;
  line-height: 8px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0px;
  right: -5px;
}

@media only screen and (max-width: 768px) {
  .menu-right-side .cart span {
    right: -10px;
    font-size: 10px;
    height: 20px;
    width: 20px;
  }
}

body.fix-screen {
  overflow: hidden;
}

.header-social {
  opacity: 0;
  display: none;
}

.fix-screen .header-social {
  opacity: 1;
  display: block;
  padding-bottom: 30px;
  padding-top: 30px;
  text-align: right;
}

@media only screen and (max-width: 980px) {
  .fix-screen .header-social {
    text-align: left;
  }
}

.fix-screen .header-social li {
  display: inline-block;
}

.fix-screen .header-social li a {
  color: #ffffff;
  border-color: #ffffff;
}

.page-header .logo {
  z-index: 1;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-menu {
  font-family: "Poppins";
  font-weight: bold;
  font-style: normal;
  padding-top: 10px;
  text-align: right;
}

.page-menu>ul:first-child {
  margin-left: 35px;
}

@media only screen and (max-width: 980px) {
  .page-menu>ul:first-child {
    margin-left: 0;
  }
}

.page-menu .link {
  position: relative;
  float: left;
  padding: 0 15px;
  border-right: 1px solid #000;
}

.page-menu .link_contact {
  background-color: #000;
  padding: 16px 39px;
  margin: -15px 0 0 20px;
  border-radius: 5px;
  border: 1px solid transparent;
  background-image: linear-gradient(to left,
      transparent,
      transparent 50%,
      #ffffff 50%,
      #ffffff);
  background-position: 100% 0;
  background-size: 200% 100%;
  transition: all 0.35s ease-in;
}

.link_contact a {
  color: #fff !important;
}

.link_contact:hover {
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  background-position: 0 0;
}

.link_contact:hover a {
  color: #000 !important;
}

.page-header.full-menu .page-menu ul .link_contact {
  width: fit-content;
  margin: 20px 0;
  padding: 10px 20px;
}

@media only screen and (max-width: 768px) {
  .page-header.full-menu .page-menu ul .link_contact {
    margin: 20px 0 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .page-menu .link {
    padding: 0 10px;
  }

  .page-menu .link_contact {
    padding: 10px 30px;
    margin: -8px 0 0 20px;
  }

  .page-menu>ul:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 980px) {
  .page-menu .link {
    display: block;
    float: none;
    padding: 25px 15px;
    border-bottom: 1px solid #0a206717;
  }
}

.page-menu .link:last-child {
  border-right: 0 solid #2849a057;
}

.page-menu .link a {
  color: #000;
  line-height: 25px;
  font-family: "Poppins", "Open Sans";
  font-weight: 300;
  font-style: normal;
  text-transform: capitalize;
  font-size: 18px;
  display: block;
  position: relative;
}

@media only screen and (max-width: 980px) {
  .page-menu .link a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 980px) {
  .page-menu .link a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .page-menu .link a {
    font-size: 18px;
  }
}

.page-menu .link a:hover {
  color: #000;
}

.page-menu .link.active>a {
  color: #000;
  position: relative;
}

.page-menu .link.active>a:after {
  content: "";
  height: 5px;
  width: 5px;
  background-color: #f74a1e;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: -5px;
}

@media only screen and (max-width: 768px) {
  .page-menu .link.active>a:after {
    display: none;
  }
}

.page-menu .link .sub-menu {
  position: fixed;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  padding: 40px 40px 80px 40px;
  border-radius: 0px;
  top: 90px;
  transition: all 0.5s ease-in-out;
  width: 100vw;
  box-shadow: 0 8px 6px 0 #0000000f;
  overflow: auto;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (max-width: 980px) {
  .page-menu .link .sub-menu {
    top: 0;
    position: relative;
    display: none;
    margin-top: 0;
  }
}

.page-menu .link .sub-menu li {
  display: block;
}

.page-menu .icon-social li {
  margin: 0 5px;
}

.page-menu .icon-social li:last-child {
  margin-right: 0;
}

.page-menu .icon-social li>a {
  border: 1px solid #000;
  border-radius: 50%;
  height: 35px;
  width: 35px;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 35px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-menu .icon-social li>a img {
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 17px;
}

.page-menu .icon-social li>a:hover,
.page-menu .icon-social li>a:focus {
  background-color: #000;
  color: #ffffff;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-menu .icon-social li>a:hover img,
.page-menu .icon-social li>a:focus img {
  filter: invert(0);
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 980px) {
  .page-menu {
    position: fixed;
    left: 0;
    top: 70px;
    bottom: 0;
    right: 0;
    height: auto;
    text-align: left;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 1;
    -webkit-box-shadow: inset 0 13px 29px -21px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: inset 0 13px 29px -21px rgba(0, 0, 0, 0.11);
    box-shadow: inset 0 13px 29px -21px rgba(0, 0, 0, 0.11);
    overflow-y: auto;
    padding: 0 15px;
  }

  .page-menu ul {
    width: 100%;
  }

  .menu-open .page-menu {
    opacity: 1;
    visibility: visible;
    padding-top: 0;
  }

  .btn-header {
    display: block;
    width: 100%;
  }

  .small-link {
    display: block;
    margin-bottom: 20px;
    color: #f74a1e;
  }
}

@media only screen and (orientation: landscape) {
  .page-menu:after {
    background-image: none;
  }
}

@media only screen and (max-width: 980px) {
  .sub-menu-icon {
    width: 100%;
    float: left;
    height: 0;
    position: absolute;
    margin-top: 0px;
    top: 30px;
  }

  .sub-menu-icon:after,
  .sub-menu-icon:before {
    content: "";
    background-size: 100%;
    height: 3px;
    width: 15px;
    padding: 0;
    position: absolute;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #000;
  }

  .sub-menu-icon:before {
    right: 0px;
    top: 0;
    transform: rotate(-40deg);
  }

  .sub-menu-icon:after {
    right: 10px;
    top: 0;
    transform: rotate(40deg);
  }
}

@media only screen and (max-width: 768px) {
  .page-menu {
    opacity: 0;
    pointer-events: all;
  }
}

.page-menu .link:hover .sub-menu,
.page-menu .link:focus .sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  transition: all 0.5s ease-in-out;
}

@media only screen and (max-width: 980px) {
  .page-menu .link.sub-nav .sub-menu.show-nav-m {
    display: block;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    top: 0;
    left: 50%;
    min-width: 100%;
    width: 100%;
    padding: 0;
  }
}

@media only screen and (max-width: 980px) {
  .page-menu .link.sub-nav.show-nav-active .sub-menu-icon:before {
    transform: rotate(40deg);
  }

  .page-menu .link.sub-nav.show-nav-active .sub-menu-icon:after {
    transform: rotate(-40deg);
    right: 10px;
  }
}

.fixed-body {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden !important;
}

.menu-sub-con {
  display: flex;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: auto;
}

.menu-sub-con .service-menu-con {
  max-width: 400px;
  text-align: center;
  padding: 0 30px;
  color: #ffffff;
}

@media only screen and (max-width: 1200px) {
  .menu-sub-con .service-menu-con {
    max-width: 350px;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-sub-con .service-menu-con {
    display: none;
  }
}

.menu-sub-con .service-menu-con img {
  margin-bottom: 25px;
}

.menu-sub-con .service-menu-con h4 {
  color: #000;
  font-family: "Poppins";
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}

.menu-sub-con .service-menu-con p {
  color: #000;
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 28px;
}

.menu-sub-con .sub-menu-main {
  width: 100%;
  margin-left: auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 1200px) {
  .menu-sub-con .sub-menu-main {
    width: calc(100% - 350px);
    padding: 0 20px;
  }
}

@media only screen and (max-width: 1080px) {
  .page-menu .link a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .menu-sub-con .sub-menu-main {
    width: 100%;
    padding: 0;
  }

  .page-menu .link {
    padding: 0 5px;
  }
}

@media only screen and (max-width: 768px) {
  .menu-sub-con .sub-menu-main {
    flex-wrap: wrap;
  }
}

.menu-sub-con .sub-menu-main .sub-menu-m {
  padding-right: 20px;
}

.menu-sub-con .sub-menu-main .sub-menu-m:last-child {
  padding-right: 0;
}

.menu-sub-con .sub-menu-main .sub-menu-m li a {
  margin: 22px 0;
  display: flex;
  align-items: center;
  color: #000;
  font-size: 20px;
  line-height: 35px;
  font-family: "Poppins", "Open Sans";
  font-weight: 300;
  text-transform: capitalize;
}

.menu-sub-con .sub-menu-main .sub-menu-m li a:first-child {
  margin-top: 0;
  margin-bottom: 15px;
}

.menu-sub-con .sub-menu-main .sub-menu-m li a:hover,
.menu-sub-con .sub-menu-main .sub-menu-m li a:focus {
  color: #3a6ae7;
}

.menu-sub-con .sub-menu-main .sub-menu-m li a img {
  margin-right: 15px;
  height: 40px;
  width: 40px;
}

.hs-form__actions__submit {
  background-color: black !important;
  border: black !important;
}

.menu-sub-con .sub-menu-main .sub-menu-m li a img.menu-arrow {
  height: fit-content;
  width: fit-content;
}

.menu-sub-con .sub-menu-main .sub-menu-m li .sb-m {
  margin-left: 45px;
}

.menu-sub-con .sub-menu-main .sub-menu-m li .sb-m a {
  font-size: 14px !important;
  line-height: 30px !important;
  font-family: "Poppins", "Open Sans" !important;
  font-weight: 300 !important;
  font-style: normal !important;
  color: #000;
  margin: 0 !important;
  padding-bottom: 10px !important;
}

.compressed .header-right,
body:not(.home-page) .header-right {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* Footer Section */
footer {
  float: left;
  width: 100%;
}

.footer_color_upper {
  background-color: #3b3b3b;
  padding: 40px 0px 20px;
}

.main_footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.main_footer_left {
  width: 20%;
  border-right: 1px solid white;
}

.footer_left_heading {
  font-size: 20px;
  line-height: 30px;
  margin: 10px 0px;
  color: white;
  font-weight: 800;
  text-transform: capitalize;
  position: relative;
  display: block;
}

.footer_left_heading::after {
  content: "";
  position: absolute;
  background-color: #ff0000;
  width: 30px;
  height: 2px;
  bottom: 0px;
  left: 0px;
}

.main_footer_left p {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  line-height: 28px;
}

.main_footer_left p img {
  height: 20px;
  width: 20px;
}

.main_footer_left p span {
  color: white;
  font-weight: 600;
}

.main_footer_left p a {
  color: white;
  font-size: 15px;
}

.footer_section_left_logo_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
  margin: 20px 0px 15px;
}

.footer_section_left_logo_li {
  padding: 2px;
  border: 1px solid white;
  display: flex;
  align-items: center;
  border-radius: 50%;
}

.footer_section_left_logo_li a {
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer_section_left_logo_li a img {
  width: 14px;
  height: 14px;
}

.dmca_div {
  margin-top: 20px;
}

.main_footer_right {
  width: 79%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.footer_section_main_head {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: white;
  margin-bottom: 15px;
  position: relative;
}

.footer_section_main_head::after {
  content: "";
  position: absolute;
  background-color: #ff0000;
  width: 30px;
  height: 2px;
  bottom: 0px;
  left: 0px;
}

.footer_section_main_list_li {
  color: white;
  font-family: "Poppins", "Open Sans";
  font-size: 15px;
  line-height: 25px;
  display: block;
  margin-bottom: 8px;
}

.footer_section_main_list_li a {
  color: white;
  display: inline-block;
  position: relative;
}

.footer_section_main_list_li a:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #ff0000;
  transform-origin: bottom right;
  transition: transform 0.5s ease-out;
}

.footer_section_main_list_li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.main_footer_lower_list.location_div {
  width: 30%;
}

.main_footer_lower_list.staff_div {
  width: 25%;
}

.main_footer_lower_list.services_div {
  width: 25%;
}

.main_footer img {
  filter: brightness(0) invert(1);
}

.main_footer img.footer_logo {
  filter: none;
}

.main_footer img.dmca_logo {
  filter: none;
}

.footer_color_lower {
  background-color: black;
  padding: 20px 0px;
}

.lower_footer_section_right_content {
  text-align: center;
  font-size: 13px;
  margin-bottom: 0px;
  color: white;
  line-height: 20px;
}

.lower_footer_section_right_content a {
  color: white;
}

.thankyou_section {
  background-image: url(../../assets/images/thankyou/background.svg);
  background-position: bottom center;
  background-size: contain;
  background-repeat: no-repeat;
}

.thankyou_section figure {
  text-align: center;
  margin: 40px 0 50px;
}

.thankyou_section figcaption {
  text-align: center;
}

.thankyou_section figcaption h3 {
  font-size: 48px;
  line-height: 70px;
  margin-bottom: 30px;
  font-weight: 800;
}

.thankyou_section figcaption a {
  padding: 10px 30px;
  font-size: 22px;
  background-color: #000;
  color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 980px) {
  .main_footer_right {
    width: 100%;
    justify-content: space-between;
  }

  .main_footer_left {
    width: 100%;
    border-right: 0;
  }

  .footer_section_left_logo_ul {
    margin-top: 30px;
  }

  .main_footer_left p {
    margin-bottom: 10px;
  }

  .main_footer {
    gap: 15px;
  }
}

@media screen and (max-width: 800px) {
  .main_footer_right {
    justify-content: start;
  }

  .main_footer_lower_list.services_div,
  .main_footer_lower_list.staff_div {
    width: 50%;
    margin-bottom: 20px;
  }

  .main_footer_lower_list.location_div,
  .product_div {
    width: 50%;
    margin-bottom: 20px;
  }

  .thankyou_section figure {
    margin: 20px 0 30px;
  }

  .thankyou_section figcaption h3 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .footer_color_lower {
    padding: 20px 0 10px;
  }

  .footer_color_upper {
    padding: 20px 0 10px;
  }

  .footer_section_left_logo_ul {
    margin-top: 15px;
  }
}

@media screen and (max-width: 600px) {
  .main_footer_lower_list.services_div {
    width: 100%;
    margin-bottom: 10px;
  }

  .main_footer_lower_list.staff_div {
    width: 100%;
    margin-bottom: 10px;
  }

  .main_footer_lower_list.location_div,
  .product_div {
    width: 100%;
    margin-bottom: 10px;
  }

  .thankyou_section figcaption h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .thankyou_section figcaption a {
    padding: 5px 20px;
    font-size: 18px;
  }
}

/* HubSpot Form Modal */
.hs-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.hs-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 600px;
  position: relative;
  border-radius: 8px;
}

.hs-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.hs-close:hover,
.hs-close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* Super App CTA Component */
.super-app-cta {
  background-image: url('../blog_images/super-apps-in-2026/backgroundCTA.webp');
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  /* padding: 40px 60px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.cta-content {
  flex: 1;
  max-width: 60%;
  z-index: 2;
  margin-left: 30px;
}

.cta-logo {
  margin-bottom: 15px;
}

.cta-logo img {
  height: 24px;
  /* background-color: white !important; */
  filter: brightness(0) invert(1);
  /* Make white if it's not */
}

.cta-content h2 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #fff;
  text-transform: uppercase;
}

.cta-sub {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  opacity: 0.95;
  color: white !important;
}

.cta-desc {
  font-size: 16px;
  margin-bottom: 30px;
  opacity: 0.9;
  max-width: 90%;
  line-height: 1 !important;
  color: white !important;
  text-align: left !important;
}

.cta-btn {
  background-color: #fff;
  color: #003366;
  /* Dark blue */
  padding: 12px 35px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  line-height: 0rem !important;
  text-align: flex-start !important;
  transition: all 0.3s ease;
  padding: 18px 15px;
  border-radius: 10px;
}

.cta-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  color: #003366;
}

.cta-image {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
  /* margin-right: -20px; */
}

.cta-image img {
  max-width: 100%;
  height: auto;
  max-height: 400px;
  object-fit: contain;
}

@media (max-width: 768px) {
  .super-app-cta {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px 0;
  }

  .cta-content {
    max-width: 100%;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .cta-desc {
    max-width: 100%;
  }

  .cta-image {
    margin-right: 0;
    justify-content: center;
  }

  .cta-image img {
    max-height: 300px;
  }

  .cta-content h2 {
    font-size: 28px;
  }
}