:root {
  --font-DM: "Open Sans", Sans-serif!important;
  --font-open: "Raleway", Sans-serif!important;
  --font-tri: "Bebas Neue Book"!important;
  --global--font-primary: var(
    --font-DM
  );
  --global--font-secondary: var(
    --font-open
  );
  --global--font-tri: var(
    --font-tri
  );
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-red: #ff0100;
  --global--color-blue: #003C6E;
  --global--color-border: #e4e5e6;
  --global--border-form: #b2b2b2;
  --global--color-base-text: #404040;
  --global--color-text-alt: var(--global--color-black);
  --global--color-fade-text: #797979;
  --global--color-fade-blue: #1B96D3;
  --global--color-light-blue: #ECF6FF;
  --global--color-primary: #E0B94F;
  --global--color-btn-blue: #1B8DCA;
  --global--color-text: #222222;
  --global--color-primary-dark: #1A263F;
  --global--color-secondary: #13264A;
  --global--color-secondary-dark: #2E3440;
  --global--color-heading: #333333;
  --global--color-heading-blue: #0058A9;
  --global--color-box-bg: #f5f7f8;
  --global--color-text-light: rgba(0, 88, 169, 1);
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1140px;
  --tw-wrap-xxl: 1400px;
  --tw-wrap-xxxl: 1710px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

:root {
  --font-DM: "Open Sans", Sans-serif!important;
  --font-open: "Raleway", Sans-serif!important;
  --font-tri: "Bebas Neue Book"!important;
  --global--font-primary: var(
    --font-DM
  );
  --global--font-secondary: var(
    --font-open
  );
  --global--font-tri: var(
    --font-tri
  );
  --global--color-black: #000;
  --global--color-white: #fff;
  --global--color-red: #ff0100;
  --global--color-blue: #003C6E;
  --global--color-border: #e4e5e6;
  --global--border-form: #b2b2b2;
  --global--color-base-text: #404040;
  --global--color-text-alt: var(--global--color-black);
  --global--color-fade-text: #797979;
  --global--color-fade-blue: #1B96D3;
  --global--color-light-blue: #ECF6FF;
  --global--color-primary: #E0B94F;
  --global--color-btn-blue: #1B8DCA;
  --global--color-text: #222222;
  --global--color-primary-dark: #1A263F;
  --global--color-secondary: #13264A;
  --global--color-secondary-dark: #2E3440;
  --global--color-heading: #333333;
  --global--color-heading-blue: #0058A9;
  --global--color-box-bg: #f5f7f8;
  --global--color-text-light: rgba(0, 88, 169, 1);
  --tw-wrap-sm: 520px;
  --tw-wrap-md: 715px;
  --tw-wrap-lg: 940px;
  --tw-wrap-xl: 1140px;
  --tw-wrap-xxl: 1400px;
  --tw-wrap-xxxl: 1710px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

body {
  padding-top: 140px !important;
}
@media (max-width: 1599px) {
  body {
    padding-top: 103px !important;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 87px !important;
  }
}

.tw-container, .page-template-page-template-cro .e-con > .e-con-inner {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
  width: 100% !important;
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-top: 0;
  padding-bottom: 0;
  float: none !important;
}
@media (min-width: 576px) {
  .tw-container, .page-template-page-template-cro .e-con > .e-con-inner {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .tw-container, .page-template-page-template-cro .e-con > .e-con-inner {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .tw-container, .page-template-page-template-cro .e-con > .e-con-inner {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .tw-container, .page-template-page-template-cro .e-con > .e-con-inner {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  .tw-container, .page-template-page-template-cro .e-con > .e-con-inner {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media (min-width: 1800px) {
  .tw-container, .page-template-page-template-cro .e-con > .e-con-inner {
    max-width: var(--tw-wrap-xxxl) !important;
  }
}

.tw-full-wdth .kt-row-column-wrap {
  max-width: 100% !important;
}

.tw-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(-0.5 * var(--tw-gutter-sm));
  margin-right: calc(-0.5 * var(--tw-gutter-sm));
}
.tw-row > * {
  flex-shrink: 0;
  margin-bottom: calc(var(--tw-gutter-sm) * 0.5);
  margin-top: calc(var(--tw-gutter-sm) * 0.5);
  max-width: 100%;
  min-height: 1px;
  padding-left: calc(var(--tw-gutter-sm) * 0.5);
  padding-right: calc(var(--tw-gutter-sm) * 0.5);
  position: relative;
  width: 100%;
}
.tw-row .auto-width {
  flex: 0 0 auto;
  width: auto;
}
.tw-row.no-gap {
  margin-left: 0;
  margin-right: 0;
}
.tw-row.no-gap > * {
  padding-left: 0;
  padding-right: 0;
}
.tw-row.no-v-gap > * {
  margin-bottom: 0;
  margin-top: 0;
}
.tw-row.xs_row {
  margin-left: -6px;
  margin-right: -6px;
}
.tw-row.xs_row > * {
  margin-bottom: 6px;
  margin-top: 6px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (min-width: 1025px) {
  .right-gap-adjust {
    padding-right: 5% !important;
  }
}
@media (max-width: 1024px) {
  .right-gap-adjust {
    margin-right: auto;
    margin-left: auto;
    padding-right: 50px !important;
    padding-left: 50px !important;
  }
}
@media (max-width: 575px) {
  .right-gap-adjust {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}

@media (min-width: 1200px) {
  .paragraph-normal {
    font-size: 15px !important;
  }
}
@media (min-width: 1600px) {
  .paragraph-normal {
    font-size: 17px !important;
  }
}
@media (min-width: 1850px) {
  .paragraph-normal {
    font-size: 18px !important;
  }
}
.paragraph-normal p,
.paragraph-normal li {
  font-size: inherit !important;
}

body p.para-20 {
  font-size: 15px !important;
}
@media (min-width: 768px) {
  body p.para-20 {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  body p.para-20 {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  body p.para-20 {
    font-size: 18px !important;
  }
}
@media (min-width: 1850px) {
  body p.para-20 {
    font-size: 20px !important;
  }
}

.tw-container .h2, .tw-container .fusion-title, .page-template-page-template-cro .e-con > .e-con-inner .h2, .page-template-page-template-cro .e-con > .e-con-inner .fusion-title {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  .tw-container .h2, .tw-container .fusion-title, .page-template-page-template-cro .e-con > .e-con-inner .h2, .page-template-page-template-cro .e-con > .e-con-inner .fusion-title {
    font-size: 35px !important;
  }
}
@media (min-width: 1200px) {
  .tw-container .h2, .tw-container .fusion-title, .page-template-page-template-cro .e-con > .e-con-inner .h2, .page-template-page-template-cro .e-con > .e-con-inner .fusion-title {
    font-size: 45px !important;
  }
}
@media (min-width: 1600px) {
  .tw-container .h2, .tw-container .fusion-title, .page-template-page-template-cro .e-con > .e-con-inner .h2, .page-template-page-template-cro .e-con > .e-con-inner .fusion-title {
    font-size: 55px !important;
  }
}
@media (min-width: 1850px) {
  .tw-container .h2, .tw-container .fusion-title, .page-template-page-template-cro .e-con > .e-con-inner .h2, .page-template-page-template-cro .e-con > .e-con-inner .fusion-title {
    font-size: 65px !important;
  }
}
.tw-container .fusion-title, .page-template-page-template-cro .e-con > .e-con-inner .fusion-title {
  background-color: transparent;
  color: var(--global--color-heading);
  display: block !important;
  font-weight: 600;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
  position: relative;
  text-transform: uppercase !important;
}
@media (min-width: 1200px) {
  .tw-container .fusion-title, .page-template-page-template-cro .e-con > .e-con-inner .fusion-title {
    margin-bottom: 13px !important;
  }
}
@media (max-width: 767px) {
  .tw-container .fusion-title, .page-template-page-template-cro .e-con > .e-con-inner .fusion-title {
    text-transform: none;
  }
}
.tw-container .fusion-title.color-black, .page-template-page-template-cro .e-con > .e-con-inner .fusion-title.color-black {
  color: var(--global--color-black);
}
.tw-container .fusion-title.case-upper, .page-template-page-template-cro .e-con > .e-con-inner .fusion-title.case-upper {
  text-transform: uppercase !important;
}
.tw-container .fusion-title .fusion-title-heading, .page-template-page-template-cro .e-con > .e-con-inner .fusion-title .fusion-title-heading {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  position: relative;
  text-transform: inherit !important;
  font-family: inherit !important;
}
.tw-container .fusion-title .fusion-title-heading.m-b-0, .page-template-page-template-cro .e-con > .e-con-inner .fusion-title .fusion-title-heading.m-b-0 {
  margin-bottom: 0 !important;
}
.tw-container .fusion-title .fusion-title-heading.primary-color, .page-template-page-template-cro .e-con > .e-con-inner .fusion-title .fusion-title-heading.primary-color {
  color: var(--global--color-primary) !important;
}
.tw-container .center-text .line-top, .page-template-page-template-cro .e-con > .e-con-inner .center-text .line-top {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tw-container .case-upper, .page-template-page-template-cro .e-con > .e-con-inner .case-upper {
  text-transform: uppercase !important;
}
.tw-container .titleSize-68, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-68, .tw-container .fusion-title .titleSize-68 {
  font-size: 25px !important;
}
@media (min-width: 768px) {
  .tw-container .titleSize-68, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-68, .tw-container .fusion-title .titleSize-68 {
    font-size: 35px !important;
  }
}
@media (min-width: 1200px) {
  .tw-container .titleSize-68, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-68, .tw-container .fusion-title .titleSize-68 {
    font-size: 50px !important;
  }
}
@media (min-width: 1600px) {
  .tw-container .titleSize-68, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-68, .tw-container .fusion-title .titleSize-68 {
    font-size: 60px !important;
  }
}
@media (min-width: 1850px) {
  .tw-container .titleSize-68, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-68, .tw-container .fusion-title .titleSize-68 {
    font-size: 68px !important;
  }
}
.tw-container .titleSize-35, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-35, .tw-container .fusion-title.titleSize-35 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .tw-container .titleSize-35, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-35, .tw-container .fusion-title.titleSize-35 {
    font-size: 19px !important;
  }
}
@media (min-width: 1200px) {
  .tw-container .titleSize-35, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-35, .tw-container .fusion-title.titleSize-35 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .tw-container .titleSize-35, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-35, .tw-container .fusion-title.titleSize-35 {
    font-size: 30px !important;
  }
}
@media (min-width: 1850px) {
  .tw-container .titleSize-35, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-35, .tw-container .fusion-title.titleSize-35 {
    font-size: 35px !important;
  }
}
.tw-container .titleSize-33, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-33, .tw-container .fusion-title.titleSize-33 {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .tw-container .titleSize-33, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-33, .tw-container .fusion-title.titleSize-33 {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .tw-container .titleSize-33, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-33, .tw-container .fusion-title.titleSize-33 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .tw-container .titleSize-33, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-33, .tw-container .fusion-title.titleSize-33 {
    font-size: 28px !important;
  }
}
@media (min-width: 1850px) {
  .tw-container .titleSize-33, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-33, .tw-container .fusion-title.titleSize-33 {
    font-size: 33px !important;
  }
}
.tw-container .titleSize-21, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-21 {
  font-size: 15px;
}
@media (min-width: 768px) {
  .tw-container .titleSize-21, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-21 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .tw-container .titleSize-21, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-21 {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .tw-container .titleSize-21, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-21 {
    font-size: 18px;
  }
}
@media (min-width: 1850px) {
  .tw-container .titleSize-21, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-21 {
    font-size: 21px;
  }
}
.tw-container .titleSize-25, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-25, .tw-container .fusion-title .titleSize-25 {
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .tw-container .titleSize-25, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-25, .tw-container .fusion-title .titleSize-25 {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .tw-container .titleSize-25, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-25, .tw-container .fusion-title .titleSize-25 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .tw-container .titleSize-25, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-25, .tw-container .fusion-title .titleSize-25 {
    font-size: 21px !important;
  }
}
@media (min-width: 1850px) {
  .tw-container .titleSize-25, .page-template-page-template-cro .e-con > .e-con-inner .titleSize-25, .tw-container .fusion-title .titleSize-25 {
    font-size: 25px !important;
  }
}

@media (min-width: 1025px) {
  .page-template-page-template-cro .e-parent .pd-lft-40 {
    padding-left: 30px !important;
  }
}
@media (min-width: 1600px) {
  .page-template-page-template-cro .e-parent .pd-lft-40 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1025px) {
  .page-template-page-template-cro .e-parent .pd-lft-60 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1600px) {
  .page-template-page-template-cro .e-parent .pd-lft-60 {
    padding-left: 60px !important;
  }
}
@media (min-width: 1025px) {
  .page-template-page-template-cro .e-parent .pd-right-40 {
    padding-right: 30px !important;
  }
}
@media (min-width: 1600px) {
  .page-template-page-template-cro .e-parent .pd-right-40 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1025px) {
  .page-template-page-template-cro .e-parent .pd-right-60 {
    padding-right: 40px !important;
  }
}
@media (min-width: 1600px) {
  .page-template-page-template-cro .e-parent .pd-right-60 {
    padding-right: 60px !important;
  }
}

.heading-inline-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
}
@media (max-width: 1199px) {
  .heading-inline-wrap {
    flex-direction: column;
    align-items: start;
  }
}

.primary-color {
  color: var(--global--color-primary) !important;
}

.secondary-color {
  color: var(--global--color-secondary) !important;
}

.secondary-color-dark {
  color: var(--global--color-secondary-dark) !important;
}

.color-black {
  color: var(--global--color-black) !important;
}
.color-black p, .color-black li, .color-black h1, .color-black h2, .color-black h2 {
  color: inherit !important;
}

.para-style-new-20 {
  font-size: 15px !important;
  line-height: 1.6 !important;
  font-weight: 300 !important;
}
@media (min-width: 1200px) {
  .para-style-new-20 {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  .para-style-new-20 {
    font-size: 15px !important;
  }
}
@media (min-width: 1600px) {
  .para-style-new-20 {
    font-size: 19px !important;
  }
}
@media (min-width: 1850px) {
  .para-style-new-20 {
    font-size: 20px !important;
  }
}
.para-style-new-20 p {
  font-size: inherit !important;
  line-height: inherit !important;
}
.para-style-new-20 p:last-child {
  margin-bottom: 0 !important;
}

.clr_hash {
  color: #222222 !important;
}
.clr_hash p {
  color: inherit !important;
}

.center-text p, .center-text h2, .center-text h3 {
  text-align: center;
}

.upper-case {
  text-transform: uppercase !important;
}

body .fw-100 {
  font-weight: 100 !important;
}
body .fw-100 p {
  font-weight: inherit !important;
}
body .fw-400 {
  font-weight: 400 !important;
}
body .fw-400 p {
  font-weight: inherit !important;
}
body .fw-300 {
  font-weight: 300 !important;
}
body .fw-300 p {
  font-weight: inherit !important;
}
body .fw-500 {
  font-weight: 500 !important;
}
body .fw-500 p {
  font-weight: inherit !important;
}
body .fw-600 {
  font-weight: 600 !important;
}
body .fw-600 p {
  font-weight: inherit !important;
}
body .fw-700 {
  font-weight: 700 !important;
}
body .fw-700 p {
  font-weight: inherit !important;
}
body .fw-800 {
  font-weight: 800 !important;
}
body .fw-800 p {
  font-weight: inherit !important;
}
body .fw-900 {
  font-weight: 900 !important;
}
body .fw-900 p {
  font-weight: inherit !important;
}

@keyframes scaleUp {
  from {
    transform: scale(0.8);
    opacity: 0.8;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.font-primary {
  font-family: var(--global--font-primary) !important;
}

.font-secondary {
  font-family: var(--global--font-secondary) !important;
}

.font-tetra {
  font-family: var(--global--font-tri) !important;
}

.text-white {
  color: var(--global--color-white) !important;
}
.text-white h2, .text-white h3, .text-white h4, .text-white h5 {
  color: var(--global--color-white) !important;
}
.text-white p {
  color: var(--global--color-white) !important;
}
.text-white .primary-color {
  color: var(--global--color-primary) !important;
}
.text-white ul li {
  color: var(--global--color-white) !important;
}
.text-white a {
  color: var(--global--color-white) !important;
}
.text-white a:hover {
  color: var(--global--color-black) !important;
}

@media (min-width: 1200px) {
  .pd-left-40 {
    padding-left: 30px !important;
  }
}
@media (min-width: 1600px) {
  .pd-left-40 {
    padding-left: 40px !important;
  }
}

@media (min-width: 1025px) {
  .pd-left-60 {
    padding-left: 30px !important;
  }
}
@media (min-width: 1600px) {
  .pd-left-60 {
    padding-left: 40px !important;
  }
}
@media (min-width: 1800px) {
  .pd-left-60 {
    padding-left: 60px !important;
  }
}

@media (min-width: 992px) {
  .count-3 {
    -moz-column-count: 3;
         column-count: 3;
  }
}

@media (min-width: 992px) {
  .count-2 {
    -moz-column-count: 2;
         column-count: 2;
  }
}

.flex-43-60 .fusion-builder-row {
  display: flex !important;
  flex-wrap: wrap !important;
}
.flex-43-60 .fusion-builder-row .fusion-layout-column:first-child {
  width: 43% !important;
  padding-right: 60px;
}
@media (max-width: 1199px) {
  .flex-43-60 .fusion-builder-row .fusion-layout-column:first-child {
    width: 100% !important;
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
.flex-43-60 .fusion-builder-row .fusion-layout-column:nth-child(2) {
  width: 57% !important;
}
@media (max-width: 1199px) {
  .flex-43-60 .fusion-builder-row .fusion-layout-column:nth-child(2) {
    width: 100% !important;
  }
}

.wdth-40 {
  width: 40% !important;
}
@media (max-width: 1199px) {
  .wdth-40 {
    width: 100% !important;
    padding-right: 0px;
    padding-bottom: 20px;
  }
}

.wdth-60 {
  width: 60% !important;
}
@media (max-width: 1199px) {
  .wdth-60 {
    width: 100% !important;
  }
}

/*================
=====Sitemap======
=================*/
.site-map-wrap {
  padding-left: 0px;
  margin: 0;
}
.site-map-wrap li {
  padding-top: 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
}
.site-map-wrap li a {
  position: relative;
  padding-left: 20px;
  z-index: 1;
  font-weight: 500;
  text-decoration: none !important;
  font-size: 20px;
  display: block;
  line-height: 1.3;
  color: var(--global--color-black);
}
.site-map-wrap li a:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0px;
  top: 9px;
  border-bottom: 8px solid var(--global--color-primary);
  border-right: 8px solid transparent;
  transition: 0.3s ease all;
  rotate: 225deg;
}
.site-map-wrap li a:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 0px;
  top: 7px;
  border-bottom: 8px solid var(--global--color-primary);
  border-right: 8px solid transparent;
  transition: 0.3s ease all;
  rotate: 225deg;
}
.site-map-wrap li a:hover {
  color: var(--global--color-primary);
  font-weight: 600;
}
.site-map-wrap li a:hover:before {
  rotate: 250deg;
  border-width: 0 10px 10px 0;
  transform: translate(-3px, 3px);
}
.site-map-wrap li a:hover:after {
  rotate: 200deg;
  border-width: 0 10px 10px 0;
}
.site-map-wrap ul {
  padding-bottom: 0;
  padding-left: 10px;
}

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

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

.bg-attach-fix {
  background-attachment: fixed;
}

@media (min-width: 1200px) {
  .desktop-clear {
    display: block !important;
  }
}

.cmn-space-large {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .cmn-space-large {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
}
@media (min-width: 1200px) {
  .cmn-space-large {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space-large {
    padding-bottom: 100px !important;
    padding-top: 100px !important;
  }
}

.cmn-space-large-120 {
  padding-bottom: 30px !important;
  padding-top: 30% !important;
}
@media (min-width: 768px) {
  .cmn-space-large-120 {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}
@media (min-width: 1200px) {
  .cmn-space-large-120 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space-large-120 {
    padding-bottom: 120px !important;
    padding-top: 120px !important;
  }
}

.cmn-space-80 {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .cmn-space-80 {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
}
@media (min-width: 1200px) {
  .cmn-space-80 {
    padding-bottom: 60px !important;
    padding-top: 60px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space-80 {
    padding-bottom: 80px !important;
    padding-top: 80px !important;
  }
}

.cmn-space {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .cmn-space {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
}
@media (min-width: 1200px) {
  .cmn-space {
    padding-bottom: 45px !important;
    padding-top: 45px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space {
    padding-bottom: 70px !important;
    padding-top: 70px !important;
  }
}

.cmn-space-sm {
  padding-bottom: 30px !important;
  padding-top: 30px !important;
}
@media (min-width: 768px) {
  .cmn-space-sm {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media (min-width: 1200px) {
  .cmn-space-sm {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media (min-width: 1600px) {
  .cmn-space-sm {
    padding-bottom: 40px !important;
    padding-top: 40px !important;
  }
}

.bottom-space {
  padding-bottom: 30px !important;
}
@media (min-width: 768px) {
  .bottom-space {
    padding-bottom: 35px !important;
  }
}
@media (min-width: 1200px) {
  .bottom-space {
    padding-bottom: 45px !important;
  }
}
@media (min-width: 1600px) {
  .bottom-space {
    padding-bottom: 70px !important;
  }
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.loc-list-wrap .loc-hed {
  margin-top: 0;
  color: var(--global--color-primary) !important;
  text-transform: uppercase;
  font-size: 19px !important;
  font-weight: 600;
  padding-bottom: 15px;
  display: block;
}
@media (min-width: 768px) {
  .loc-list-wrap .loc-hed {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .loc-list-wrap .loc-hed {
    padding-bottom: 20px;
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .loc-list-wrap .loc-hed {
    font-size: 22px !important;
  }
}
@media (min-width: 1850px) {
  .loc-list-wrap .loc-hed {
    font-size: 26px !important;
  }
}
.loc-list-wrap ul {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 20px;
}
@media (max-width: 1599px) {
  .loc-list-wrap ul {
    padding-bottom: 10px;
  }
}
.loc-list-wrap li {
  padding-left: 25px;
  position: relative;
  font-weight: 400 !important;
  list-style: none;
  font-family: var(--global--font-primary) !important;
}
@media (max-width: 1799px) {
  .loc-list-wrap li {
    padding-left: 35px;
  }
}
@media (max-width: 1599px) {
  .loc-list-wrap li {
    padding-left: 30px;
    font-size: 15px !important;
  }
}
@media (max-width: 1199px) {
  .loc-list-wrap li {
    padding-left: 25px;
  }
}
.loc-list-wrap li:before {
  background-repeat: no-repeat;
  width: 10px;
  height: 16px;
  background-size: 10px;
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  border-radius: 50%;
}
.loc-list-wrap li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1599px) {
  .loc-list-wrap li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.list-on-content ul {
  display: block;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-top: 0;
}
.list-on-content li {
  padding-left: 30px;
  position: relative;
  font-weight: 400 !important;
  list-style: none;
  font-family: var(--global--font-secondary) !important;
  font-size: 18px !important;
}
@media (max-width: 1799px) {
  .list-on-content li {
    padding-left: 35px;
    font-size: 17px !important;
  }
}
@media (max-width: 1599px) {
  .list-on-content li {
    padding-left: 25px;
    font-size: 16px !important;
  }
}
@media (max-width: 1199px) {
  .list-on-content li {
    padding-left: 25px;
    font-size: 15px !important;
  }
}
.list-on-content li:before {
  background: url(assets/images/list-tik.png);
  background-repeat: no-repeat !important;
  width: 16px;
  height: 16px;
  background-size: 16px;
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .list-on-content li:before {
    top: 4px;
  }
}
.list-on-content li:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 1599px) {
  .list-on-content li:not(:last-child) {
    margin-bottom: 10px;
  }
}

.list-white ul li {
  color: var(--global--color-white) !important;
  font-weight: 200 !important;
}
.list-white ul li strong, .list-white ul li b {
  font-weight: 500 !important;
}

@media (max-width: 767px) {
  .mob-cntr-btn .et_pb_button_0_wrapper {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .text-mob-center .et_pb_module_heading {
    text-align: center !important;
  }
}

.grecaptcha-badge {
  display: none !important;
}

.heading-line {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1799px) {
  .heading-line {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1599px) {
  .heading-line {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.heading-line::before, .heading-line::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  width: 100px;
  bottom: 0px;
  background-color: var(--global--color-secondary);
}
.heading-line::after {
  bottom: -10px;
}
@media (max-width: 1599px) {
  .heading-line::after {
    bottom: -7px;
  }
}
.heading-line.white-line::before, .heading-line.white-line::after {
  background-color: var(--global--color-white);
}
.heading-line.center-line::before, .heading-line.center-line::after {
  left: 50%;
  transform: translateX(-50%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.breadcrumb {
  padding: 20px 0;
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1799px) {
  .breadcrumb {
    margin-top: -70px;
  }
}
@media (max-width: 1599px) {
  .breadcrumb {
    padding: 10px 0;
    margin-top: -50px;
  }
}
@media (max-width: 1199px) {
  .breadcrumb {
    margin-top: 0px;
  }
}
.breadcrumb ul li {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-weight: 400 !important;
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
@media (min-width: 992px) {
  .breadcrumb ul li {
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .breadcrumb ul li {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  .breadcrumb ul li {
    padding-right: 40px;
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.breadcrumb ul li:after {
  position: absolute;
  padding: 0;
  content: "";
  right: 12px;
  bottom: 6px;
  background-size: 6px;
  height: 10px;
  width: 6px;
  background: url(assets/images/breadcrumb.png);
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  .breadcrumb ul li:after {
    bottom: 6px;
    background-size: 5px;
    height: 9px;
    width: 5px;
  }
}
@media (min-width: 1600px) {
  .breadcrumb ul li:after {
    bottom: 7px;
    background-size: 7px;
    height: 13px;
    width: 7px;
  }
}
@media (min-width: 1600px) {
  .breadcrumb ul li:after {
    bottom: 7px;
  }
}
.breadcrumb ul li.active.breadcrumb-item {
  color: var(--global--color-primary) !important;
}
.breadcrumb ul li.active.breadcrumb-item::after {
  display: none;
}
.breadcrumb ul li a {
  color: var(--global--color-black);
  text-decoration: none;
}
.breadcrumb ul li a:hover {
  color: var(--global--color-primary);
}

.no-banner .breadcrumb {
  margin-top: 0px !important;
}

@media (min-width: 575px) {
  .tw-col-sm-6 {
    flex: 0 0 50%;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .tw-col-md-3 {
    flex: 0 0 25%;
  }
  .tw-col-md-4 {
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
  .tw-col-md-6 {
    flex: 0 0 50%;
    width: 50%;
  }
  .tw-col-md-9 {
    flex: 0 0 75%;
    width: 75%;
  }
  .cstmr_Heading i {
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
  }
}
@media (min-width: 1025px) {
  .ipad-clear {
    clear: both;
    display: block;
  }
}
@media (min-width: 1200px) {
  .desktop-clear {
    clear: both;
    display: block;
  }
  .cstmr_Heading i {
    margin-left: 10px;
    margin-right: 10px;
    width: 100px;
  }
}
@media (min-width: 1600px) {
  .cstmr_Heading i {
    margin-left: 15px;
    margin-right: 15px;
    width: 150px;
  }
}
@media (max-width: 767px) {
  .cstmr_portal {
    background-position: -90px -60px !important;
    background-size: 380% !important;
    position: relative;
  }
  .cstmr_portal > * {
    position: relative;
    z-index: 3;
  }
  .cstmr_portal:after {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    display: block !important;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}
@-moz-document url-prefix() {
  .form-elements {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
}
.project_header *,
.project_header *::before,
.project_header *::after {
  box-sizing: border-box;
}
.project_header {
  padding: 20px 0px;
  left: 0;
  position: fixed;
  background-color: transparent;
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
  top: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 10px;
}
@media (max-width: 1599px) {
  .project_header {
    padding: 10px 0px;
  }
}
.project_header .tw-container, .project_header .page-template-page-template-cro .e-con > .e-con-inner, .page-template-page-template-cro .project_header .e-con > .e-con-inner {
  display: flex;
  align-items: end;
}
@media (max-width: 1199px) {
  .project_header .tw-container, .project_header .page-template-page-template-cro .e-con > .e-con-inner, .page-template-page-template-cro .project_header .e-con > .e-con-inner {
    align-items: center;
  }
}
@media (max-width: 1599px) {
  .project_header .logo-wrapper img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .project_header .logo-wrapper img {
    max-width: 120px;
  }
}
.project_header .header-right-wrapper {
  display: flex;
  margin-left: auto;
  align-items: end;
}
@media (max-width: 1199px) {
  .project_header .header-right-wrapper {
    align-items: center;
  }
}
.project_header .top-ph-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  text-decoration: none;
  justify-content: center;
  border: 1px solid var(--global--color-secondary);
  padding: 10px 20px 10px 10px;
  border-radius: 50px;
}
@media (max-width: 1599px) {
  .project_header .top-ph-wrap {
    gap: 5px;
  }
}
@media (max-width: 1199px) {
  .project_header .top-ph-wrap {
    margin-left: 0px;
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .project_header .top-ph-wrap {
    padding: 0px;
    gap: 5px;
    margin-left: 0px;
  }
}
.project_header .top-ph-wrap .ph-icon {
  position: relative;
  width: 38px;
  height: 38px;
  background: var(--global--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .project_header .top-ph-wrap .ph-icon {
    width: 30px;
    height: 30px;
  }
}
.project_header .top-ph-wrap svg {
  width: 19px;
  height: 19px;
}
.project_header .ph-intro {
  color: var(--global--color-secondary);
  font-size: 10px !important;
  font-size: 0.625rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
  gap: 5px;
  display: flex;
  flex-direction: column;
  letter-spacing: 1.5px;
}
@media (max-width: 1599px) {
  .project_header .ph-intro {
    letter-spacing: 1px;
  }
}
@media (max-width: 1199px) {
  .project_header .ph-intro {
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .project_header .ph-intro {
    font-size: 8px !important;
    font-size: 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .project_header .ph-intro {
    text-transform: none;
    display: none;
  }
}
.project_header .ph-intro .ph-text {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  display: block;
  letter-spacing: normal;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .project_header .ph-intro .ph-text {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .project_header .ph-intro .ph-text {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1600px) {
  .project_header .ph-intro .ph-text {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
.project_header .header-button-wrapper {
  display: flex;
  align-items: center;
  padding-left: 100px;
  gap: 30px;
  padding-left: 150px;
  top: -10px;
  position: relative;
}
@media (max-width: 1799px) {
  .project_header .header-button-wrapper {
    gap: 15px;
    padding-left: 50px;
  }
}
@media (max-width: 1599px) {
  .project_header .header-button-wrapper {
    gap: 15px;
    padding-left: 40px;
  }
}
@media (max-width: 1199px) {
  .project_header .header-button-wrapper {
    padding-left: 20px;
    top: unset;
  }
}
.project_header.slim {
  border-bottom: 1px solid var(--global--color-primary);
  background-color: var(--global--color-black);
}
.project_header.slim .ph-intro {
  color: var(--global--color-white);
}
@media (min-width: 1200px) {
  .project_header.slim .main-menu > ul > li > a {
    color: var(--global--color-white);
  }
}
@media (min-width: 1200px) {
  .project_header.slim .main-menu ul li.submenu i:before {
    border-bottom: 1px solid rgb(255, 255, 255);
    border-right: 1px solid rgb(255, 255, 255);
  }
}
.project_header.slim .top-ph-wrap {
  border-color: #fff !important;
}
.project_header.slim .header-button-wrapper a {
  border: 1px solid var(--global--color-primary) !important;
}

.menu-outer-wrapper {
  display: flex;
  padding-top: 15px;
  align-items: center;
}
@media (max-width: 1199px) {
  .menu-outer-wrapper {
    padding-top: 0px;
  }
}

.mob_trigger {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff !important;
  border: 2px solid var(--global--color-primary);
  cursor: pointer;
  flex-flow: column;
  flex: 0 0 50px;
  height: 40px;
  margin-left: 15px;
  padding: 0 !important;
  width: 50px;
}
@media (max-width: 575px) {
  .mob_trigger {
    margin-left: 5px;
    right: 10px;
    top: 0px;
  }
}
.mob_trigger span {
  background-color: var(--global--color-primary);
  height: 3px;
  width: 24px;
}
.mob_trigger span:not(:last-child) {
  margin-bottom: 3px;
}
@media (min-width: 1200px) {
  .mob_trigger {
    display: none;
  }
}

.main-menu {
  color: var(--global--color-black);
}
.main-menu ul li {
  text-transform: uppercase;
  list-style: none;
  margin: 0;
  padding-bottom: 5px;
}
.main-menu ul li a {
  color: #fff;
  line-height: 1;
  text-transform: inherit;
  text-decoration: none;
  font-family: var(--global--font-secondary);
  font-weight: 500;
}
.main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
  font-weight: 600;
}
.main-menu ul li.current-menu-item li a, .main-menu ul li.current-menu-ancestor li a, .main-menu ul li.current-page-ancestor li a, .main-menu ul li.current-product-ancestor li a {
  font-weight: 300;
}
@media (min-width: 1200px) {
  .main-menu .primeMenu {
    display: none;
  }
  .main-menu ul li {
    position: relative;
    padding-bottom: 20px;
  }
  .main-menu ul li a {
    align-items: center;
    color: var(--global--color-black);
    font-size: 15px !important;
    font-size: 0.9375rem !important;
    display: inline-flex;
    padding: 0 10px;
    padding-left: 0px;
    text-transform: none;
  }
  .main-menu ul li a:hover {
    color: var(--global--color-primary);
    position: relative;
  }
  .main-menu ul li a:hover::before {
    position: absolute;
    content: "";
    bottom: -30px;
    background: var(--global--color-primary);
    height: 3px;
    border-radius: 50px;
  }
  .main-menu ul li a:hover::before {
    width: 100%;
    left: 0;
  }
  .main-menu ul li a:last-child {
    padding-right: 0;
  }
  .main-menu ul li ul {
    background-color: var(--global--color-white);
    padding-left: 0;
    display: none;
    left: -80px;
    position: absolute;
    top: 100%;
    width: 230px;
    z-index: 9;
    *zoom: 1;
  }
  .main-menu ul li ul:after, .main-menu ul li ul:before {
    content: "";
    display: block;
  }
  .main-menu ul li ul:after {
    clear: both;
  }
  .main-menu ul li ul a {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    height: auto !important;
    line-height: 1.5;
    overflow: hidden;
    padding: 7px 15px;
    position: relative;
    width: 100%;
  }
  .main-menu ul li ul li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .main-menu ul li ul li ul {
    top: 0 !important;
  }
  .main-menu ul li:hover ul {
    animation: slide_Top 0.2s ease-in-out forwards;
    transform-origin: top center;
    display: block;
    left: 30px;
  }
  .main-menu ul li:hover li ul {
    display: none;
    left: 100%;
    top: 0;
  }
  .main-menu ul li:hover li:hover a {
    background: linear-gradient(86deg, rgba(0, 0, 0, 0.1) 0%, rgba(9, 9, 121, 0) 100%);
    border-left: solid 3px var(--global--color-primary);
  }
  .main-menu ul li:hover li:hover ul {
    animation: zoom_left 0.2s ease-in-out forwards;
    display: block;
    transform-origin: top left;
    padding-top: 20px;
  }
  .main-menu ul li:hover li:hover ul li ul {
    display: none;
  }
  .main-menu ul li:hover li:hover ul li:hover ul {
    display: block;
  }
  .main-menu ul li:hover li:hover li:hover a {
    background-color: #000;
  }
  .main-menu ul li.submenu {
    padding-right: 16px;
  }
  .main-menu ul li.submenu i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 26px;
    padding-left: 2px;
    padding-right: 8px;
    position: absolute;
    right: 0;
    top: -4px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
  .main-menu ul li.submenu i:before {
    border-bottom: 1px solid rgba(0, 0, 0, 0.8);
    border-right: 1px solid rgba(0, 0, 0, 0.8);
    content: "";
    display: inline-block;
    height: 6px;
    position: relative;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -2px;
    width: 6px;
  }
  .main-menu ul li.submenu li {
    padding-right: 0;
  }
  .main-menu ul li.submenu li a {
    padding-right: 30px;
    padding-right: 30px;
    color: var(--global--color-black);
    border-left: solid 3px #ebf5fb;
  }
  .main-menu ul li.submenu li.submenu i {
    background-color: transparent !important;
    height: 31px;
    padding-right: 15px;
    top: 0 !important;
  }
  .main-menu ul li.submenu li.submenu i:before {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    border-color: #fff;
  }
  .main-menu ul li:first-child {
    padding-left: 0;
  }
  .main-menu ul li:last-child ul, .main-menu ul li:nth-last-child(2) ul {
    right: 0;
  }
  .main-menu ul li:last-child ul ul, .main-menu ul li:nth-last-child(2) ul ul {
    border-left-width: 3px;
    border-right-width: 1px;
    left: -360px;
    width: 360px;
    top: -1px;
  }
  .main-menu ul li.four_col_layout ul {
    -moz-columns: 4 auto;
         columns: 4 auto;
    width: 820px;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current-menu-ancestor a, .main-menu ul li.current-page-ancestor a, .main-menu ul li.current-product-ancestor a {
    font-weight: 700;
    color: var(--global--color-primary);
    position: relative;
  }
  .main-menu ul li.current-menu-item a::before, .main-menu ul li.current-menu-ancestor a::before, .main-menu ul li.current-page-ancestor a::before, .main-menu ul li.current-product-ancestor a::before {
    position: absolute;
    content: "";
    bottom: -30px;
    background: var(--global--color-primary);
    height: 3px;
    border-radius: 50px;
  }
  .main-menu ul li.current-menu-item a::before, .main-menu ul li.current-menu-ancestor a::before, .main-menu ul li.current-page-ancestor a::before, .main-menu ul li.current-product-ancestor a::before {
    width: 100%;
    left: 0;
  }
  .main-menu ul li.current-menu-item li a, .main-menu ul li.current-menu-ancestor li a, .main-menu ul li.current-page-ancestor li a, .main-menu ul li.current-product-ancestor li a {
    font-weight: 300;
  }
  .main-menu ul li.current-menu-item li a::before, .main-menu ul li.current-menu-ancestor li a::before, .main-menu ul li.current-page-ancestor li a::before, .main-menu ul li.current-product-ancestor li a::before {
    display: none;
  }
  .main-menu ul li.current-menu-item li a::after, .main-menu ul li.current-menu-ancestor li a::after, .main-menu ul li.current-page-ancestor li a::after, .main-menu ul li.current-product-ancestor li a::after {
    display: none;
  }
  .main-menu ul li.current_page_parent li.current_page_item a, .main-menu ul li.current_page_parent li.current_page_parent a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_parent a {
    font-weight: 500;
    background: #E9F5FB;
    color: var(--global--color-black);
  }
  .main-menu ul li.current_page_parent li.current_page_item li a, .main-menu ul li.current_page_parent li.current_page_parent li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_parent li a {
    background-color: #000;
    font-weight: 400;
  }
  .main-menu ul li.current_page_parent li.current_page_item li a:hover, .main-menu ul li.current_page_parent li.current_page_parent li a:hover, .main-menu ul li.current_page_ancestor li.current_page_item li a:hover, .main-menu ul li.current_page_ancestor li.current_page_parent li a:hover {
    color: var(--global--color-primary);
  }
  .main-menu ul li.current_page_parent li.current_page_item li.current_page_item a, .main-menu ul li.current_page_parent li.current_page_parent li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_parent li.current_page_item a {
    background-color: #000;
    font-weight: 500;
    background-color: var(--global--color-primary);
    color: white;
  }
  .main-menu > ul {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 0;
    padding-top: 10px;
    margin: 0;
  }
  .main-menu > ul > * {
    align-items: center;
    display: inline-flex;
    padding-left: 15px;
    padding-right: 15px;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
  }
}
@media (min-width: 1600px) {
  .main-menu ul li.submenu i {
    height: 32px;
    padding-right: 6px;
    top: 0px;
  }
  .main-menu ul li.submenu i:before {
    height: 10px;
    width: 10px;
  }
  .main-menu ul li.submenu li.submenu i {
    height: 44px;
  }
  .main-menu ul li a {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    height: 32px;
  }
  .main-menu ul li ul {
    top: 100%;
    width: 260px;
    left: 30px;
  }
  .main-menu ul li ul a {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
    padding: 10px 15px;
  }
  .main-menu ul li.current-menu-item a::before, .main-menu ul li.current-menu-item a::after, .main-menu ul li.current-menu-ancestor a::before, .main-menu ul li.current-menu-ancestor a::after, .main-menu ul li.current-page-ancestor a::before, .main-menu ul li.current-page-ancestor a::after, .main-menu ul li.current-product-ancestor a::before, .main-menu ul li.current-product-ancestor a::after {
    bottom: -30px;
  }
  .main-menu > ul > * {
    padding-left: 40px;
  }
}
@media (min-width: 1850px) {
  .main-menu ul li.submenu i {
    top: 0px;
  }
  .main-menu ul li a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
  .main-menu ul li ul {
    width: 320px;
  }
  .main-menu ul li ul a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
  .main-menu ul li.four_col_layout ul {
    width: 900px;
  }
  .main-menu > ul > * {
    padding-left: 50px;
  }
}

@media (max-width: 1199px) {
  .main-menu {
    background-color: var(--global--color-black);
    height: 100%;
    overflow-y: auto;
    position: fixed;
    right: -280px;
    text-align: left;
    top: 0;
    transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    -webkit-transition: all ease 0.4s;
    width: 280px;
    z-index: 1005;
  }
  .main-menu ul + ul {
    padding-top: 0;
  }
  .main-menu ul {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
  }
  .main-menu ul li {
    border-bottom: 1px solid #0c1b30, 3%;
    line-height: 0;
    position: relative;
    text-align: left;
    padding-bottom: 0;
  }
  .main-menu ul li a {
    color: var(--global--color-white) !important;
    font-weight: 400;
    padding: 10px 36px 10px 15px;
    width: 100%;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .main-menu ul li i {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 35px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    width: 32px;
  }
  .main-menu ul li i:before {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
    content: "";
    display: inline-block;
    height: 6px;
    position: relative;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: -2px;
    width: 6px;
  }
  .main-menu ul li.opened a {
    background-color: #000;
  }
  .main-menu ul li.opened i:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .main-menu ul li.opened li a {
    background-color: #000;
    line-height: 1.4;
  }
  .main-menu ul li.opened li i:before {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .main-menu ul li ul {
    display: none;
  }
  .main-menu ul li.current-menu-item a, .main-menu ul li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor a {
    background-color: var(--global--color-primary);
    font-weight: 500;
  }
  .main-menu ul li.current-menu-item li, .main-menu ul li.current_page_ancestor li, .main-menu ul li.current-menu-ancestor li {
    border-bottom-color: #fff;
  }
  .main-menu ul li.current-menu-item li a, .main-menu ul li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li a {
    background-color: #000;
    font-weight: 300;
  }
  .main-menu ul li.current-menu-item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor a, .main-menu ul li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor a, .main-menu ul li.current-menu-ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor a {
    background-color: var(--global--color-secondary);
  }
  .main-menu ul li.current-menu-item li.current_page_item li, .main-menu ul li.current-menu-item li.current_page_ancestor li, .main-menu ul li.current_page_ancestor li.current_page_item li, .main-menu ul li.current_page_ancestor li.current_page_ancestor li, .main-menu ul li.current-menu-ancestor li.current_page_item li, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li {
    border-bottom-color: #fff;
  }
  .main-menu ul li.current-menu-item li.current_page_item li a, .main-menu ul li.current-menu-item li.current_page_ancestor li a, .main-menu ul li.current_page_ancestor li.current_page_item li a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li a, .main-menu ul li.current-menu-ancestor li.current_page_item li a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li a {
    background-color: #000;
  }
  .main-menu ul li.current-menu-item li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-item li.current_page_ancestor li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current_page_ancestor li.current_page_ancestor li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_item li.current_page_item a, .main-menu ul li.current-menu-ancestor li.current_page_ancestor li.current_page_item a {
    background-color: var(--global--color-secondary);
  }
  .open .main-menu {
    right: 0px;
  }
  .open .mob_trigger:before {
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .open .mob_trigger:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .open .mob_trigger .bar {
    opacity: 0;
    transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    -o-transform: translate(-100%, -50%);
    -webkit-transform: translate(-100%, -50%);
  }
  .open .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
  }
}
.tw-modal-wrapper {
  background-color: rgba(0, 0, 0, 0.8);
  height: 100vh;
  left: 0;
  opacity: 0;
  overflow: hidden;
  overflow-y: auto;
  padding: 15px;
  top: 0;
  transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .modal-close-wrapper {
  background-color: transparent;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.tw-modal-wrapper .tw-modal-container {
  background-color: var(--global--color-white);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 20px rgba(0, 0, 0, 0.2);
  padding: 25px;
  position: relative;
  z-index: 3;
  width: 100%;
}
.tw-modal-wrapper .tw-modal-close-button {
  background-color: var(--global--color-primary);
  border: 0 !important;
  border-top-right-radius: 6px;
  color: var(--global--color-white) !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 300;
  height: 30px;
  padding: 0 !important;
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
}
@media (max-width: 767px) {
  .tw-modal-wrapper .tw-modal-close-button {
    padding-top: 60px;
  }
}
.tw-modal-wrapper .tw-modal-close-button:hover {
  background-color: var(--global--color-secondary);
}
.tw-modal-wrapper .tw-modal-header {
  color: var(--global--color-black);
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}
.tw-modal-wrapper .tw-modal-body {
  padding-top: 0px;
}
.tw-modal-wrapper.fullwidthPopup {
  padding: 0;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  box-shadow: none;
}
.tw-modal-wrapper.fullwidthPopup .image_col {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tw-modal-wrapper.fullwidthPopup .form_col {
  width: 90%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button {
  background-color: #000000;
  border-radius: 0%;
  -webkit-border-radius: 0%;
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-close-button:hover {
  background-color: var(--global--color-secondary);
}
@media (min-width: 1200px) {
  .tw-modal-wrapper.fullwidthPopup .image_col,
  .tw-modal-wrapper.fullwidthPopup .form_col {
    flex: 0 0 50%;
    width: 50%;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper {
    background-color: var(--global--color-secondary);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 60px;
    left: auto;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 60px;
    display: none !important;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:before {
    color: var(--global--color-white);
    content: "Close";
    font-size: 12px !important;
    font-size: 0.75rem !important;
    font-weight: 400;
    transition: all ease 0.2s;
    -o-transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    text-transform: uppercase;
  }
  .tw-modal-wrapper.fullwidthPopup .image_col .modal-close-wrapper:hover:before {
    color: var(--global--color-primary);
  }
  .tw-modal-wrapper.fullwidthPopup .form_col {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    justify-content: start;
  }
}
.tw-modal-wrapper.fullwidthPopup .tw-modal-container {
  max-width: 100%;
}
.tw-modal-wrapper.modal-lg .tw-modal-container {
  max-width: 900px;
}
.tw-modal-wrapper.modal-md .tw-modal-container {
  max-width: 600px;
}
.tw-modal-wrapper.showed {
  opacity: 1;
  transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
@media (min-width: 768px) {
  .tw-modal-wrapper .tw-modal-container {
    padding: 40px;
  }
  .tw-modal-wrapper .tw-modal-close-button {
    height: 36px;
    width: 36px;
  }
  .tw-modal-wrapper .tw-modal-header {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
@media (min-width: 1200px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1600px) {
  .tw-modal-wrapper .tw-modal-header {
    font-size: 32px !important;
    font-size: 2rem !important;
  }
}
.tw-modal-wrapper #frm_field_38_container {
  display: none !important;
}

.tw-modal-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .heading_wrapper {
  flex-flow: column wrap;
}
.tw-modal-wrapper.showed {
  display: flex;
  justify-content: center;
  align-items: center;
}

.tw-modal-wrapper {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 9999;
}
.tw-modal-wrapper .heading_wrapper {
  flex-flow: column wrap;
}
.tw-modal-wrapper.showed {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop-up-form-style .elementor-form-fields-wrapper {
  margin-left: -10px;
  margin-right: -10px;
}
.pop-up-form-style .elementor-form-fields-wrapper .elementor-field-group {
  padding: 0 10px !important;
  margin-bottom: 10px !important;
}
.pop-up-form-style .e-form__buttons {
  width: 100% !important;
  margin-top: 30px !important;
}
.pop-up-form-style .elementor-form input, .pop-up-form-style .elementor-form select, .pop-up-form-style .elementor-form textarea, .pop-up-form-style .elementor-form option {
  opacity: 1 !important;
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-weight: 300 !important;
  outline: none;
  resize: none;
  border-color: #000 !important;
  color: #000 !important;
}
@media (max-width: 1199px) {
  .pop-up-form-style .elementor-form input, .pop-up-form-style .elementor-form select, .pop-up-form-style .elementor-form textarea, .pop-up-form-style .elementor-form option {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  .pop-up-form-style .elementor-form input, .pop-up-form-style .elementor-form select, .pop-up-form-style .elementor-form textarea, .pop-up-form-style .elementor-form option {
    font-size: 16px !important;
  }
}
.pop-up-form-style .elementor-form input:focus, .pop-up-form-style .elementor-form select:focus, .pop-up-form-style .elementor-form textarea:focus, .pop-up-form-style .elementor-form option:focus {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}
.pop-up-form-style .elementor-form input::-moz-placeholder, .pop-up-form-style .elementor-form select::-moz-placeholder, .pop-up-form-style .elementor-form textarea::-moz-placeholder, .pop-up-form-style .elementor-form option::-moz-placeholder {
  color: #000 !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}
.pop-up-form-style .elementor-form input::placeholder, .pop-up-form-style .elementor-form select::placeholder, .pop-up-form-style .elementor-form textarea::placeholder, .pop-up-form-style .elementor-form option::placeholder {
  color: #000 !important;
  font-weight: 300 !important;
  opacity: 1 !important;
}
@media (max-width: 1199px) {
  .pop-up-form-style .elementor-form input::-moz-placeholder, .pop-up-form-style .elementor-form select::-moz-placeholder, .pop-up-form-style .elementor-form textarea::-moz-placeholder, .pop-up-form-style .elementor-form option::-moz-placeholder {
    font-size: 14px !important;
  }
  .pop-up-form-style .elementor-form input::placeholder, .pop-up-form-style .elementor-form select::placeholder, .pop-up-form-style .elementor-form textarea::placeholder, .pop-up-form-style .elementor-form option::placeholder {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  .pop-up-form-style .elementor-form input::-moz-placeholder, .pop-up-form-style .elementor-form select::-moz-placeholder, .pop-up-form-style .elementor-form textarea::-moz-placeholder, .pop-up-form-style .elementor-form option::-moz-placeholder {
    font-size: 16px !important;
  }
  .pop-up-form-style .elementor-form input::placeholder, .pop-up-form-style .elementor-form select::placeholder, .pop-up-form-style .elementor-form textarea::placeholder, .pop-up-form-style .elementor-form option::placeholder {
    font-size: 16px !important;
  }
}
.pop-up-form-style .elementor-form .elementor-select-wrapper {
  position: relative;
  display: inline-block;
}
.pop-up-form-style .elementor-form .elementor-select-wrapper .select-caret-down-wrapper {
  display: none;
}
.pop-up-form-style .elementor-form .elementor-select-wrapper select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 40px;
  color: var(--global--color-black) !important;
}
.pop-up-form-style .elementor-form .elementor-select-wrapper select option {
  color: var(--global--color-black) !important;
}
.pop-up-form-style .elementor-form .elementor-select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.pop-up-form-style .remove-before::before {
  display: none !important;
}

.pop-container-wrap .btm-form-main-inner-erap {
  display: flex;
  flex-direction: row !important;
}
.pop-container-wrap .btm-form-main-inner-erap .img_con {
  width: 100%;
  background-size: cover !important;
  display: block;
  background: url(assets/images/pop-up-img-1.jpg) no-repeat center;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .pop-container-wrap .btm-form-main-inner-erap .img_con {
    display: none;
  }
}
@media (max-width: 1199px) {
  .pop-container-wrap .btm-form-main-inner-erap .form-right.pd-lft-60 {
    padding: 0 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .pop-container-wrap .btm-form-main-inner-erap .form-right.pd-lft-60 {
    padding-left: 10px !important;
    padding-right: 0px !important;
  }
}
@media (min-width: 1600px) {
  .pop-container-wrap .btm-form-main-inner-erap .form-right.pd-lft-60 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (min-width: 1200px) {
  .form_col.tw-contact-wrapper {
    flex: 0 0 60% !important;
  }
}
.form_col.tw-contact-wrapper .pop-up-form-style.tw-modal-container {
  background: rgb(249, 249, 249);
  padding-bottom: 0 !important;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .form_col.tw-contact-wrapper .pop-up-form-style.tw-modal-container {
    padding: 20px !important;
    padding-bottom: 0 !important;
  }
}
.form_col.tw-contact-wrapper .pop-up-form-style.tw-modal-container .cricled_wrapper .heading_wrapper button.tw-modal-close-button {
  background-color: #e0b94f !important;
  border-radius: 50% !important;
}
@media (max-width: 767px) {
  .form_col.tw-contact-wrapper .pop-up-form-style.tw-modal-container .cricled_wrapper .heading_wrapper button.tw-modal-close-button {
    top: -10px !important;
    right: -10px !important;
  }
}
.form_col.tw-contact-wrapper .pop-up-form-style.tw-modal-container .cricled_wrapper .heading_wrapper button.tw-modal-close-button {
  top: 9.44%;
}
@media (min-width: 1600px) {
  .form_col.tw-contact-wrapper .pop-up-form-style.tw-modal-container .cricled_wrapper .heading_wrapper button.tw-modal-close-button {
    top: 7.999% !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .form_col.tw-contact-wrapper .pop-up-form-style.tw-modal-container .cricled_wrapper .heading_wrapper button.tw-modal-close-button {
    top: 5% !important;
  }
}
@media (min-width: 768px) {
  .form_col.tw-contact-wrapper .pop-up-form-style.tw-modal-container .cricled_wrapper .heading_wrapper button.tw-modal-close-button {
    right: 40px !important;
  }
}
.form_col.tw-contact-wrapper .pop-up-form-style.tw-modal-container .cricled_wrapper .heading_wrapper button.tw-modal-close-button:hover {
  background-color: #2E3440 !important;
}
.form_col.tw-contact-wrapper .pop-up-form-style.tw-modal-container .cricled_wrapper .tw-modal-header {
  text-align: center;
  border-top: 1px solid #e0b94f !important;
  border-bottom: 1px solid #e0b94f !important;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #2E3440 !important;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .form_col.tw-contact-wrapper .pop-up-form-style.tw-modal-container .cricled_wrapper .tw-modal-header {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper select, .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper input, .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper textarea {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
.form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper select::-moz-placeholder, .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper input::-moz-placeholder, .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper textarea::-moz-placeholder {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
.form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper select::placeholder, .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper input::placeholder, .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper textarea::placeholder {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
}
@media (max-width: 1599px) {
  .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper textarea {
    height: 60px !important;
  }
}
@media (min-width: 768px) {
  .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form-fields-wrapper .elementor-field-group {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form-fields-wrapper .elementor-field-group {
    margin-top: 0px !important;
  }
}
@media (max-width: 1199px) {
  .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap {
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 1199px) {
  .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .form-sec {
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 1199px) {
  .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .btm-form-main-inner-erap {
    padding: 0 !important;
    margin: 0 !important;
  }
}
@media (max-width: 1199px) {
  .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .btm-form-main-inner-erap .form-right.pd-lft-60 {
    padding: 0 !important;
  }
}
@media (max-width: 1199px) {
  .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .btm-form-main-inner-erap .form-right.pd-lft-60 .e-con.e-child {
    padding: 0 !important;
    margin: 0 !important;
  }
}
.form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .elementor-error .elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
  margin: 0 !important;
  margin-top: 3px !important;
}
@media (max-width: 767px) {
  .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .elementor-error .elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
    position: absolute !important;
    top: -20px !important;
  }
}
@media (max-width: 767px) {
  .form_col.tw-contact-wrapper .pop-container-wrap.btm-form-sec-wrap .elementor-error .elementor-message-danger.elementor-help-inline.elementor-form-help-inline::after {
    transform: rotate(1deg) !important;
    top: 18px !important;
  }
}

.project_footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background: var(--global--color-secondary);
  z-index: 1;
  position: relative;
}
@media (max-width: 1199px) {
  .project_footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.project_footer nav ul {
  margin-left: 0;
  margin-bottom: 0;
}
.project_footer nav ul li {
  padding-bottom: 30px;
  line-height: 1.2;
  list-style: none;
}
@media (max-width: 1599px) {
  .project_footer nav ul li {
    padding-bottom: 20px;
  }
}
@media (max-width: 1199px) {
  .project_footer nav ul li {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .project_footer nav ul li {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .project_footer nav ul li {
    padding-bottom: 5px;
  }
}
.project_footer nav ul li a {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  color: var(--global--color-white);
  text-transform: capitalize;
  font-weight: 300;
  text-decoration: none;
}
.project_footer nav ul li a:hover {
  color: var(--global--color-primary);
}
@media (max-width: 1799px) {
  .project_footer nav ul li a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (max-width: 1599px) {
  .project_footer nav ul li a {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
@media (max-width: 1199px) {
  .project_footer nav ul li a {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 767px) {
  .project_footer nav ul li a {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.project_footer nav ul li.current-page-ancestor a, .project_footer nav ul li.current-menu-item a {
  color: var(--global--color-primary) !important;
  font-weight: 600;
}
.project_footer nav ul li.current-page-ancestor:first-of-type > a, .project_footer nav ul li.current-menu-item:first-of-type > a {
  font-weight: 600;
}
.project_footer nav ul li:first-of-type > a {
  font-weight: 500;
}

#sb_instagram #sbi_load {
  display: none !important;
}
#sb_instagram .sbi_item {
  border-radius: 10px !important;
}

.insta-left-section .elementor-button svg {
  fill: var(--global--color-black) !important;
}
.insta-left-section .elementor-button:hover svg {
  fill: var(--global--color-white) !important;
}

.footer-outer-sec {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -30px;
  align-items: start;
  color: var(--global--color-white);
}
@media (max-width: 1599px) {
  .footer-outer-sec {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .footer-outer-sec {
    margin: 0px;
  }
}

.foot-col-left {
  width: 25%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 30px;
  padding-right: 60px;
}
@media (max-width: 1599px) {
  .foot-col-left {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .foot-col-left {
    width: 100%;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .foot-col-left {
    padding: 0;
  }
}
.foot-col-left .footer-intro .foot-fig {
  margin: 0;
  padding-bottom: 30px;
}
@media (max-width: 1199px) {
  .foot-col-left .footer-intro .foot-fig {
    padding-bottom: 10px;
  }
}
.foot-col-left .footer-intro p {
  font-family: var(--global--font-primary) !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  color: var(--global--color-white) !important;
}
@media (max-width: 1599px) {
  .foot-col-left .footer-intro p {
    font-size: 15px !important;
  }
}
.foot-col-left .social-hed {
  display: block;
  font-size: 14px !important;
  font-weight: 400;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .foot-col-left .social-hed {
    font-size: 15px !important;
  }
}
@media (min-width: 1200px) {
  .foot-col-left .social-hed {
    font-size: 16px !important;
  }
}
@media (min-width: 1600px) {
  .foot-col-left .social-hed {
    font-size: 17px !important;
  }
}
@media (min-width: 1850px) {
  .foot-col-left .social-hed {
    font-size: 18px !important;
  }
}
.foot-col-left .footer-social {
  padding-top: 15px;
}
.foot-col-left .footer-social .social-icons {
  display: flex;
  gap: 20px;
  padding-top: 15px;
}
.foot-col-left .footer-social .social-icons a {
  display: flex;
}
.foot-col-left .footer-social .social-icons svg, .foot-col-left .footer-social .social-icons img {
  width: 20px !important;
  height: 20px !important;
}
@media (max-width: 1199px) {
  .foot-col-left .footer-social .social-icons svg, .foot-col-left .footer-social .social-icons img {
    width: 18px !important;
    height: 18px !important;
  }
}
.foot-col-left .footer-social .social-icons svg:hover, .foot-col-left .footer-social .social-icons img:hover {
  opacity: 0.5;
}

.footer-menu-listings {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  margin: 0 -10px;
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .footer-menu-listings {
    width: 100%;
    margin: 0 0px;
    padding-top: 20px;
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .footer-menu-listings {
    padding-bottom: 15px;
    padding-top: 15px;
    gap: 15px;
  }
}
.footer-menu-listings nav {
  width: 25%;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 1799px) {
  .footer-menu-listings nav {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .footer-menu-listings nav {
    width: 100%;
    padding: 0 0px;
  }
}
.footer-menu-listings nav::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: rgba(255, 255, 255, 0.15);
  width: 1px;
  height: 100%;
}
@media (max-width: 767px) {
  .footer-menu-listings nav::after {
    display: none;
  }
}
.footer-menu-listings nav:last-child::after {
  display: none;
}
.footer-menu-listings nav:first-child::after, .footer-menu-listings nav:nth-child(2)::after {
  right: 30px;
}
@media (max-width: 1799px) {
  .footer-menu-listings nav:first-child::after, .footer-menu-listings nav:nth-child(2)::after {
    right: 20px;
  }
}
.footer-menu-listings nav:nth-child(4) {
  padding-top: 50px;
}
@media (max-width: 1599px) {
  .footer-menu-listings nav:nth-child(4) {
    padding-top: 40px;
  }
}
@media (max-width: 1199px) {
  .footer-menu-listings nav:nth-child(4) {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .footer-menu-listings nav:nth-child(4) {
    padding-top: 0px;
    margin-top: -10px;
  }
}
.footer-menu-listings nav:nth-child(4) ul li:first-of-type > a {
  font-weight: 300;
}

.footer-bottom-rapper {
  margin-top: 50px;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  padding: 30px;
  background: #05183C;
  row-gap: 20px;
}
@media (max-width: 1199px) {
  .footer-bottom-rapper {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .footer-bottom-rapper {
    padding: 10px;
  }
}
.footer-bottom-rapper .foot-details-box {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .footer-bottom-rapper .foot-details-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .footer-bottom-rapper .foot-details-box {
    width: 100%;
    justify-content: start;
  }
}
.footer-bottom-rapper .foot-details-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: rgba(255, 255, 255, 0.5);
  width: 1px;
  height: 50px;
}
@media (max-width: 1199px) {
  .footer-bottom-rapper .foot-details-box::after {
    display: none;
  }
}
.footer-bottom-rapper .foot-details-box:last-child::after {
  display: none;
}
@media (max-width: 1199px) {
  .footer-bottom-rapper .foot-details-box:first-child {
    width: 100%;
  }
}
.footer-bottom-rapper .foot-details-box:first-child .foot-icn-wrapper {
  align-items: center;
}
.footer-bottom-rapper .foot-details-box:first-child .ft-intro {
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  .footer-bottom-rapper .foot-details-box:nth-child(2)::after {
    display: none;
  }
}

.foot-icn-wrapper {
  display: flex;
  gap: 10px;
  text-decoration: none;
  justify-content: center;
}
@media (max-width: 767px) {
  .foot-icn-wrapper {
    gap: 10px;
  }
}
.foot-icn-wrapper .ft-icon {
  position: relative;
  flex: 0 0 52px;
  height: 52px;
  background: var(--global--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .foot-icn-wrapper .ft-icon {
    flex: 0 0 40px;
    height: 40px;
  }
}
@media (max-width: 1599px) {
  .foot-icn-wrapper .ft-icon svg {
    width: 20px;
    height: 20px;
  }
}

.ft-intro {
  color: var(--global--color-white);
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1599px) {
  .ft-intro {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1199px) {
  .ft-intro {
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .ft-intro {
    font-size: 8px !important;
    font-size: 0.5rem !important;
  }
}
@media (max-width: 767px) {
  .ft-intro {
    text-transform: none;
  }
}
.ft-intro .ft-text {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  color: var(--global--color-white);
  display: block;
  letter-spacing: normal;
  line-height: 1;
  font-weight: 200;
  line-height: 1.4;
}
@media (max-width: 1599px) {
  .ft-intro .ft-text {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.ft-intro .ft-text a {
  color: inherit !important;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .ft-intro .ft-text a {
    font-size: 19px !important;
  }
}
@media (min-width: 1200px) {
  .ft-intro .ft-text a {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .ft-intro .ft-text a {
    font-size: 28px !important;
  }
}
@media (min-width: 1850px) {
  .ft-intro .ft-text a {
    font-size: 29px !important;
  }
}

.copy-right-text {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  color: var(--global--color-black);
  background: var(--global--color-primary);
  font-weight: 400 !important;
}
@media (max-width: 1199px) {
  .copy-right-text {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.home-form-outer {
  padding-left: 80px !important;
  padding-right: 40px !important;
}
@media (max-width: 1024px) {
  .home-form-outer {
    padding-right: 0px !important;
  }
}
@media (max-width: 767px) {
  .home-form-outer {
    padding-left: 0px !important;
  }
}
@media (min-width: 1800px) {
  .home-form-outer .elementor-widget-heading {
    padding-left: 100px;
  }
}

.form-text-outer {
  width: -moz-fit-content;
  width: fit-content;
  border: 3px dotted var(--global--color-primary);
  border-radius: 100px;
  padding: 30px 100px 30px 140px !important;
  margin-top: 55px;
  position: relative !important;
}
@media (max-width: 1799px) {
  .form-text-outer {
    padding: 40px 40px 40px 75px !important;
  }
}
@media (max-width: 1599px) {
  .form-text-outer {
    padding: 30px 40px 30px 40px !important;
  }
}
@media (max-width: 767px) {
  .form-text-outer {
    margin-top: 10px;
    border: none;
    padding: 0 !important;
  }
}
.form-text-outer::before {
  content: "" !important;
  position: absolute;
  background: url(assets/images/step-man.png) no-repeat center;
  top: -90px;
  left: -120px;
  width: 245px;
  height: 220px;
  background-size: 245px;
  z-index: 2;
}
@media (max-width: 1799px) {
  .form-text-outer::before {
    top: -90px;
    left: -94px;
    width: 190px;
    height: 160px;
    background-size: 190px;
  }
}
@media (max-width: 1599px) {
  .form-text-outer::before {
    top: -70px;
    left: -94px;
    width: 140px;
    height: 120px;
    background-size: 140px;
  }
}
@media (max-width: 767px) {
  .form-text-outer::before {
    display: none;
  }
}

.step-form-main input, .step-form-main select, .step-form-main textarea {
  font-weight: 200 !important;
  color: #000000 !important;
  background-color: white;
  border: none !important;
  border: none !important;
  width: 100%;
  padding: 15px;
  display: block;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (max-width: 1199px) {
  .step-form-main input, .step-form-main select, .step-form-main textarea {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.step-form-main input.wpcf7-submit, .step-form-main select.wpcf7-submit, .step-form-main textarea.wpcf7-submit {
  border-bottom: none !important;
}
.step-form-main input option, .step-form-main select option, .step-form-main textarea option {
  color: #fff !important;
}
.step-form-main select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(assets/images/dropdown-arrow.png) !important;
  background-position: right 15px center !important;
  background-repeat: no-repeat !important;
  background-size: 11px 6px !important;
}
.step-form-main select option {
  background: #000;
}
.step-form-main textarea {
  height: 100px;
}
@media (max-width: 1199px) {
  .step-form-main textarea {
    height: 60px;
  }
}
.step-form-main ::-moz-placeholder {
  font-weight: 200 !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  color: var(--twgl--color-white) !important;
  text-transform: capitalize;
}
.step-form-main ::placeholder {
  font-weight: 200 !important;
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  color: var(--twgl--color-white) !important;
  text-transform: capitalize;
}
@media (max-width: 1199px) {
  .step-form-main ::-moz-placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
  .step-form-main ::placeholder {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.step-form-main #check-submit {
  color: #fff !important;
  width: auto !important;
}
.step-form-main label[for=check-submit] {
  display: block !important;
  padding-bottom: 15px !important;
  color: #fff !important;
}

.question-content label {
  display: none;
}
.question-content label.lbl-view {
  display: block !important;
  color: var(--global--color-white) !important;
}
.question-content #not-sure-maturity {
  margin-bottom: 0 !important;
}
.question-content .field-error {
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .question-content .field-error {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .question-content .field-error {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  .question-content .field-error {
    font-size: 18px !important;
  }
}
@media (min-width: 1800px) {
  .question-content .field-error {
    font-size: 20px !important;
  }
}
.question-content .input-outer {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 1199px) {
  .question-content .input-outer {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.question-content .input-outer .div-md {
  flex: 0 0 50%;
  width: 50%;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .question-content .input-outer .div-md {
    flex: 0 0 100%;
    width: 100%;
    padding: 0 0px;
  }
}
.question-content .input-outer .div-md.md-full {
  flex: 0 0 100%;
  width: 100%;
}
.question-content .input-outer .div-md .field-error {
  font-size: 15px !important;
  background-color: var(--global--color-red);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: var(--global--color-white) !important;
  display: inline-block;
  font-size: 14px !important;
  font-size: 0.875rem !important;
  left: 0;
  padding: 2px 3px;
  position: absolute;
  top: -20px;
}
.question-content .input-outer .div-md .field-error:after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--global--color-red);
  bottom: -5px;
  content: "";
  left: 10px;
  position: absolute;
}

/* ==    buttons == */
.custom-radio input[type=radio] {
  display: none;
}
.custom-radio input[type=radio] + label {
  color: var(--global--color-black) !important;
  font-size: 16px !important;
}
@media (min-width: 1200px) {
  .custom-radio input[type=radio] + label {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .custom-radio input[type=radio] + label {
    font-size: 17px !important;
  }
}
@media (min-width: 1850px) {
  .custom-radio input[type=radio] + label {
    font-size: 18px !important;
  }
}
.custom-radio input[type=radio] + label {
  cursor: pointer;
}
.custom-radio input[type=radio] + label i {
  background-color: var(--global--color-white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #ED1C24;
  display: inline-block;
  margin: -5px 7px 0 0;
  position: relative;
  vertical-align: middle;
  height: 14px;
  width: 14px;
}
@media (min-width: 1600px) {
  .custom-radio input[type=radio] + label i {
    height: 16px;
    width: 16px;
  }
}
.custom-radio input[type=radio]:checked + label {
  color: var(--global--color-primary);
}
.custom-radio input[type=radio]:checked + label i {
  border-color: #ED1C24;
}
.custom-radio input[type=radio]:checked + label span {
  color: var(--global--color-primary);
}
.custom-radio input[type=radio]:disabled, .custom-radio input[type=radio]:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: line-through;
}
@media (max-width: 1199px) {
  .custom-radio input[type=radio] + label i {
    height: 12px;
    width: 12px;
  }
}

.tw-step-form-initial .custom-radio, .step-form-main .custom-radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 !important;
  row-gap: 20px !important;
}
@media (max-width: 1599px) {
  .tw-step-form-initial .custom-radio, .step-form-main .custom-radio {
    row-gap: 12px;
  }
}
.tw-step-form-initial .custom-radio input[type=radio], .step-form-main .custom-radio input[type=radio] {
  display: none;
}
.tw-step-form-initial .custom-radio input[type=radio] + label, .step-form-main .custom-radio input[type=radio] + label {
  width: 100%;
  height: 85px;
  background: #0B1C3B !important;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  color: var(--global--color-white) !important;
  font-size: 15px !important;
  position: relative;
  font-weight: 400;
  padding: 15px;
  padding-right: 30px;
  padding: 30px 20px !important;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.2;
  text-transform: none;
}
@media (min-width: 768px) {
  .tw-step-form-initial .custom-radio input[type=radio] + label, .step-form-main .custom-radio input[type=radio] + label {
    width: 32%;
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .tw-step-form-initial .custom-radio input[type=radio] + label, .step-form-main .custom-radio input[type=radio] + label {
    font-size: 16px !important;
  }
}
@media (min-width: 1600px) {
  .tw-step-form-initial .custom-radio input[type=radio] + label, .step-form-main .custom-radio input[type=radio] + label {
    padding: 25px;
    padding-right: 40px;
    height: 110px;
    font-size: 17px !important;
  }
}
@media (min-width: 1800px) {
  .tw-step-form-initial .custom-radio input[type=radio] + label, .step-form-main .custom-radio input[type=radio] + label {
    font-size: 18px !important;
  }
}
.tw-step-form-initial .custom-radio input[type=radio] + label i, .step-form-main .custom-radio input[type=radio] + label i {
  background-color: transparent;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #fff;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  height: 19px;
  width: 19px;
  position: absolute;
  top: 20px;
  right: 30px;
}
@media (max-width: 1599px) {
  .tw-step-form-initial .custom-radio input[type=radio] + label i, .step-form-main .custom-radio input[type=radio] + label i {
    height: 14px;
    width: 14px;
    top: 15px;
  }
}
.tw-step-form-initial .custom-radio input[type=radio]:checked + label, .step-form-main .custom-radio input[type=radio]:checked + label {
  color: var(--global--color-white) !important;
  background: #1F4A9A !important;
}
.tw-step-form-initial .custom-radio input[type=radio]:checked + label i, .step-form-main .custom-radio input[type=radio]:checked + label i {
  background: #D9D9D9;
}
.tw-step-form-initial .custom-radio input[type=radio]:checked + label span, .step-form-main .custom-radio input[type=radio]:checked + label span {
  color: var(--global--color-white) !important;
}
.tw-step-form-initial .custom-radio input[type=radio]:disabled, .tw-step-form-initial .custom-radio input[type=radio]:disabled + label, .step-form-main .custom-radio input[type=radio]:disabled, .step-form-main .custom-radio input[type=radio]:disabled + label {
  cursor: not-allowed;
  opacity: 0.6;
  text-decoration: line-through;
}
@media (max-width: 1199px) {
  .tw-step-form-initial .custom-radio input[type=radio] + label i, .step-form-main .custom-radio input[type=radio] + label i {
    height: 12px;
    width: 12px;
  }
}
.tw-step-form-initial .elementor-button-wrapper, .step-form-main .elementor-button-wrapper {
  text-align: end;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .tw-step-form-initial .elementor-button-wrapper.btn-ht-sml a, .step-form-main .elementor-button-wrapper.btn-ht-sml a {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 1600px) {
  .tw-step-form-initial .elementor-button-wrapper.btn-ht-sml a, .step-form-main .elementor-button-wrapper.btn-ht-sml a {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
}
.tw-step-form-initial .icon-wrap, .step-form-main .icon-wrap {
  position: absolute;
  right: 0;
  top: 0;
}

.step-form-main .custom-radio {
  max-width: 100%;
  justify-content: unset;
  gap: 20px !important;
}
@media (min-width: 768px) {
  .step-form-main .custom-radio input[type=radio] + label {
    width: 48%;
  }
}
@media (min-width: 992px) {
  .step-form-main .custom-radio input[type=radio] + label {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .step-form-main .custom-radio input[type=radio] + label {
    width: 25%;
  }
}
.step-form-main .question-block {
  display: none;
  margin-bottom: 40px;
  animation: fadeIn 0.4s ease;
}
.step-form-main .question-block.active {
  display: block;
}
.step-form-main .question {
  background: #0B1C3B;
  border: 3px dotted var(--global--color-primary);
  pointer-events: none;
  border-radius: 20px;
  color: var(--global--color-white) !important;
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.2;
  font-weight: 300;
  font-size: 17px !important;
  padding: 15px 25px;
  margin-bottom: 25px;
}
.step-form-main .question::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 35px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #FFC400 transparent transparent transparent;
}
.step-form-main .question::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 37px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 14px 0 0;
  border-color: #0B1C3B transparent transparent transparent;
  z-index: 1;
}
@media (min-width: 768px) {
  .step-form-main .question {
    font-size: 17px !important;
  }
}
@media (min-width: 1200px) {
  .step-form-main .question {
    font-size: 18px !important;
  }
}
@media (min-width: 1600px) {
  .step-form-main .question {
    padding: 20px 30px;
    margin-bottom: 40px;
    font-size: 22px !important;
  }
}
@media (min-width: 1850px) {
  .step-form-main .question {
    font-size: 25px !important;
  }
}
.step-form-main .test-data {
  padding: 10px 0 10px;
  padding-bottom: 0;
  color: var(--global--color-white) !important;
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .step-form-main .test-data {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .step-form-main .test-data {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  .step-form-main .test-data {
    font-size: 18px !important;
    padding: 20px 0 40px;
  }
}
@media (min-width: 1800px) {
  .step-form-main .test-data {
    font-size: 20px !important;
  }
}
.step-form-main .option-btn, .step-form-main .submit-btn {
  align-items: center;
  background-color: var(--global--color-primary) !important;
  border-radius: 50px !important;
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-black) !important;
  display: inline-flex !important;
  font-weight: 600 !important;
  justify-content: center;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  font-size: 14px !important;
  height: 35px;
  padding: 0 10px !important;
  position: relative;
  font-family: var(--global--font-primary);
  background-image: unset !important;
  gap: 10px;
  letter-spacing: normal !important;
  border: none;
}
.step-form-main .option-btn:hover, .step-form-main .submit-btn:hover {
  background-color: var(--global--color-black) !important;
  color: var(--global--color-white) !important;
}
.step-form-main .option-btn:hover svg.button-arrow, .step-form-main .submit-btn:hover svg.button-arrow {
  fill: var(--global--color-white);
}
@media (min-width: 768px) {
  .step-form-main .option-btn, .step-form-main .submit-btn {
    font-size: 16px !important;
    height: 50px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 1200px) {
  .step-form-main .option-btn, .step-form-main .submit-btn {
    font-size: 15px !important;
    height: 45px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .step-form-main .option-btn, .step-form-main .submit-btn {
    font-size: 17px !important;
    height: 58px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1850px) {
  .step-form-main .option-btn, .step-form-main .submit-btn {
    font-size: 18px !important;
    height: 65px;
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
.step-form-main .option-btn.selected, .step-form-main .submit-btn.selected {
  background-color: #2c5db7 !important;
  color: var(--global--color-white) !important;
}
.step-form-main .option-btn.selected:hover, .step-form-main .submit-btn.selected:hover {
  background-color: var(--global--color-primary) !important;
  color: var(--global--color-black) !important;
}
.step-form-main .options {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* POPUP OVERLAY */
.tw-popup,
.tw-popup2 {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 20px;
}

.pop-up-title {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  text-transform: uppercase !important;
  font-weight: 500 !important;
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .pop-up-title {
    font-size: 19px !important;
  }
}
@media (min-width: 1200px) {
  .pop-up-title {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .pop-up-title {
    font-size: 28px !important;
  }
}
@media (min-width: 1850px) {
  .pop-up-title {
    font-size: 30px !important;
  }
}

/* ACTIVE */
.tw-popup.active,
.tw-popup2.active {
  display: flex;
}

/* POPUP BOX */
.popup-inner {
  width: 80%;
  max-width: 1200px;
  height: 90vh;
  background: #fff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  padding: 40px;
}
.popup-inner .step-form-main {
  height: 100%;
}
.popup-inner .chat-form {
  height: 100%;
  overflow-y: auto;
  padding: 0px;
  padding-top: 20px;
}
.popup-inner input, .popup-inner select, .popup-inner textarea {
  border: 1px solid var(--global--color-black) !important;
}

body.popup-open {
  overflow: hidden;
}

/* CLOSE BUTTON */
.tw-popup-close,
.tw-pop2up-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
  cursor: pointer;
  padding: 10px;
  text-transform: uppercase !important;
  outline: none;
  border: none;
  background: #0b1c3b !important;
  color: var(--global--color-white) !important;
}
.tw-popup-close:hover,
.tw-pop2up-close:hover {
  background: var(--global--color-primary) !important;
  color: var(--global--color-white) !important;
}

/* MOBILE */
@media (max-width: 768px) {
  .popup-inner {
    width: 95%;
    height: 95vh;
  }
  .popup-inner .chat-form {
    padding: 20px;
  }
}
.birthday-time-msg, .show-name {
  padding: 10px 0 10px;
  color: var(--global--color-white) !important;
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .birthday-time-msg, .show-name {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .birthday-time-msg, .show-name {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  .birthday-time-msg, .show-name {
    font-size: 18px !important;
  }
}
@media (min-width: 1800px) {
  .birthday-time-msg, .show-name {
    font-size: 20px !important;
  }
}

.address-suggestions {
  padding: 10px 0 10px;
  color: var(--global--color-white) !important;
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .address-suggestions {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .address-suggestions {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  .address-suggestions {
    font-size: 18px !important;
  }
}
@media (min-width: 1800px) {
  .address-suggestions {
    font-size: 20px !important;
  }
}
.address-suggestions .address-item {
  padding-bottom: 10px;
}

.popup-inner .birthday-time-msg, .popup-inner .show-name {
  color: var(--global--color-black) !important;
}

.finesh-test {
  color: var(--global--color-black) !important;
  display: block;
  width: 100%;
}

#ui-datepicker-div {
  position: absolute !important;
}

/* ===========================
          Faq
=========================== */
@media (min-width: 1600px) {
  .faq_accordion {
    padding-top: 10px;
  }
}
.faq_accordion > .tab_pills {
  background-color: transparent;
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 1px solid var(--global--color-primary);
}
.faq_accordion .expand {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex: 0 0 18px;
  height: 23px;
  line-height: 1;
  margin: -10px 0 0 auto !important;
  margin-left: 50px;
  padding: 0 !important;
  position: relative;
  transform-origin: center;
}
@media (max-width: 1599px) {
  .faq_accordion .expand {
    flex: 0 0 10px;
    height: 15px;
  }
}
.faq_accordion .expand svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.faq_accordion .title {
  color: var(--global--color-black) !important;
  cursor: pointer;
  display: flex;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 400;
  line-height: 1.3;
  padding: 15px 10px 15px 10px;
  padding-left: 0 !important;
  position: relative;
  font-family: var(--global--font-primary);
  border-radius: 8px;
  margin-bottom: 10px;
  align-items: center;
}
@media (min-width: 576px) {
  .faq_accordion .title {
    align-items: center;
    font-size: 16px !important;
    font-size: 1rem !important;
    padding: 10px 15px 10px 0px;
  }
}
@media (min-width: 1025px) {
  .faq_accordion .title {
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (min-width: 1600px) {
  .faq_accordion .title {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding: 15px 20px 15px 0px;
  }
}
.faq_accordion .title > * {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 5px;
  text-transform: none;
  line-height: inherit;
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .faq_accordion .title > * {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .faq_accordion .title > * {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .faq_accordion .title > * {
    font-size: 23px !important;
    padding-right: 50px;
  }
}
@media (min-width: 1850px) {
  .faq_accordion .title > * {
    font-size: 28px !important;
  }
}
.faq_accordion .title .fq_nbr {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  color: var(--global--color-primary) !important;
}
@media (min-width: 576px) {
  .faq_accordion .title .fq_nbr {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 1600px) {
  .faq_accordion .title .fq_nbr {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
.faq_accordion .faq_content {
  background-color: transparent;
  display: none;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  font-weight: 400;
  padding: 10px 15px 10px;
  padding-left: 0 !important;
}
@media (min-width: 576px) {
  .faq_accordion .faq_content {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (min-width: 768px) {
  .faq_accordion .faq_content {
    padding: 17px 15px 17px;
  }
}
@media (min-width: 1600px) {
  .faq_accordion .faq_content {
    font-size: 16px !important;
    font-size: 1rem !important;
    padding: 20px 20px 20px;
  }
}
.faq_accordion .faq_content p,
.faq_accordion .faq_content li {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.faq_accordion .faq_content p a,
.faq_accordion .faq_content li a {
  color: var(--global--color-primary);
  text-decoration: underline;
  padding: 0 !important;
  font-weight: 600 !important;
  text-transform: uppercase;
  font-size: 16px !important;
  font-size: 1rem !important;
}
@media (min-width: 576px) {
  .faq_accordion .faq_content p a,
  .faq_accordion .faq_content li a {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1600px) {
  .faq_accordion .faq_content p a,
  .faq_accordion .faq_content li a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding: 20px 20px 20px;
  }
}
.faq_accordion .faq_content p a:hover,
.faq_accordion .faq_content li a:hover {
  color: var(--global-color-secondary);
  text-decoration: none;
}
.faq_accordion > .tab_pills {
  position: relative;
}
.faq_accordion > .tab_pills .faq_content {
  display: none;
}
.faq_accordion > .tab_pills.opened .expand svg {
  transform: rotate(0deg);
  fill: var(--global--color-black);
}
.faq_accordion > .tab_pills.opened .title {
  margin-bottom: 0px;
  padding-bottom: 0;
}
.project-banner .tw-container, .project-banner .page-template-page-template-cro .e-con > .e-con-inner, .page-template-page-template-cro .project-banner .e-con > .e-con-inner {
  position: relative;
}
.project-banner .banner-outer {
  position: relative;
  z-index: 9;
}
.project-banner {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}
@media (max-width: 1199px) {
  .project-banner {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
.project-banner .banner-rotate {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-banner .banner-text-wrapper {
  line-height: 1.2;
  text-align: center;
}
.project-banner .banner-text-wrapper .banner-main-title {
  font-weight: 800;
  font-size: 25px !important;
  color: var(--global--color-primary);
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .project-banner .banner-text-wrapper .banner-main-title {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .project-banner .banner-text-wrapper .banner-main-title {
    font-size: 48px !important;
  }
}
@media (min-width: 1600px) {
  .project-banner .banner-text-wrapper .banner-main-title {
    font-size: 65px !important;
  }
}
@media (min-width: 1800px) {
  .project-banner .banner-text-wrapper .banner-main-title {
    font-size: 88px !important;
  }
}
.project-banner .banner-text-wrapper .banner-main-title span {
  color: var(--global--color-secondary);
}
.project-banner .banner-text-wrapper .banner-sub-itle {
  color: var(--global--color-secondary);
  font-weight: 600;
  font-size: 25px !important;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .project-banner .banner-text-wrapper .banner-sub-itle {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .project-banner .banner-text-wrapper .banner-sub-itle {
    font-size: 34px !important;
  }
}
@media (min-width: 1600px) {
  .project-banner .banner-text-wrapper .banner-sub-itle {
    font-size: 44px !important;
  }
}
@media (min-width: 1850px) {
  .project-banner .banner-text-wrapper .banner-sub-itle {
    font-size: 55px !important;
  }
}
.project-banner .banner-image-wrapper {
  width: 580px;
  height: 610px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-self: center;
  margin-top: 30px !important;
  background: url("assets/images/yellow-banner.png");
  background-repeat: no-repeat;
  background-position: top;
  background-size: contain;
}
@media (max-width: 1799px) {
  .project-banner .banner-image-wrapper {
    width: 490px;
    height: 550px;
  }
}
@media (max-width: 1599px) {
  .project-banner .banner-image-wrapper {
    width: 380px;
    height: 450px;
  }
}
@media (max-width: 1199px) {
  .project-banner .banner-image-wrapper {
    width: 300px;
    height: 350px;
  }
}
.project-banner .banner-image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.project-banner .banner-image-position {
  position: absolute;
  z-index: 2;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  row-gap: 50px;
}
@media (max-width: 1599px) {
  .project-banner .banner-image-position {
    row-gap: 20px;
  }
}
@media (max-width: 991px) {
  .project-banner .banner-image-position {
    display: none;
  }
}
.project-banner .banner-image-position .pos-imges {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991px) {
  .project-banner .banner-image-position .pos-imges {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.project-banner .banner-image-position .pos-imges:nth-child(even) {
  text-align: end;
}
.project-banner .banner-image-position .pos-imges:nth-child(3) {
  padding-right: 100px;
}
.project-banner .banner-image-position .pos-imges img {
  max-width: 450px;
}
@media (max-width: 1799px) {
  .project-banner .banner-image-position .pos-imges img {
    max-width: 350px;
  }
}
@media (max-width: 1599px) {
  .project-banner .banner-image-position .pos-imges img {
    max-width: 250px;
  }
}
@media (max-width: 1199px) {
  .project-banner .banner-image-position .pos-imges img {
    max-width: 220px;
  }
}
@media (max-width: 991px) {
  .project-banner .banner-image-position .pos-imges img {
    max-width: 160px;
  }
}

.inner-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 640px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.inner-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.18) 25%, rgba(255, 255, 255, 0.05) 45%, transparent 70%);
}
@media (max-width: 1199px) {
  .inner-banner::before {
    display: none;
  }
}
@media (max-width: 1799px) {
  .inner-banner {
    height: 620px;
  }
}
@media (max-width: 1599px) {
  .inner-banner {
    height: 480px;
  }
}
@media (max-width: 1199px) {
  .inner-banner {
    height: 390px;
  }
}
@media (max-width: 991px) {
  .inner-banner {
    background-position: 70% 0%;
  }
}
@media (max-width: 767px) {
  .inner-banner {
    height: 300px;
  }
}
.inner-banner .tw-container, .inner-banner .page-template-page-template-cro .e-con > .e-con-inner, .page-template-page-template-cro .inner-banner .e-con > .e-con-inner {
  position: relative;
}
.inner-banner .inner-banner-outer {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .inner-banner .inner-banner-outer {
    margin-top: 60px;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 10px;
  }
}
@media (max-width: 767px) {
  .inner-banner .inner-banner-outer {
    margin-top: 35px;
  }
}
.inner-banner .inner-banner-banner-wrapper {
  line-height: 1.2;
  text-align: center;
  max-width: 60%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 20px;
}
@media (max-width: 1199px) {
  .inner-banner .inner-banner-banner-wrapper {
    max-width: 100%;
    padding: 0;
  }
}
.inner-banner .inner-banner-banner-wrapper > * {
  position: relative;
}
.inner-banner .inner-banner-banner-wrapper .inner-banner-main-title {
  font-weight: 800 !important;
  font-size: 22px !important;
  color: var(--global--color-secondary) !important;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .inner-banner .inner-banner-banner-wrapper .inner-banner-main-title {
    font-size: 30px !important;
  }
}
@media (min-width: 1200px) {
  .inner-banner .inner-banner-banner-wrapper .inner-banner-main-title {
    font-size: 35px !important;
  }
}
@media (min-width: 1600px) {
  .inner-banner .inner-banner-banner-wrapper .inner-banner-main-title {
    font-size: 40px !important;
  }
}
@media (min-width: 1800px) {
  .inner-banner .inner-banner-banner-wrapper .inner-banner-main-title {
    font-size: 45px !important;
  }
}
.inner-banner .inner-banner-banner-wrapper .inner-banner-sub-itle {
  color: var(--global--color-secondary);
  font-weight: 600;
  font-size: 17px !important;
}
@media (min-width: 768px) {
  .inner-banner .inner-banner-banner-wrapper .inner-banner-sub-itle {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  .inner-banner .inner-banner-banner-wrapper .inner-banner-sub-itle {
    font-size: 19px !important;
  }
}
@media (min-width: 1600px) {
  .inner-banner .inner-banner-banner-wrapper .inner-banner-sub-itle {
    font-size: 26px !important;
  }
}
@media (min-width: 1850px) {
  .inner-banner .inner-banner-banner-wrapper .inner-banner-sub-itle {
    font-size: 28px !important;
  }
}
.inner-banner .inner-banner-banner-wrapper .elementor-button-wrapper {
  padding-top: 30px;
}
@media (max-width: 1199px) {
  .inner-banner .inner-banner-banner-wrapper .elementor-button-wrapper {
    padding-top: 10px;
  }
}
.inner-banner .inner-banner-position {
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media (max-width: 1599px) {
  .inner-banner .inner-banner-position {
    bottom: -15px;
  }
}
@media (max-width: 1199px) {
  .inner-banner .inner-banner-position {
    display: none;
  }
}
@media (max-width: 1799px) {
  .inner-banner .inner-banner-position img {
    max-width: 270px;
  }
}
@media (max-width: 1599px) {
  .inner-banner .inner-banner-position img {
    max-width: 230px;
  }
}

.banner-social {
  position: absolute;
  z-index: 9;
  top: 43%;
  transform: translateY(-50%);
  right: 0;
  display: flex;
  flex-direction: column;
  right: -2%;
  gap: 20px;
}
@media (max-width: 1599px) {
  .banner-social {
    gap: 15px;
    right: -1%;
  }
}
.banner-social::before, .banner-social::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 85px;
  left: 50%;
  transform: translateY(-50%);
  background: #dbdbdb;
}
.banner-social::before {
  bottom: -150px;
}
.banner-social::after {
  top: -75px;
}
.banner-social a {
  display: flex;
}
.banner-social a svg {
  fill: #c1c1c1;
}
.banner-social a:hover svg {
  fill: var(--global--color-secondary);
}
@media (max-width: 1199px) {
  .banner-social {
    display: none;
  }
}

.btnsNew, .page-template-page-template-cro .elementor-button-wrapper .elementor-button,
.page-template-page-template-cro .elementor-button-wrapper a,
.page-template-page-template-cro .elementor-button-wrapper .btn,
.page-template-page-template-cro .elementor-widget-button .elementor-button,
.page-template-page-template-cro .elementor-widget-button a,
.page-template-page-template-cro .elementor-widget-button .btn {
  align-items: center;
  background-color: var(--global--color-primary) !important;
  border-radius: 50px !important;
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-black) !important;
  display: inline-flex !important;
  font-weight: 600 !important;
  justify-content: center;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: all ease 0.4s;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  font-size: 14px !important;
  height: 35px;
  padding: 0 10px !important;
  position: relative;
  font-family: var(--global--font-primary);
  background-image: unset !important;
  gap: 10px;
  letter-spacing: normal !important;
  border: none;
}
.btnsNew:active, .page-template-page-template-cro .elementor-button-wrapper .elementor-button:active,
.page-template-page-template-cro .elementor-button-wrapper a:active,
.page-template-page-template-cro .elementor-button-wrapper .btn:active,
.page-template-page-template-cro .elementor-widget-button .elementor-button:active,
.page-template-page-template-cro .elementor-widget-button a:active,
.page-template-page-template-cro .elementor-widget-button .btn:active, .btnsNew:focus, .page-template-page-template-cro .elementor-button-wrapper .elementor-button:focus,
.page-template-page-template-cro .elementor-button-wrapper a:focus,
.page-template-page-template-cro .elementor-button-wrapper .btn:focus,
.page-template-page-template-cro .elementor-widget-button .elementor-button:focus,
.page-template-page-template-cro .elementor-widget-button a:focus,
.page-template-page-template-cro .elementor-widget-button .btn:focus, .btnsNew:hover, .page-template-page-template-cro .elementor-button-wrapper .elementor-button:hover,
.page-template-page-template-cro .elementor-button-wrapper a:hover,
.page-template-page-template-cro .elementor-button-wrapper .btn:hover,
.page-template-page-template-cro .elementor-widget-button .elementor-button:hover,
.page-template-page-template-cro .elementor-widget-button a:hover,
.page-template-page-template-cro .elementor-widget-button .btn:hover, .btnsNew:visited, .page-template-page-template-cro .elementor-button-wrapper .elementor-button:visited,
.page-template-page-template-cro .elementor-button-wrapper a:visited,
.page-template-page-template-cro .elementor-button-wrapper .btn:visited,
.page-template-page-template-cro .elementor-widget-button .elementor-button:visited,
.page-template-page-template-cro .elementor-widget-button a:visited,
.page-template-page-template-cro .elementor-widget-button .btn:visited {
  box-shadow: none;
  outline: none;
}
.btnsNew:hover, .page-template-page-template-cro .elementor-button-wrapper .elementor-button:hover,
.page-template-page-template-cro .elementor-button-wrapper a:hover,
.page-template-page-template-cro .elementor-button-wrapper .btn:hover,
.page-template-page-template-cro .elementor-widget-button .elementor-button:hover,
.page-template-page-template-cro .elementor-widget-button a:hover,
.page-template-page-template-cro .elementor-widget-button .btn:hover {
  background-color: var(--global--color-black) !important;
  color: var(--global--color-white) !important;
}
.btnsNew:hover svg.button-arrow, .page-template-page-template-cro .elementor-button-wrapper .elementor-button:hover svg.button-arrow,
.page-template-page-template-cro .elementor-button-wrapper a:hover svg.button-arrow,
.page-template-page-template-cro .elementor-button-wrapper .btn:hover svg.button-arrow,
.page-template-page-template-cro .elementor-widget-button .elementor-button:hover svg.button-arrow,
.page-template-page-template-cro .elementor-widget-button a:hover svg.button-arrow,
.page-template-page-template-cro .elementor-widget-button .btn:hover svg.button-arrow {
  fill: var(--global--color-white);
}
.btnsNew::after, .page-template-page-template-cro .elementor-button-wrapper .elementor-button::after,
.page-template-page-template-cro .elementor-button-wrapper a::after,
.page-template-page-template-cro .elementor-button-wrapper .btn::after,
.page-template-page-template-cro .elementor-widget-button .elementor-button::after,
.page-template-page-template-cro .elementor-widget-button a::after,
.page-template-page-template-cro .elementor-widget-button .btn::after {
  display: none;
}

.page-template-page-template-cro .elementor-button-wrapper .elementor-button,
.page-template-page-template-cro .elementor-button-wrapper a,
.page-template-page-template-cro .elementor-button-wrapper .btn,
.page-template-page-template-cro .elementor-widget-button .elementor-button,
.page-template-page-template-cro .elementor-widget-button a,
.page-template-page-template-cro .elementor-widget-button .btn {
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  height: 36px;
  padding: 0 15px !important;
  position: relative;
}
.page-template-page-template-cro .elementor-button-wrapper .elementor-button > *,
.page-template-page-template-cro .elementor-button-wrapper a > *,
.page-template-page-template-cro .elementor-button-wrapper .btn > *,
.page-template-page-template-cro .elementor-widget-button .elementor-button > *,
.page-template-page-template-cro .elementor-widget-button a > *,
.page-template-page-template-cro .elementor-widget-button .btn > * {
  position: relative;
  z-index: 3;
}
.page-template-page-template-cro .elementor-button-wrapper .elementor-button:hover,
.page-template-page-template-cro .elementor-button-wrapper a:hover,
.page-template-page-template-cro .elementor-button-wrapper .btn:hover,
.page-template-page-template-cro .elementor-widget-button .elementor-button:hover,
.page-template-page-template-cro .elementor-widget-button a:hover,
.page-template-page-template-cro .elementor-widget-button .btn:hover {
  color: var(--global--color-white) !important;
  background: var(--global--color-black) !important;
}
.page-template-page-template-cro .elementor-button-wrapper .elementor-button:hover i,
.page-template-page-template-cro .elementor-button-wrapper a:hover i,
.page-template-page-template-cro .elementor-button-wrapper .btn:hover i,
.page-template-page-template-cro .elementor-widget-button .elementor-button:hover i,
.page-template-page-template-cro .elementor-widget-button a:hover i,
.page-template-page-template-cro .elementor-widget-button .btn:hover i {
  opacity: 1;
  margin-left: 0;
}
.page-template-page-template-cro .elementor-button-wrapper .elementor-button:focus, .page-template-page-template-cro .elementor-button-wrapper .elementor-button:visited,
.page-template-page-template-cro .elementor-button-wrapper a:focus,
.page-template-page-template-cro .elementor-button-wrapper a:visited,
.page-template-page-template-cro .elementor-button-wrapper .btn:focus,
.page-template-page-template-cro .elementor-button-wrapper .btn:visited,
.page-template-page-template-cro .elementor-widget-button .elementor-button:focus,
.page-template-page-template-cro .elementor-widget-button .elementor-button:visited,
.page-template-page-template-cro .elementor-widget-button a:focus,
.page-template-page-template-cro .elementor-widget-button a:visited,
.page-template-page-template-cro .elementor-widget-button .btn:focus,
.page-template-page-template-cro .elementor-widget-button .btn:visited {
  color: var(--global--color-white);
}
.page-template-page-template-cro .elementor-button-wrapper .elementor-button:not(:last-child),
.page-template-page-template-cro .elementor-button-wrapper a:not(:last-child),
.page-template-page-template-cro .elementor-widget-button .elementor-button:not(:last-child),
.page-template-page-template-cro .elementor-widget-button a:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .page-template-page-template-cro .elementor-button-wrapper .elementor-button,
  .page-template-page-template-cro .elementor-button-wrapper a,
  .page-template-page-template-cro .elementor-widget-button .elementor-button,
  .page-template-page-template-cro .elementor-widget-button a {
    font-size: 16px !important;
    height: 50px;
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}
@media (min-width: 1200px) {
  .page-template-page-template-cro .elementor-button-wrapper .elementor-button,
  .page-template-page-template-cro .elementor-button-wrapper a,
  .page-template-page-template-cro .elementor-widget-button .elementor-button,
  .page-template-page-template-cro .elementor-widget-button a {
    font-size: 15px !important;
    height: 45px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .page-template-page-template-cro .elementor-button-wrapper .elementor-button,
  .page-template-page-template-cro .elementor-button-wrapper a,
  .page-template-page-template-cro .elementor-widget-button .elementor-button,
  .page-template-page-template-cro .elementor-widget-button a {
    font-size: 17px !important;
    height: 58px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1850px) {
  .page-template-page-template-cro .elementor-button-wrapper .elementor-button,
  .page-template-page-template-cro .elementor-button-wrapper a,
  .page-template-page-template-cro .elementor-widget-button .elementor-button,
  .page-template-page-template-cro .elementor-widget-button a {
    font-size: 18px !important;
    height: 65px;
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (min-width: 1200px) {
  .page-template-page-template-cro .btn-ht-sml .elementor-button,
  .page-template-page-template-cro .btn-ht-sml a {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    height: 38px;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (min-width: 1600px) {
  .page-template-page-template-cro .btn-ht-sml .elementor-button,
  .page-template-page-template-cro .btn-ht-sml a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 45px;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}
@media (min-width: 1850px) {
  .page-template-page-template-cro .btn-ht-sml .elementor-button,
  .page-template-page-template-cro .btn-ht-sml a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    height: 58px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.page-template-page-template-cro .border-white .elementor-button,
.page-template-page-template-cro .border-white a {
  border: 1px solid var(--global--color-white) !important;
}
.page-template-page-template-cro .white-btn .elementor-button,
.page-template-page-template-cro .white-btn a {
  background-color: var(--global--color-white) !important;
  color: var(--global--color-black) !important;
}
.page-template-page-template-cro .white-btn .elementor-button:hover,
.page-template-page-template-cro .white-btn a:hover {
  background-color: var(--global--color-primary) !important;
  color: var(--global--color-black) !important;
}
.page-template-page-template-cro .dark-btn .elementor-button,
.page-template-page-template-cro .dark-btn a {
  background-color: #0D2740 !important;
  color: var(--global--color-white) !important;
}
.page-template-page-template-cro .dark-btn .elementor-button:hover,
.page-template-page-template-cro .dark-btn a:hover {
  background-color: var(--global--color-primary) !important;
  color: var(--global--color-black) !important;
}

@media (min-width: 1200px) {
  .header-button-wrapper .btnsNew, .header-button-wrapper .page-template-page-template-cro .elementor-button-wrapper .elementor-button, .page-template-page-template-cro .elementor-button-wrapper .header-button-wrapper .elementor-button,
  .header-button-wrapper .page-template-page-template-cro .elementor-button-wrapper a,
  .page-template-page-template-cro .elementor-button-wrapper .header-button-wrapper a,
  .header-button-wrapper .page-template-page-template-cro .elementor-button-wrapper .btn,
  .page-template-page-template-cro .elementor-button-wrapper .header-button-wrapper .btn,
  .header-button-wrapper .page-template-page-template-cro .elementor-widget-button .elementor-button,
  .page-template-page-template-cro .elementor-widget-button .header-button-wrapper .elementor-button,
  .header-button-wrapper .page-template-page-template-cro .elementor-widget-button a,
  .page-template-page-template-cro .elementor-widget-button .header-button-wrapper a,
  .header-button-wrapper .page-template-page-template-cro .elementor-widget-button .btn,
  .page-template-page-template-cro .elementor-widget-button .header-button-wrapper .btn {
    font-size: 12px !important;
    font-size: 0.75rem !important;
    height: 38px;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (min-width: 1600px) {
  .header-button-wrapper .btnsNew, .header-button-wrapper .page-template-page-template-cro .elementor-button-wrapper .elementor-button, .page-template-page-template-cro .elementor-button-wrapper .header-button-wrapper .elementor-button,
  .header-button-wrapper .page-template-page-template-cro .elementor-button-wrapper a,
  .page-template-page-template-cro .elementor-button-wrapper .header-button-wrapper a,
  .header-button-wrapper .page-template-page-template-cro .elementor-button-wrapper .btn,
  .page-template-page-template-cro .elementor-button-wrapper .header-button-wrapper .btn,
  .header-button-wrapper .page-template-page-template-cro .elementor-widget-button .elementor-button,
  .page-template-page-template-cro .elementor-widget-button .header-button-wrapper .elementor-button,
  .header-button-wrapper .page-template-page-template-cro .elementor-widget-button a,
  .page-template-page-template-cro .elementor-widget-button .header-button-wrapper a,
  .header-button-wrapper .page-template-page-template-cro .elementor-widget-button .btn,
  .page-template-page-template-cro .elementor-widget-button .header-button-wrapper .btn {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 45px;
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
}
@media (min-width: 1850px) {
  .header-button-wrapper .btnsNew, .header-button-wrapper .page-template-page-template-cro .elementor-button-wrapper .elementor-button, .page-template-page-template-cro .elementor-button-wrapper .header-button-wrapper .elementor-button,
  .header-button-wrapper .page-template-page-template-cro .elementor-button-wrapper a,
  .page-template-page-template-cro .elementor-button-wrapper .header-button-wrapper a,
  .header-button-wrapper .page-template-page-template-cro .elementor-button-wrapper .btn,
  .page-template-page-template-cro .elementor-button-wrapper .header-button-wrapper .btn,
  .header-button-wrapper .page-template-page-template-cro .elementor-widget-button .elementor-button,
  .page-template-page-template-cro .elementor-widget-button .header-button-wrapper .elementor-button,
  .header-button-wrapper .page-template-page-template-cro .elementor-widget-button a,
  .page-template-page-template-cro .elementor-widget-button .header-button-wrapper a,
  .header-button-wrapper .page-template-page-template-cro .elementor-widget-button .btn,
  .page-template-page-template-cro .elementor-widget-button .header-button-wrapper .btn {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 55px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}

/*------------------------------------*/
.contact-top-sec-wrap > .e-con-inner:first-child {
  gap: 0;
}
.contact-top-sec-wrap .elementor-widget-heading h1.elementor-heading-title {
  color: var(--global--color-secondary-dark) !important;
}
.contact-top-sec-wrap .normal-cro-paragraph {
  font-weight: 400 !important;
  line-height: normal;
}
@media (min-width: 1850px) {
  .contact-top-sec-wrap .normal-cro-paragraph {
    font-size: 18px !important;
  }
}
.contact-top-sec-wrap .contact-shortcode-wrapper {
  margin-top: 20px;
  margin-bottom: 20px;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  padding: 30px;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .contact-top-sec-wrap .contact-shortcode-wrapper {
    justify-content: space-between;
  }
}
@media (max-width: 1199px) {
  .contact-top-sec-wrap .contact-shortcode-wrapper {
    margin-top: 20px;
    margin-bottom: 0px;
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .contact-top-sec-wrap .contact-shortcode-wrapper {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .contact-top-sec-wrap .contact-shortcode-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.contact-top-sec-wrap .contact-shortcode-wrapper .contact-details-box {
  width: 32%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  position: relative;
}
@media (max-width: 1199px) {
  .contact-top-sec-wrap .contact-shortcode-wrapper .contact-details-box {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .contact-top-sec-wrap .contact-shortcode-wrapper .contact-details-box {
    width: 100%;
    justify-content: start;
  }
}
.contact-top-sec-wrap .contact-shortcode-wrapper .contact-details-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #c0c0c0;
  width: 1px;
  height: 65px;
}
@media (max-width: 1199px) {
  .contact-top-sec-wrap .contact-shortcode-wrapper .contact-details-box::after {
    height: 55px !important;
  }
}
@media (max-width: 767px) {
  .contact-top-sec-wrap .contact-shortcode-wrapper .contact-details-box::after {
    display: none;
  }
}
.contact-top-sec-wrap .contact-shortcode-wrapper .contact-details-box:last-child::after {
  display: none;
}
@media (max-width: 1199px) {
  .contact-top-sec-wrap .contact-shortcode-wrapper .contact-details-box:first-child {
    width: 100% !important;
  }
}
.contact-top-sec-wrap .contact-shortcode-wrapper .contact-details-box:first-child .contact-icn-wrapper {
  align-items: center;
}
.contact-top-sec-wrap .contact-shortcode-wrapper .contact-details-box:first-child .ct-intro {
  letter-spacing: 2px;
}
@media (max-width: 1199px) {
  .contact-top-sec-wrap .contact-shortcode-wrapper .contact-details-box:first-child::after {
    display: none;
  }
}
.contact-top-sec-wrap .contact-shortcode-wrapper p {
  color: var(--global--color-secondary-dark) !important;
}
.contact-top-sec-wrap .contact-icn-wrapper {
  display: flex;
  gap: 10px;
  text-decoration: none;
  justify-content: center;
}
@media (max-width: 1599px) {
  .contact-top-sec-wrap .contact-icn-wrapper {
    gap: 5px;
  }
}
@media (max-width: 1199px) {
  .contact-top-sec-wrap .contact-icn-wrapper {
    gap: 10px;
  }
}
.contact-top-sec-wrap .contact-icn-wrapper .ct-icon {
  position: relative;
  flex: 0 0 60px;
  height: 60px;
  background: #E0B94F;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 1599px) {
  .contact-top-sec-wrap .contact-icn-wrapper .ct-icon {
    flex: 0 0 40px;
    height: 40px;
  }
}
@media (max-width: 1599px) {
  .contact-top-sec-wrap .contact-icn-wrapper .ct-icon svg {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 1600px) {
  .contact-top-sec-wrap .contact-icn-wrapper .ct-icon svg {
    width: 30px;
    height: 30px;
  }
}
.contact-top-sec-wrap .ct-intro {
  color: var(--global--color-secondary-dark);
  font-size: 21px !important;
  font-size: 1.3125rem !important;
  font-weight: 600;
  line-height: 1.2;
  gap: 5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1599px) {
  .contact-top-sec-wrap .ct-intro {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (max-width: 1199px) {
  .contact-top-sec-wrap .ct-intro {
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .contact-top-sec-wrap .ct-intro {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
@media (max-width: 767px) {
  .contact-top-sec-wrap .ct-intro {
    text-transform: none;
  }
}
.contact-top-sec-wrap .ct-intro .ct-text {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
  color: var(--global--color-secondary-dark);
  display: block;
  letter-spacing: normal;
  line-height: 1;
  line-height: 1.4;
  font-weight: 400;
}
@media (max-width: 1599px) {
  .contact-top-sec-wrap .ct-intro .ct-text {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1199px) {
  .contact-top-sec-wrap .ct-intro .ct-text {
    font-size: 13px !important;
    font-size: 0.8125rem !important;
  }
}
.contact-top-sec-wrap .ct-intro .ct-text a {
  color: inherit !important;
  font-size: 21px !important;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 768px) {
  .contact-top-sec-wrap .ct-intro .ct-text a {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  .contact-top-sec-wrap .ct-intro .ct-text a {
    font-size: 22px !important;
  }
}
@media (min-width: 1600px) {
  .contact-top-sec-wrap .ct-intro .ct-text a {
    font-size: 28px !important;
  }
}
@media (min-width: 1850px) {
  .contact-top-sec-wrap .ct-intro .ct-text a {
    font-size: 32px !important;
  }
}
@media (min-width: 1850px) {
  .contact-top-sec-wrap .ct-intro.addrs {
    font-size: 19px !important;
  }
}
.contact-top-sec-wrap .ct-intro.spk-broker {
  font-weight: 400 !important;
}

/*------------------------------------*/
.guide-option-sec {
  margin: 0 auto !important;
}
@media (min-width: 1200px) {
  .guide-option-sec {
    width: 82% !important;
  }
}
@media (min-width: 1440px) {
  .guide-option-sec {
    width: 80% !important;
  }
}
@media (min-width: 1600px) {
  .guide-option-sec {
    width: 75% !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .guide-option-sec {
    margin-top: 30px !important;
  }
}
.guide-option-sec .guide-option-wrap {
  position: relative;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
@media (min-width: 767px) and (max-width: 991px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image {
    height: 250px;
    top: -110px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image {
    height: 280px;
    top: -151px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image {
    top: -145px;
    height: 280px;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image {
    top: -140px;
    height: 275px;
  }
}
@media (min-width: 1600px) and (max-width: 1849px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image {
    height: 350px;
    top: -186px;
  }
}
@media (min-width: 1850px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image {
    height: 374px;
    top: -200px;
  }
}
@media (max-width: 767px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image img {
    width: 100% !important;
  }
}
.guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image img {
  width: auto !important;
}
@media (min-width: 767px) and (max-width: 991px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image img {
    height: 250px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image img {
    height: 280px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image img {
    height: 280px !important;
  }
}
@media (min-width: 1400px) and (max-width: 1599px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image img {
    height: 275px;
  }
}
@media (min-width: 1600px) and (max-width: 1849px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image img {
    height: 350px !important;
  }
}
@media (min-width: 1850px) {
  .guide-option-sec .guide-option-wrap .guide-img .elementor-widget-image img {
    height: 374px !important;
  }
}
.guide-option-sec .guide-option-wrap .guide-content .elementor-widget-heading .elementor-heading-title {
  color: var(--global--color-secondary-dark) !important;
}
.guide-option-sec .guide-option-wrap .guide-content .elementor-widget-text-editor p {
  color: var(--global--color-secondary-dark) !important;
  font-weight: 400 !important;
}
.guide-option-sec .guide-option-wrap .guide-content {
  gap: 0;
}

/*------------------------------------*/
.icon-bx-main-wrap {
  margin: 0 auto !important;
}
@media (min-width: 1200px) {
  .icon-bx-main-wrap {
    width: 82% !important;
  }
}
@media (min-width: 1440px) {
  .icon-bx-main-wrap {
    width: 80% !important;
  }
}
@media (min-width: 1600px) {
  .icon-bx-main-wrap {
    width: 75% !important;
  }
}
.icon-bx-main-wrap .icon-wrap-left {
  gap: 0;
}
.icon-bx-main-wrap .icon-wrap-left p {
  font-weight: 400 !important;
  margin-bottom: 20px;
  color: var(--global--color-secondary-dark) !important;
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .icon-bx-main-wrap .icon-wrap-left p {
    font-size: 14px !important;
  }
}
.icon-bx-main-wrap .icon-wrap-left .elementor-widget-heading .elementor-heading-title {
  color: var(--global--color-secondary-dark) !important;
}
.icon-bx-main-wrap .icn-bx-con {
  gap: 0;
  align-items: end;
}
@media (max-width: 767px) {
  .icon-bx-main-wrap .icn-bx-con {
    justify-content: center;
  }
}
.icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box {
  position: relative;
}
@media (max-width: 767px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 1850px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box {
    padding-left: 35px;
    padding-right: 35px;
  }
}
.icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #e6e6e6;
  width: 1px;
  height: 150px;
}
.icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box:last-child::after {
  display: none;
}
@media (max-width: 767px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box::after {
    display: none;
  }
}
.icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box .elementor-icon-box-title {
  color: var(--global--color-secondary-dark) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  align-items: flex-end;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box .elementor-icon-box-title {
    min-height: 40px;
  }
}
@media (min-width: 768px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 15px !important;
    min-height: 42px;
  }
}
@media (min-width: 1300px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 17px !important;
    min-height: 41px;
  }
}
@media (min-width: 1600px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 18px !important;
    min-height: 43px;
  }
}
@media (min-width: 1850px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box .elementor-icon-box-title {
    font-size: 20px !important;
    min-height: 45px;
  }
}
.icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box .elementor-icon-box-description {
  color: var(--global--color-secondary-dark) !important;
  line-height: 1.5;
  font-weight: 400 !important;
}
@media (min-width: 1200px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box .elementor-icon-box-description {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box .elementor-icon-box-description {
    font-size: 15px !important;
  }
}
@media (min-width: 1850px) {
  .icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box .elementor-icon-box-description {
    font-size: 16px !important;
  }
}
.icon-bx-main-wrap .icn-bx-con .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
  height: 70px;
  width: 70px;
}

/*----------------------------------------------------------------*/
.lang-srtc-wrap-main .elementor-shortcode {
  background-color: #F2F7FE;
  border-radius: 10px;
}
.lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper {
  display: flex;
  flex-direction: row;
  padding-top: 25px;
  padding-bottom: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper {
    row-gap: 20px;
    flex-direction: row !important;
    justify-content: center !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper {
    justify-content: unset !important;
    row-gap: 20px;
  }
}
@media (min-width: 1200px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper {
    width: 85%;
  }
}
@media (min-width: 1600px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper {
    width: 80%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 991px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 767px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box {
    width: 33.33%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box {
    padding: 0 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box {
    padding: 0 14px !important;
  }
}
@media (min-width: 1200px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1850px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box {
    padding-right: 55px;
    padding-left: 55px;
  }
}
.lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #D0E2FD;
  width: 2px;
  height: 24px;
}
@media (max-width: 767px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box::after {
    display: none;
  }
}
.lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box:last-child::after {
  display: none;
}
.lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box:last-child {
  padding-right: 0 !important;
}
@media (min-width: 1200px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box:first-child {
    padding-left: 0 !important;
  }
}
.lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box:first-child .contact-icn-wrapper {
  align-items: center;
}
.lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box:first-child .ct-intro {
  letter-spacing: 2px;
}
.lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box.bold-txt {
  padding-right: 0 !important;
}
@media (max-width: 1199px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box.bold-txt {
    padding-left: 0 !important;
  }
}
@media (max-width: 767px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box.bold-txt {
    width: 100% !important;
  }
}
.lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box.bold-txt p {
  font-weight: 600 !important;
}
@media (max-width: 767px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box.bold-txt p {
    display: block;
    width: 100% !important;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box.bold-txt p {
    font-size: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box.bold-txt p {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box.bold-txt p {
    font-size: 19px !important;
  }
}
@media (min-width: 1600px) {
  .lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box.bold-txt p {
    font-size: 23px !important;
  }
}
.lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box.bold-txt::after {
  display: none;
}
.lang-srtc-wrap-main .elementor-shortcode .language-shortcode-wrapper .lang-box p {
  font-weight: 400 !important;
  color: var(--global--color-secondary-dark) !important;
}

/*---------------------------------------------------------------------------------------------*/
.btm-form-sec-wrap .btm-form-main-inner-erap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btm-form-sec-wrap .btm-form-main-inner-erap .e-con-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 1199px) {
  .btm-form-sec-wrap .btm-form-main-inner-erap .img_con {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
  }
}
@media (max-width: 767px) {
  .btm-form-sec-wrap .form-right {
    padding: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btm-form-sec-wrap .form-right {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btm-form-sec-wrap .form-right {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1025px) {
  .btm-form-sec-wrap .form-right {
    padding-right: 40px !important;
  }
}
@media (min-width: 1600px) {
  .btm-form-sec-wrap .form-right {
    padding-right: 60px !important;
  }
}
.btm-form-sec-wrap .form-right .elementor-widget-heading .elementor-heading-title {
  color: #2E3440 !important;
}
.btm-form-sec-wrap .form-right .fs-22 p {
  color: #2E3440 !important;
}
@media (min-width: 1200px) {
  .btm-form-sec-wrap .form-right .fs-22 p {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .btm-form-sec-wrap .form-right .fs-22 p {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
.btm-form-sec-wrap .form-right .fs-22 p {
  font-weight: 400 !important;
}
@media (min-width: 992px) {
  .btm-form-sec-wrap .form-right .fs-16 .m-b-0 {
    margin-bottom: 0 !important;
  }
}
.btm-form-sec-wrap .form-right .fs-16 p {
  font-size: 16px;
}
.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form input, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form select, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form textarea, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form option {
  opacity: 1 !important;
  background: transparent !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: #2E3440 !important;
  font-weight: 300 !important;
  outline: none;
  resize: none;
  border-color: #939393 !important;
}
@media (max-width: 1199px) {
  .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form input, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form select, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form textarea, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form option {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form input, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form select, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form textarea, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form option {
    font-size: 16px !important;
  }
}
.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form input:focus, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form select:focus, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form textarea:focus, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form option:focus {
  outline: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
}
.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form input::-moz-placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form select::-moz-placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form textarea::-moz-placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form option::-moz-placeholder {
  color: #2E3440 !important;
  font-weight: 300 !important;
  opacity: 1 !important;
  z-index: 9;
}
.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form input::placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form select::placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form textarea::placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form option::placeholder {
  color: #2E3440 !important;
  font-weight: 300 !important;
  opacity: 1 !important;
  z-index: 9;
}
@media (max-width: 1199px) {
  .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form input::-moz-placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form select::-moz-placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form textarea::-moz-placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form option::-moz-placeholder {
    font-size: 14px !important;
  }
  .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form input::placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form select::placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form textarea::placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form option::placeholder {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form input::-moz-placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form select::-moz-placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form textarea::-moz-placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form option::-moz-placeholder {
    font-size: 16px !important;
  }
  .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form input::placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form select::placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form textarea::placeholder, .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form option::placeholder {
    font-size: 16px !important;
  }
}
.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper {
  position: relative;
  display: inline-block;
}
.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper .select-caret-down-wrapper {
  display: none;
}
.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 40px;
  color: #2E3440 !important;
  opacity: 3 !important;
}
.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form .elementor-select-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
}
.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form-fields-wrapper .elementor-field-group {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form-fields-wrapper .elementor-field-group {
    margin-top: 10px !important;
  }
}
.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form-fields-wrapper .e-form__buttons button.elementor-button {
  align-items: center;
  background-color: var(--global--color-primary) !important;
  border-radius: 50px !important;
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-black) !important;
  display: inline-flex !important;
  font-weight: 600 !important;
  justify-content: center;
  line-height: 1;
  outline: none;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  -o-transition: all ease 0.4s;
  -webkit-transition: all ease 0.4s;
  position: relative;
  font-family: var(--global--font-primary);
  background-image: unset !important;
  gap: 10px;
  letter-spacing: normal !important;
  border: none;
  margin-bottom: 10px;
  font-size: 15px !important;
  font-size: 0.9375rem !important;
  height: 36px;
  padding: 0 15px !important;
}
@media (min-width: 768px) {
  .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form-fields-wrapper .e-form__buttons button.elementor-button {
    font-size: 16px !important;
    height: 50px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 1200px) {
  .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form-fields-wrapper .e-form__buttons button.elementor-button {
    font-size: 15px !important;
    height: 45px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form-fields-wrapper .e-form__buttons button.elementor-button {
    font-size: 17px !important;
    height: 58px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1850px) {
  .btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form-fields-wrapper .e-form__buttons button.elementor-button {
    font-size: 18px !important;
    height: 65px;
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
.btm-form-sec-wrap .form-right .elementor-widget-form .elementor-form-fields-wrapper .e-form__buttons button.elementor-button:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.btm-form-sec-wrap .form-right .elementor-element-d32894d {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.btm-form-sec-wrap .elementor-error {
  position: relative;
}
.btm-form-sec-wrap .elementor-error .elementor-message-danger.elementor-help-inline.elementor-form-help-inline {
  background-color: #ff0100;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 12px !important;
  padding: 2px 3px !important;
  position: relative !important;
  z-index: 3;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.btm-form-sec-wrap .elementor-error .elementor-message-danger.elementor-help-inline.elementor-form-help-inline::after {
  border-bottom: none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ff0100;
  top: -5px;
  content: "";
  left: 10px;
  position: absolute;
  transform: rotate(175deg);
}
.btm-form-sec-wrap .elementor-error .elementor-message-danger.elementor-help-inline.elementor-form-help-inline::before {
  display: none !important;
}
.btm-form-sec-wrap .elementor-form .elementor-message.elementor-message-danger {
  margin: 15px 0 !important;
  border: 2px solid #ff0100 !important;
  width: 100% !important;
  text-align: center !important;
}
@media (min-width: 768px) {
  .btm-form-sec-wrap .elementor-form .elementor-message.elementor-message-danger {
    padding: 10px !important;
  }
}
@media (max-width: 767px) {
  .btm-form-sec-wrap .elementor-form .elementor-message.elementor-message-danger {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
}
.btm-form-sec-wrap .elementor-form .elementor-message.elementor-message-danger::before {
  display: none;
}

.contact-top-sec-wrap.cmn-space {
  padding-bottom: 20px !important;
  padding-top: 20px !important;
}
@media (min-width: 768px) {
  .contact-top-sec-wrap.cmn-space {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
}
@media (min-width: 1200px) {
  .contact-top-sec-wrap.cmn-space {
    padding-bottom: 35px !important;
    padding-top: 35px !important;
  }
}
@media (min-width: 1600px) {
  .contact-top-sec-wrap.cmn-space {
    padding-bottom: 50px !important;
    padding-top: 50px !important;
  }
}

/*------------------------------------------------------------*/
@media (max-width: 992px) {
  .map-wrap {
    padding-bottom: 0 !important;
  }
}

/*--------------------------------------------------------------------------*/
/*calculator styles*/
/*--------------------------------------------------------------------------*/
.calculator-main-wrap .rm-calculator-container {
  background: #fffcf3;
  border: 1px solid #e0b94f;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin: 20px auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .calculator-main-wrap .rm-calculator-container {
    padding: 25px !important;
  }
}
@media (min-width: 768px) {
  .calculator-main-wrap .rm-calculator-container {
    padding: 40px !important;
  }
}
@media (min-width: 1200px) {
  .calculator-main-wrap .rm-calculator-container {
    padding: 50px !important;
  }
}
.calculator-main-wrap .rm-calculator-container {
  color: #000;
}
@media (max-width: 1199px) {
  .calculator-main-wrap .rm-calculator-container {
    display: flex;
    flex-direction: column;
  }
}
.calculator-main-wrap .rm-calculator-container h2 {
  grid-column: 1/-1;
  text-align: center;
  color: var(--global--color-secondary-dark) !important;
  margin-top: 0;
  font-family: var(--global--font-primary) !important;
  font-weight: 600 !important;
}
@media (min-width: 1200px) {
  .calculator-main-wrap .rm-calculator-container h2 {
    font-size: 40px !important;
  }
}
@media (min-width: 768px) {
  .calculator-main-wrap .rm-calculator-container h2 {
    font-size: 36px !important;
  }
}
@media (max-width: 767px) {
  .calculator-main-wrap .rm-calculator-container h2 {
    font-size: 26px !important;
  }
}
@media (min-width: 1200px) {
  .calculator-main-wrap .rm-calculator-container table {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .calculator-main-wrap .rm-calculator-container table {
    width: 800px;
  }
}
@media (max-width: 1199px) {
  .calculator-main-wrap .rm-calculator-container table {
    width: 100%;
  }
}
.calculator-main-wrap .rm-calculator-container table {
  border-collapse: collapse;
  background: #fff;
  text-align: center;
  font-size: 0.9rem;
  margin: 0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
.calculator-main-wrap .rm-calculator-container table thead tr th {
  background-color: #e0b94f;
  color: #000 !important;
  padding: 12px 8px;
  font-weight: 600;
  font-family: var(--global--font-primary) !important;
}
.calculator-main-wrap .rm-calculator-container table thead tr th:first-child {
  text-align: left;
  padding-left: 15px;
}
.calculator-main-wrap .rm-calculator-container table tbody tr:nth-child(even) td {
  background-color: #faf1d9;
}
.calculator-main-wrap .rm-calculator-container table tbody tr td {
  padding: 14px 8px;
  border-bottom: 1px solid #f0f0f0;
  font-family: var(--global--font-primary) !important;
  color: #000;
}
.calculator-main-wrap .rm-calculator-container table tbody tr td.row-title {
  text-align: left;
  padding-left: 15px !important;
  font-weight: 500;
  color: #444;
  font-family: var(--global--font-primary) !important;
}
.calculator-main-wrap .rm-calculator-container .input-side {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.calculator-main-wrap .rm-calculator-container .output-side {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.calculator-main-wrap .rm-calculator-container .form-group:not(:last-child) {
  border-bottom: 1px solid rgba(224, 185, 79, 0.2392156863);
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .calculator-main-wrap .rm-calculator-container .form-group:not(:last-child) {
    padding-bottom: 20px !important;
  }
}
.calculator-main-wrap .rm-calculator-container .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: var(--global--font-primary) !important;
}
.calculator-main-wrap .rm-calculator-container .form-group label {
  margin-bottom: 0;
  font-family: var(--global--font-primary) !important;
}
.calculator-main-wrap .rm-calculator-container .form-group label span {
  color: red;
}
.calculator-main-wrap .rm-calculator-container .form-group .description {
  font-size: 0.82rem;
  color: #7f8c8d;
  line-height: 1.4;
  font-family: var(--global--font-primary) !important;
}
.calculator-main-wrap .rm-calculator-container .input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.calculator-main-wrap .rm-calculator-container .input-wrap .unit {
  position: absolute;
  left: 12px;
  color: #e0b94f;
  font-weight: bold;
}
@media (min-width: 1200px) {
  .calculator-main-wrap .rm-calculator-container .input-wrap .numeric-input {
    width: 100% !important;
  }
}
.calculator-main-wrap .rm-calculator-container .input-wrap .numeric-input {
  width: 100%;
  padding: 12px 12px 12px 30px !important;
  border: 2px solid rgba(224, 185, 79, 0.2392156863) !important;
  border-radius: 6px !important;
  font-size: 1rem !important;
  outline: none;
  box-sizing: border-box;
  background: #fff !important;
  height: auto !important;
  color: #000 !important;
}
.calculator-main-wrap .rm-calculator-container .input-wrap .numeric-input:focus {
  border-color: #e0b94f !important;
}
.calculator-main-wrap .rm-calculator-container .slider-container {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-top: 5px;
}
.calculator-main-wrap .rm-calculator-container .slider-container .slider-wrap {
  flex-grow: 1;
  position: relative;
}
.calculator-main-wrap .rm-calculator-container .slider-container .slider-wrap input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
@media (min-width: 1200px) {
  .calculator-main-wrap .rm-calculator-container .slider-container .slider-wrap input[type=range] {
    width: 100%;
  }
}
.calculator-main-wrap .rm-calculator-container .slider-container .slider-wrap input[type=range] {
  height: 6px;
  background: #13264a;
  border-radius: 3px;
  outline: none;
  margin: 0;
  padding: 0;
}
.calculator-main-wrap .rm-calculator-container .slider-container .slider-wrap input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #e0b94f;
  border-radius: 50%;
  cursor: pointer;
}
.calculator-main-wrap .rm-calculator-container .slider-container .slider-wrap .slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #e0b94f;
  margin-top: 6px;
  font-weight: 600;
  padding: 0 2px;
}
@media (max-width: 767px) {
  .calculator-main-wrap .rm-calculator-container .slider-container .slider-wrap .slider-labels {
    font-size: 12px !important;
  }
}
.calculator-main-wrap .rm-calculator-container .slider-container .slider-val-box {
  width: 65px;
  padding: 8px !important;
  border: 2px solid #e0b94f !important;
  border-radius: 6px !important;
  text-align: center;
  font-size: 0.95rem !important;
  color: #fff !important;
  height: auto !important;
  border: 1px solid #e0b94f !important;
  font-weight: 700;
  /* color: #000 !important; */
  font-family: var(--global--font-primary) !important;
  background: #13264a !important;
  margin-top: -4px;
}
.calculator-main-wrap .rm-calculator-container .slider-container .slider-val-box:focus-visible {
  border: 2px solid #e0b94f !important;
  outline: none;
}
@media (max-width: 1199px) {
  .calculator-main-wrap .rm-calculator-container .slider-container .slider-val-box {
    margin-top: -6px !important;
  }
}
.calculator-main-wrap .rm-calculator-container .table-wrapper {
  border-radius: 8px 8px 0 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow-y: auto;
}
.calculator-main-wrap .rm-calculator-container .info-box {
  background-color: rgba(247, 231, 188, 0.42);
  border: 1px solid rgba(224, 185, 79, 0.4196078431);
  border-radius: 6px;
  padding: 20px;
  font-size: 0.85rem;
  line-height: 1.5;
  color: #333;
}
.calculator-main-wrap .rm-calculator-container .info-box p {
  font-family: var(--global--font-primary) !important;
  margin: 0 0 12px 0;
}
.calculator-main-wrap .rm-calculator-container .info-box p:last-child {
  margin-bottom: 0;
}
.calculator-main-wrap .rm-calculator-container .info-box p a {
  color: #e0b94f;
}
.calculator-main-wrap .rm-calculator-container .warning-text {
  color: #e74c3c;
  font-size: 13px;
}

/* ================================
						Slick Slider
================================= */
body .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
body .slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
body .slick-slider .slick-list:focus {
  outline: none;
}
body .slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
body .slick-slider .slick-slider .slick-track,
body .slick-slider .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
body .slick-slider .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
body .slick-slider .slick-track:before, body .slick-slider .slick-track:after {
  content: "";
  display: table;
}
body .slick-slider .slick-track:after {
  clear: both;
}
.slick-loading body .slick-slider .slick-track {
  visibility: hidden;
}
body .slick-slider .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] body .slick-slider .slick-slide {
  float: right;
}
body .slick-slider .slick-slide img {
  display: block;
}
body .slick-slider .slick-slide.slick-loading img {
  display: none;
}
body .slick-slider .slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized body .slick-slider .slick-slide {
  display: block;
}
.slick-loading body .slick-slider .slick-slide {
  visibility: hidden;
}
.slick-vertical body .slick-slider .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
body .slick-slider .slick-arrow.slick-hidden {
  display: none;
}
body .slick-slider {
  /* Arrows */
}
body .slick-slider .slick-prev,
body .slick-slider .slick-next {
  position: absolute;
  height: 56px;
  width: 56px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 3;
  background: var(--global--color-primary) !important;
  border-radius: 50%;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 0;
}
@media (max-width: 1599px) {
  body .slick-slider .slick-prev,
  body .slick-slider .slick-next {
    height: 45px;
    width: 45px;
  }
}
body .slick-slider .slick-prev:hover, body .slick-slider .slick-prev:focus,
body .slick-slider .slick-next:hover,
body .slick-slider .slick-next:focus {
  outline: none;
  background: var(--global--color-black) !important;
}
body .slick-slider .slick-prev:hover:before, body .slick-slider .slick-prev:focus:before,
body .slick-slider .slick-next:hover:before,
body .slick-slider .slick-next:focus:before {
  opacity: 1;
}
body .slick-slider .slick-prev:before,
body .slick-slider .slick-next:before {
  font-size: 0;
  content: "";
  position: absolute;
  background-image: url(assets/images/arrow-nxt.png);
  height: 9px;
  background-size: 23px;
  width: 23px;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) {
  body .slick-slider .slick-prev,
  body .slick-slider .slick-next {
    display: none !important;
  }
}
body .slick-slider .slick-prev {
  left: -45px !important;
}
@media (max-width: 1799px) {
  body .slick-slider .slick-prev {
    left: -45px !important;
  }
}
@media (max-width: 1599px) {
  body .slick-slider .slick-prev {
    left: -25px !important;
  }
}
body .slick-slider .slick-prev:before {
  background-image: url(assets/images/arrow-prev.png);
}
body .slick-slider .slick-next {
  right: -45px !important;
}
@media (max-width: 1799px) {
  body .slick-slider .slick-next {
    right: -45px !important;
  }
}
@media (max-width: 1599px) {
  body .slick-slider .slick-next {
    right: -25px !important;
  }
}
body .slick-slider {
  /* Dots */
}
body .slick-slider .slick-dots {
  position: absolute;
  list-style: none;
  padding: 0;
  margin: 0;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 12%;
  bottom: unset;
  top: 70%;
  transform: translateX(-50%);
  z-index: 999;
  gap: 5px;
}
@media (max-width: 1199px) {
  body .slick-slider .slick-dots {
    display: none !important;
  }
}
body .slick-slider .slick-dots li {
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  border: 0;
  display: flex;
}
body .slick-slider .slick-dots li button {
  background-color: var(--global--opacity-white-30);
  height: 2px;
  margin: 0 !important;
  padding: 0 !important;
  text-indent: -99999px;
  width: 25px;
  border: none;
  border-radius: 10px;
  background-color: #13264A;
  cursor: pointer;
}
body .slick-slider .slick-dots li.slick-active {
  border: 0;
}
body .slick-slider .slick-dots li.slick-active button {
  background-color: #F9CC4B;
  width: 50px;
}
body .slick-slider {
  /*slick custom nave*/
}
body .slick-slider .slick_prev,
body .slick-slider .slick_next {
  cursor: pointer;
  display: flex !important;
  height: 40px;
  left: 0;
  position: absolute;
  right: auto !important;
  transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  z-index: 1;
  border-radius: 0%;
  background: var(--global--color-primary);
  align-items: center;
}
body .slick-slider .slick_prev svg,
body .slick-slider .slick_next svg {
  fill: var(--global--color-base-text);
  height: 14px;
  width: auto !important;
  rotate: 180deg;
}
body .slick-slider .slick_prev:hover,
body .slick-slider .slick_next:hover {
  background-color: var(--global--color-white);
}
body .slick-slider .slick_prev:hover svg,
body .slick-slider .slick_next:hover svg {
  fill: var(--global--color-white);
}
@media (min-width: 1200px) {
  body .slick-slider .slick_prev,
  body .slick-slider .slick_next {
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}
@media (min-width: 1600px) {
  body .slick-slider .slick_prev,
  body .slick-slider .slick_next {
    height: 50px;
    width: 50px !important;
  }
  body .slick-slider .slick_prev svg,
  body .slick-slider .slick_next svg {
    height: 16px;
  }
}
@media (min-width: 1800px) {
  body .slick-slider .slick_prev,
  body .slick-slider .slick_next {
    height: 60px;
    width: 60px !important;
  }
  body .slick-slider .slick_prev svg,
  body .slick-slider .slick_next svg {
    height: 19px;
  }
}
@media (max-width: 1199px) {
  body .slick-slider .slick_prev,
  body .slick-slider .slick_next {
    bottom: 0;
    display: none !important;
  }
}
body .slick-slider .slick_next {
  right: 0 !important;
  left: auto;
}
body .slick-slider {
  /*end slick custom nav*/
}
.resp-tabs-list li {
  display: inline-block;
  margin: 0;
  list-style: none;
  cursor: pointer;
}

.resp-tabs-container {
  padding: 0px;
  clear: left;
}

.resp-accordion {
  cursor: pointer;
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-active {
  margin-bottom: -1px !important;
}

.resp-content-active,
.resp-accordion-active {
  display: block;
}

/*-----------Vertical tabs-----------*/
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%;
}

.resp-vtabs .resp-tabs-list li {
  display: block;
  margin: 0;
  cursor: pointer;
  float: none;
}

.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none;
}

.resp-vtabs .resp-tab-content {
  border: none;
}

.resp-vtabs li.resp-tab-active {
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
}

.resp-arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 30px;
  line-height: 1;
  position: absolute;
  right: 10px;
  transform-origin: center center;
  transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
  -o-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  top: 6px;
  width: 30px;
}
.resp-arrow:before {
  border-right: 1px solid var(--global--color-white);
  border-top: 1px solid var(--global--color-white);
  content: "";
  height: 10px;
  width: 10px;
}

h2.resp-tab-active span.resp-arrow {
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  top: 12px;
}

/*-----------Accordion styles-----------*/
h2.resp-tab-active {
  background: var(--global--color-primary);
}

.resp-easy-accordion .resp-accordion {
  display: block;
}

.resp-jfit {
  width: 100%;
  margin: 0px;
}

.resp-tab-content-active {
  display: block;
}

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media (max-width: 991px) {
  ul.resp-tabs-list {
    display: none;
  }
  .resp-accordion {
    display: block;
    margin-top: 10px;
    position: relative;
    background: #af9047;
    padding: 15px;
    color: var(--global--color-white);
    font-size: 18px !important;
    margin-bottom: 10px !important;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
}
.slk-arrow-round .slick-dots {
  transform: skew(0deg);
  bottom: 50px;
  right: 50px;
  justify-content: end;
  z-index: 99;
}
.slk-arrow-round .slick-dots li {
  background: none;
}
.slk-arrow-round .slick-dots li button {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background: var(--global--color-white);
}
.slk-arrow-round .slick-dots li.slick-active button {
  background: var(--global--color-secondary);
}/*# sourceMappingURL=cro-header-footer.css.map */