:root {
  --font-DM: "Open Sans", Sans-serif!important;
  --font-open: "Montserrat", 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: #22C6DF;
  --global--color-btn-blue: #22C6DF;
  --global--color-text: #222222;
  --global--color-primary-dark: #1A263F;
  --global--color-secondary: #00007F;
  --global--color-secondary-light: #FFE668;
  --global--color-heading: #1F1F1F;
  --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: 1660px;
  --tw-gutter-x: 30px;
  --tw-gutter-sm: 20px;
}

:root {
  --font-DM: "Open Sans", Sans-serif!important;
  --font-open: "Montserrat", 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: #22C6DF;
  --global--color-btn-blue: #22C6DF;
  --global--color-text: #222222;
  --global--color-primary-dark: #1A263F;
  --global--color-secondary: #00007F;
  --global--color-secondary-light: #FFE668;
  --global--color-heading: #1F1F1F;
  --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: 1660px;
  --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;
  text-transform: uppercase;
  font-family: var(--global--font-secondary) !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;
}
@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, .et_pb_heading,
h2 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  .h2, .et_pb_heading,
  h2 {
    font-size: 32px !important;
  }
}
@media (min-width: 1200px) {
  .h2, .et_pb_heading,
  h2 {
    font-size: 40px !important;
  }
}
@media (min-width: 1600px) {
  .h2, .et_pb_heading,
  h2 {
    font-size: 55px !important;
  }
}
@media (min-width: 1850px) {
  .h2, .et_pb_heading,
  h2 {
    font-size: 60px !important;
  }
}

#wp-media-modal h2 {
  font-size: 18px !important;
}

.et_pb_heading {
  background-color: transparent;
  color: var(--global--color-black);
  display: block;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 8px !important;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  .et_pb_heading {
    margin-bottom: 13px !important;
  }
}
@media (max-width: 767px) {
  .et_pb_heading {
    text-transform: none;
  }
}
.et_pb_heading .et_pb_module_heading {
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: 1.2 !important;
  position: relative;
  text-transform: inherit;
}
.et_pb_heading .et_pb_module_heading a {
  background-color: transparent;
  color: inherit;
  position: relative;
  text-decoration: none !important;
}
.et_pb_heading .et_pb_module_heading a:hover {
  color: var(--global--color-primary) !important;
}
.et_pb_heading.primary-color {
  color: var(--global--color-primary) !important;
}
.et_pb_heading.text-white {
  color: var(--global--color-white) !important;
}
.et_pb_heading.text-black {
  color: var(--global--color-black) !important;
}
.et_pb_heading.text-upper {
  text-transform: uppercase !important;
}

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

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

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

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

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

