:root {
  --font-DM: "Poppins", Sans-serif!important;
  --font-open: "Albert Sans", Sans-serif!important;
  --font-tri: "Lora", serif!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: #007F00;
  --global--color-btn-blue: #1B8DCA;
  --global--color-text: #222222;
  --global--color-primary-dark: #1A263F;
  --global--color-secondary: #00007F;
  --global--color-secondary-light: #FFE668;
  --global--color-heading: var(--global--color-black);
  --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: 1560px;
  --tw-wrap-xxxl: 1590px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

:root {
  --font-DM: "Poppins", Sans-serif!important;
  --font-open: "Albert Sans", Sans-serif!important;
  --font-tri: "Lora", serif!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: #007F00;
  --global--color-btn-blue: #1B8DCA;
  --global--color-text: #222222;
  --global--color-primary-dark: #1A263F;
  --global--color-secondary: #00007F;
  --global--color-secondary-light: #FFE668;
  --global--color-heading: var(--global--color-black);
  --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: 1560px;
  --tw-wrap-xxxl: 1590px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--global--color-black) !important;
  display: block;
  font-weight: 700 !important;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  font-family: var(--global--font-tri) !important;
  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;
}
@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;
  }
}

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: 10px !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: 22px !important;
}
@media (min-width: 768px) {
  .h2, .elementor-widget-heading, h2 {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .h2, .elementor-widget-heading, h2 {
    font-size: 35px !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;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px !important;
  position: relative;
  text-align: left;
  text-transform: none;
}
@media (min-width: 1200px) {
  .elementor-widget-heading {
    margin-bottom: 13px !important;
  }
}
.elementor-widget-heading .elementor-heading-title {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1.2 !important;
  position: relative;
  text-transform: inherit;
}
.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.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;
}

.titleSize-50, .elementor-widget-heading.titleSize-50 {
  font-size: 22px !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-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: 30px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-35, .elementor-widget-heading.titleSize-35 {
    font-size: 35px !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-50, .elementor-widget-heading.titleSize-50 {
  font-size: 22px !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-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-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-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: 25px !important;
  font-size: 1.5625rem !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-72 {
  font-size: 25px !important;
}
@media (min-width: 768px) {
  .titleSize-72 {
    font-size: 40px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-72 {
    font-size: 48px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-72 {
    font-size: 65px !important;
  }
}
@media (min-width: 1850px) {
  .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-20, .elementor-widget-heading.titleSize-20 {
  font-size: 15px;
}
@media (min-width: 768px) {
  .titleSize-20, .elementor-widget-heading.titleSize-20 {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .titleSize-20, .elementor-widget-heading.titleSize-20 {
    font-size: 17px;
  }
}
@media (min-width: 1600px) {
  .titleSize-20, .elementor-widget-heading.titleSize-20 {
    font-size: 18px;
  }
}
@media (min-width: 1850px) {
  .titleSize-20, .elementor-widget-heading.titleSize-20 {
    font-size: 20px;
  }
}

.titleSize-26, .elementor-widget-heading.titleSize-26 {
  font-size: 20px !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: 20px !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;
}

.container,
.custom_container, .elementor-section-boxed .elementor-container,
.e-con > .e-con-inner,
.container-fluid, .tw-container {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
  width: 100%;
}

.owl-theme .owl-dots,
.container, .elementor-section-boxed .elementor-container,
.custom_container,
.e-con > .e-con-inner, .tw-container {
  padding-right: calc(var(--tw-gutter-sm) * 0.5) !important;
  padding-left: calc(var(--tw-gutter-sm) * 0.5) !important;
  float: none;
}
@media (min-width: 576px) {
  .owl-theme .owl-dots,
  .container, .elementor-section-boxed .elementor-container,
  .custom_container,
  .e-con > .e-con-inner, .tw-container {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .owl-theme .owl-dots,
  .container, .elementor-section-boxed .elementor-container,
  .custom_container,
  .e-con > .e-con-inner, .tw-container {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .owl-theme .owl-dots,
  .container, .elementor-section-boxed .elementor-container,
  .custom_container,
  .e-con > .e-con-inner, .tw-container {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .owl-theme .owl-dots,
  .container, .elementor-section-boxed .elementor-container,
  .custom_container,
  .e-con > .e-con-inner, .tw-container {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  .owl-theme .owl-dots,
  .container, .elementor-section-boxed .elementor-container,
  .custom_container,
  .e-con > .e-con-inner, .tw-container {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media (min-width: 1800px) {
  .owl-theme .owl-dots,
  .container, .elementor-section-boxed .elementor-container,
  .custom_container,
  .e-con > .e-con-inner, .tw-container {
    max-width: var(--tw-wrap-xxxl) !important;
  }
}

.elementor-widget-text-editor a {
  text-decoration: underline !important;
}
.elementor-widget-text-editor a:hover {
  text-decoration: none !important;
}

.testimonials-outer {
  padding: 30px 0;
  padding-top: 0;
}
@media (max-width: 1199px) {
  .testimonials-outer {
    padding: 10px 0;
  }
}
@media (max-width: 1024px) {
  .testimonials-outer {
    padding: 0;
  }
}
.testimonials-outer .testimonial-boxes {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 30px;
  margin: 0 auto;
  height: 100%;
  border: 1px solid #E1E6E1;
  background: #F0FDF0;
}
@media (max-width: 1799px) {
  .testimonials-outer .testimonial-boxes {
    padding: 10px 20px;
  }
}
@media (max-width: 1599px) {
  .testimonials-outer .testimonial-boxes {
    padding: 10px 10px;
  }
}
@media (max-width: 1025px) {
  .testimonials-outer .testimonial-boxes {
    padding: 20px;
    border: 1px solid #afca39;
    padding: 20px 50px;
  }
}
@media (max-width: 991px) {
  .testimonials-outer .testimonial-boxes {
    padding: 10px;
  }
}
.testimonials-outer .testimonial-boxes .tt-quote {
  line-height: 1.5;
  color: #2F2F2F;
  font-weight: 300;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 15px;
}
@media (max-width: 1599px) {
  .testimonials-outer .testimonial-boxes .tt-quote {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .testimonials-outer .testimonial-boxes .tt-quote {
    padding-top: 0px;
  }
}
.testimonials-outer .testimonial-boxes .tt-quote p {
  font-weight: inherit !important;
}
.testimonials-outer .author-ltr {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--global--color-primary);
  color: var(--global--color-white);
  font-weight: 400;
  font-style: normal;
  font-size: 52px;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 22px !important;
  font-size: 1.375rem !important;
  display: none;
}
@media (min-width: 768px) {
  .testimonials-outer .author-ltr {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .testimonials-outer .author-ltr {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1600px) {
  .testimonials-outer .author-ltr {
    width: 67px;
    height: 67px;
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .testimonials-outer .author-ltr {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
.testimonials-outer .aut-btm-wrap {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.testimonials-outer .aut-name {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000;
  line-height: 1;
  color: #00007F;
  font-weight: 600;
}
.testimonials-outer .aut-adrs {
  font-weight: 300;
}
.testimonials-outer .slick-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: relative;
}
@media (min-width: 1200px) {
  .testimonials-outer .slick-slide {
    width: 320px;
    padding: 10px 10px;
  }
}
@media (min-width: 1600px) {
  .testimonials-outer .slick-slide {
    width: 490px;
    padding: 20px 20px;
  }
}
@media (min-width: 1800px) {
  .testimonials-outer .slick-slide {
    width: 500px;
    padding: 30px 30px;
  }
}
@media (min-width: 1200px) {
  .testimonials-outer .slick-center {
    width: 500px;
  }
}
@media (min-width: 1600px) {
  .testimonials-outer .slick-center {
    width: 630px;
  }
}
@media (min-width: 1800px) {
  .testimonials-outer .slick-center {
    width: 650px;
    transform: scale(1.1);
  }
}
.testimonials-outer .slick-center .testimonial-boxes {
  z-index: 9;
  position: relative;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2509803922);
}
@media (min-width: 1600px) {
  .testimonials-outer .slick-center .testimonial-boxes {
    padding: 20px 40px;
  }
}
@media (min-width: 1800px) {
  .testimonials-outer .slick-center .testimonial-boxes {
    padding: 30px 60px;
  }
}
.testimonials-outer .slick-center .testimonial-boxes .tt-quote {
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 1599px) {
  .testimonials-outer .slick-center .testimonial-boxes .tt-quote {
    font-size: 15px;
  }
}
.testimonials-outer .slick-center .testimonial-boxes .author-ltr {
  display: flex;
}
.testimonials-outer .slick-list, .testimonials-outer .slick-track {
  display: flex;
  align-items: center;
}
.testimonials-outer .slick-list {
  padding: 20px 0 !important;
}
@media (max-width: 1199px) {
  .testimonials-outer .slick-list {
    padding-top: 0 !important;
  }
}
.testimonials-outer .slick-prev, .testimonials-outer .slick-next {
  transform: translateY(-50%);
  top: 50%;
}
.testimonials-outer .slick-prev {
  right: unset;
  left: 28% !important;
}
@media (max-width: 1599px) {
  .testimonials-outer .slick-prev {
    left: 26% !important;
  }
}
.testimonials-outer .slick-next {
  left: unset;
  right: 28% !important;
}
@media (max-width: 1599px) {
  .testimonials-outer .slick-next {
    right: 26% !important;
  }
}

.tw-faq-wrapper .elementor-accordion-item {
  border: none;
  margin-bottom: 18px;
}
.tw-faq-wrapper .elementor-tab-title {
  font-size: 19px;
  font-weight: 400;
  padding: 21px 30px;
  padding-right: 40px;
  border: 1px solid #DBD9D9;
  color: #000;
  position: relative;
  line-height: 1.4;
}
@media (max-width: 1599px) {
  .tw-faq-wrapper .elementor-tab-title {
    font-size: 16px;
    padding: 15px 20px;
    padding-right: 35px;
  }
}
.tw-faq-wrapper .elementor-tab-title.elementor-active {
  background: #00007F;
  color: #fff;
  font-weight: 300;
  border: 1px solid #00007f;
}
.tw-faq-wrapper .elementor-tab-title.elementor-active .elementor-accordion-icon {
  fill: #fff;
}
.tw-faq-wrapper .elementor-tab-title .elementor-accordion-title:hover {
  color: inherit;
}
.tw-faq-wrapper .elementor-accordion-icon {
  position: absolute;
  right: 15px;
  fill: rgb(0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  width: 20px !important;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1599px) {
  .tw-faq-wrapper .elementor-accordion-icon {
    font-size: 15px;
    width: 15px !important;
    height: 15px;
  }
}
.tw-faq-wrapper .elementor-tab-content {
  border: none !important;
  padding: 22px 30px;
  padding-right: 100px;
}
@media (max-width: 1599px) {
  .tw-faq-wrapper .elementor-tab-content {
    padding: 15px 20px;
    padding-right: 50px;
  }
}
.tw-faq-wrapper .elementor-tab-content p:last-child {
  margin-bottom: 0 !important;
}

/*================
=====Sitemap======
=================*/
.site-map-nav {
  padding: 50px 0;
  padding-top: 0;
}
@media (max-width: 1199px) {
  .site-map-nav {
    margin: 30px auto 40px auto;
  }
}
@media (max-width: 767px) {
  .site-map-nav {
    margin: 20px auto 40px auto;
  }
}
.site-map-nav ul {
  padding-left: 0px;
  margin: 0;
}
.site-map-nav ul li {
  padding-top: 10px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  list-style: none;
}
.site-map-nav ul 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-nav ul 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-nav ul 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-nav ul li a:hover {
  color: var(--global--color-primary);
  font-weight: 600;
}
.site-map-nav ul li a:hover:before {
  rotate: 250deg;
  border-width: 0 10px 10px 0;
  transform: translate(-3px, 3px);
}
.site-map-nav ul li a:hover:after {
  rotate: 200deg;
  border-width: 0 10px 10px 0;
}

.banner-ver {
  padding: 0 150px !important;
}
@media (max-width: 1799px) {
  .banner-ver {
    padding: 0 80px !important;
  }
}
@media (max-width: 1599px) {
  .banner-ver {
    padding: 0 40px !important;
  }
}
@media (max-width: 1199px) {
  .banner-ver {
    padding: 0 0px !important;
  }
}
.banner-ver .banner-ver-clm .elementor-widget-wrap {
  border: 1px solid #DBDBDB;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
}
.banner-ver .banner-ver-clm .elementor-widget-container {
  text-align: left;
}
.banner-ver .banner-ver-clm .elementor-widget-container img {
  width: 50px !important;
}
.banner-ver .banner-ver-clm .elementor-heading-title {
  font-family: var(--global--font-tri);
  font-size: 20px !important;
  font-weight: 700;
}
@media (min-width: 768px) {
  .banner-ver .banner-ver-clm .elementor-heading-title {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .banner-ver .banner-ver-clm .elementor-heading-title {
    font-size: 22px !important;
  }
}
@media (min-width: 1600px) {
  .banner-ver .banner-ver-clm .elementor-heading-title {
    font-size: 23px !important;
  }
}
@media (min-width: 1850px) {
  .banner-ver .banner-ver-clm .elementor-heading-title {
    font-size: 28px !important;
  }
}
.banner-ver .banner-ver-clm .elementor-heading-title a {
  color: #170F83;
  font-size: inherit;
  font-weight: inherit;
  font-family: var(--global--font-tri);
}
.banner-ver .banner-ver-clm .elementor-heading-title a:hover {
  color: #000;
}

.abt-why .elementor-widget-wrap {
  padding-right: 140px !important;
}
@media (max-width: 1599px) {
  .abt-why .elementor-widget-wrap {
    padding-right: 50px !important;
  }
}
@media (max-width: 1599px) {
  .abt-why .elementor-widget-wrap {
    padding-right: 50px !important;
  }
}
@media (max-width: 1024px) {
  .abt-why .elementor-widget-wrap {
    padding-right: 0px !important;
  }
}
.abt-why .logo-img img {
  max-width: 380px !important;
}

.cro-bxy .elementor-container {
  gap: 20px;
  flex-wrap: nowrap;
  justify-content: center;
}
@media (max-width: 1023px) {
  .cro-bxy .elementor-container {
    flex-wrap: wrap;
  }
}
.cro-bxy .elementor-container .elementor-column {
  padding: 50px 40px !important;
  border: 1px solid #DBDBDB;
  width: 33.3333% !important;
}
@media (max-width: 1599px) {
  .cro-bxy .elementor-container .elementor-column {
    padding: 30px 20px !important;
  }
}
@media (max-width: 1023px) {
  .cro-bxy .elementor-container .elementor-column {
    width: 48% !important;
  }
}
@media (max-width: 767px) {
  .cro-bxy .elementor-container .elementor-column {
    width: 100% !important;
  }
}
.cro-bxy .elementor-container .elementor-column .elementor-widget-heading {
  font-family: var(--global--font-tri);
  font-size: 20px !important;
  color: #00007f;
  font-weight: 300;
}
@media (min-width: 768px) {
  .cro-bxy .elementor-container .elementor-column .elementor-widget-heading {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .cro-bxy .elementor-container .elementor-column .elementor-widget-heading {
    font-size: 22px !important;
  }
}
@media (min-width: 1600px) {
  .cro-bxy .elementor-container .elementor-column .elementor-widget-heading {
    font-size: 26px !important;
  }
}
@media (min-width: 1850px) {
  .cro-bxy .elementor-container .elementor-column .elementor-widget-heading {
    font-size: 32px !important;
  }
}
.cro-bxy .elementor-container .elementor-column .elementor-widget-heading .elementor-heading-title {
  font-family: var(--global--font-tri) !important;
}
.cro-bxy .elementor-container .elementor-column .bg-hd .elementor-heading-title {
  color: #fff !important;
  background: var(--global--color-primary) !important;
  font-family: var(--global--font-secondary) !important;
  font-size: 12px !important;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}
@media (min-width: 1200px) {
  .cro-bxy .elementor-container .elementor-column .bg-hd .elementor-heading-title {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .cro-bxy .elementor-container .elementor-column .bg-hd .elementor-heading-title {
    min-height: 60px;
  }
}
@media (min-width: 1850px) {
  .cro-bxy .elementor-container .elementor-column .bg-hd .elementor-heading-title {
    font-size: 18px !important;
  }
}

.hm-blog-wrapper .elementor-post__thumbnail img {
  height: 100% !important;
}
.hm-blog-wrapper .elementor-post__text {
  padding: 20px !important;
}
.hm-blog-wrapper .elementor-post__text .elementor-post__title a {
  font-size: 25px !important;
  line-height: 1.2;
}
@media (max-width: 1799px) {
  .hm-blog-wrapper .elementor-post__text .elementor-post__title a {
    font-size: 22px !important;
  }
}
@media (max-width: 1599px) {
  .hm-blog-wrapper .elementor-post__text .elementor-post__title a {
    font-size: 16px !important;
  }
}
@media (max-width: 1199px) {
  .hm-blog-wrapper .elementor-post__text .elementor-post__title a {
    font-size: 15px !important;
  }
}
.hm-blog-wrapper .elementor-post-date {
  font-size: 18px !important;
  padding-top: 5px;
}
@media (max-width: 1799px) {
  .hm-blog-wrapper .elementor-post-date {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .banner-str-text .elementor-star-rating__wrapper {
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  .banner-str-text .elementor-star-rating__title {
    font-size: 20px !important;
  }
}
@media (max-width: 991px) {
  .banner-str-text .elementor-star-rating__title {
    font-size: 16px !important;
  }
}
@media (max-width: 1199px) {
  .banner-str-text .elementor-star-rating {
    font-size: 30px !important;
  }
}
@media (max-width: 991px) {
  .banner-str-text .elementor-star-rating {
    font-size: 22px !important;
  }
}

.btnsNew, .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
  align-items: center;
  background-color: var(--global--color-primary) !important;
  border: 1px solid var(--global--color-primary) !important;
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
  box-shadow: none;
  cursor: pointer;
  color: var(--global--color-white) !important;
  display: inline-flex;
  font-weight: 400 !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-family: var(--global--font-primary);
}
.btnsNew:active, .elementor-button-wrapper .elementor-button:active, .elementor-button-wrapper a:active, .btnsNew:focus, .elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper a:focus, .btnsNew:hover, .elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper a:hover, .btnsNew:visited, .elementor-button-wrapper .elementor-button:visited, .elementor-button-wrapper a:visited {
  box-shadow: none;
  outline: none;
}

.elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
  font-size: 14px !important;
  height: 36px;
  padding: 0 10px !important;
  position: relative;
}
.elementor-button-wrapper .elementor-button svg, .elementor-button-wrapper a svg {
  fill: var(--global--color-primary);
  height: 18px;
}
.elementor-button-wrapper .elementor-button > *, .elementor-button-wrapper a > * {
  position: relative;
  z-index: 3;
}
.elementor-button-wrapper .elementor-button:hover, .elementor-button-wrapper a:hover {
  background-color: var(--global--color-secondary) !important;
  color: var(--global--color-white) !important;
}
.elementor-button-wrapper .elementor-button:focus, .elementor-button-wrapper .elementor-button:visited, .elementor-button-wrapper a:focus, .elementor-button-wrapper a:visited {
  color: var(--global--color-white);
}
.elementor-button-wrapper .elementor-button:not(:last-child), .elementor-button-wrapper a:not(:last-child) {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 16px !important;
    height: 40px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
@media (min-width: 1200px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 18px !important;
    height: 42px;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media (min-width: 1600px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 20px !important;
    height: 54px;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 1850px) {
  .elementor-button-wrapper .elementor-button, .elementor-button-wrapper a {
    font-size: 22px !important;
    height: 75px;
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media (max-width: 767px) {
  .elementor-button-wrapper .elementor-button,
  .elementor-button-wrapper a {
    margin-top: 5px;
  }
  .elementor-button-wrapper .elementor-button:not(:last-child),
  .elementor-button-wrapper a:not(:last-child) {
    margin-right: 7px;
  }
}

.button-inline-center {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
}

.btn-null-bg .elementor-button-wrapper .elementor-button, .btn-null-bg .elementor-button-wrapper a {
  background: none !important;
  padding: 0 !important;
  height: auto;
  color: var(--global--color-primary) !important;
  font-size: 22px;
}
@media (max-width: 1799px) {
  .btn-null-bg .elementor-button-wrapper .elementor-button, .btn-null-bg .elementor-button-wrapper a {
    font-size: 20px;
  }
}
@media (max-width: 1599px) {
  .btn-null-bg .elementor-button-wrapper .elementor-button, .btn-null-bg .elementor-button-wrapper a {
    font-size: 17px;
  }
}
.btn-null-bg .elementor-button-wrapper .elementor-button:hover, .btn-null-bg .elementor-button-wrapper a:hover {
  color: var(--global--color-white) !important;
}
.btn-null-bg .elementor-button-content-wrapper {
  align-items: center;
}
.btn-null-bg .elementor-button-icon svg {
  height: 33px;
  width: 33px;
}
@media (max-width: 1599px) {
  .btn-null-bg .elementor-button-icon svg {
    height: 28px;
    width: 28px;
  }
}

.blue-btn .elementor-button-wrapper .elementor-button,
.blue-btn .elementor-button-wrapper a {
  border: 1px solid var(--global--color-secondary) !important;
  background: var(--global--color-secondary) !important;
  color: var(--global--color-white) !important;
}
.blue-btn .elementor-button-wrapper .elementor-button:hover,
.blue-btn .elementor-button-wrapper a:hover {
  background: var(--global--color-primary) !important;
}

.btn-md .elementor-button-wrapper .elementor-button,
.btn-md .elementor-button-wrapper a {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 1200px) {
  .btn-md .elementor-button-wrapper .elementor-button,
  .btn-md .elementor-button-wrapper a {
    width: 100%;
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (min-width: 1600px) {
  .btn-md .elementor-button-wrapper .elementor-button,
  .btn-md .elementor-button-wrapper a {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .btn-md .elementor-button-wrapper .elementor-button,
  .btn-md .elementor-button-wrapper a {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    height: 70px;
  }
}

.btn-banner .elementor-button-wrapper .elementor-button,
.btn-banner .elementor-button-wrapper a {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 1200px) {
  .btn-banner .elementor-button-wrapper .elementor-button,
  .btn-banner .elementor-button-wrapper a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 55px;
  }
}
@media (min-width: 1600px) {
  .btn-banner .elementor-button-wrapper .elementor-button,
  .btn-banner .elementor-button-wrapper a {
    font-size: 28px !important;
    font-size: 1.75rem !important;
    height: 65px;
  }
}
@media (min-width: 1850px) {
  .btn-banner .elementor-button-wrapper .elementor-button,
  .btn-banner .elementor-button-wrapper a {
    font-size: 34px !important;
    font-size: 2.125rem !important;
    height: 72px;
  }
}

.btn-lg .elementor-button-wrapper .elementor-button,
.btn-lg .elementor-button-wrapper a {
  font-size: 16px !important;
  font-size: 1rem !important;
  height: 38px;
}
@media (min-width: 768px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
    height: 40px;
  }
}
@media (min-width: 1200px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    height: 42px;
  }
}
@media (min-width: 1600px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
    height: 60px;
  }
}
@media (min-width: 1850px) {
  .btn-lg .elementor-button-wrapper .elementor-button,
  .btn-lg .elementor-button-wrapper a {
    font-size: 19px !important;
    font-size: 1.1875rem !important;
    height: 78px;
  }
}

.btn-xl .elementor-button-wrapper .elementor-button,
.btn-xl .elementor-button-wrapper a {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  height: 42px;
}
@media (min-width: 768px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    height: 54px;
  }
}
@media (min-width: 1200px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 22px !important;
    font-size: 1.375rem !important;
    height: 50px;
  }
}
@media (min-width: 1600px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    height: 70px;
  }
}
@media (min-width: 1850px) {
  .btn-xl .elementor-button-wrapper .elementor-button,
  .btn-xl .elementor-button-wrapper a {
    font-size: 32px !important;
    font-size: 2rem !important;
    height: 80px;
  }
}

.btn-primary .elementor-button-wrapper .elementor-button,
.btn-primary .elementor-button-wrapper a {
  background-color: var(--global--color-primary) !important;
  color: var(--global--color-white) !important;
}
.btn-primary .elementor-button-wrapper .elementor-button:hover,
.btn-primary .elementor-button-wrapper a:hover {
  background-color: var(--global--color-secondary) !important;
}

.btn-secondary .elementor-button-wrapper .elementor-button,
.btn-secondary .elementor-button-wrapper a {
  background-color: var(--global--color-secondary) !important;
  color: var(--global--color-white) !important;
}
.btn-secondary .elementor-button-wrapper .elementor-button:hover,
.btn-secondary .elementor-button-wrapper a:hover {
  background-color: var(--global--color-black) !important;
  color: var(--global--color-primary) !important;
}

.btn-white .elementor-button-wrapper .elementor-button,
.btn-white .elementor-button-wrapper a {
  border-color: var(--global--color-white) !important;
  color: var(--global--color-white) !important;
  font-weight: 300 !important;
}
.btn-white .elementor-button-wrapper .elementor-button:hover,
.btn-white .elementor-button-wrapper a:hover {
  background-color: var(--global--color-white) !important;
  border-color: var(--global--color-primary) !important;
  color: var(--global--color-primary) !important;
}

.btn-text-white .elementor-button-wrapper .elementor-button,
.btn-text-white .elementor-button-wrapper a {
  color: var(--global--color-white) !important;
}
.btn-text-white .elementor-button-wrapper .elementor-button:hover,
.btn-text-white .elementor-button-wrapper a:hover {
  color: var(--global--color-primary) !important;
}

.no-style .elementor-button-wrapper .elementor-button,
.no-style .elementor-button-wrapper a {
  background-color: transparent !important;
  border: 0 !important;
  color: var(--global--color-secondary) !important;
  font-weight: 500 !important;
  height: auto !important;
  padding: 0 !important;
}
.no-style .elementor-button-wrapper .elementor-button svg,
.no-style .elementor-button-wrapper a svg {
  fill: var(--global--color-primary);
  height: 16px;
}
.no-style .elementor-button-wrapper .elementor-button i,
.no-style .elementor-button-wrapper a i {
  margin-left: 0;
  margin-top: 3px;
  opacity: 1;
  padding-left: 10px;
}
.no-style .elementor-button-wrapper .elementor-button:hover,
.no-style .elementor-button-wrapper a:hover {
  background-color: transparent !important;
  color: var(--global--color-primary) !important;
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button,
.no-style.btn-text-primary .elementor-button-wrapper a {
  color: var(--global--color-primary) !important;
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button svg,
.no-style.btn-text-primary .elementor-button-wrapper a svg {
  fill: var(--global--color-primary);
}
.no-style.btn-text-primary .elementor-button-wrapper .elementor-button:hover,
.no-style.btn-text-primary .elementor-button-wrapper a:hover {
  color: var(--global--color-secondary) !important;
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button,
.no-style.btn-text-white .elementor-button-wrapper a {
  color: var(--global--color-white) !important;
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button svg,
.no-style.btn-text-white .elementor-button-wrapper a svg {
  fill: var(--global--color-white);
}
.no-style.btn-text-white .elementor-button-wrapper .elementor-button:hover,
.no-style.btn-text-white .elementor-button-wrapper a:hover {
  color: var(--global--color-secondary) !important;
}
.no-style.btn-hover-white .elementor-button-wrapper .elementor-button:hover,
.no-style.btn-hover-white .elementor-button-wrapper a:hover {
  color: var(--global--color-white) !important;
}
.no-style.text-xs .elementor-button-wrapper .elementor-button,
.no-style.text-xs .elementor-button-wrapper a {
  font-size: 14px !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
}
.no-style.text-xs .elementor-button-wrapper .elementor-button svg,
.no-style.text-xs .elementor-button-wrapper a svg {
  height: 15px;
}
@media (min-width: 1200px) {
  .no-style.text-xs .elementor-button-wrapper .elementor-button,
  .no-style.text-xs .elementor-button-wrapper a {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
  .no-style.text-xs .elementor-button-wrapper .elementor-button svg,
  .no-style.text-xs .elementor-button-wrapper a svg {
    height: 17px;
  }
}
@media (min-width: 1600px) {
  .no-style.text-xs .elementor-button-wrapper .elementor-button,
  .no-style.text-xs .elementor-button-wrapper a {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
  .no-style.text-xs .elementor-button-wrapper .elementor-button svg,
  .no-style.text-xs .elementor-button-wrapper a svg {
    height: 19px;
  }
}

.text-trans-none .btnsNew, .text-trans-none .elementor-button-wrapper .elementor-button, .elementor-button-wrapper .text-trans-none .elementor-button, .text-trans-none .elementor-button-wrapper a, .elementor-button-wrapper .text-trans-none a {
  text-transform: none !important;
}

body {
  font-family: var(--global--font-primary);
  line-height: 1.6;
  background-color: var(--global--color-white) !important;
  font-size: 15px !important;
  color: var(--global--color-black);
}
@media (min-width: 1200px) {
  body {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 15px !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);
  font-family: var(--global--font-primary) !important;
  font-size: inherit !important;
}
body a {
  text-decoration: underline;
}

img {
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: auto !important;
  z-index: 2;
}/*# sourceMappingURL=crostyle.css.map */