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

.page,
.post {
  margin: 0 !important;
}

html {
  box-sizing: border-box;
  font-size: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: scrollbar;
}
html:has(body.menu-open) {
  overflow-y: hidden;
}
a {
  color: #242424;
  display: inline-block;
  outline: none;
  text-decoration: none;
}
a:hover {
  color: #cc4e0b;
}

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

li {
  list-style-type: none;
}

a:hover,
a:focus,
a:visited {
  color: #cc4e0b;
  text-decoration: none;
  outline: none;
}

body {
  color: #606060;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
.site {
  overflow: hidden;
}
a.btn,
.btn a {
  background: #cc4e0b;
  border-radius: 0px;
  border: 2px solid #cc4e0b;
  color: #ffffff;
  font-weight: 400;
  font-size: 22px;
  line-height: 24px;
  color: #ffffff;
  padding: 15px 25px;
  text-align: center;
  transition: all 0.4s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 272px;
  letter-spacing: -0.03em;
}

a.btn:hover,
.btn a:hover {
  background: #ffffff;
  border-color: #cc4e0b;
  color: #cc4e0b;
}
.container {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.row > * {
  padding-left: 15px;
  padding-right: 15px;
}
h1,
.h1 {
  font-weight: 600;
  font-size: 58px;
  line-height: 68px;
  letter-spacing: -0.05em;
  color: #112a52;
  margin-bottom: 24px;
  margin-top: 0px;
}
h2,
.h2 {
  font-weight: 600;
  font-size: 46px;
  line-height: 56px;
  color: #112a52;
}
h3,
.h3 {
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
}
h4,
.h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 27px;
  letter-spacing: -0.03em;
}
h5,
.h5 {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
}
h6,
.h6 {
  font-weight: 700;
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  text-transform: uppercase;
  color: #cc4e0b;
  margin-bottom: 24px;
  letter-spacing: 0;
}
p {
  margin-bottom: 12px;
}
p:last-child {
  margin-bottom: 0px;
}
.title-wrapper {
  width: 100%;
  text-align: center;
}

@media only screen and (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media only screen and (min-width: 1375px) {
  .container {
    max-width: 1345px;
  }
}
@media only screen and (min-width: 1501px) {
  .container {
    max-width: 1470px;
  }
}

/*--------------------header-start--------------------*/

.site-header {
  width: 100%;
}
.site-header .header-inner {
  background: #112a52;
  padding: 38px 0px;
  width: 100%;
}
.site-header .site-branding {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #ffffff;
  gap: 40px;
}
.site-header .row {
  flex-wrap: nowrap;
}
.site-header .header-left {
  width: 28%;
}
.site-header .header-right {
  width: 72%;
}
.site-header .row > div {
  display: flex;
  align-items: center;
}
.site-header .main-navigation li:not(.btn) a {
  color: #9fc4f2;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
}
.site-header .main-navigation ul {
  display: flex;
  justify-content: end;
  align-items: stretch;
}
.site-header .main-navigation ul.menu > li {
  position: relative;
  min-width: 85px;
  display: flex;
  align-items: center;
}
.site-header .main-navigation ul.menu > li:not(.btn) {
  flex-shrink: 0;
width: 13%;
}
.site-header .main-navigation ul.menu > li.btn a {
  min-width: 173px;
}
.site-header .main-navigation ul.menu > li:not(:first-child) {
  margin-left:15px;
}
.main-navigation li.btn {
  flex-shrink: 0;
}
.site-header .site-description {
  margin: 0;
  position: relative;
  font-weight: 500;
}
.site-header .site-description:after {
  content: "";
  display: block;
  height: 95px;
  width: 1px;
  background: #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  right: auto;
  margin: auto;
}
.main-navigation ul ul {
  flex-direction: column;
  background-color: #ffffff;
  padding: 10px;
}
.site-header .main-navigation ul ul li {
  margin: 0;
}
.site-header .main-navigation ul ul li a {
  padding: 5px 10px;
}
.menu-toggle .menu-icon {
  height: 26px;
  width: 26px;
}
.menu-icon .line {
  width: 22px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  border-radius: 50px;
}
.menu-toggle .menu-icon {
  overflow: hidden;
  cursor: pointer;
}
.menu-toggle span.line:nth-child(1) {
  rotate: 0deg;
  top: 0;
}
.menu-toggle.active span.line:nth-child(1) {
  top: 7px;
  -ms-transform: rotateZ(45deg);
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.menu-toggle span.line:nth-child(2) {
  transform: translateX(0%);
}
.menu-toggle.active span.line:nth-child(2) {
  transform: translateX(-145%);
}
.menu-toggle span.line:nth-child(3) {
  rotate: 0deg;
  top: 0;
}
.menu-toggle.active span.line:nth-child(3) {
  top: -7px;
  -ms-transform: rotateZ(-45deg);
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
.menu-toggle.active {
  position: relative;
  z-index: 99;
}

.header-inner.sticky {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.4s;
  width: 100%;
  z-index: 999;
  box-shadow: 0 0 10px rgb(0 0 0 / 25%);
  -webkit-font-smoothing: antialiased;
  animation: 0.9s ease 0s normal both 1 running fixedAnim;
  background-color: #112a52;
  padding: 15px 0px;
}
.site-header .sticky .site-description:after {
  height: 60px;
}
.site-header .sticky .site-description,
.site-header .sticky .main-navigation li:not(.btn) a {
  font-size: 18px;
  line-height: 22px;
}
/*--------------------header-end----------------------*/

/*--------------------footer-start--------------------*/

.site-footer .footer-row {
  background: linear-gradient(180deg, #ffffff 0%, rgba(214, 231, 252, 0.44) 100%);
  padding-top: 192px;
  padding-bottom: 91px;
  color: #60606099;
  letter-spacing: -0.05em;
}
.site-footer .book-demo .book-demo-box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 57px 50px;
  background: #cc4e0b;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.site-footer .book-demo .book-demo-box *:not(.btn) {
  color: #ffffff;
}
.site-footer .book-demo .book-demo-box h5 {
  font-weight: 400;
  margin: 0;
  letter-spacing: -0.03em;
}
.site-footer .book-demo .book-demo-box a.btn {
  border-color: #ffffff;
  min-width: 308px;
}

.site-footer .footer-row .footer-column.column-first {
  width: 17%;
}
.site-footer .footer-row .footer-column.column-second {
  width: 52%;
}
.site-footer .footer-row .footer-column.column-third {
  width: 18%;
}
.site-footer .footer-row .footer-column.column-fourth {
  width: 13%;
}
.site-footer .footer-row .footer-site-info {
  max-width: 526px;
}
.site-footer .footer-row .footer-site-info .footer-logo {
  max-width: 277px;
  margin-bottom: 50px;
}
.site-footer h5,
.site-footer h4 {
  color: #112A52;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  font-weight: 400;
	    font-family: "Inter", sans-serif;
    line-height: 24px;
}
.site-footer .book-demo {
  z-index: 1;
  position: relative;
  margin-top: -101px;
  margin-bottom: -101px;
}
.site-footer .footer-row .footer-links {
  max-width: 300px;
}
.site-footer .footer-row .footer-column.column-second .footer-links {
  max-width: initial;
}
.site-footer .footer-row .footer-links  li {
    list-style-type: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #112A5299;
}
.site-footer .footer-row .footer-links a:not(:hover) {
/*     color: #60606099; */
    color: #112A5299;
}
.site-footer .footer-row .footer-links h5 > a:not(:hover) {
    color: #112A52;
}
.site-footer .footer-row .footer-links li:not(:last-child) {
  margin-bottom: 6px;
}
ul.social-links {
  display: flex;
  gap: 16px;
}
ul.social-links a.link > * {
  height: 40px;
  width: 40px;
  display: flex;
}
.site-footer .footer-row .footer-column.column-second ul {
  -moz-column-gap: 20px;
  -webkit-column-gap: 20px;
  column-gap: 20px;
  -moz-column-fill: initial;
  -webkit-column-fill: initial;
  column-fill: initial;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

/*--------------------footer-end----------------------*/

.page-bg-wrapper {
  padding: 100px 0;
  background: rgba(159, 196, 242, 0.28);
}
.page-bg-wrapper form label,
.page-bg-wrapper form span {
  color: #606060;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.page-bg-wrapper header.entry-header {
  height: auto !important;
  text-align: center;
}
.page-bg-wrapper > .container > .row {
  justify-content: center;
}
.page-bg-wrapper input[type="text"],
.page-bg-wrapper input[type="email"],
.page-bg-wrapper input[type="tel"],
.page-bg-wrapper form select,
.page-bg-wrapper form textarea,
.page-bg-wrapper form [type="date"] {
  width: 100% !important;
  height: 45px;
  background-color: #f5f8fa !important;
  font-size: 16px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none !important;
}
.page-bg-wrapper form textarea {
  height: auto;
  box-sizing: border-box !important;
}
.page-bg-wrapper form select {
  background-position: right 15px center;
  background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_397_453)"><path d="M4.76209 8.18182L10.0002 13.6364L15.2383 8.18182" stroke="%23232323" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_397_453"><rect width="20" height="20" fill="white" transform="matrix(-1 0 0 1 20 0)"/></clipPath></defs></svg>');
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}
.page-bg-wrapper form input[type="checkbox"] {
  height: 17px !important;
  width: 17px !important;
  margin: 5px 8px 0px 0px;
}
body form input[type="submit"] {
  background: #cc4e0b !important;
  border-radius: 0px !important;
  border: 2px solid #cc4e0b !important;
  color: #ffffff !important;
  font-weight: 400 !important;
  font-size: 22px !important;
  line-height: 24px !important;
  padding: 15px 25px !important;
  text-align: center !important;
  transition: all 0.4s !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 272px;
  letter-spacing: -0.03em;
  box-shadow: none !important;
  outline: none !important;
  text-shadow: none !important;
}
body form label.hs-error-msg {
  color: red;
  margin-top: 10px;
}

@media only screen and (max-width: 480px) {
  .page-bg-wrapper form .input {
    margin-right: 0px !important;
  }
}
@media only screen and (min-width: 992px) {
  .site-header .main-navigation ul.menu > li .arrow {
    display: none;
  }
}

@media only screen and (max-width: 1500px) {
  .site-header .header-right {
    width: calc(100% - 225px);
  }
  .site-header .main-navigation ul.menu > li:not(:first-child) {
    margin-left: 30px;
  }
  .site-header .main-navigation ul.menu > li {
    min-width: 100px;
  }
  .site-header .main-navigation li:not(.btn) a {
    font-size: 17px;
    line-height: 24px;
  }
  .site-header .sticky .site-description,
  .site-header .sticky .main-navigation li:not(.btn) a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1374px) {
  .site-header .site-description {
    display: none;
  }
  .site-header .header-left {
    width: 225px;
  }
  h1,
  .h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .site-header .main-navigation ul.menu > li:not(:first-child) {
    margin-left: 23px;
  }
  .site-header .main-navigation ul.menu > li {
    min-width: 95px;
  }
  .site-header .main-navigation li:not(.btn) a {
    font-size: 16px;
    line-height: 22px;
  }
  .site-header .sticky .main-navigation li:not(.btn) a {
    font-size: 15px;
    line-height: 21px;
  }
  .site-footer .book-demo .book-demo-box h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 1199px) {
  h1,
  .h1 {
    font-size: 43px;
    line-height: 53px;
  }
  h2,
  .h2 {
    font-size: 40px;
    line-height: 50px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .site-header .header-left {
    width: 200px;
  }
  .site-header .header-right {
    width: calc(100% - 200px);
  }
  .site-header .main-navigation ul.menu > li {
    min-width: 85px;
  }
  .site-header .main-navigation ul.menu > li:not(:first-child) {
    margin-left: 20px;
  }
  .site-header .main-navigation ul.menu > li.btn a {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 20px;
    min-width: auto;
  }
  .site-header .main-navigation li:not(.btn) a {
    font-size: 15px;
    line-height: 20px;
  }
  .site-header .sticky .main-navigation li:not(.btn) a {
    font-size: 14px;
    line-height: 19px;
  }
  /*-footer-*/
  .site-footer .footer-row {
    padding-top: 150px;
  }
  .site-footer .book-demo {
    margin-top: -80px;
    margin-bottom: -80px;
  }
  .site-footer .footer-row .footer-column.column-first {
    width: 100%;
    margin-bottom: 40px;
  }
  .site-footer .footer-row .footer-column.column-second {
    width: 100%;
    margin-bottom: 50px;
  }
  .site-footer .footer-row .footer-column.column-third,
  .site-footer .footer-row .footer-column.column-fourth {
    width: 33.33%;
  }
  .site-footer .book-demo .book-demo-box {
    padding: 40px 30px;
  }
  .site-footer .book-demo .book-demo-box a.btn {
    min-width: 200px;
  }
}
@media only screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 45px;
    line-height: 55px;
  }
  h2,
  .h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .site-header .header-inner {
    padding: 20px 0px;
  }
  .site-header .site-branding a,
  .site-header .site-branding a * {
    display: flex;
  }
  .site-header .row {
    justify-content: space-between;
  }
  .site-header .header-right {
    width: auto;
  }
  .menu-main-menu-container {
    padding: 90px 24px 40px;
    position: fixed;
    right: 0;
    left: auto;
    height: calc(100vh - 0px);
    top: 0;
    width: 310px;
    bottom: 0;
    z-index: 9;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    background: #ffffff;
  }
  .menu-main-menu-container.open {
    box-shadow: -4px 4px 8px 0px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
  }

  .header-right.active:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #000;
    z-index: 1;
    opacity: 0.4;
  }

  .site-header .main-navigation .menu-main-menu-container ul.menu {
    flex-direction: column;
    justify-content: start;
    align-items: start;
    text-align: left;
    row-gap: 10px;
    display: flex;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .main-navigation .menu-main-menu-container ul.menu {
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
  }
  .menu-toggle.active {
    position: fixed;
    z-index: 99;
    top: 40px;
    right: 20px;
  }
  .menu-toggle.active .menu-icon .line {
    background-color: #112a52;
  }
  .site-header .main-navigation ul.menu > li:not(:first-child) {
    margin-left: 0px;
  }
  .site-header .main-navigation ul.menu > li {
    width: 100% !important;
    position: relative;
    padding-right: 30px;
    flex-wrap: wrap;
  }
  .site-header .main-navigation ul ul {
    display: none;
    position: static;
    width: 100%;
    box-shadow: none;
    padding: 10px 0px 0px;
  }
  .site-header .main-navigation ul.menu > li .arrow {
    position: absolute;
    right: 0;
    top: 5px;
    z-index: 1;
    height: 25px;
  }
  .site-header .main-navigation ul.menu > li.hover .arrow {
    transform: rotate(180deg);
    top: 0;
  }
  .site-header .main-navigation li:not(.btn) a,
  .site-header .sticky .main-navigation li:not(.btn) a {
    font-size: 18px;
    line-height: 28px;
  }
  .site-header .main-navigation ul.menu > li:not(.btn) {
    margin-bottom: 10px;
  }
  /*-footer-*/
  .site-footer .footer-row {
    padding-bottom: 60px;
  }
  .site-footer .book-demo .book-demo-box {
    flex-direction: column;
    gap: 15px;
    text-align: center;
    padding: 25px 15px;
  }
  .page-bg-wrapper {
    padding: 50px 0px;
    background: rgba(159, 196, 242, 0.28);
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 26px;
  }
  h1,
  .h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2,
  .h2 {
    font-size: 35px;
    line-height: 45px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 25px;
  }
  .site-footer .footer-row {
    padding-bottom: 10px;
  }
  .site-footer .footer-row .footer-column {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .site-footer .footer-row .footer-site-info {
    max-width: 100%;
  }
  .site:has(.site-footer > .book-demo) main section:last-child {
    padding-bottom: 80px;
  }
  .site-footer .footer-row .footer-column.column-second ul {
    -webkit-column-fill: auto;
    column-fill: auto;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (max-width: 575px) {
  h1,
  .h1 {
    font-size: 35px;
    line-height: 45px;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .site-footer .book-demo .book-demo-box a.btn {
    min-width: auto;
  }
}