.titleSize-36, .et_pb_heading.titleSize-36 {
  font-size: 18px !important;
}
@media (min-width: 768px) {
  .titleSize-36, .et_pb_heading.titleSize-36 {
    font-size: 19px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-36, .et_pb_heading.titleSize-36 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-36, .et_pb_heading.titleSize-36 {
    font-size: 30px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-36, .et_pb_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, .et_pb_heading.titleSize-48 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .titleSize-48, .et_pb_heading.titleSize-48 {
    font-size: 24px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-48, .et_pb_heading.titleSize-48 {
    font-size: 34px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-48, .et_pb_heading.titleSize-48 {
    font-size: 42px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-48, .et_pb_heading.titleSize-48 {
    font-size: 48px !important;
  }
}

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

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

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

.titleSize-45, .et_pb_heading.titleSize-45 {
  font-size: 22px !important;
}
@media (min-width: 768px) {
  .titleSize-45, .et_pb_heading.titleSize-45 {
    font-size: 28px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-45, .et_pb_heading.titleSize-45 {
    font-size: 35px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-45, .et_pb_heading.titleSize-45 {
    font-size: 40px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-45, .et_pb_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, .et_pb_heading.titleSize-100 {
  font-size: 30px !important;
}
@media (min-width: 768px) {
  .titleSize-100, .et_pb_heading.titleSize-100 {
    font-size: 60px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-100, .et_pb_heading.titleSize-100 {
    font-size: 70px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-100, .et_pb_heading.titleSize-100 {
    font-size: 80px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-100, .et_pb_heading.titleSize-100 {
    font-size: 100px !important;
  }
}

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

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

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

.titleSize-60, .et_pb_heading.titleSize-60 {
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  .titleSize-60, .et_pb_heading.titleSize-60 {
    font-size: 32px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-60, .et_pb_heading.titleSize-60 {
    font-size: 40px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-60, .et_pb_heading.titleSize-60 {
    font-size: 55px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-60, .et_pb_heading.titleSize-60 {
    font-size: 60px !important;
  }
}

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

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

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

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

.titleSize-22, .et_pb_heading.titleSize-22 {
  font-size: 15px !important;
}
@media (min-width: 768px) {
  .titleSize-22, .et_pb_heading.titleSize-22 {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-22, .et_pb_heading.titleSize-22 {
    font-size: 20px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-22, .et_pb_heading.titleSize-22 {
    font-size: 21px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-22, .et_pb_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, .et_pb_heading.titleSize-28 {
  font-size: 20px !important;
}
@media (min-width: 768px) {
  .titleSize-28, .et_pb_heading.titleSize-28 {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .titleSize-28, .et_pb_heading.titleSize-28 {
    font-size: 22px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-28, .et_pb_heading.titleSize-28 {
    font-size: 23px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-28, .et_pb_heading.titleSize-28 {
    font-size: 28px !important;
  }
}

.titleSize-18, .et_pb_heading.titleSize-18, .et_pb_heading.titleSize-17 {
  font-size: 15px !important;
}
@media (min-width: 1200px) {
  .titleSize-18, .et_pb_heading.titleSize-18, .et_pb_heading.titleSize-17 {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  .titleSize-18, .et_pb_heading.titleSize-18, .et_pb_heading.titleSize-17 {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  .titleSize-18, .et_pb_heading.titleSize-18, .et_pb_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 .et_pb_row,
.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 .et_pb_row,
.e-con > .e-con-inner {
  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 .et_pb_row,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .owl-theme .owl-dots,
  .container,
  .elementor-section-boxed .elementor-container,
  .custom_container .et_pb_row,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .owl-theme .owl-dots,
  .container,
  .elementor-section-boxed .elementor-container,
  .custom_container .et_pb_row,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .owl-theme .owl-dots,
  .container,
  .elementor-section-boxed .elementor-container,
  .custom_container .et_pb_row,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  .owl-theme .owl-dots,
  .container,
  .elementor-section-boxed .elementor-container,
  .custom_container .et_pb_row,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media (min-width: 1800px) {
  .owl-theme .owl-dots,
  .container,
  .elementor-section-boxed .elementor-container,
  .custom_container .et_pb_row,
  .e-con > .e-con-inner {
    max-width: var(--tw-wrap-xxxl) !important;
  }
}

.page-template-page-template-cro .et_pb_section:not(.no-container) .et_pb_row, .page-template-page-template-cro.et_pb_section:not(.no-container) .et_pb_row {
  box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  margin-right: auto !important;
  margin-left: auto !important;
  position: relative;
  width: 100%;
  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) {
  .page-template-page-template-cro .et_pb_section:not(.no-container) .et_pb_row, .page-template-page-template-cro.et_pb_section:not(.no-container) .et_pb_row {
    max-width: var(--tw-wrap-sm) !important;
  }
}
@media (min-width: 768px) {
  .page-template-page-template-cro .et_pb_section:not(.no-container) .et_pb_row, .page-template-page-template-cro.et_pb_section:not(.no-container) .et_pb_row {
    max-width: var(--tw-wrap-md) !important;
  }
}
@media (min-width: 992px) {
  .page-template-page-template-cro .et_pb_section:not(.no-container) .et_pb_row, .page-template-page-template-cro.et_pb_section:not(.no-container) .et_pb_row {
    max-width: var(--tw-wrap-lg) !important;
  }
}
@media (min-width: 1200px) {
  .page-template-page-template-cro .et_pb_section:not(.no-container) .et_pb_row, .page-template-page-template-cro.et_pb_section:not(.no-container) .et_pb_row {
    max-width: var(--tw-wrap-xl) !important;
  }
}
@media (min-width: 1600px) {
  .page-template-page-template-cro .et_pb_section:not(.no-container) .et_pb_row, .page-template-page-template-cro.et_pb_section:not(.no-container) .et_pb_row {
    max-width: var(--tw-wrap-xxl) !important;
  }
}
@media (min-width: 1800px) {
  .page-template-page-template-cro .et_pb_section:not(.no-container) .et_pb_row, .page-template-page-template-cro.et_pb_section:not(.no-container) .et_pb_row {
    max-width: var(--tw-wrap-xxxl) !important;
  }
}
@media (max-width: 767px) {
  .page-template-page-template-cro .et_pb_section {
    padding: 20px 0;
  }
  .page-template-page-template-cro .et_pb_column .et_pb_row_inner,
  .page-template-page-template-cro .et_pb_row {
    padding: 15px 0;
  }
}

.heading1-size {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media (min-width: 768px) {
  .heading1-size {
    font-size: 35px !important;
  }
}
@media (min-width: 1200px) {
  .heading1-size {
    font-size: 40px !important;
  }
}
@media (min-width: 1600px) {
  .heading1-size {
    font-size: 55px !important;
  }
}
@media (min-width: 1850px) {
  .heading1-size {
    font-size: 60px !important;
  }
}

.heading2-size {
  text-transform: uppercase !important;
  font-size: 25px !important;
  font-size: 1.5625rem !important;
}
@media (min-width: 768px) {
  .heading2-size {
    font-size: 30px !important;
  }
}
@media (min-width: 1200px) {
  .heading2-size {
    font-size: 35px !important;
  }
}
@media (min-width: 1600px) {
  .heading2-size {
    font-size: 45px !important;
  }
}
@media (min-width: 1850px) {
  .heading2-size {
    font-size: 50px !important;
  }
}

.heading3-size {
  font-size: 22px !important;
  font-size: 1.375rem !important;
}
@media (min-width: 768px) {
  .heading3-size {
    font-size: 27px !important;
  }
}
@media (min-width: 1200px) {
  .heading3-size {
    font-size: 33px !important;
  }
}
@media (min-width: 1600px) {
  .heading3-size {
    font-size: 37px !important;
  }
}
@media (min-width: 1850px) {
  .heading3-size {
    font-size: 42px !important;
  }
}

.heading4-size {
  font-size: 20px !important;
  font-size: 1.25rem !important;
}
@media (min-width: 768px) {
  .heading4-size {
    font-size: 25px !important;
  }
}
@media (min-width: 1200px) {
  .heading4-size {
    font-size: 30px !important;
  }
}
@media (min-width: 1600px) {
  .heading4-size {
    font-size: 35px !important;
  }
}
@media (min-width: 1850px) {
  .heading4-size {
    font-size: 40px !important;
  }
}

.heading5-size {
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 768px) {
  .heading5-size {
    font-size: 20px !important;
  }
}
@media (min-width: 1200px) {
  .heading5-size {
    font-size: 25px !important;
  }
}
@media (min-width: 1600px) {
  .heading5-size {
    font-size: 30px !important;
  }
}
@media (min-width: 1850px) {
  .heading5-size {
    font-size: 35px !important;
  }
}

.heading6-size {
  font-size: 17px !important;
  font-size: 1.0625rem !important;
}
@media (min-width: 768px) {
  .heading6-size {
    font-size: 18px !important;
  }
}
@media (min-width: 1200px) {
  .heading6-size {
    font-size: 22px !important;
  }
}
@media (min-width: 1600px) {
  .heading6-size {
    font-size: 26px !important;
  }
}
@media (min-width: 1850px) {
  .heading6-size {
    font-size: 30px !important;
  }
}

.project_banner {
  position: relative;
  z-index: 3;
  overflow: hidden;
}
.project_banner .banner-rotate {
  position: relative;
}
.project_banner .banner-rotate .tw-container {
  z-index: 3;
  height: 560px;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 576px) {
  .project_banner .banner-rotate .tw-container {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .project_banner .banner-rotate .tw-container {
    height: 580px;
  }
}
@media (min-width: 992px) {
  .project_banner .banner-rotate .tw-container {
    height: 500px;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner-rotate .tw-container {
    height: 100vh;
    max-height: 1000px;
  }
}
.project_banner .slider_image {
  background-color: #c4d5e1;
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  height: 150%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1799px) {
  .project_banner .slider_image {
    background-position: 50% 100%;
  }
}
@media (max-width: 767px) {
  .project_banner .slider_image {
    background-position: 80% 100%;
  }
}
@media (max-width: 991px) {
  .project_banner .slider_image::before, .project_banner .slider_image::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    pointer-events: none;
  }
}
.project_banner .banner_wrapper {
  color: var(--global--color-white);
  font-family: var(--global--font-secondary);
  margin-top: 100px;
}
@media (min-width: 1200px) {
  .project_banner .banner_wrapper {
    margin-top: 150px;
    max-width: 60%;
  }
}
@media (min-width: 1600px) {
  .project_banner .banner_wrapper {
    max-width: 53%;
  }
}
@media (max-width: 1199px) {
  .project_banner .banner_wrapper {
    padding: 10px;
    background: rgba(33, 33, 33, 0.5);
    border-radius: 10px;
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .project_banner .banner_wrapper {
    max-width: 100%;
    margin-top: 200px;
    padding: 0;
    background: none;
  }
}
.project_banner .banner_wrapper .top-text {
  text-transform: none;
  line-height: 1.2;
  font-weight: 600;
  line-height: 1;
  font-size: 26px !important;
  font-size: 1.625rem !important;
}
@media (min-width: 768px) {
  .project_banner .banner_wrapper .top-text {
    text-transform: uppercase;
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner_wrapper .top-text {
    font-size: 45px !important;
    font-size: 2.8125rem !important;
  }
}
@media (min-width: 1600px) {
  .project_banner .banner_wrapper .top-text {
    font-size: 60px !important;
    font-size: 3.75rem !important;
  }
}
@media (min-width: 1850px) {
  .project_banner .banner_wrapper .top-text {
    font-size: 80px !important;
    font-size: 5rem !important;
  }
}
.project_banner .banner_wrapper .top-text span {
  display: block;
}
.project_banner .banner_wrapper .bnr_btm_text {
  text-transform: none;
  padding-top: 10px;
  line-height: 1.4;
  font-weight: 500;
  font-size: 14px !important;
  font-size: 0.875rem !important;
}
@media (min-width: 768px) {
  .project_banner .banner_wrapper .bnr_btm_text {
    text-transform: uppercase;
    padding-top: 20px;
    line-height: 1.2;
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (min-width: 1200px) {
  .project_banner .banner_wrapper .bnr_btm_text {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .project_banner .banner_wrapper .bnr_btm_text {
    font-size: 26px !important;
    font-size: 1.625rem !important;
  }
}
.project_banner .bnr-btn-wrapper {
  padding-top: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
@media (min-width: 768px) {
  .project_banner .bnr-btn-wrapper {
    padding-top: 10px;
  }
}
@media (min-width: 992px) {
  .project_banner .bnr-btn-wrapper {
    padding-top: 15px;
    flex-direction: row;
    gap: 30px;
  }
}
@media (min-width: 1200px) {
  .project_banner .bnr-btn-wrapper {
    padding-top: 20px;
    justify-content: unset;
  }
}
@media (min-width: 1600px) {
  .project_banner .bnr-btn-wrapper {
    padding-top: 25px;
  }
}
@media (min-width: 1800px) {
  .project_banner .bnr-btn-wrapper {
    gap: 50px;
  }
}
.project_banner .bnr-btn-wrapper img {
  max-width: 345px;
}
@media (max-width: 1799px) {
  .project_banner .bnr-btn-wrapper img {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .project_banner .bnr-btn-wrapper img {
    max-width: 200px;
  }
}
.project_banner .slick-list {
  overflow: visible;
}

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

.btn-contact {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
  display: flex;
}
.btn-contact::before {
  position: absolute;
  content: "";
  width: 115px;
  height: 50px;
  left: -46px;
  bottom: 0;
  background: url(assets/images/bnr-arrow.png);
}
.btn-contact::after {
  position: absolute;
  content: "";
  left: -46px;
  top: -35px;
  width: 1px;
  height: 25px;
  background: var(--global--color-white);
  left: 50%;
  transform: translateX(-50%);
}
.btn-contact svg {
  fill: #727272;
  z-index: 9;
}
.btn-contact:hover svg {
  fill: var(--global--color-primary);
}
@media (max-width: 1199px) {
  .btn-contact {
    display: none;
  }
}

.tw-bg-fig-sec {
  position: relative !important;
  z-index: 2;
  margin-top: -120px;
  margin-bottom: 100px;
  border-radius: 10px;
  overflow: hidden;
  padding: 80px 20px !important;
  background: url(assets/images/take.png);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
@media (max-width: 1799px) {
  .tw-bg-fig-sec {
    padding: 50px 20px !important;
  }
}
@media (max-width: 1199px) {
  .tw-bg-fig-sec {
    margin-top: -70px;
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .tw-bg-fig-sec {
    margin-top: -150px;
  }
}
.tw-bg-fig-sec .bg-sec-rw {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--global--color-white) !important;
}
.tw-bg-fig-sec .bg-sec-rw h2,
.tw-bg-fig-sec .bg-sec-rw h3,
.tw-bg-fig-sec .bg-sec-rw h4 {
  color: inherit !important;
  text-transform: none;
  font-weight: 600 !important;
}
.tw-bg-fig-sec .bg-sec-rw p {
  color: inherit !important;
  margin-top: 10px !important;
}
@media (min-width: 1600px) {
  .tw-bg-fig-sec .bg-sec-rw p {
    font-size: 16px !important;
  }
}
.tw-bg-fig-sec .bg-sec-rw .btnsNew img {
  margin-right: 5px;
}
@media (max-width: 1799px) {
  .tw-bg-fig-sec .bg-sec-rw .btnsNew img {
    max-width: 30px;
  }
}

.tw-testimonials {
  padding: 0px 0 100px 0 !important;
  background-attachment: fixed !important;
  margin-top: 120px;
}
@media (max-width: 1799px) {
  .tw-testimonials {
    margin-top: 100px;
  }
}
@media (max-width: 1599px) {
  .tw-testimonials {
    padding: 0px 0 50px 0 !important;
  }
}
@media (max-width: 991px) {
  .tw-testimonials {
    margin-top: 150px;
    padding: 0px 0 30px 0 !important;
  }
}

.testimonials-outer {
  padding: 30px 0;
}
@media (max-width: 1599px) {
  .testimonials-outer {
    padding: 20px 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: 0 60px;
  margin: 0 auto;
  height: 100%;
}
@media (max-width: 1799px) {
  .testimonials-outer .testimonial-boxes {
    padding: 0 20px;
  }
}
@media (max-width: 1025px) {
  .testimonials-outer .testimonial-boxes {
    border: 1px solid #3998DB;
  }
}
@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: 25px;
  padding-bottom: 15px;
  font-size: 20px;
}
.testimonials-outer .testimonial-boxes .tt-quote p {
  font-weight: inherit !important;
}
.testimonials-outer .testimonial-boxes .tt-author-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.testimonials-outer .testimonial-boxes .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;
}
@media (min-width: 768px) {
  .testimonials-outer .testimonial-boxes .author-ltr {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (min-width: 1200px) {
  .testimonials-outer .testimonial-boxes .author-ltr {
    font-size: 23px !important;
    font-size: 1.4375rem !important;
  }
}
@media (min-width: 1600px) {
  .testimonials-outer .testimonial-boxes .author-ltr {
    width: 67px;
    height: 67px;
    font-size: 33px !important;
    font-size: 2.0625rem !important;
  }
}
@media (min-width: 1850px) {
  .testimonials-outer .testimonial-boxes .author-ltr {
    font-size: 38px !important;
    font-size: 2.375rem !important;
  }
}
.testimonials-outer .testimonial-boxes .author-ltr span {
  margin-top: -5px;
}
.testimonials-outer .testimonial-boxes .aut-name {
  font-weight: 500;
  color: #2F2F2F;
  padding-bottom: 5px;
  font-size: 18px !important;
  font-size: 1.125rem !important;
}
@media (min-width: 768px) {
  .testimonials-outer .testimonial-boxes .aut-name {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (min-width: 1200px) {
  .testimonials-outer .testimonial-boxes .aut-name {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1600px) {
  .testimonials-outer .testimonial-boxes .aut-name {
    font-size: 21px !important;
    font-size: 1.3125rem !important;
  }
}
@media (min-width: 1850px) {
  .testimonials-outer .testimonial-boxes .aut-name {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.testimonials-outer .slick-slide {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: scale(0.9);
  position: relative;
}
@media (min-width: 1800px) {
  .testimonials-outer .slick-slide {
    width: 35vw !important;
  }
}
.testimonials-outer .slick-slide:nth-child(3n)::after {
  display: none;
}
.testimonials-outer .slick-center {
  transform: scale(1.1);
}
@media (min-width: 1800px) {
  .testimonials-outer .slick-center {
    width: 40vw !important;
  }
}
@media (max-width: 1025px) {
  .testimonials-outer .slick-center {
    transform: scale(1);
  }
}
.testimonials-outer .slick-center .testimonial-boxes {
  z-index: 9;
  position: relative;
}
@media (min-width: 1600px) {
  .testimonials-outer .slick-center .testimonial-boxes {
    padding: 0 40px;
  }
}
@media (min-width: 1800px) {
  .testimonials-outer .slick-center .testimonial-boxes {
    padding: 0 60px;
  }
}
.testimonials-outer .slick-center .testimonial-boxes::after, .testimonials-outer .slick-center .testimonial-boxes::before {
  content: "" !important;
  position: absolute;
  background: linear-gradient(90deg, #3998DB 0%, #3998DB 46%, #3998DB 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #3998DB 15%, #3998DB 85%, transparent 100%);
  bottom: 0;
  width: 1px;
  height: 100%;
}
@media (max-width: 1025px) {
  .testimonials-outer .slick-center .testimonial-boxes::after, .testimonials-outer .slick-center .testimonial-boxes::before {
    display: none;
  }
}
.testimonials-outer .slick-center .testimonial-boxes::before {
  content: "";
  left: 0;
}
.testimonials-outer .slick-center .testimonial-boxes::after {
  content: "";
  right: 0;
}
.testimonials-outer .slick-center .tt-quote {
  font-weight: 400;
  font-size: 23px !important;
  font-size: 1.4375rem !important;
}
@media (max-width: 1799px) {
  .testimonials-outer .slick-center .tt-quote {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1599px) {
  .testimonials-outer .slick-center .tt-quote {
    font-size: 18px !important;
    font-size: 1.125rem !important;
  }
}
@media (max-width: 991px) {
  .testimonials-outer .slick-center .tt-quote {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .testimonials-outer .slick-center .tt-quote {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.testimonials-outer .slick-center .author-ltr {
  font-size: 52px !important;
  font-size: 3.25rem !important;
  width: 90px;
  height: 90px;
}
@media (max-width: 1799px) {
  .testimonials-outer .slick-center .author-ltr {
    font-size: 35px !important;
    font-size: 2.1875rem !important;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 1599px) {
  .testimonials-outer .slick-center .author-ltr {
    font-size: 30px !important;
    font-size: 1.875rem !important;
    width: 50px;
    height: 50px;
  }
}
.testimonials-outer .slick-center .aut-name {
  font-size: 30px !important;
  font-size: 1.875rem !important;
}
@media (max-width: 1799px) {
  .testimonials-outer .slick-center .aut-name {
    font-size: 28px !important;
    font-size: 1.75rem !important;
  }
}
@media (max-width: 1599px) {
  .testimonials-outer .slick-center .aut-name {
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
@media (max-width: 991px) {
  .testimonials-outer .slick-center .aut-name {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
.testimonials-outer .slick-list,
.testimonials-outer .slick-track {
  display: flex;
}
.testimonials-outer .slick-list {
  padding: 20px 0 !important;
}
.testimonials-outer .slick-prev,
.testimonials-outer .slick-next {
  transform: translateY(-50%);
  top: 50%;
}
.testimonials-outer .slick-prev {
  right: unset;
  left: -80px;
}
@media (max-width: 1799px) {
  .testimonials-outer .slick-prev {
    left: -28px;
  }
}
.testimonials-outer .slick-next {
  left: unset;
  right: -80px;
}
@media (max-width: 1799px) {
  .testimonials-outer .slick-next {
    right: -28px;
  }
}

.review-sec-bottom {
  max-width: 60%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 30px 20px;
  background: var(--global--color-white);
  justify-content: center;
  gap: 50px;
  border-radius: 10px;
}
@media (max-width: 1199px) {
  .review-sec-bottom {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .review-sec-bottom {
    max-width: 100%;
    flex-direction: column;
    padding: 0;
    justify-content: center;
    align-items: center;
    background: unset;
    gap: 20px;
  }
}
.review-sec-bottom .rw-fig {
  display: flex;
  align-items: center;
}
@media (max-width: 1799px) {
  .review-sec-bottom .rw-fig img {
    max-width: 380px;
  }
}
@media (max-width: 1199px) {
  .review-sec-bottom .rw-fig img {
    max-width: 300px;
  }
}

.about-outer-wrap {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}
.about-outer-wrap .abt-left {
  width: 52%;
  margin-right: 0;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .about-outer-wrap .abt-left {
    width: 100%;
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  .about-outer-wrap .abt-left .et_pb_image {
    text-align: center;
  }
}
.about-outer-wrap .abt-right {
  width: 48%;
  padding-left: 30px;
}
@media (max-width: 1599px) {
  .about-outer-wrap .abt-right {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .about-outer-wrap .abt-right {
    width: 100%;
    padding-left: 0px;
  }
}

.hed-after-style .et_pb_module_heading {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 12px;
  position: relative;
}
.hed-after-style .et_pb_module_heading::after {
  content: "";
  flex: 1 1 0%;
  background: url("assets/images/hd-after.png");
  background-repeat: no-repeat;
  height: 10px;
  background-size: 250px;
}
@media (max-width: 1599px) {
  .hed-after-style .et_pb_module_heading::after {
    background-size: 150px;
  }
}
@media (max-width: 767px) {
  .hed-after-style .et_pb_module_heading::after {
    background-size: 70px;
    height: 2px;
  }
}

.about-list-wrap {
  display: flex;
  flex-wrap: wrap;
  border-radius: 10px;
  overflow: hidden;
}
.about-list-wrap .wel-fig {
  width: 40%;
}
@media (max-width: 767px) {
  .about-list-wrap .wel-fig {
    width: 100%;
    height: 210px;
  }
}
.about-list-wrap .wel-cntnt {
  width: 60%;
  background: #FFF9EF;
  padding: 30px 30px;
}
@media (max-width: 1599px) {
  .about-list-wrap .wel-cntnt {
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  .about-list-wrap .wel-cntnt {
    width: 100%;
  }
}

.offer-wrap {
  color: #621DA4 !important;
  padding: 20px 30px;
  border: 1px solid rgba(98, 29, 164, 0.5);
  border-radius: 10px;
  background: url(assets/images/offer-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1599px) {
  .offer-wrap {
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .offer-wrap {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 10px;
    padding: 20px 20px;
    background: url(assets/images/offer-bg-mob.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.offer-wrap .offer-text {
  padding-right: 10px;
}
.offer-wrap figure svg {
  width: 150px;
}
.offer-wrap h2,
.offer-wrap h3,
.offer-wrap h4 {
  color: inherit !important;
  font-size: 24px !important;
  font-weight: 600;
  text-transform: none;
  font-weight: 600 !important;
}
@media (max-width: 1599px) {
  .offer-wrap h2,
  .offer-wrap h3,
  .offer-wrap h4 {
    font-size: 17px !important;
  }
}
.offer-wrap p {
  color: inherit !important;
  margin-top: 10px !important;
  line-height: 1;
}

.fq-video-sec {
  display: flex !important;
  flex-wrap: wrap;
}
.fq-video-sec .fq-video-left-wrap {
  width: 65%;
  margin-right: 0;
  padding-right: 80px;
}
@media (max-width: 1599px) {
  .fq-video-sec .fq-video-left-wrap {
    padding-right: 50px;
  }
}
@media (max-width: 1199px) {
  .fq-video-sec .fq-video-left-wrap {
    width: 100%;
    padding-right: 0px;
  }
}
@media (max-width: 1199px) {
  .fq-video-sec .fq-video-left-wrap .et_pb_image {
    text-align: center;
  }
}
.fq-video-sec .fq-video-right {
  width: 35%;
}
@media (max-width: 1199px) {
  .fq-video-sec .fq-video-right {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
}
.fq-video-sec .et_pb_video {
  border-radius: 10px;
  overflow: hidden;
}
.fq-video-sec .et_pb_video_play::before {
  display: none !important;
}

.faq_accordion {
  padding-top: 15px;
}

.fq-bg-sec {
  color: var(--global--color-white) !important;
  padding: 35px 40px;
  border-radius: 10px;
  background: url(assets/images/bl-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
  margin-top: 50px;
}
@media (max-width: 1599px) {
  .fq-bg-sec {
    padding: 10px 10px;
  }
}
@media (max-width: 1199px) {
  .fq-bg-sec {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  .fq-bg-sec {
    padding: 15px 20px;
    border-radius: 5px;
  }
}
.fq-bg-sec h2,
.fq-bg-sec h3,
.fq-bg-sec h4 {
  color: inherit !important;
  font-size: 40px !important;
  font-weight: 500 !important;
}
@media (max-width: 1799px) {
  .fq-bg-sec h2,
  .fq-bg-sec h3,
  .fq-bg-sec h4 {
    font-size: 32px !important;
  }
}
@media (max-width: 1599px) {
  .fq-bg-sec h2,
  .fq-bg-sec h3,
  .fq-bg-sec h4 {
    font-size: 25px !important;
  }
}
.fq-bg-sec p {
  color: inherit !important;
  margin-top: 10px !important;
  line-height: 1;
  font-size: 22px !important;
}
@media (max-width: 1799px) {
  .fq-bg-sec p {
    font-size: 20px !important;
  }
}
@media (max-width: 1599px) {
  .fq-bg-sec p {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) {
  .fq-bg-sec p {
    font-size: 13px !important;
  }
}
.fq-bg-sec .fq-bg-text {
  text-align: center;
}
@media (max-width: 767px) {
  .fq-bg-sec .fq-bg-text {
    text-align: left;
  }
}
.fq-bg-sec .fq-bg-btn-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .fq-bg-sec .fq-bg-btn-wrap {
    justify-content: center;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .fq-bg-sec .fq-bg-btn-wrap {
    gap: 10px;
    justify-content: start;
  }
}
.fq-bg-sec .fq-bg-btn-wrap .btnsNew {
  height: 45px;
  font-size: 11px !important;
  padding-left: 25px !important;
  padding-right: 25px !important;
  font-weight: 600 !important;
  border-radius: 0 15px 0 15px;
  border: none !important;
}
@media (max-width: 1599px) {
  .fq-bg-sec .fq-bg-btn-wrap .btnsNew {
    height: 40px;
    font-size: 10px !important;
    padding-left: 15px !important;
    padding-right: 16px !important;
    border-radius: 0 15px 0 15px;
  }
}
@media (max-width: 767px) {
  .fq-bg-sec .fq-bg-btn-wrap .btnsNew {
    height: 31px;
    font-size: 9px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    border-radius: 0 10px 0 10px;
  }
}

.service_outer_wrapper {
  position: relative;
  background-attachment: fixed !important;
}
.service_outer_wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: -20px;
  height: 30%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.25) 40%, rgba(255, 255, 255, 0) 100%);
}

.service-outer {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 20px;
}
.service-outer .service-boxes {
  height: 470px !important;
  border-radius: 10px;
  overflow: hidden;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: end;
  justify-content: center;
  position: relative;
  text-decoration: none;
}
@media (max-width: 1599px) {
  .service-outer .service-boxes {
    height: 350px !important;
  }
}
@media (max-width: 767px) {
  .service-outer .service-boxes {
    height: 250px !important;
  }
}
.service-outer .service-boxes::before {
  position: absolute;
  content: "";
  width: 160px;
  height: 65px;
  left: -46px;
  bottom: 0;
  background: url(assets/images/slid-after.png);
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  background-size: 160px;
  background-repeat: no-repeat;
}
@media (max-width: 1599px) {
  .service-outer .service-boxes::before {
    background-size: 120px;
    width: 120px;
    height: 47px;
  }
}
@media (max-width: 767px) {
  .service-outer .service-boxes::before {
    background-size: 90px;
    width: 90px;
    height: 35px;
  }
}
.service-outer .service-boxes::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.4) 80%, rgba(0, 0, 0, 0) 100%);
}
.service-outer .service-boxes .serv-hed {
  position: relative;
  z-index: 2;
  padding: 10px;
  padding-bottom: 100px;
  color: var(--global--color-white);
  font-size: 24px !important;
  font-size: 1.5rem !important;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 1599px) {
  .service-outer .service-boxes .serv-hed {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    padding-bottom: 80px;
  }
}
@media (max-width: 991px) {
  .service-outer .service-boxes .serv-hed {
    font-size: 22px !important;
    font-size: 1.375rem !important;
  }
}
@media (max-width: 767px) {
  .service-outer .service-boxes .serv-hed {
    font-size: 14px !important;
    font-size: 0.875rem !important;
    padding-bottom: 60px;
  }
}
.service-outer .service-boxes .serv-hed span {
  display: block;
}
.service-outer .service-boxes:hover .serv-link {
  background: var(--global--color-black);
}
.service-outer .service-boxes:hover .serv-link svg {
  rotate: 45deg;
}
.service-outer .service-boxes:hover::after {
  height: 100%;
}
.service-outer .slick-slide {
  padding: 0 5px !important;
}
.service-outer .serv-link {
  width: 53px;
  height: 53px;
  background: var(--global--color-primary);
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 1599px) {
  .service-outer .serv-link {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 767px) {
  .service-outer .serv-link {
    width: 26px;
    height: 26px;
  }
}
.service-outer .serv-link:hover {
  background: var(--global--color-black);
}
.service-outer .serv-link svg {
  transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  -webkit-transition: all ease-in-out 0.2s;
}
@media (max-width: 767px) {
  .service-outer .serv-link svg {
    width: 10px;
    height: 10px;
  }
}

#services_tab {
  display: flex !important;
  padding-top: 30px;
}
@media (max-width: 991px) {
  #services_tab {
    flex-direction: column;
    padding-top: 10px;
  }
}
#services_tab .resp-tabs-container {
  width: 40%;
}
@media (max-width: 991px) {
  #services_tab .resp-tabs-container {
    width: 100%;
  }
}
#services_tab .tab-right-wrap {
  width: 60%;
  padding-left: 50px;
}
@media (max-width: 1599px) {
  #services_tab .tab-right-wrap {
    padding-left: 35px;
  }
}
@media (max-width: 991px) {
  #services_tab .tab-right-wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }
}
#services_tab .tab-right-wrap .resp-tabs-list {
  float: none !important;
  width: 100%;
  padding: 0;
  margin: 0;
}
#services_tab .tab-right-wrap .resp-tab-item {
  border: 1px solid #DDDDDD;
  position: relative;
  font-size: 18px !important;
  font-size: 1.125rem !important;
  display: flex;
  padding: 30px 20px;
  margin-bottom: 15px !important;
  border-radius: 10px;
}
@media (max-width: 1599px) {
  #services_tab .tab-right-wrap .resp-tab-item {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
@media (max-width: 1199px) {
  #services_tab .tab-right-wrap .resp-tab-item {
    padding: 20px;
  }
}
#services_tab .tab-right-wrap .resp-tab-item.resp-tab-active {
  background: #DDF0FF;
}
#services_tab .tab-right-wrap .resp-tab-item.resp-tab-active:after {
  width: 10px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  content: "";
  z-index: 1;
  left: -10px;
  background: url("assets/images/tab-after.png");
  background-size: 20px;
  background-repeat: no-repeat;
}
#services_tab .resp-tab-content {
  height: 100%;
}
#services_tab .resp-tab-content .tab-img {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  max-height: 800px;
}
@media (max-width: 1856px) {
  #services_tab .resp-tab-content .tab-img {
    max-height: 840px;
  }
}
@media (max-width: 1599px) {
  #services_tab .resp-tab-content .tab-img {
    max-height: none;
  }
}
@media (max-width: 991px) {
  #services_tab .resp-tab-content .tab-img {
    max-width: 300px;
    margin: 0 auto;
    height: fit-content;
    max-height: 400px;
  }
}
@media (min-width: 992px) {
  #services_tab .resp-tab-content .tab-img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    max-width: 100% !important;
    max-height: none !important;
  }
}
#services_tab .hm-tab-icn {
  flex: 0 0 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  #services_tab .hm-tab-icn {
    flex: 0 0 100%;
    align-items: flex-start;
    justify-content: center;
  }
}
#services_tab .hm-tab-icn svg {
  max-height: 50px;
  width: fit-content;
}
@media (max-width: 1599px) {
  #services_tab .hm-tab-icn svg {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #services_tab .hm-tab-icn svg {
    width: 100%;
    max-height: 60px;
  }
}
#services_tab .list-cntnt {
  padding-left: 20px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
@media (max-width: 1199px) {
  #services_tab .list-cntnt {
    padding-left: 18px;
  }
}
@media (max-width: 991px) {
  #services_tab .list-cntnt {
    padding-left: 0px;
    text-align: center;
  }
}
#services_tab .list-cntnt p {
  font-size: 17px !important;
  text-align: start;
}
@media (max-width: 1599px) {
  #services_tab .list-cntnt p {
    font-size: 14px !important;
  }
}
#services_tab .list-cntnt .list-hed {
  font-size: 20px !important;
  font-size: 1.25rem !important;
  font-weight: 600;
  font-family: var(--global--font-secondary);
  margin-bottom: 5px;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: start !important;
}
@media (max-width: 1599px) {
  #services_tab .list-cntnt .list-hed {
    font-size: 17px !important;
    font-size: 1.0625rem !important;
  }
}
@media (max-width: 991px) {
  #services_tab .list-cntnt .list-hed {
    text-transform: none;
    line-height: 1.2;
    padding-top: 10px;
  }
}
#services_tab .tab-right-wrap {
  font-weight: 400;
  padding-top: 10px;
}
#services_tab .resp-accordion {
  border: 1px solid #DDDDDD;
  font-size: 16px !important;
  font-size: 1rem !important;
  padding: 20px;
  margin-bottom: 15px !important;
  border-radius: 10px;
}
@media (max-width: 991px) {
  #services_tab .resp-accordion {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
#services_tab .resp-accordion.resp-tab-active {
  background: #DDF0FF;
}
#services_tab .resp-accordion .resp-arrow {
  display: none;
}

.tc-btm-content p {
  font-weight: 400 !important;
}
@media (max-width: 1199px) {
  .tc-btm-content {
    text-align: center;
  }
}

.faq-commom-sddress .foot-col-left {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
@media (max-width: 1599px) {
  .faq-commom-sddress .foot-col-left {
    margin: 0px;
    margin-top: 50px;
    padding-top: 30px;
  }
}
@media (max-width: 1199px) {
  .faq-commom-sddress .foot-col-left {
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .faq-commom-sddress .foot-col-left {
    margin-top: 0;
    border-top: 0;
  }
}
.faq-commom-sddress .foot-col-left .footer-icn-outer {
  display: flex;
  align-items: center;
  width: 25%;
  padding: 0 15px;
  position: relative;
  justify-content: center;
}
@media (max-width: 1599px) {
  .faq-commom-sddress .foot-col-left .footer-icn-outer {
    padding: 0 10px;
  }
}
@media (max-width: 1199px) {
  .faq-commom-sddress .foot-col-left .footer-icn-outer {
    width: 50%;
    justify-content: start;
  }
}
@media (max-width: 767px) {
  .faq-commom-sddress .foot-col-left .footer-icn-outer {
    width: 100%;
  }
}
.faq-commom-sddress .foot-col-left .footer-icn-outer::after {
  background: rgba(0, 0, 0, 0.4);
  width: 1px;
  height: 95%;
  position: absolute;
  content: "";
  transform: translateY(-50%);
  top: 50%;
  right: 0;
}
@media (max-width: 1199px) {
  .faq-commom-sddress .foot-col-left .footer-icn-outer::after {
    display: none;
  }
}
.faq-commom-sddress .foot-col-left .footer-icn-outer:last-child::after {
  display: none;
}
.faq-commom-sddress .foot-col-left .footer-icn-outer .ft-icn-text {
  line-height: 1.5;
  font-size: 23px !important;
  font-size: 1.4375rem !important;
  font-weight: 400;
}
@media (max-width: 1799px) {
  .faq-commom-sddress .foot-col-left .footer-icn-outer .ft-icn-text {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 1599px) {
  .faq-commom-sddress .foot-col-left .footer-icn-outer .ft-icn-text {
    font-size: 16px !important;
    font-size: 1rem !important;
  }
}
.faq-commom-sddress .foot-col-left .footer-icn-outer .icn-txt-top {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  margin-bottom: -5px;
  text-transform: uppercase;
}
@media (max-width: 1599px) {
  .faq-commom-sddress .foot-col-left .footer-icn-outer .icn-txt-top {
    font-size: 15px !important;
    font-size: 0.9375rem !important;
  }
}
.faq-commom-sddress .foot-col-left .footer-icn-outer a {
  font-size: 36px !important;
  font-size: 2.25rem !important;
  font-weight: 400;
  color: var(--global--color-black);
  text-decoration: none;
}
@media (max-width: 1799px) {
  .faq-commom-sddress .foot-col-left .footer-icn-outer a {
    font-size: 30px !important;
    font-size: 1.875rem !important;
  }
}
@media (max-width: 1599px) {
  .faq-commom-sddress .foot-col-left .footer-icn-outer a {
    font-size: 20px !important;
    font-size: 1.25rem !important;
  }
}
@media (max-width: 767px) {
  .faq-commom-sddress .foot-col-left .footer-icn-outer a {
    font-weight: 500;
    font-size: 25px !important;
    font-size: 1.5625rem !important;
  }
}
.faq-commom-sddress .foot-col-left .footer-icn-outer a:hover {
  color: var(--global--color-primary);
}
.faq-commom-sddress .foot-col-left .footer-icn-outer a[href^=tel]:hover {
  color: var(--global--color-black);
}
.faq-commom-sddress .foot-col-left .footer-icn-outer a[href^="mailto:"] {
  font-size: inherit !important;
}
.faq-commom-sddress .footer-icn-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--global--color-primary);
  flex: 0 0 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 12px;
}
@media (max-width: 1599px) {
  .faq-commom-sddress .footer-icn-wrp {
    flex: 0 0 34px;
    height: 34px;
    margin-right: 5px;
  }
}
@media (max-width: 1199px) {
  .faq-commom-sddress .footer-icn-wrp {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .faq-commom-sddress .footer-icn-wrp {
    flex: 0 0 40px;
    height: 40px;
  }
}
@media (max-width: 1599px) {
  .faq-commom-sddress .footer-icn-wrp svg {
    max-width: 16px;
  }
}

.logo_slider {
  padding-top: 20px;
}
.logo_slider .slick-track {
  display: flex;
  align-items: center;
}
.logo_slider .slide_item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px;
}
.logo_slider .slide_item img {
  max-width: 100%;
  max-height: 90px;
}
@media (max-width: 1599px) {
  .logo_slider .slide_item img {
    max-height: 70px;
  }
}
@media (max-width: 767px) {
  .logo_slider .slide_item img {
    max-height: 60px;
  }
}

.header_right .menu-item-1398 {
  display: none;
}

.bg_parallax {
  background-attachment: fixed !important;
}

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);
  overflow-x: hidden;
}
@media (min-width: 1200px) {
  body {
    font-size: 14px !important;
  }
}
@media (min-width: 1600px) {
  body {
    font-size: 16px !important;
  }
}
@media (min-width: 1850px) {
  body {
    font-size: 18px !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 */