: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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--global--color-black) !important;
  display: block;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0;
  text-transform: none;
  font-family: var(--global--font-primary) !important;
  letter-spacing: normal !important;
}
@media (max-width: 767px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    text-transform: none;
  }
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-weight: inherit !important;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  background-color: transparent;
  color: var(--global--color-primary);
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none !important;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: var(--global--color-secondary);
}
h1 + p, h1 + ul, h1 + ol, h1 + blockquote,
h2 + p,
h2 + ul,
h2 + ol,
h2 + blockquote,
h3 + p,
h3 + ul,
h3 + ol,
h3 + blockquote,
h4 + p,
h4 + ul,
h4 + ol,
h4 + blockquote,
h5 + p,
h5 + ul,
h5 + ol,
h5 + blockquote,
h6 + p,
h6 + ul,
h6 + ol,
h6 + blockquote {
  margin-bottom: 0px;
  margin-top: 10px !important;
}
h1 + .wpb_text_column,
h2 + .wpb_text_column,
h3 + .wpb_text_column,
h4 + .wpb_text_column,
h5 + .wpb_text_column,
h6 + .wpb_text_column {
  margin-top: 15px !important;
}
@media (min-width: 1600px) {
  h1 + p, h1 + ul, h1 + ol, h1 + blockquote,
  h2 + p,
  h2 + ul,
  h2 + ol,
  h2 + blockquote,
  h3 + p,
  h3 + ul,
  h3 + ol,
  h3 + blockquote,
  h4 + p,
  h4 + ul,
  h4 + ol,
  h4 + blockquote,
  h5 + p,
  h5 + ul,
  h5 + ol,
  h5 + blockquote,
  h6 + p,
  h6 + ul,
  h6 + ol,
  h6 + blockquote {
    margin-bottom: 0px;
    margin-top: 15px !important;
  }
  h1 + .wpb_text_column,
  h2 + .wpb_text_column,
  h3 + .wpb_text_column,
  h4 + .wpb_text_column,
  h5 + .wpb_text_column,
  h6 + .wpb_text_column {
    margin-top: 20px !important;
  }
}
h1.mrg-btm-15,
h2.mrg-btm-15,
h3.mrg-btm-15,
h4.mrg-btm-15,
h5.mrg-btm-15,
h6.mrg-btm-15 {
  margin-bottom: 15px !important;
}
h1.mrg-btm-5,
h2.mrg-btm-5,
h3.mrg-btm-5,
h4.mrg-btm-5,
h5.mrg-btm-5,
h6.mrg-btm-5 {
  margin-bottom: 5px !important;
}

p:not(:last-child),
blockquote:not(:last-child),
ul:not(:last-child),
ol:not(:last-child) {
  margin-bottom: 10px !important;
}
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
blockquote + h1,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6 {
  margin: 0;
  margin-top: 15px !important;
}
@media (min-width: 1600px) {
  p:not(:last-child),
  blockquote:not(:last-child),
  ul:not(:last-child),
  ol:not(:last-child) {
    margin-bottom: 10px !important;
  }
  p + h1, p + h2, p + h3, p + h4, p + h5, p + h6,
  blockquote + h1,
  blockquote + h2,
  blockquote + h3,
  blockquote + h4,
  blockquote + h5,
  blockquote + h6,
  ul + h1,
  ul + h2,
  ul + h3,
  ul + h4,
  ul + h5,
  ul + h6,
  ol + h1,
  ol + h2,
  ol + h3,
  ol + h4,
  ol + h5,
  ol + h6 {
    margin-top: 20px !important;
  }
}

.h2, .elementor-widget-heading, h2 {
  font-size: 25px !important;
}
@media (min-width: 768px) {
  .h2, .elementor-widget-heading, h2 {
    font-size: 28px !important;
  }
}
@media (min-width: 1200px) {
  .h2, .elementor-widget-heading, h2 {
    font-size: 36px !important;
  }
}
@media (min-width: 1600px) {
  .h2, .elementor-widget-heading, h2 {
    font-size: 48px !important;
  }
}
@media (min-width: 1850px) {
  .h2, .elementor-widget-heading, h2 {
    font-size: 55px !important;
  }
}

.elementor-widget-heading {
  background-color: transparent;
  color: var(--global--color-black);
  display: block !important;
  font-weight: 600;
  line-height: 1.2 !important;
  margin-bottom: 8px !important;
  position: relative;
  text-transform: none !important;
}
@media (min-width: 1200px) {
  .elementor-widget-heading {
    margin-bottom: 13px !important;
  }
}
@media (max-width: 767px) {
  .elementor-widget-heading {
    text-transform: none;
  }
}
.elementor-widget-heading.mrg-btm-5 {
  margin-bottom: 5px !important;
}
.elementor-widget-heading.mrg-btm-0 {
  margin-bottom: 0px !important;
}
.elementor-widget-heading .elementor-heading-title {
  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;
}
.elementor-widget-heading .elementor-heading-title a {
  background-color: transparent;
  color: inherit;
  position: relative;
  text-decoration: none !important;
}
.elementor-widget-heading .elementor-heading-title a:hover {
  color: var(--global--color-primary) !important;
}
.elementor-widget-heading.primary-color {
  color: var(--global--color-primary) !important;
}
.elementor-widget-heading.primary-color {
  color: var(--global--color-primary) !important;
}
.elementor-widget-heading.text-white {
  color: var(--global--color-white) !important;
}
.elementor-widget-heading.text-black {
  color: var(--global--color-black) !important;
}
.elementor-widget-heading.text-upper {
  text-transform: uppercase !important;
}
.elementor-widget-heading.transform-none {
  text-transform: none !important;
}

.titleSize-50, .elementor-widget-heading.titleSize-50 {
  font-size: 25px !important;
}
@media (min-width: 768px) {
  .titleSize-50, .elementor-widget-heading.titleSize-50 {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-50, .elementor-widget-heading.titleSize-50 {
    font-size: 34px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-50, .elementor-widget-heading.titleSize-50 {
    font-size: 44px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-50, .elementor-widget-heading.titleSize-50 {
    font-size: 50px !important;
  }
}

.titleSize-52, .elementor-widget-heading.titleSize-52 {
  font-size: 25px !important;
}
@media (min-width: 768px) {
  .titleSize-52, .elementor-widget-heading.titleSize-52 {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-52, .elementor-widget-heading.titleSize-52 {
    font-size: 34px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-52, .elementor-widget-heading.titleSize-52 {
    font-size: 44px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-52, .elementor-widget-heading.titleSize-52 {
    font-size: 52px !important;
  }
}

.titleSize-32, .elementor-widget-heading.titleSize-32 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 19px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 28px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-32, .elementor-widget-heading.titleSize-32 {
    font-size: 32px !important;
  }
}

.titleSize-35, .elementor-widget-heading.titleSize-35 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .titleSize-35, .elementor-widget-heading.titleSize-35 {
    font-size: 19px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-35, .elementor-widget-heading.titleSize-35 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-35, .elementor-widget-heading.titleSize-35 {
    font-size: 28px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-35, .elementor-widget-heading.titleSize-35 {
    font-size: 35px !important;
  }
}

.titleSize-38, .elementor-widget-heading.titleSize-38 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .titleSize-38, .elementor-widget-heading.titleSize-38 {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-38, .elementor-widget-heading.titleSize-38 {
    font-size: 25px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-38, .elementor-widget-heading.titleSize-38 {
    font-size: 32px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-38, .elementor-widget-heading.titleSize-38 {
    font-size: 38px !important;
  }
}

.titleSize-30, .elementor-widget-heading.titleSize-30 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .titleSize-30, .elementor-widget-heading.titleSize-30 {
    font-size: 19px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-30, .elementor-widget-heading.titleSize-30 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-30, .elementor-widget-heading.titleSize-30 {
    font-size: 28px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-30, .elementor-widget-heading.titleSize-30 {
    font-size: 30px !important;
  }
}

.titleSize-36, .elementor-widget-heading.titleSize-36 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .titleSize-36, .elementor-widget-heading.titleSize-36 {
    font-size: 19px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-36, .elementor-widget-heading.titleSize-36 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-36, .elementor-widget-heading.titleSize-36 {
    font-size: 30px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-36, .elementor-widget-heading.titleSize-36 {
    font-size: 36px !important;
  }
}

.titleSize-43 {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .titleSize-43 {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-43 {
    font-size: 30px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-43 {
    font-size: 38px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-43 {
    font-size: 43px !important;
  }
}

.titleSize-48, .elementor-widget-heading.titleSize-48 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .titleSize-48, .elementor-widget-heading.titleSize-48 {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-48, .elementor-widget-heading.titleSize-48 {
    font-size: 34px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-48, .elementor-widget-heading.titleSize-48 {
    font-size: 42px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-48, .elementor-widget-heading.titleSize-48 {
    font-size: 48px !important;
  }
}

.titleSize-47, .elementor-widget-heading.titleSize-47 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .titleSize-47, .elementor-widget-heading.titleSize-47 {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-47, .elementor-widget-heading.titleSize-47 {
    font-size: 34px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-47, .elementor-widget-heading.titleSize-47 {
    font-size: 42px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-47, .elementor-widget-heading.titleSize-47 {
    font-size: 47px !important;
  }
}

.titleSize-40, .elementor-widget-heading.titleSize-40 {
  font-size: 21px !important;
}
@media (min-width: 768px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 28px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 36px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-40, .elementor-widget-heading.titleSize-40 {
    font-size: 40px !important;
  }
}

.titleSize-42, .elementor-widget-heading.titleSize-42 {
  font-size: 21px !important;
}
@media (min-width: 768px) {
  .titleSize-42, .elementor-widget-heading.titleSize-42 {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-42, .elementor-widget-heading.titleSize-42 {
    font-size: 28px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-42, .elementor-widget-heading.titleSize-42 {
    font-size: 36px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-42, .elementor-widget-heading.titleSize-42 {
    font-size: 42px !important;
  }
}

.titleSize-45, .elementor-widget-heading.titleSize-45 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .titleSize-45, .elementor-widget-heading.titleSize-45 {
    font-size: 28px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-45, .elementor-widget-heading.titleSize-45 {
    font-size: 35px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-45, .elementor-widget-heading.titleSize-45 {
    font-size: 40px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-45, .elementor-widget-heading.titleSize-45 {
    font-size: 45px !important;
  }
}

.titleSize-105 {
  font-size: 45px !important;
}
@media (min-width: 768px) {
  .titleSize-105 {
    font-size: 62px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-105 {
    font-size: 70px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-105 {
    font-size: 85px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-105 {
    font-size: 105px !important;
  }
}

.titleSize-100, .elementor-widget-heading.titleSize-100 {
  font-size: 30px !important;
}
@media (min-width: 768px) {
  .titleSize-100, .elementor-widget-heading.titleSize-100 {
    font-size: 60px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-100, .elementor-widget-heading.titleSize-100 {
    font-size: 70px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-100, .elementor-widget-heading.titleSize-100 {
    font-size: 80px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-100, .elementor-widget-heading.titleSize-100 {
    font-size: 100px !important;
  }
}

.titleSize-27, .elementor-widget-heading.titleSize-27 {
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 21px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-27, .elementor-widget-heading.titleSize-27 {
    font-size: 27px !important;
  }
}

.titleSize-25, .elementor-widget-heading.titleSize-25 {
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .titleSize-25, .elementor-widget-heading.titleSize-25 {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-25, .elementor-widget-heading.titleSize-25 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-25, .elementor-widget-heading.titleSize-25 {
    font-size: 21px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-25, .elementor-widget-heading.titleSize-25 {
    font-size: 25px !important;
  }
}

.titleSize-24, .elementor-widget-heading.titleSize-24 {
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .titleSize-24, .elementor-widget-heading.titleSize-24 {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-24, .elementor-widget-heading.titleSize-24 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-24, .elementor-widget-heading.titleSize-24 {
    font-size: 21px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-24, .elementor-widget-heading.titleSize-24 {
    font-size: 24px !important;
  }
}

.titleSize-23, .elementor-widget-heading.titleSize-23 {
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .titleSize-23, .elementor-widget-heading.titleSize-23 {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-23, .elementor-widget-heading.titleSize-23 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-23, .elementor-widget-heading.titleSize-23 {
    font-size: 21px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-23, .elementor-widget-heading.titleSize-23 {
    font-size: 23px !important;
  }
}

.titleSize-60, .elementor-widget-heading.titleSize-60 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
@media (min-width: 768px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 32px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 40px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 55px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-60, .elementor-widget-heading.titleSize-60 {
    font-size: 60px !important;
  }
}

.titleSize-64, .elementor-widget-heading.titleSize-64 {
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
@media (min-width: 768px) {
  .titleSize-64, .elementor-widget-heading.titleSize-64 {
    font-size: 32px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-64, .elementor-widget-heading.titleSize-64 {
    font-size: 40px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-64, .elementor-widget-heading.titleSize-64 {
    font-size: 55px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-64, .elementor-widget-heading.titleSize-64 {
    font-size: 64px !important;
  }
}

.titleSize-66 {
  font-size: 25px !important;
}
@media (min-width: 768px) {
  .titleSize-66 {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-66 {
    font-size: 48px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-66 {
    font-size: 60px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-66 {
    font-size: 66px !important;
  }
}

.titleSize-72, .elementor-widget-heading.titleSize-72 {
  font-size: 25px !important;
}
@media (min-width: 768px) {
  .titleSize-72, .elementor-widget-heading.titleSize-72 {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-72, .elementor-widget-heading.titleSize-72 {
    font-size: 48px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-72, .elementor-widget-heading.titleSize-72 {
    font-size: 65px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-72, .elementor-widget-heading.titleSize-72 {
    font-size: 72px !important;
  }
}

.titleSize-78, .elementor-widget-heading.titleSize-78 {
  font-size: 25px !important;
}
@media (min-width: 768px) {
  .titleSize-78, .elementor-widget-heading.titleSize-78 {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-78, .elementor-widget-heading.titleSize-78 {
    font-size: 48px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-78, .elementor-widget-heading.titleSize-78 {
    font-size: 65px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-78, .elementor-widget-heading.titleSize-78 {
    font-size: 78px !important;
  }
}

.titleSize-87, .elementor-widget-heading.titleSize-87 {
  font-size: 25px !important;
}
@media (min-width: 768px) {
  .titleSize-87, .elementor-widget-heading.titleSize-87 {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-87, .elementor-widget-heading.titleSize-87 {
    font-size: 48px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-87, .elementor-widget-heading.titleSize-87 {
    font-size: 65px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-87, .elementor-widget-heading.titleSize-87 {
    font-size: 87px !important;
  }
}

.titleSize-20, .elementor-widget-heading.titleSize-20 {
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .titleSize-20, .elementor-widget-heading.titleSize-20 {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-20, .elementor-widget-heading.titleSize-20 {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-20, .elementor-widget-heading.titleSize-20 {
    font-size: 18px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-20, .elementor-widget-heading.titleSize-20 {
    font-size: 20px !important;
  }
}

.titleSize-26, .elementor-widget-heading.titleSize-26 {
  font-size: 19px !important;
}
@media (min-width: 768px) {
  .titleSize-26, .elementor-widget-heading.titleSize-26 {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-26, .elementor-widget-heading.titleSize-26 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-26, .elementor-widget-heading.titleSize-26 {
    font-size: 22px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-26, .elementor-widget-heading.titleSize-26 {
    font-size: 26px !important;
  }
}

.titleSize-22, .elementor-widget-heading.titleSize-22 {
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .titleSize-22, .elementor-widget-heading.titleSize-22 {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-22, .elementor-widget-heading.titleSize-22 {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-22, .elementor-widget-heading.titleSize-22 {
    font-size: 21px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-22, .elementor-widget-heading.titleSize-22 {
    font-size: 22px !important;
  }
}

.titleSize-29 {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .titleSize-29 {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-29 {
    font-size: 22px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-29 {
    font-size: 23px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-29 {
    font-size: 30px !important;
  }
}

.titleSize-28, .elementor-widget-heading.titleSize-28 {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .titleSize-28, .elementor-widget-heading.titleSize-28 {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-28, .elementor-widget-heading.titleSize-28 {
    font-size: 22px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-28, .elementor-widget-heading.titleSize-28 {
    font-size: 23px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-28, .elementor-widget-heading.titleSize-28 {
    font-size: 28px !important;
  }
}

.titleSize-18, .elementor-widget-heading.titleSize-18, .elementor-widget-heading.titleSize-17 {
  font-size: 15px !important;
}
@media (min-width: 1200px) {
  .titleSize-18, .elementor-widget-heading.titleSize-18, .elementor-widget-heading.titleSize-17 {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-18, .elementor-widget-heading.titleSize-18, .elementor-widget-heading.titleSize-17 {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-18, .elementor-widget-heading.titleSize-18, .elementor-widget-heading.titleSize-17 {
    font-size: 18px !important;
  }
}

.titleSize-17 {
  font-size: 15px !important;
}
@media (min-width: 1200px) {
  .titleSize-17 {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-17 {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-17 {
    font-size: 17px !important;
  }
}

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

.faq-outer-adjust {
  width: 55% !important;
  margin-left: auto !important;
}
@media (max-width: 1199px) {
  .faq-outer-adjust {
    width: 100% !important;
    margin-left: auto !important;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px !important;
  }
}

#calculation_tab .resp-tabs-list {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--global--color-primary);
}
@media (max-width: 991px) {
  #calculation_tab .resp-tabs-list {
    display: none;
  }
}
#calculation_tab .resp-tabs-list .resp-tab-item {
  width: 50%;
  font-size: 15px !important;
  color: var(--global--color-black);
  background: transparent;
  text-align: center;
  font-weight: 600 !important;
  height: 60px;
  display: flex;
  align-items: center;
  padding: 10px;
  justify-content: center;
  border-radius: 10px 10px 0 0;
}
@media (min-width: 768px) {
  #calculation_tab .resp-tabs-list .resp-tab-item {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  #calculation_tab .resp-tabs-list .resp-tab-item {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  #calculation_tab .resp-tabs-list .resp-tab-item {
    height: 70px;
    font-size: 21px !important;
  }
}
@media (min-width: 1850px) {
  #calculation_tab .resp-tabs-list .resp-tab-item {
    font-size: 22px !important;
  }
}
#calculation_tab .resp-tabs-list .resp-tab-item.resp-tab-active {
  background: var(--global--color-primary);
}

.testimonial-outer {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
@media (max-width: 1599px) {
  .testimonial-outer {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 1199px) {
  .testimonial-outer {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
}
@media (min-width: 1800px) {
  .testimonial-outer .elementor-button-icon svg {
    width: 30px;
    height: 30px;
  }
}
.testimonial-outer .elementor-button-content-wrapper .elementor-button-text {
  display: flex;
  align-items: center;
}

.reviews-container {
  margin-left: -25px;
  margin-right: -25px;
}
@media (max-width: 1599px) {
  .reviews-container {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.reviews-container .review-card {
  padding: 40px;
  border-radius: 4px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(224, 185, 79, 0.5);
  background: var(--global--color-white);
}
@media (max-width: 1599px) {
  .reviews-container .review-card {
    padding: 25px;
  }
}
@media (max-width: 1199px) {
  .reviews-container .review-card {
    padding: 20px;
  }
}
.reviews-container .review-header {
  display: flex;
}
.reviews-container .review-header .reviewer-info {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.reviews-container .review-header .reviewer-info .avatar {
  width: 40px;
  height: 40px;
  background-color: var(--global--color-secondary);
  color: var(--global--color-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: 400;
  font-size: 20px !important;
  font-family: var(--global--font-primary);
}
@media (min-width: 768px) {
  .reviews-container .review-header .reviewer-info .avatar {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  .reviews-container .review-header .reviewer-info .avatar {
    font-size: 26px !important;
  }
}
@media (min-width: 1600px) {
  .reviews-container .review-header .reviewer-info .avatar {
    font-size: 30px !important;
    width: 68px;
    height: 68px;
  }
}
@media (min-width: 1850px) {
  .reviews-container .review-header .reviewer-info .avatar {
    font-size: 32px !important;
  }
}
.reviews-container .review-header .reviewer-info .details {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  align-items: start;
  gap: 8px;
}
.reviews-container .review-header .reviewer-info .details .name {
  font-size: 16px !important;
  text-transform: capitalize;
  color: #2E3440 !important;
  line-height: 1;
}
@media (min-width: 768px) {
  .reviews-container .review-header .reviewer-info .details .name {
    font-size: 17px !important;
  }
}
@media (min-width: 1200px) {
  .reviews-container .review-header .reviewer-info .details .name {
    font-size: 18px !important;
  }
}
@media (min-width: 1600px) {
  .reviews-container .review-header .reviewer-info .details .name {
    font-size: 20px !important;
  }
}
@media (min-width: 1850px) {
  .reviews-container .review-header .reviewer-info .details .name {
    font-size: 22px !important;
  }
}
@media (max-width: 1599px) {
  .reviews-container .review-header .reviewer-info .details img {
    max-width: 100px;
  }
}
.reviews-container .review-text {
  font-size: 15px !important;
  padding-top: 10px;
  font-weight: 300 !important;
}
@media (min-width: 1200px) {
  .reviews-container .review-text {
    font-size: 14px !important;
    padding-top: 20px;
  }
}
@media (min-width: 1600px) {
  .reviews-container .review-text {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .reviews-container .review-text {
    font-size: 18px !important;
  }
}
.reviews-container .review-text p {
  font-size: inherit !important;
  font-weight: inherit !important;
}
.reviews-container .slick-track {
  display: flex !important;
}
.reviews-container .slick-slide {
  padding: 20px 20px;
  height: auto !important;
}
@media (max-width: 1599px) {
  .reviews-container .slick-slide {
    padding: 10px 10px;
  }
}

.perfect-banner {
  padding: 80px !important;
  border-radius: 10px !important;
}
@media (max-width: 1799px) {
  .perfect-banner {
    padding: 50px !important;
  }
}
@media (max-width: 1199px) {
  .perfect-banner {
    padding: 30px !important;
  }
}

.per-pos-img {
  position: absolute !important;
  bottom: 0 !important;
  right: 80px !important;
}
@media (max-width: 1799px) {
  .per-pos-img {
    max-width: 400px !important;
  }
}
@media (max-width: 1599px) {
  .per-pos-img {
    max-width: 340px !important;
  }
}
@media (max-width: 1199px) {
  .per-pos-img {
    display: none;
  }
}

.apply-wrapper {
  padding-top: 20px !important;
  width: fit-content;
  position: relative;
}
@media (max-width: 1199px) {
  .apply-wrapper {
    padding-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .apply-wrapper {
    flex-direction: column !important;
    gap: 13px !important;
  }
}
.apply-wrapper .phone-wrapper {
  display: flex;
  gap: 10px;
  text-decoration: none;
  justify-content: center;
  margin-left: 60px;
  align-items: center;
  border: 1px solid #13264A;
  border-radius: 50px;
  padding: 5px 20px;
  position: relative;
}
@media (max-width: 1599px) {
  .apply-wrapper .phone-wrapper {
    margin-left: 30px;
  }
}
@media (max-width: 1199px) {
  .apply-wrapper .phone-wrapper {
    margin-left: 20px;
    padding: 5px 10px 5px 5px;
    gap: 5px;
  }
}
@media (max-width: 991px) {
  .apply-wrapper .phone-wrapper {
    padding: 10px 20px 10px 10px;
  }
}
@media (max-width: 767px) {
  .apply-wrapper .phone-wrapper {
    margin-left: 0px;
  }
}
.apply-wrapper .phone-wrapper::after {
  content: "" !important;
  position: absolute;
  background: url(assets/images/apply-after.png);
  top: 0%;
  transform: translateY(-50%);
  right: -497px;
  width: 497px;
  height: 63px;
  background-size: 497px;
  background-repeat: no-repeat;
}
@media (max-width: 1799px) {
  .apply-wrapper .phone-wrapper::after {
    right: -420px;
    width: 420px;
    height: 60px;
    background-size: 420px;
  }
}
@media (max-width: 1599px) {
  .apply-wrapper .phone-wrapper::after {
    top: 15%;
    right: -310px;
    width: 310px;
    height: 40px;
    background-size: 310px;
  }
}
@media (max-width: 1199px) {
  .apply-wrapper .phone-wrapper::after {
    display: none;
  }
}
.apply-wrapper .phone-wrapper .per-icon {
  flex: 0 0 42px;
  height: 42px;
  margin-left: -35px;
}
@media (max-width: 1199px) {
  .apply-wrapper .phone-wrapper .per-icon {
    margin-left: 0px;
    flex: 0 0 30px;
    height: 30px;
  }
}
.apply-wrapper .phone-wrapper .per-icon svg {
  width: 100%;
  height: 100%;
}
.apply-wrapper .phone-wrapper .ph-intro {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  gap: 5px;
  display: flex;
  flex-direction: column;
  letter-spacing: 2px;
  color: var(--global--color-black) !important;
  margin-top: -15px;
  background: #e0b94f;
  padding: 0 10px;
}
@media (max-width: 1599px) {
  .apply-wrapper .phone-wrapper .ph-intro {
    font-size: 14px !important;
    font-size: 0.875rem !important;
  }
}
@media (max-width: 1199px) {
  .apply-wrapper .phone-wrapper .ph-intro {
    gap: 5px;
    margin-top: 0px;
    font-size: 10px !important;
    font-size: 0.625rem !important;
    padding: 0;
    gap: 2px;
  }
}
@media (max-width: 991px) {
  .apply-wrapper .phone-wrapper .ph-intro {
    font-size: 12px !important;
    font-size: 0.75rem !important;
  }
}
@media (max-width: 767px) {
  .apply-wrapper .phone-wrapper .ph-intro {
    text-transform: none;
  }
}
.apply-wrapper .phone-wrapper .ph-intro .ph-text {
  display: block;
  letter-spacing: normal;
  line-height: 1;
  font-weight: 700;
  font-size: 18px !important;
  color: var(--global--color-black) !important;
  line-height: 1;
}
@media (min-width: 768px) {
  .apply-wrapper .phone-wrapper .ph-intro .ph-text {
    font-size: 19px !important;
  }
}
@media (min-width: 1200px) {
  .apply-wrapper .phone-wrapper .ph-intro .ph-text {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .apply-wrapper .phone-wrapper .ph-intro .ph-text {
    font-size: 28px !important;
  }
}
@media (min-width: 1850px) {
  .apply-wrapper .phone-wrapper .ph-intro .ph-text {
    font-size: 30px !important;
  }
}

#services-listing {
  display: flex !important;
  flex-wrap: wrap;
  width: 100% !important;
  max-width: 100% !important;
  justify-content: space-between;
  padding-top: 40px;
}
#services-listing .resp-tabs-list {
  width: 61% !important;
  padding: 40px;
  padding-top: 300px;
  background: url(assets/images/tab-left.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border-radius: 10px;
  margin-bottom: 0 !important;
  justify-content: center;
  align-items: start;
}
@media (max-width: 1799px) {
  #services-listing .resp-tabs-list {
    padding: 30px;
    padding-top: 240px;
  }
}
@media (max-width: 1599px) {
  #services-listing .resp-tabs-list {
    padding: 20px;
    padding-top: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #services-listing .resp-tabs-list {
    padding: 15px !important;
    padding-top: 200px !important;
  }
}
@media (max-width: 991px) {
  #services-listing .resp-tabs-list {
    display: none !important;
  }
}
#services-listing .serv-box {
  display: flex;
  align-items: center;
  width: 32%;
  padding: 30px 20px;
  background: #FFF8E6;
  border-radius: 10px;
  word-break: break-word;
}
@media (max-width: 1599px) {
  #services-listing .serv-box {
    padding: 20px 10px;
    border-radius: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #services-listing .serv-box {
    padding: 20px 5px !important;
  }
}
#services-listing .serv-box.resp-tab-active {
  background: var(--global--color-primary);
}
#services-listing .service-icon {
  flex: 0 0 60px;
  height: 60px;
  display: flex;
  align-items: center;
}
@media (max-width: 1799px) {
  #services-listing .service-icon {
    flex: 0 0 40px;
    height: 40px;
  }
}
@media (max-width: 1599px) {
  #services-listing .service-icon {
    flex: 0 0 38px;
    height: 38px;
  }
}
@media (max-width: 1199px) {
  #services-listing .service-icon {
    flex: 0 0 30px;
    height: 30px;
  }
}
#services-listing .service-icon svg {
  width: 100%;
  height: 100%;
}
#services-listing .service-heading {
  flex-grow: 1;
  font-weight: 600 !important;
  color: #2E3440;
  padding-left: 10px;
  font-size: 15px !important;
  line-height: 1.2;
}
@media (min-width: 768px) {
  #services-listing .service-heading {
    font-size: 14px !important;
  }
}
@media (min-width: 1200px) {
  #services-listing .service-heading {
    font-size: 15px !important;
    padding-left: 15px;
  }
}
@media (min-width: 1600px) {
  #services-listing .service-heading {
    font-size: 18px !important;
  }
}
@media (min-width: 1850px) {
  #services-listing .service-heading {
    font-size: 22px !important;
  }
}
#services-listing .resp-tabs-container {
  width: 37% !important;
  background: url(assets/images/tab-yellow.jpg);
  background-repeat: no-repeat !important;
  background-position: top !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px;
  font-size: 15px !important;
  font-weight: 400 !important;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  #services-listing .resp-tabs-container {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  #services-listing .resp-tabs-container {
    padding: 40px;
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  #services-listing .resp-tabs-container {
    padding: 50px;
    font-size: 18px !important;
  }
}
@media (max-width: 991px) {
  #services-listing .resp-tabs-container {
    width: 100% !important;
    padding: 15px;
  }
}
#services-listing .resp-tabs-container p {
  font-weight: inherit !important;
}
#services-listing .resp-tabs-container .resp-accordion {
  margin-top: 0px;
  background: #e0b94f;
}
@media (max-width: 991px) {
  #services-listing .resp-tabs-container .resp-accordion {
    display: flex;
    align-items: center;
  }
}
#services-listing .resp-tabs-container .tab-content {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  #services-listing .resp-tabs-container .tab-content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#services-listing .resp-tabs-container .service-list-hed {
  font-weight: 600 !important;
  font-size: 22px !important;
  color: var(--global--color-secondary-dark) !important;
  display: block;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  #services-listing .resp-tabs-container .service-list-hed {
    font-size: 28px !important;
  }
}
@media (min-width: 1200px) {
  #services-listing .resp-tabs-container .service-list-hed {
    font-size: 35px !important;
  }
}
@media (min-width: 1600px) {
  #services-listing .resp-tabs-container .service-list-hed {
    font-size: 40px !important;
  }
}
@media (min-width: 1850px) {
  #services-listing .resp-tabs-container .service-list-hed {
    font-size: 45px !important;
  }
}
#services-listing .resp-tabs-container .service-sub-hed {
  color: var(--global--color-secondary-dark) !important;
  font-weight: 600 !important;
  font-size: 15px !important;
  text-transform: capitalize;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  #services-listing .resp-tabs-container .service-sub-hed {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  #services-listing .resp-tabs-container .service-sub-hed {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  #services-listing .resp-tabs-container .service-sub-hed {
    font-size: 21px !important;
  }
}
@media (min-width: 1850px) {
  #services-listing .resp-tabs-container .service-sub-hed {
    font-size: 23px !important;
  }
}
#services-listing .resp-tabs-container .serv-button-wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 30px;
}
@media (max-width: 1599px) {
  #services-listing .resp-tabs-container .serv-button-wrapper {
    padding-top: 10px;
  }
}
@media (max-width: 1199px) {
  #services-listing .resp-tabs-container .serv-button-wrapper {
    align-items: start;
    gap: 10px;
    flex-direction: column;
  }
}
#services-listing .resp-tabs-container .service-learn {
  display: flex;
  align-items: center;
  gap: 15px;
  text-transform: uppercase;
  color: var(--global--color-primary) !important;
  font-weight: 500 !important;
  font-size: 15px !important;
}
@media (min-width: 768px) {
  #services-listing .resp-tabs-container .service-learn {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  #services-listing .resp-tabs-container .service-learn {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  #services-listing .resp-tabs-container .service-learn {
    font-size: 21px !important;
  }
}
@media (min-width: 1850px) {
  #services-listing .resp-tabs-container .service-learn {
    font-size: 22px !important;
  }
}
#services-listing .resp-tabs-container .service-learn .serv-anchor {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--global--color-primary);
  font-size: 15px !important;
}
@media (min-width: 768px) {
  #services-listing .resp-tabs-container .service-learn .serv-anchor {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  #services-listing .resp-tabs-container .service-learn .serv-anchor {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  #services-listing .resp-tabs-container .service-learn .serv-anchor {
    width: 44px;
    height: 44px;
    font-size: 21px !important;
  }
}
@media (min-width: 1850px) {
  #services-listing .resp-tabs-container .service-learn .serv-anchor {
    font-size: 22px !important;
  }
}
#services-listing .resp-tabs-container .service-learn .serv-anchor svg {
  fill: var(--global--color-black);
}
@media (max-width: 1599px) {
  #services-listing .resp-tabs-container .service-learn .serv-anchor svg {
    width: 8px;
    height: 8px;
  }
}
#services-listing .resp-tabs-container .service-learn:hover {
  color: var(--global--color-secondary) !important;
}
#services-listing .resp-tabs-container .service-learn:hover .serv-anchor {
  background: var(--global--color-black);
}
#services-listing .resp-tabs-container .service-learn:hover .serv-anchor svg {
  fill: var(--global--color-white);
}

.detail-serv #services-listing .resp-tabs-container {
  background: url(assets/images/tab-white.png);
}

.rate-tab-outer {
  width: 100% !important;
  max-width: 80% !important;
}
@media (max-width: 991px) {
  .rate-tab-outer {
    max-width: 100% !important;
  }
}

.rate-tab-sec {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .rate-tab-sec {
    padding-top: 20px;
  }
}
.rate-tab-sec .resp-tabs-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px !important;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 1599px) {
  .rate-tab-sec .resp-tabs-list {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .rate-tab-sec .resp-tabs-list {
    display: none;
  }
}
.rate-tab-sec .rate-box {
  width: 25% !important;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
@media (max-width: 1599px) {
  .rate-tab-sec .rate-box {
    padding: 0 10px;
  }
}
.rate-tab-sec .rate-box.resp-tab-active .rate-icon {
  background: var(--global--color-primary);
  border: 1px solid var(--global--color-primary);
}
.rate-tab-sec .rate-box.resp-tab-active .rate-icon svg {
  fill: var(--global--color-black);
}
.rate-tab-sec .rate-box.resp-tab-active::before {
  content: "";
  position: absolute;
  background: var(--global--color-primary);
  width: 70%;
  height: 5px;
  border-radius: 20px;
  bottom: -22px;
  transform: translateX(-50%);
  left: 50%;
}
@media (max-width: 1599px) {
  .rate-tab-sec .rate-box.resp-tab-active::before {
    bottom: -17px;
  }
}
.rate-tab-sec .resp-accordion {
  margin-top: 0;
  display: none;
}
@media (max-width: 991px) {
  .rate-tab-sec .resp-accordion {
    margin-top: 0;
    display: flex;
    align-items: center;
  }
}
.rate-tab-sec .resp-accordion.resp-tab-active {
  background: var(--global--color-black);
}
.rate-tab-sec .resp-accordion.resp-tab-active .rate-icon {
  background: var(--global--color-black);
}
.rate-tab-sec .resp-accordion.resp-tab-active .rate-icon svg {
  fill: var(--global--color-primary);
}
.rate-tab-sec .rate-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  margin-bottom: 20px;
  border: 1px solid var(--global--color-white);
}
@media (max-width: 1799px) {
  .rate-tab-sec .rate-icon {
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1599px) {
  .rate-tab-sec .rate-icon {
    width: 55px;
    height: 55px;
  }
}
@media (max-width: 991px) {
  .rate-tab-sec .rate-icon {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .rate-tab-sec .rate-icon {
    width: 40px;
    height: 40px;
    padding: 5px;
  }
}
.rate-tab-sec .rate-icon svg {
  fill: var(--global--color-white);
}
@media (max-width: 1799px) {
  .rate-tab-sec .rate-icon svg {
    width: 45px;
    height: 55px;
  }
}
@media (max-width: 1599px) {
  .rate-tab-sec .rate-icon svg {
    width: 35px;
    height: 45px;
  }
}
.rate-tab-sec .rate-head {
  color: var(--global--color-white) !important;
  display: block;
  font-weight: 600 !important;
  font-size: 19px !important;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .rate-tab-sec .rate-head {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .rate-tab-sec .rate-head {
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .rate-tab-sec .rate-head {
    font-size: 19px !important;
  }
}
@media (min-width: 1600px) {
  .rate-tab-sec .rate-head {
    font-size: 22px !important;
  }
}
@media (min-width: 1850px) {
  .rate-tab-sec .rate-head {
    font-size: 26px !important;
  }
}
.rate-tab-sec .sub-rate-head {
  color: var(--global--color-white) !important;
  display: block;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1;
  padding-left: 5px;
}
@media (min-width: 768px) {
  .rate-tab-sec .sub-rate-head {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .rate-tab-sec .sub-rate-head {
    padding-top: 5px;
    padding-left: 0px;
  }
}
@media (min-width: 1200px) {
  .rate-tab-sec .sub-rate-head {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  .rate-tab-sec .sub-rate-head {
    font-size: 21px !important;
  }
}
@media (min-width: 1850px) {
  .rate-tab-sec .sub-rate-head {
    font-size: 22px !important;
  }
}
.rate-tab-sec .tab-content {
  padding-left: 300px;
  padding-top: 20px;
}
@media (max-width: 1799px) {
  .rate-tab-sec .tab-content {
    padding-left: 200px;
  }
}
@media (max-width: 1199px) {
  .rate-tab-sec .tab-content {
    padding-left: 100px;
  }
}
@media (max-width: 991px) {
  .rate-tab-sec .tab-content {
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
  }
}
.rate-tab-sec .rate-text-head {
  color: var(--global--color-primary);
  font-size: 17px !important;
  font-weight: 600;
}
@media (min-width: 768px) {
  .rate-tab-sec .rate-text-head {
    font-size: 17px !important;
  }
}
@media (min-width: 1200px) {
  .rate-tab-sec .rate-text-head {
    font-size: 18px !important;
  }
}
@media (min-width: 1600px) {
  .rate-tab-sec .rate-text-head {
    font-size: 22px !important;
  }
}
@media (min-width: 1850px) {
  .rate-tab-sec .rate-text-head {
    font-size: 25px !important;
  }
}
.rate-tab-sec .rate-calculator-wrappper {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .rate-tab-sec .rate-calculator-wrappper {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
    align-items: start;
    justify-content: start;
    text-align: left;
  }
}
.rate-tab-sec .rate-per {
  background: linear-gradient(90deg, #FFFFFF 0%, #E0B94F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 800;
  position: relative;
  font-size: 20px !important;
  padding-right: 25px;
  margin-right: 25px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .rate-tab-sec .rate-per {
    font-size: 27px !important;
  }
}
@media (min-width: 1200px) {
  .rate-tab-sec .rate-per {
    font-size: 32px !important;
  }
}
@media (min-width: 1600px) {
  .rate-tab-sec .rate-per {
    font-size: 35px !important;
  }
}
@media (min-width: 1850px) {
  .rate-tab-sec .rate-per {
    font-size: 45px !important;
  }
}
.rate-tab-sec .rate-per::after {
  content: "";
  position: absolute;
  background: var(--global--color-white);
  width: 1px;
  height: 100px;
  right: 0;
  top: 20px;
  transform: translateY(-50%);
}
@media (max-width: 1680px) {
  .rate-tab-sec .rate-per::after {
    height: 90px;
  }
}
@media (max-width: 1599px) {
  .rate-tab-sec .rate-per::after {
    height: 75px;
  }
}
@media (max-width: 1199px) {
  .rate-tab-sec .rate-per::after {
    top: 10px;
  }
}
@media (max-width: 1023px) {
  .rate-tab-sec .rate-per::after {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .rate-tab-sec .rate-per::after {
    display: none;
  }
}

.banner-botom-slde .e-con-inner {
  display: flex !important;
  gap: 0 !important;
}
@media (max-width: 1199px) {
  .banner-botom-slde .e-con-inner {
    flex-wrap: wrap !important;
  }
}
.banner-botom-slde .e-con-inner .e-con-full:first-child {
  flex: 0 0 12% !important;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid var(--global--color-primary);
}
@media (max-width: 1599px) {
  .banner-botom-slde .e-con-inner .e-con-full:first-child {
    flex: 0 0 14% !important;
  }
}
@media (max-width: 1199px) {
  .banner-botom-slde .e-con-inner .e-con-full:first-child {
    flex: 0 0 100% !important;
    margin-right: 0px;
    border-right: 0 !important;
  }
  .banner-botom-slde .e-con-inner .e-con-full:first-child br {
    display: none;
  }
}
.banner-botom-slde .e-con-inner .e-con-full:first-child .elementor-heading-title {
  color: var(--global--color-secondary-dark) !important;
  font-weight: 700 !important;
}
.banner-botom-slde .e-con-inner .e-con-full:nth-child(2) {
  flex-grow: 1 !important;
}
@media (max-width: 1199px) {
  .banner-botom-slde .e-con-inner .e-con-full:nth-child(2) {
    flex: 0 0 100% !important;
    padding-top: 10px !important;
  }
}
.banner-botom-slde .e-con-inner .swiper-horizontal .elementor-image-carousel {
  align-items: center !important;
  display: flex !important;
}
.banner-botom-slde .e-con-inner .swiper-horizontal .swiper-slide {
  position: relative;
}
.banner-botom-slde .e-con-inner .swiper-horizontal .swiper-slide::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 1px;
  height: 35px;
}
.banner-botom-slde .e-con-inner .swiper-horizontal .swiper-slide .swiper-slide-inner {
  padding: 10px !important;
}

@media (max-width: 991px) {
  .detail-top-icon-box .elementor-widget-icon-box {
    width: 100% !important;
  }
}
.detail-top-icon-box .elementor-widget-icon-box .elementor-icon-box-wrapper {
  width: 300px;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center;
  padding: 18px;
  flex-direction: row !important;
}
@media (max-width: 1599px) {
  .detail-top-icon-box .elementor-widget-icon-box .elementor-icon-box-wrapper {
    width: auto;
    padding: 10px;
  }
}
.detail-top-icon-box .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
  width: auto;
  height: auto;
}
@media (max-width: 1599px) {
  .detail-top-icon-box .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
    width: 40px;
    height: 40px;
  }
}
.detail-top-icon-box .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content {
  flex-grow: unset;
  width: auto;
}
.detail-top-icon-box .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
  font-weight: 500 !important;
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .detail-top-icon-box .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .detail-top-icon-box .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  .detail-top-icon-box .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 18px !important;
  }
}
@media (min-width: 1850px) {
  .detail-top-icon-box .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-title {
    font-size: 20px !important;
  }
}

.leading-boxes {
  max-width: 80% !important;
  margin: 0 auto !important;
}
@media (max-width: 1799px) {
  .leading-boxes {
    max-width: 90% !important;
  }
}
@media (max-width: 1599px) {
  .leading-boxes {
    max-width: 100% !important;
  }
}
.leading-boxes .e-con-full {
  padding: 40px !important;
}
@media (max-width: 1799px) {
  .leading-boxes .e-con-full {
    padding: 30px !important;
  }
}
@media (max-width: 1599px) {
  .leading-boxes .e-con-full {
    padding: 20px !important;
  }
}
.leading-boxes .elementor-icon-box-wrapper {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.leading-boxes .elementor-icon-box-wrapper .elementor-icon-box-icon svg {
  width: auto !important;
  height: auto !important;
}
.leading-boxes .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  color: var(--global--color-secondary-dark) !important;
  font-weight: 600 !important;
  font-size: 19px !important;
}
@media (min-width: 768px) {
  .leading-boxes .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .leading-boxes .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .leading-boxes .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 22px !important;
  }
}
@media (min-width: 1850px) {
  .leading-boxes .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 26px !important;
  }
}
.leading-boxes .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  margin-top: 5px !important;
  font-size: 14px !important;
  color: var(--global--color-secondary-dark) !important;
  font-weight: 500 !important;
}
@media (min-width: 1200px) {
  .leading-boxes .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 15px !important;
  }
}
@media (min-width: 1600px) {
  .leading-boxes .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .leading-boxes .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 17px !important;
  }
}
.leading-boxes .speed-box {
  border-radius: 8px;
  margin-top: 15px;
  border: 1px solid rgba(47, 109, 197, 0.3882352941);
  background: #F2F7FE;
  padding: 20px 22px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 1599px) {
  .leading-boxes .speed-box {
    padding: 15px 15px;
  }
}
.leading-boxes .speed-box .sp-bx {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  line-height: 1;
  width: 100%;
}
.leading-boxes .speed-box .sp-bx .sp-head {
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  font-size: 15px !important;
  width: 50%;
  padding: 0 5px;
}
@media (max-width: 1599px) {
  .leading-boxes .speed-box .sp-bx .sp-head {
    font-size: 13px !important;
  }
}
.leading-boxes .speed-box .sp-bx figure {
  padding: 0 5px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: 50%;
  font-weight: 500 !important;
}
.leading-boxes .list-on-content ul li {
  font-size: 14px !important;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .leading-boxes .list-on-content ul li {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .leading-boxes .list-on-content ul li {
    font-size: 15px !important;
  }
}
@media (min-width: 1850px) {
  .leading-boxes .list-on-content ul li {
    font-size: 15px !important;
  }
}
.leading-boxes .list-on-content ul li:before {
  width: 12px;
  height: 12px;
  background-size: 12px;
  top: 6px;
}
@media (max-width: 1599px) {
  .leading-boxes .list-on-content ul li:before {
    top: 4px;
  }
}
.leading-boxes .list-on-content ul li:not(:last-child) {
  margin-bottom: 5px;
}
.leading-boxes .lead-first .list-on-content ul li::before {
  background: url(assets/images/list-tik-blue.png);
}
.leading-boxes .lead-first .sp-bx figure {
  color: #2F6DC5;
}
.leading-boxes .lead-second .speed-box {
  border: 1px solid rgba(108, 78, 178, 0.631372549);
  background: #F7F4FE;
}
.leading-boxes .lead-second .list-on-content ul li::before {
  background: url(assets/images/list-tik-mn.png);
}
.leading-boxes .lead-second .sp-bx figure {
  color: #6C4EB2;
}
.leading-boxes .lead-third .speed-box {
  border: 1px solid rgba(211, 162, 28, 0.5019607843);
  background: #FEF7E9;
}
.leading-boxes .lead-third .sp-bx figure {
  color: #D3A21C;
}

.leading-bottom {
  max-width: 80% !important;
  margin: 0 auto !important;
}
@media (max-width: 1799px) {
  .leading-bottom {
    max-width: 90% !important;
  }
}
@media (max-width: 1599px) {
  .leading-bottom {
    max-width: 100% !important;
  }
}

.leading-bottom-head {
  position: relative !important;
  display: flex !important;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: center;
}
.leading-bottom-head::before, .leading-bottom-head::after {
  content: "";
  position: relative;
  height: 40px;
  width: 100%;
  background: transparent;
  bottom: -15px;
  white-space: nowrap;
  flex-grow: 1;
}
.leading-bottom-head::before {
  border-left: 1px solid var(--global--color-primary);
  border-top: 1px solid var(--global--color-primary);
  left: 0;
  border-radius: 8px 0 0 0;
}
.leading-bottom-head::after {
  border-right: 1px solid var(--global--color-primary);
  border-top: 1px solid var(--global--color-primary);
  right: 0;
  border-radius: 0 8px 0 0;
}
.leading-bottom-head .elementor-heading-title {
  padding: 0 15px;
  flex: 0 0 10%;
  font-weight: 600 !important;
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .leading-bottom-head .elementor-heading-title {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .leading-bottom-head .elementor-heading-title {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .leading-bottom-head .elementor-heading-title {
    font-size: 21px !important;
  }
}
@media (min-width: 1850px) {
  .leading-bottom-head .elementor-heading-title {
    font-size: 24px !important;
  }
}

.detail-bottom-icon {
  padding: 20px 10px 30px 10px !important;
  border: 1px solid var(--global--color-primary);
  margin-top: -10px !important;
  border-top: 0;
  border-radius: 10px !important;
}
.detail-bottom-icon .elementor-widget-icon-box {
  padding: 0 60px !important;
  position: relative;
}
@media (max-width: 1799px) {
  .detail-bottom-icon .elementor-widget-icon-box {
    padding: 0 40px !important;
  }
}
@media (max-width: 1025px) {
  .detail-bottom-icon .elementor-widget-icon-box {
    padding: 10px 0 !important;
  }
}
.detail-bottom-icon .elementor-widget-icon-box::after {
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 1px;
  height: 100%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1025px) {
  .detail-bottom-icon .elementor-widget-icon-box::after {
    display: none;
  }
}
.detail-bottom-icon .elementor-widget-icon-box:last-child::after {
  display: none !important;
}
.detail-bottom-icon .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-icon .elementor-icon svg {
  width: auto;
  height: auto;
}
.detail-bottom-icon .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
  font-weight: 600 !important;
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .detail-bottom-icon .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .detail-bottom-icon .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 17px !important;
  }
}
@media (min-width: 1600px) {
  .detail-bottom-icon .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 18px !important;
  }
}
@media (min-width: 1850px) {
  .detail-bottom-icon .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 20px !important;
  }
}
.detail-bottom-icon .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
  font-weight: 400 !important;
  color: #2E3440 !important;
  line-height: 1.3;
}
@media (min-width: 1600px) {
  .detail-bottom-icon .elementor-widget-icon-box .elementor-icon-box-wrapper .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 16px !important;
  }
}

.box-design-lft .e-con-full {
  position: relative;
  padding-left: 30px;
  border-radius: 8px !important;
}
.box-design-lft .e-con-full::before {
  content: "";
  position: absolute;
  background: var(--global--color-primary);
  width: 5px;
  height: 70%;
  border-radius: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 0%;
  border-radius: 50px;
}
.box-design-lft.dark-border .e-con-full::before {
  background: var(--global--color-secondary);
}

.counter-outer {
  padding-top: 20px !important;
  padding-bottom: 50px !important;
}
.counter-outer::after {
  width: 100%;
  content: "";
  height: 30%;
  left: 0;
  top: 0;
  position: absolute;
  background: #FFF8E9;
  z-index: 1;
}
.counter-outer > * {
  z-index: 2;
  position: relative !important;
}

.counter-icon-wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row !important;
  padding: 50px 30px !important;
  row-gap: 15px !important;
}
@media (max-width: 1599px) {
  .counter-icon-wrapper {
    padding: 30px 10px !important;
  }
}
@media (max-width: 1199px) {
  .counter-icon-wrapper {
    padding: 30px 0 !important;
  }
}
@media (max-width: 767px) {
  .counter-icon-wrapper {
    row-gap: 20px !important;
  }
}
.counter-icon-wrapper .elementor-widget-icon-box {
  width: 25%;
  padding: 0 80px;
  position: relative;
}
@media (max-width: 1799px) {
  .counter-icon-wrapper .elementor-widget-icon-box {
    padding: 0 40px;
  }
}
@media (max-width: 991px) {
  .counter-icon-wrapper .elementor-widget-icon-box {
    padding: 0 20px;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .counter-icon-wrapper .elementor-widget-icon-box {
    padding: 0px;
    width: 100%;
  }
}
.counter-icon-wrapper .elementor-widget-icon-box::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  width: 1px;
  height: 70%;
}
@media (max-width: 991px) {
  .counter-icon-wrapper .elementor-widget-icon-box::after {
    display: none;
  }
}
.counter-icon-wrapper .elementor-widget-icon-box:last-child::after {
  display: none;
}
.counter-icon-wrapper .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
  font-size: 25px !important;
  font-weight: 700 !important;
  line-height: 1.2;
  background: linear-gradient(90deg, #081726 33.22%, #E0B94F 83.99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 768px) {
  .counter-icon-wrapper .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .counter-icon-wrapper .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 48px !important;
  }
}
@media (min-width: 1600px) {
  .counter-icon-wrapper .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 65px !important;
  }
}
@media (min-width: 1850px) {
  .counter-icon-wrapper .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-title {
    font-size: 81px !important;
  }
}
.counter-icon-wrapper .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
  font-weight: 500 !important;
  font-size: 20px !important;
  margin-top: 10px !important;
  color: #2E3440 !important;
  line-height: 1;
}
@media (min-width: 768px) {
  .counter-icon-wrapper .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .counter-icon-wrapper .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 22px !important;
  }
}
@media (min-width: 1600px) {
  .counter-icon-wrapper .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 23px !important;
  }
}
@media (min-width: 1850px) {
  .counter-icon-wrapper .elementor-widget-icon-box .elementor-icon-box-content .elementor-icon-box-description {
    font-size: 28px !important;
  }
}

.about-outer {
  position: relative;
}
.about-outer::after {
  content: "" !important;
  position: absolute;
  background: url(assets/images/about-after.png) no-repeat center;
  top: 0px;
  right: 0;
  width: 320px;
  height: 335px;
  background-size: 320px;
  z-index: 2;
}
@media (max-width: 1599px) {
  .about-outer::after {
    width: 220px;
    height: 235px;
    background-size: 220px;
  }
}
@media (max-width: 1023px) {
  .about-outer::after {
    display: none;
  }
}

.about-right-wrapper {
  padding-right: 100px !important;
  padding-top: 50px !important;
}
@media (max-width: 1599px) {
  .about-right-wrapper {
    padding-right: 10px !important;
    padding-top: 20px !important;
  }
}
@media (max-width: 1024px) {
  .about-right-wrapper {
    padding-right: 0px !important;
    padding-top: 20px !important;
  }
}

.abt-pos-image {
  position: absolute !important;
  right: -40px;
  top: 10px;
}
@media (max-width: 1599px) {
  .abt-pos-image {
    right: -115px;
  }
}
@media (max-width: 1499px) {
  .abt-pos-image {
    right: -75px;
  }
}
@media (max-width: 1399px) {
  .abt-pos-image {
    right: -25px;
  }
}
@media (max-width: 1399px) {
  .abt-pos-image {
    right: 30px;
  }
}
@media (max-width: 1199px) {
  .abt-pos-image {
    position: relative !important;
    top: 0;
    right: unset;
    margin: 15px 0 !important;
  }
}
@media (min-width: 1921px) {
  .abt-pos-image {
    right: -14% !important;
  }
}
@media (min-width: 2300px) {
  .abt-pos-image {
    right: -27% !important;
  }
}
.abt-pos-image img {
  max-width: 180px !important;
}
@media (max-width: 1599px) {
  .abt-pos-image img {
    max-width: 100px !important;
  }
}

.about-box-outer {
  display: flex !important;
  gap: 40px !important;
  flex-direction: row !important;
  max-width: 90%;
  margin: 0 auto !important;
  padding-left: 30px !important;
  margin-top: -50px !important;
  z-index: 8 !important;
  flex-wrap: wrap !important;
  position: relative !important;
  justify-content: center !important;
}
@media (max-width: 1799px) {
  .about-box-outer {
    max-width: 90%;
    margin-top: -30px !important;
  }
}
@media (max-width: 1599px) {
  .about-box-outer {
    max-width: 100%;
    gap: 25px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 1199px) {
  .about-box-outer {
    margin-top: 30px !important;
    padding-left: 0px !important;
    gap: 15px !important;
  }
}

.about-boxes {
  position: relative;
  overflow: hidden;
  text-align: center !important;
  padding: 40px !important;
  border: 7px solid #324871;
  border-radius: 50px !important;
  background: #fff;
  position: relative;
  width: 22% !important;
  justify-content: center !important;
}
@media (max-width: 1799px) {
  .about-boxes {
    padding: 30px !important;
  }
}
@media (max-width: 1599px) {
  .about-boxes {
    padding: 20px !important;
  }
}
@media (max-width: 1199px) {
  .about-boxes {
    border: 3px solid var(--global--color-primary);
    border-radius: 25px !important;
    padding: 20px !important;
  }
}
@media (max-width: 991px) {
  .about-boxes {
    width: 48% !important;
  }
}
@media (max-width: 767px) {
  .about-boxes {
    width: 100% !important;
  }
}
.about-boxes::before {
  content: "" !important;
  position: absolute !important;
  background: url(assets/images/about-box-left.png) no-repeat center;
  bottom: -11px;
  left: -11px !important;
  width: 160px !important;
  height: 150px !important;
  background-size: 160px;
  top: unset !important;
  z-index: 1;
}
@media (max-width: 1599px) {
  .about-boxes::before {
    width: 140px !important;
    height: 130px !important;
    background-size: 140px;
  }
}
@media (max-width: 1199px) {
  .about-boxes::before {
    display: none !important;
  }
}
.about-boxes::after {
  content: "" !important;
  position: absolute !important;
  background: url(assets/images/about-box-right.png) no-repeat center;
  top: -8px;
  right: -8px;
  width: 142px;
  height: 150px;
  background-size: 142px;
  z-index: 1;
}
@media (max-width: 1199px) {
  .about-boxes::after {
    display: none;
  }
}
.about-boxes .elementor-element {
  position: relative;
  z-index: 2 !important;
}
@media (max-width: 1199px) {
  .about-boxes br {
    display: none !important;
  }
}
.about-boxes:last-child .abt-arrow {
  display: none;
}

.abt-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  right: -26px;
  z-index: 2;
}
@media (max-width: 1599px) {
  .abt-arrow {
    width: 12px;
    height: 12px;
    right: -19px;
  }
}
.abt-arrow::before {
  content: "" !important;
  position: absolute;
  background: url(assets/images/abt-arrow.png);
  width: 100%;
  height: 100%;
  background-size: 12px;
  background-repeat: no-repeat;
}
@media (max-width: 1599px) {
  .abt-arrow::before {
    background-size: 12px;
  }
}
@media (max-width: 1199px) {
  .abt-arrow::before {
    display: none;
  }
}

.number-hed {
  color: var(--global--color-primary) !important;
  font-size: 21px !important;
  font-weight: 700 !important;
}
@media (min-width: 768px) {
  .number-hed {
    font-size: 22px !important;
  }
}
@media (min-width: 1200px) {
  .number-hed {
    font-size: 28px !important;
  }
}
@media (min-width: 1600px) {
  .number-hed {
    font-size: 36px !important;
  }
}
@media (min-width: 1850px) {
  .number-hed {
    font-size: 39px !important;
  }
}

.abt-bx-head {
  font-weight: 600 !important;
  font-size: 15px !important;
}
@media (min-width: 1200px) {
  .abt-bx-head {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .abt-bx-head {
    font-size: 17px !important;
  }
}
@media (min-width: 1850px) {
  .abt-bx-head {
    font-size: 19px !important;
  }
}

.about-boxes .bg-svg {
  position: absolute;
  inset: 0;
}

.about-boxes .bg-svg svg {
  width: 100%;
  height: 100%;
  display: block;
}

body {
  font-family: var(--global--font-primary) !important;
  line-height: 1.6;
  background-color: var(--global--color-white) !important;
  font-size: 14px !important;
  color: var(--global--color-black) !important;
}
@media (min-width: 1200px) {
  body {
    font-size: 15px !important;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  body {
    font-size: 17px !important;
  }
}
body p,
body li {
  color: inherit;
  line-height: 1.6;
  font-weight: 300 !important;
  margin: 0;
  padding: 0;
  text-align: inherit;
  color: var(--global--color-black) !important;
  font-family: var(--global--font-primary) !important;
  font-size: inherit !important;
}

img {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto !important;
  z-index: 2;
}