@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");
html {
  font-size: 16px;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
}

.page-template-landing-new-second-part-page #main {
  padding: 0 !important;
}
.page-template-landing-new-second-part-page #main .fusion-row {
  max-width: 100% !important;
  display: initial !important;
}
.page-template-landing-new-second-part-page .container {
  max-width: 1540px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  overflow: visible;
}
@media (max-width: 1740px) {
  .page-template-landing-new-second-part-page .container {
    max-width: 1440px;
  }
}
@media (max-width: 1590px) {
  .page-template-landing-new-second-part-page .container {
    max-width: 1280px;
  }
}
@media (max-width: 1420px) {
  .page-template-landing-new-second-part-page .container {
    max-width: 1170px;
  }
}
@media (max-width: 1300px) {
  .page-template-landing-new-second-part-page .container {
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .page-template-landing-new-second-part-page .container {
    max-width: 1070px;
  }
}
@media (max-width: 1024px) {
  .page-template-landing-new-second-part-page .container {
    max-width: 100%;
  }
}

.container-small {
  max-width: 798px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .container-small {
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .container-small {
    max-width: 100%;
    padding: 0 40px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-section-large {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .padding-section-large {
    padding-top: 80px;
    padding-bottom: 80x;
  }
}
@media (max-width: 767px) {
  .padding-section-large {
    padding-top: 54px;
    padding-bottom: 54px;
  }
}

.padding-section-small {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 991px) {
  .padding-section-small {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.max-width-large {
  max-width: 768px;
}

.margin-top {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.margin-top.margin-xsmall, .margin-top.margin-small, .margin-top.margin-medium, .margin-top.margin-xxlarge {
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.margin-bottom {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
.margin-bottom.margin-xsmall, .margin-bottom.margin-small, .margin-bottom.margin-medium, .margin-bottom.margin-xxlarge {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.margin-xsmall {
  margin: 10px;
}

.margin-small {
  margin: 24px;
}
@media (max-width: 767px) {
  .margin-small {
    margin: 20px;
  }
}

.margin-medium {
  margin: 40px;
}
@media (max-width: 767px) {
  .margin-medium {
    margin: 24px;
  }
}

.margin-xxlarge {
  margin: 70px;
}
@media (max-width: 991px) {
  .margin-xxlarge {
    margin: 62px;
  }
}
@media (max-width: 767px) {
  .margin-xxlarge {
    margin: 38px;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-weight-extrabold {
  font-weight: 900;
}

.text-size-medium {
  font-size: 18px;
}
@media (max-width: 767px) {
  .text-size-medium {
    font-size: 16px;
  }
}

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #000000;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .horizontal-line {
    margin-bottom: 20px;
  }
}

.text-size-small {
  font-size: 14px;
}

.text-size-tiny {
  font-size: 12px;
}

a {
  border-color: #000000;
  color: #000000;
}

.text-link {
  text-decoration: underline;
}

input,
select,
textarea {
  outline: none;
  box-shadow: none;
  font-family: "Open Sans", sans-serif;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #505050;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #505050;
}
input:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #505050;
}

.w-form {
  margin: 0 0 15px;
}

.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: #000000;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #EEEEEE;
}

.form-input {
  height: auto;
  min-height: 44px;
  margin-bottom: 0px;
  padding: 8px 12px;
  flex: 1;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
}

.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #000000;
  color: #ffffff;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  font-size: 16px;
  transition: all 0.4s ease-in-out;
}
.w-button:hover {
  background-color: transparent;
  color: #000000;
}

.button {
  padding: 12px 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #000000;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
}

input.w-button {
  -webkit-appearance: button;
}

.w-layout-grid {
  display: grid;
  align-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
}
@media (max-width: 991px) {
  .w-layout-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }
}
@media (max-width: 767px) {
  .w-layout-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 479px) {
  .w-layout-grid {
    grid-template-columns: 1fr;
  }
}
.w-layout-grid.w-layout-grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
@media (max-width: 991px) {
  .w-layout-grid.w-layout-grid-2 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
}

.text-color-white {
  color: #ffffff;
}

.relative {
  position: relative;
}

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

.heading-style-h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  .heading-style-h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .heading-style-h1 {
    font-size: 24px;
  }
}

.heading-style-h2 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  .heading-style-h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .heading-style-h2 {
    font-size: 22px;
  }
}

.heading-style-h3 {
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .heading-style-h3 {
    font-size: 20px;
  }
}

.heading-style-h4 {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0em;
}

.heading-style-h5 {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0em;
}

.heading-style-h6 {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  .heading-style-h6 {
    font-size: 16px;
  }
}

.dec {
  font-size: 16px;
  color: #151515;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  line-height: 22px;
}

.container-fluid-right {
  padding-left: calc((100% - 1360px + 80px) / 2);
}
@media (max-width: 1590px) {
  .container-fluid-right {
    padding-left: calc((100% - 1170px + 80px) / 2);
  }
}
@media (max-width: 1300px) {
  .container-fluid-right {
    padding-left: calc((100% - 1010px + 80px) / 2);
  }
}
@media (max-width: 991px) {
  .container-fluid-right {
    padding-left: calc((100% - 800px + 80px) / 2);
  }
}
@media (max-width: 767px) {
  .container-fluid-right {
    padding-left: 45px;
  }
}

.link {
  transition: all 0.5s;
}
.link:hover {
  color: #151515;
  border-bottom: 1px solid #151515;
}

.search-box .searchButton {
  transition: all 0.5s;
}
.search-box .searchButton:hover {
  opacity: 0.7 !important;
}

/*
This file can be used to overwrite any normailze settings.
*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
 * Basic typography style for copy text
 */
body {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  font-family: "Open Sans", sans-serif;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 991px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0em;
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}

h6 {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0em;
}
@media (max-width: 767px) {
  h6 {
    font-size: 16px;
  }
}

html {
  scroll-behavior: smooth;
}

.page-template-landing-new-page .fusion-tb-header,
.page-template-landing-new-second-part-page .fusion-tb-header {
  padding: 24px 0 !important;
  background-color: #ffffff;
}
.page-template-landing-new-page .fusion-tb-header .logo-tag-wrap,
.page-template-landing-new-second-part-page .fusion-tb-header .logo-tag-wrap {
  max-width: 215px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.page-template-landing-new-page .fusion-tb-header .logo-tag-wrap a,
.page-template-landing-new-second-part-page .fusion-tb-header .logo-tag-wrap a {
  text-decoration: none;
  outline: none;
  color: #000000;
}
.page-template-landing-new-page .fusion-tb-header .logo-tag-wrap a:hover, .page-template-landing-new-page .fusion-tb-header .logo-tag-wrap a:focus,
.page-template-landing-new-second-part-page .fusion-tb-header .logo-tag-wrap a:hover,
.page-template-landing-new-second-part-page .fusion-tb-header .logo-tag-wrap a:focus {
  text-decoration: none;
  outline: none;
  color: #000000;
}
.page-template-landing-new-page .fusion-tb-header .logo-tag-wrap .toplogo img,
.page-template-landing-new-second-part-page .fusion-tb-header .logo-tag-wrap .toplogo img {
  width: 100%;
  height: auto;
}
.page-template-landing-new-page .fusion-tb-header .logo-tag-wrap .bottom-taglogo,
.page-template-landing-new-second-part-page .fusion-tb-header .logo-tag-wrap .bottom-taglogo {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  line-height: 14px;
}
.page-template-landing-new-page .fusion-tb-header .logo-tag-wrap .bottom-taglogo .bottom-tag-logo-link,
.page-template-landing-new-second-part-page .fusion-tb-header .logo-tag-wrap .bottom-taglogo .bottom-tag-logo-link {
  font-size: 14px;
  line-height: normal;
  display: flex;
}
.page-template-landing-new-page .fusion-tb-header .logo-tag-wrap .bottom-taglogo .bottom-tag-logo-link img,
.page-template-landing-new-second-part-page .fusion-tb-header .logo-tag-wrap .bottom-taglogo .bottom-tag-logo-link img {
  max-width: 70px;
  height: auto;
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container {
  max-width: 1540px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
  overflow: visible;
}
@media (max-width: 1740px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container {
    max-width: 1440px;
  }
}
@media (max-width: 1590px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container {
    max-width: 1280px;
  }
}
@media (max-width: 1420px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container {
    max-width: 1170px;
  }
}
@media (max-width: 1300px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container {
    max-width: 1100px;
  }
}
@media (max-width: 1200px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container {
    max-width: 1070px;
  }
}
@media (max-width: 1024px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container {
    max-width: 100%;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row {
  justify-content: space-between !important;
  margin: 0 !important;
  max-width: 100% !important;
  gap: 10px;
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column {
  margin: 0 !important;
}
@media (max-width: 991px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column {
    width: auto !important;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-1,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-1 {
  width: 39% !important;
}
@media (max-width: 1740px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-1,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-1 {
    width: 43% !important;
  }
}
@media (max-width: 1590px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-1,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-1 {
    width: 52% !important;
  }
}
@media (max-width: 1200px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-1,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-1 {
    width: 48% !important;
  }
}
@media (max-width: 1024px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-1,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-1 {
    width: auto !important;
  }
}
@media (max-width: 458px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-1,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-1 {
    order: 3;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-2,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-2 {
  width: 10% !important;
}
@media (max-width: 1300px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-2,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-2 {
    width: auto !important;
  }
}
@media (max-width: 458px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-2,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column.fusion-builder-column-2 {
    order: 2;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-imageframe,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-imageframe {
  max-width: 228px !important;
  line-height: 1;
  width: 100% !important;
}
@media (max-width: 1300px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-imageframe,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-imageframe {
    max-width: 180px !important;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-text a,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-text a {
  font-size: 24px;
  color: #151515;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  text-transform: capitalize !important;
  display: inline-flex;
  align-items: center;
  justify-content: end;
}
@media (max-width: 1420px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-text a,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-text a {
    font-size: 21px !important;
  }
}
@media (max-width: 1300px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-text a,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-text a {
    font-size: 18px !important;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item a,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item a {
  background-color: #005670 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  text-align: center;
  margin: 0;
  height: -moz-max-content;
  height: max-content;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
  line-height: 24px !important;
  border-radius: 10px;
  font-family: "Open Sans", sans-serif;
  padding: 8px 15px !important;
  font-size: 14px;
  font-weight: 400;
  margin: auto 0;
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item a .awb-menu__open-nav-submenu-hover,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item a .awb-menu__open-nav-submenu-hover {
  display: none;
}
@media (max-width: 991px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item a,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item a {
    background-color: #f1f1f1 !important;
    color: #005670 !important;
    border-radius: 0px;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item a:hover,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item a:hover {
  background-color: transparent !important;
  border: 1px solid #005670 !important;
  color: #005670 !important;
}
@media (max-width: 991px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item a:hover,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item a:hover {
    background-color: #005670 !important;
    color: #ffffff !important;
    border: 1px solid transparent !important;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item .awb-menu__sub-ul,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item .awb-menu__sub-ul {
  border: 1px solid #005670;
}
@media (max-width: 991px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item .awb-menu__sub-ul,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item .awb-menu__sub-ul {
    border: none;
    background-color: #f1f1f1 !important;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item .awb-menu__sub-ul .menu-item a,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item .awb-menu__sub-ul .menu-item a {
  background-color: #ffffff !important;
  color: #005670 !important;
  border-radius: 0px;
  border: none !important;
}
@media (max-width: 991px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item .awb-menu__sub-ul .menu-item a,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item .awb-menu__sub-ul .menu-item a {
    border: none;
    background-color: #f1f1f1 !important;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item .awb-menu__sub-ul .menu-item a:hover,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .menu-item .awb-menu__sub-ul .menu-item a:hover {
  background-color: #005670 !important;
  color: #ffffff !important;
  border: none !important;
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .avada-menu-mobile-menu-trigger,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .avada-menu-mobile-menu-trigger {
  background-color: #005670 !important;
  color: #ffffff !important;
  border-radius: 5px !important;
}
@media (max-width: 991px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu {
    background-color: #f1f1f1 !important;
    margin-top: 10px;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item a,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item a {
  background-color: #005670 !important;
  color: #ffffff !important;
  display: inline-flex !important;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
  padding: 12px 40px !important;
  line-height: 24px !important;
  border-radius: 10px;
  font-family: "Open Sans", sans-serif;
  height: 54px;
  margin: auto 0;
}
@media (max-width: 991px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item a,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item a {
    background-color: #f1f1f1 !important;
    color: #005670 !important;
    border-radius: 0px;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item a:hover,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item a:hover {
  background-color: transparent !important;
  border: 1px solid #005670 !important;
  color: #005670 !important;
}
@media (max-width: 991px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item a:hover,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item a:hover {
    background-color: #005670 !important;
    color: #ffffff !important;
    border: 1px solid transparent !important;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item .sub-menu,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item .sub-menu {
  border: 1px solid #005670;
}
@media (max-width: 991px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item .sub-menu,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item .sub-menu {
    border: none;
    background-color: #f1f1f1 !important;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item .sub-menu a,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item .sub-menu a {
  background-color: #ffffff !important;
  color: #005670 !important;
  border-radius: 0px;
  border: none !important;
}
@media (max-width: 991px) {
  .page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item .sub-menu a,
  .page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item .sub-menu a {
    border: none;
    background-color: #f1f1f1 !important;
  }
}
.page-template-landing-new-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item .sub-menu a:hover,
.page-template-landing-new-second-part-page .fusion-tb-header .fusion-flex-container .fusion-builder-row .fusion-layout-column .fusion-column-wrapper .fusion-menu-element-wrapper .fusion-custom-menu .menu-item .sub-menu a:hover {
  background-color: #005670 !important;
  color: #ffffff !important;
  border: none !important;
}

.page-template-landing-new-page .landing-footer-section .footer-img-svg img,
.page-template-landing-new-second-part-page .landing-footer-section .footer-img-svg img {
  width: 100%;
}
.page-template-landing-new-page .landing-footer-section .fusion_builder_column .fusion-column-wrapper .fusion-builder-row-inner button.awb-menu__m-toggle,
.page-template-landing-new-second-part-page .landing-footer-section .fusion_builder_column .fusion-column-wrapper .fusion-builder-row-inner button.awb-menu__m-toggle {
  display: none !important;
}
.page-template-landing-new-page .landing-footer-section .fusion_builder_column .fusion-column-wrapper .fusion-builder-row-inner .fusion-menu .menu-item,
.page-template-landing-new-second-part-page .landing-footer-section .fusion_builder_column .fusion-column-wrapper .fusion-builder-row-inner .fusion-menu .menu-item {
  margin-bottom: 15px !important;
}
.page-template-landing-new-page .landing-footer-section .fusion_builder_column .fusion-column-wrapper .fusion-builder-row-inner .fusion-menu .menu-item a,
.page-template-landing-new-second-part-page .landing-footer-section .fusion_builder_column .fusion-column-wrapper .fusion-builder-row-inner .fusion-menu .menu-item a {
  padding: 0 !important;
  margin-bottom: 0px !important;
  height: auto !important;
  min-height: auto !important;
  line-height: 1.4;
  background-color: transparent !important;
}
.page-template-landing-new-page .landing-footer-section .fusion_builder_column .fusion-column-wrapper .fusion-builder-row-inner .fusion-menu .menu-item a .menu-text,
.page-template-landing-new-second-part-page .landing-footer-section .fusion_builder_column .fusion-column-wrapper .fusion-builder-row-inner .fusion-menu .menu-item a .menu-text {
  padding-left: 15px;
  position: relative;
  color: #ffffff !important;
}
.page-template-landing-new-page .landing-footer-section .fusion_builder_column .fusion-column-wrapper .fusion-builder-row-inner .fusion-menu .menu-item a .menu-text::before,
.page-template-landing-new-second-part-page .landing-footer-section .fusion_builder_column .fusion-column-wrapper .fusion-builder-row-inner .fusion-menu .menu-item a .menu-text::before {
  color: #ffffff !important;
  font: normal normal normal 10px/1 FontAwesome;
  content: "\f054";
  left: 0;
  position: absolute;
  top: 51%;
  transform: translate(1px, -50%);
}

.button-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.button-group.is-center {
  justify-content: center;
}

.btn {
  background-color: #005670;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid transparent;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  height: 42px;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 21px;
}
.btn.is-alternate {
  background-color: transparent;
  border: 1px solid #005670;
  transition: all 0.4s ease-in-out;
  color: #005670;
}
.btn.is-alternate:hover {
  background-color: #005670;
  color: #ffffff;
  border-color: transparent;
}
.btn.btn-small {
  padding: 8px 24px 8px 24px;
}
.btn.left-icon {
  padding: 12px 24px 12px 52px;
}
.btn.left-icon.btn-small {
  padding: 8px 24px 8px 52px;
}
.btn.left-icon::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/btn.svg);
  background-repeat: no-repeat;
  background-position: 24px;
  background-size: auto;
  transition: all 0.4s ease-in-out;
}
.btn.left-icon:hover::before {
  transition: all 0.4s ease-in-out;
  background-image: url(../images/btn-icon.svg);
}
.btn.left-icon.link {
  background-color: transparent;
  border: none;
  color: #000000;
}
.btn.left-icon.link::before {
  background-image: url(../images/btn-icon.svg);
}
.btn.left-icon.link:hover {
  background-color: transparent;
  border: 1px solid #005670;
}
.btn:active, .btn:focus, .btn:hover {
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  color: #000000;
}

.primary-btn {
  background-color: #005670;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid #000000;
  padding: 12px 24px;
  line-height: 22px;
  background-color: transparent;
  color: #000000;
}
.primary-btn.is-alternate {
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
}
.primary-btn.btn-small {
  padding: 8px 24px 8px 24px;
}
.primary-btn.left-icon {
  padding: 12px 24px 12px 52px;
}
.primary-btn.left-icon.btn-small {
  padding: 8px 24px 8px 52px;
}
.primary-btn.left-icon::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/btn-icon.svg);
  background-repeat: no-repeat;
  background-position: 24px;
  background-size: auto;
  transition: all 0.4s ease-in-out;
}
.primary-btn.left-icon:hover::before {
  transition: all 0.4s ease-in-out;
  background-image: url(../images/btn.svg);
}
.primary-btn.link {
  background-color: transparent;
  border: none;
}
.primary-btn.link::before {
  background-image: url(../images/btn-icon.svg);
}
.primary-btn.link:hover::before {
  background-image: url(../images/btn-icon.svg);
}
.primary-btn.link:hover {
  background-color: transparent;
  border: none;
  color: #000000;
}
.primary-btn:active, .primary-btn:focus, .primary-btn:hover {
  transition: all 0.4s ease-in-out;
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}

.secondary-btn {
  background-color: #005670;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: 1px solid #000000;
  padding: 12px 24px;
  line-height: 22px;
  background-color: #ffffff;
  color: #000000;
}
.secondary-btn.btn-small {
  padding: 8px 24px 8px 24px;
}
.secondary-btn.left-icon {
  padding: 12px 52px 12px 24px;
}
.secondary-btn.left-icon.btn-small {
  padding: 8px 52px 8px 24px;
}
.secondary-btn.left-icon::before {
  position: absolute;
  top: 0;
  left: 0px;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../images/btn-icon.svg);
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  transition: all 0.4s ease-in-out;
  right: 24px;
}
.secondary-btn.left-icon:hover::before {
  transition: all 0.4s ease-in-out;
  background-image: url(../images/btn.svg);
}
.secondary-btn.link {
  background-color: transparent;
  border: none;
}
.secondary-btn.link::before {
  background-image: url(../images/btn-icon.svg);
}
.secondary-btn.link:hover::before {
  background-image: url(../images/btn-icon.svg);
}
.secondary-btn.link:hover {
  background-color: transparent;
  border: none;
  color: #000000;
}
.secondary-btn:active, .secondary-btn:focus, .secondary-btn:hover {
  transition: all 0.4s ease-in-out;
  background-color: #000000;
  color: #ffffff;
}

.buy_btn {
  background-color: #005670;
  color: #ffffff;
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease-in-out;
  border: none;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #ffffff;
  background-color: #005670;
  border-radius: 5px;
  cursor: pointer;
}
.buy_btn:hover {
  opacity: 0.7;
  background-color: #005670;
}

.section_product_wrapper #sb_instagram {
  display: flex;
  flex-direction: column;
}
.section_product_wrapper #sb_instagram #sbi_load {
  order: -1;
  margin-bottom: 20px;
}
.section_product_wrapper .heading .text-center {
  max-width: 950px;
  margin: 0 auto;
}
.section_product_wrapper .heading .text-center .heading-style-h3 {
  text-transform: initial;
  color: #151515;
  font-family: "cooper_hewittbold";
  font-weight: bold;
  margin-bottom: 20px;
}
.section_product_wrapper .heading .text-center .dec {
  color: #151515;
}
.section_product_wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
  grid-row-gap: 30px;
}
.section_product_wrapper .row .slick-track {
  width: 100%;
  display: flex !important;
}
.section_product_wrapper .row .slick-list {
  width: 100%;
}
.section_product_wrapper .row .col {
  width: 100% !important;
  max-width: 25%;
  height: auto !important;
}
@media (max-width: 1300px) {
  .section_product_wrapper .row .col {
    max-width: 33.3333%;
  }
}
@media (max-width: 991px) {
  .section_product_wrapper .row .col {
    max-width: 50%;
  }
}
@media (max-width: 567px) {
  .section_product_wrapper .row .col {
    max-width: 100%;
  }
}
.section_product_wrapper .row .col .product-item {
  border-radius: 15px;
  position: relative;
  border: 1px solid #e5e8eb;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  height: 100%;
  width: 100%;
  transition: all 0.5s ease-in-out;
  background: #FFFFFF 0% 0% no-repeat padding-box;
}
.section_product_wrapper .row .col .product-item .product_inner {
  height: 100%;
  flex-direction: column;
  display: flex;
}
.section_product_wrapper .row .col .product-item .product_inner .product_img_box {
  border-radius: 15px 15px 0px 0px;
  width: 100%;
  height: auto;
  min-height: 210px;
  max-height: 210px;
  overflow: hidden;
  position: relative;
}
.section_product_wrapper .row .col .product-item .product_inner .product_img_box img {
  width: 100%;
  transition: all 0.5s ease-in-out;
  height: 100%;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px 15px 0px 0px;
  position: absolute;
}
.section_product_wrapper .row .col .product-item .product_inner .video-wrapper .youtube-video {
  width: 100%;
  max-height: 100%;
  position: absolute;
  padding-bottom: 0;
  height: 100%;
  max-width: 100%;
  border-radius: 15px 15px 0px 0px;
  aspect-ratio: 16/2;
}
.section_product_wrapper .row .col .product-item .product_inner .video-wrapper .youtube-video-wrap {
  width: 100%;
  max-height: 100%;
  position: relative;
  padding-bottom: 65%;
  height: 0;
  max-width: 100%;
  border-radius: 15px 15px 0px 0px;
}
.section_product_wrapper .row .col .product-item .product_inner .video-wrapper .youtube-video-wrap .rll-youtube-player {
  border-radius: 15px 15px 0px 0px;
  padding-bottom: 65%;
}
@media (max-width: 991px) {
  .section_product_wrapper .row .col .product-item .product_inner .video-wrapper .youtube-video-wrap {
    max-width: 100%;
  }
}
.section_product_wrapper .row .col .product-item .product_inner .video-wrapper .youtube-thumbnail-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 15px 15px 0px 0px;
  height: 100%;
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
  z-index: 2;
  cursor: pointer;
}
.section_product_wrapper .row .col .product-item .product_inner .video-wrapper .youtube-thumbnail-wrap .youtube-thumbnail {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 15px 15px 0px 0px;
}
.section_product_wrapper .row .col .product-item .product_inner .video-wrapper .youtube-thumbnail-wrap .youtube-play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 31px;
}
@media (max-width: 479px) {
  .section_product_wrapper .row .col .product-item .product_inner .video-wrapper .youtube-thumbnail-wrap .youtube-play-btn {
    width: 34px;
    height: 21px;
  }
}
.section_product_wrapper .row .col .product-item .product_inner .video-wrapper .youtube-thumbnail-wrap .youtube-play-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.section_product_wrapper .row .col .product-item .product_inner .product_ccontent_box {
  padding: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  -webkit-flex: 1;
  display: -webkit-flex;
}
.section_product_wrapper .row .col .product-item .product_inner .product_ccontent_box .heading-style-h4 {
  font-family: "cooper_hewittbook" !important;
  font-weight: normal;
  text-transform: capitalize;
  color: #151515;
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 0;
  flex-direction: column;
  display: flex;
  height: 100%;
  display: -webkit-flex;
}
@media only screen and (max-width: 567px) {
  .section_product_wrapper .row .col .product-item .product_inner .product_ccontent_box .heading-style-h4 {
    font-size: 18px;
  }
}
.section_product_wrapper .row .col .product-item .product_inner .product_ccontent_box .heading-style-h4.margin-xsmall {
  margin-bottom: 10px;
}
.section_product_wrapper .row .col .product-item .product_inner .product_ccontent_box .dec {
  flex-direction: column;
  flex: 1;
  display: flex;
  justify-content: end;
  -webkit-flex: 1;
  display: -webkit-flex;
}
.section_product_wrapper .row .col .product-item .product_inner .product_ccontent_box .dec p {
  margin-bottom: 0;
  color: #898989;
}
.section_product_wrapper .row .col .product-item .product_inner .buy_and_sell_button {
  position: absolute;
  top: 11px;
  left: 11px;
}
.section_product_wrapper .row .col .product-item:hover {
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0784313725);
  border: 1px solid transparent;
}
.section_product_wrapper .row .col .product-item:hover .product_inner .product_img_box {
  transition: all 0.4s ease-in-out;
}
.section_product_wrapper .row .col .product-item:hover .product_inner .product_img_box img {
  transition: all 0.5s ease-in-out;
}
.section_product_wrapper .row .col .product-item:hover .product_inner .product_ccontent_box .heading-style-h4 {
  transition: all 0.4s ease-in-out;
  color: #005670;
}
.section_product_wrapper .section_our_drone_service.section_product_wrapper {
  padding-top: 100px;
}
.section_product_wrapper .form_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: calc(50% + 35px);
  margin-left: auto;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 1024px) {
  .section_product_wrapper .form_section {
    max-width: 100%;
    justify-content: center;
    grid-column-gap: 50px;
  }
}
.section_product_wrapper .form_section .link {
  font-size: 20px;
  color: #005670;
  line-height: 27px;
  position: relative;
  font-family: "Open Sans", sans-serif;
  padding-bottom: 5px;
  border-bottom: 1px solid #005670;
  margin-top: 5px;
}
.section_product_wrapper .form_section .link:hover {
  color: #151515;
  border-bottom: 1px solid #151515;
}
.section_product_wrapper .form_section .search-box {
  position: relative;
  max-width: 355px;
  margin-left: auto;
  margin-right: 0;
  height: 42px;
}
@media (max-width: 1740px) {
  .section_product_wrapper .form_section .search-box {
    max-width: 332px;
  }
}
@media (max-width: 1590px) {
  .section_product_wrapper .form_section .search-box {
    max-width: 290px;
  }
}
@media (max-width: 1420px) {
  .section_product_wrapper .form_section .search-box {
    max-width: 262px;
  }
}
@media (max-width: 1300px) {
  .section_product_wrapper .form_section .search-box {
    max-width: 334px;
  }
}
@media (max-width: 1200px) {
  .section_product_wrapper .form_section .search-box {
    max-width: 326px;
  }
}
.section_product_wrapper .form_section .search-box .err-valid {
  position: absolute;
  bottom: -30px;
  font-size: 14px;
  color: rgb(228, 51, 51);
  left: 5px;
}
.section_product_wrapper .form_section .search-box .searchTerm {
  padding-right: 178px;
  border-radius: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 1;
}
@media (max-width: 1740px) {
  .section_product_wrapper .form_section .search-box .searchTerm {
    padding-right: 155px;
  }
}
@media (max-width: 1590px) {
  .section_product_wrapper .form_section .search-box .searchTerm {
    padding-right: 113px;
  }
}
@media (max-width: 1420px) {
  .section_product_wrapper .form_section .search-box .searchTerm {
    padding-right: 85px;
  }
}
@media (max-width: 1300px) {
  .section_product_wrapper .form_section .search-box .searchTerm {
    padding-right: 157px;
  }
}
@media (max-width: 1200px) {
  .section_product_wrapper .form_section .search-box .searchTerm {
    padding-right: 149px;
  }
}
@media (max-width: 1024px) {
  .section_product_wrapper .form_section .search-box .searchTerm {
    padding-right: 127px;
  }
}
.section_product_wrapper .form_section .search-box .searchButton {
  position: absolute;
  top: 0;
  right: 0;
  font-family: "Open Sans", sans-serif;
  bottom: 0;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background: #005670;
  color: #fff;
  border-radius: 0 10px 10px 0;
  border: 0;
  outline: none;
  cursor: pointer;
}
.section_product_wrapper.section_our_drone_service .row {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 38px;
  gap: 30px 0px;
}
.section_product_wrapper.section_our_drone_service .row .slick-list {
  width: 100%;
}
.section_product_wrapper.section_our_drone_service .row .slick-track {
  width: 100% !important;
  display: flex !important;
}

.slick-arrow {
  width: 36px;
  height: 36px;
  background-color: #ffffff;
  font-size: 0;
  border: 1px solid #005670;
  position: absolute;
  top: 50%;
  border-radius: 50px;
  transform: translate(0, -50%);
  cursor: pointer;
  outline: none;
  transition: all 0.4s ease-in-out;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  z-index: 1;
}
@media (max-width: 991px) {
  .slick-arrow {
    display: none;
  }
}
.slick-arrow::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 8px !important;
  color: #005670;
  filter: invert(14%) sepia(88%) saturate(3206%) hue-rotate(179deg) brightness(95%) contrast(101%);
}
.slick-arrow.slick-prev {
  left: -50px;
}
.slick-arrow.slick-prev::after {
  background: url(../images/angle-left-solid.svg);
}
@media (max-width: 1590px) {
  .slick-arrow.slick-prev {
    left: 5px;
  }
}
.slick-arrow.slick-next {
  right: -50px;
}
@media (max-width: 1590px) {
  .slick-arrow.slick-next {
    right: 5px;
  }
}
.slick-arrow.slick-next::after {
  background: url(../images/angle-right-solid.svg);
}
.slick-arrow:hover {
  background-color: #005670;
  transition: all 0.4s ease-in-out;
}
.slick-arrow:hover::after {
  filter: invert(100%) sepia(4%) saturate(574%) hue-rotate(179deg) brightness(109%) contrast(104%);
}

.play-pause-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 210px;
  max-height: 210px;
}
.play-pause-wrapper:hover .play-pause {
  visibility: visible;
}
.play-pause-wrapper:hover .mute-fullscreen {
  visibility: visible;
}
.play-pause-wrapper .play-pause {
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 99;
}
.play-pause-wrapper .material-symbols-outlined {
  color: #ffffff;
}
.play-pause-wrapper .mute_enter {
  display: none;
}
.play-pause-wrapper video[muted] ~ .mute-fullscreen .mute_exit {
  display: none;
}
.play-pause-wrapper video[muted] ~ .mute-fullscreen .mute_enter {
  display: block;
}
.play-pause-wrapper video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.play-pause-wrapper video.paused + .play-pause .play {
  display: block;
}
.play-pause-wrapper video.paused + .play-pause .pause {
  display: none;
}
.play-pause-wrapper video.started:not(.paused) + .play-pause .play {
  display: none;
}
.play-pause-wrapper video.started:not(.paused) + .play-pause .pause {
  display: block;
}

.mute-fullscreen {
  position: absolute;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  visibility: hidden;
}

.mute-fullscreen .mute,
.mute-fullscreen .fullscreen {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.section_product_wrapper.section_hardware_marketplace .row .col .product-item .product_inner .product_img_box {
  min-height: inherit;
  max-height: initial;
  padding-bottom: 80%;
}
.section_product_wrapper.section_hardware_marketplace .row .col .product-item .product_inner .product_img_box img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.section_profile_sowcase {
  background-image: url(../images/profile-showcase.png);
  margin-top: 170px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 30px;
}
@media (max-width: 567px) {
  .section_profile_sowcase {
    margin-top: 110px;
  }
}
.section_profile_sowcase::after {
  position: absolute;
  content: "";
  background-image: url(../images/Camera-Drone.png);
  top: -120px;
  left: 0px;
  right: 70px;
  mix-blend-mode: luminosity;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 21%;
}
@media (max-width: 1300px) {
  .section_profile_sowcase::after {
    right: 14px;
    background-size: 25%;
  }
}
@media (max-width: 767px) {
  .section_profile_sowcase::after {
    right: 14px;
    background-size: 36%;
  }
}
@media (max-width: 567px) {
  .section_profile_sowcase::after {
    top: -107px;
    background-size: 40%;
  }
}
@media (max-width: 479px) {
  .section_profile_sowcase::after {
    top: -107px;
    background-size: 46%;
  }
}
@media (max-width: 370px) {
  .section_profile_sowcase::after {
    top: -107px;
    background-size: 55%;
  }
}
.section_profile_sowcase .container {
  position: relative;
  z-index: 9;
}
.section_profile_sowcase .row .col .product-item .product_inner .product_ccontent_box {
  position: relative;
  padding-top: 55px;
}
.section_profile_sowcase .row .col .product-item .product_inner .product_ccontent_box .abtar_img {
  width: 90px;
  height: 90px;
  border: 2px solid #005670;
  border-radius: 100px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: -45px;
  transform: translate(-50%, 0%);
}
.section_profile_sowcase .row .col .product-item .product_inner .product_ccontent_box .abtar_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.1);
}

.section_hardware_marketplace .row .col .product-item .product_inner .product_img_box {
  padding: 10px 50px;
  border-bottom: 1px solid #EEEEEE;
}
.section_hardware_marketplace .row .col .product-item .product_inner .buy_and_sell_button .buy_btn {
  font-size: 14px;
}
.section_hardware_marketplace .row .col .product-item .product_inner .buy_and_sell_button .buy_btn:hover {
  opacity: 0.7;
}

.section_statistics_wrapper .heading .text-center {
  max-width: 950px;
  margin: 0 auto;
}
.section_statistics_wrapper .heading .text-center .heading-style-h3 {
  text-transform: initial;
  color: #151515;
  font-family: "cooper_hewittbold";
  font-weight: bold;
}
.section_statistics_wrapper .heading .text-center .dec {
  color: #151515;
}
.section_statistics_wrapper .row {
  max-width: 1285px;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media (max-width: 1024px) {
  .section_statistics_wrapper .row {
    justify-content: center;
  }
}
.section_statistics_wrapper .row.row-first {
  margin-bottom: 50px;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .section_statistics_wrapper .row.row-first {
    margin-bottom: 0px;
    justify-content: center;
  }
}
.section_statistics_wrapper .row.row-secound {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1024px) {
  .section_statistics_wrapper .row.row-secound {
    justify-content: center;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.section_statistics_wrapper .row.row-secound .col:nth-child(1) .countter-inner {
  position: relative;
  left: 20px;
}
@media (max-width: 1439px) {
  .section_statistics_wrapper .row.row-secound .col:nth-child(1) .countter-inner {
    left: 40px;
  }
}
@media (max-width: 1024px) {
  .section_statistics_wrapper .row.row-secound .col:nth-child(1) .countter-inner {
    left: 0px;
  }
}
.section_statistics_wrapper .row.row-secound .col:nth-child(2) .countter-inner {
  position: relative;
  left: 3px;
}
@media (max-width: 1439px) {
  .section_statistics_wrapper .row.row-secound .col:nth-child(2) .countter-inner {
    left: 9px;
  }
}
@media (max-width: 1024px) {
  .section_statistics_wrapper .row.row-secound .col:nth-child(2) .countter-inner {
    left: 0px;
  }
}
.section_statistics_wrapper .row.row-secound .col:nth-child(3) .countter-inner {
  position: relative;
  left: -2px;
}
@media (max-width: 1439px) {
  .section_statistics_wrapper .row.row-secound .col:nth-child(3) .countter-inner {
    left: -5px;
  }
}
@media (max-width: 1024px) {
  .section_statistics_wrapper .row.row-secound .col:nth-child(3) .countter-inner {
    left: 0px;
  }
}
.section_statistics_wrapper .row.row-secound .col:nth-child(4) .countter-inner {
  left: 31px;
  position: relative;
}
@media (max-width: 1439px) {
  .section_statistics_wrapper .row.row-secound .col:nth-child(4) .countter-inner {
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .section_statistics_wrapper .row.row-secound .col:nth-child(4) .countter-inner {
    left: 0px;
  }
}
.section_statistics_wrapper .row .col .countter-inner {
  text-align: center;
}
@media (max-width: 1024px) {
  .section_statistics_wrapper .row .col .countter-inner {
    margin: 30px;
  }
}
@media (max-width: 479px) {
  .section_statistics_wrapper .row .col .countter-inner {
    margin: 30px 0;
  }
}
.section_statistics_wrapper .row .col .countter-inner .heading-style-h2 {
  font-family: "cooper_hewittbook" !important;
  font-weight: normal;
  color: #151515;
  margin-bottom: 10px;
}
.section_statistics_wrapper .row .col .countter-inner .dec {
  color: #898989;
}
.section_statistics_wrapper .row .col .countter-inner .dec p {
  margin-bottom: 0;
}
.section_statistics_wrapper .row:after, .section_statistics_wrapper .row:before {
  display: none;
}

.section_our_service_use_cases {
  background-image: url(../images/profile-showcase.png);
  margin-top: 100px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.section_our_service_use_cases::after {
  position: absolute;
  content: "";
  background-image: url(../images/Camera-Drone.png);
  top: -100px;
  left: 90px;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top left;
  mix-blend-mode: luminosity;
}
@media (max-width: 1300px) {
  .section_our_service_use_cases::after {
    left: 14px;
    background-size: 30%;
  }
}
@media (max-width: 767px) {
  .section_our_service_use_cases::after {
    left: 14px;
    background-size: 36%;
  }
}
@media (max-width: 567px) {
  .section_our_service_use_cases::after {
    top: -107px;
    background-size: 40%;
  }
}
@media (max-width: 479px) {
  .section_our_service_use_cases::after {
    top: -107px;
    background-size: 46%;
  }
}
@media (max-width: 370px) {
  .section_our_service_use_cases::after {
    top: -107px;
    background-size: 55%;
  }
}
.section_our_service_use_cases .container {
  position: relative;
  z-index: 9;
}
.section_our_service_use_cases .container .slick-list {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
}
.section_our_service_use_cases .heading .text-center {
  max-width: 950px;
  margin: 0 auto;
}
.section_our_service_use_cases .heading .text-center .heading-style-h3 {
  text-transform: initial;
  color: #151515;
  font-family: "cooper_hewittbold";
  font-weight: bold;
}
.section_our_service_use_cases .heading .text-center .heading-style-h4 {
  font-family: "cooper_hewittbook" !important;
  font-weight: normal;
  text-transform: capitalize;
  color: #151515;
  line-height: 31px;
  margin-bottom: 0;
}
.section_our_service_use_cases .heading .text-center .dec {
  color: #151515;
}
.section_our_service_use_cases .row .col .img_box {
  width: 100%;
  height: 100%;
  max-height: -moz-max-content;
  max-height: max-content;
  margin-right: 150px;
  max-height: 430px;
}
.section_our_service_use_cases .row .col .img_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-height: 360px;
}

.section_partner_logo .heading .text-center {
  max-width: 950px;
  margin: 0 auto;
}
.section_partner_logo .heading .text-center .heading-style-h3 {
  text-transform: initial;
  color: #151515;
  font-family: "cooper_hewittbold";
  font-weight: bold;
}
.section_partner_logo .heading .text-center .dec {
  color: #151515;
}
.section_partner_logo .partner_logo_inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 45px;
}
@media (max-width: 991px) {
  .section_partner_logo .partner_logo_inner {
    gap: 25px;
  }
}
@media (max-width: 767px) {
  .section_partner_logo .partner_logo_inner {
    justify-content: center;
  }
}
.section_partner_logo .partner_logo_inner .partner_logo_img_box {
  width: 100%;
  max-width: calc(33.333% - 30px);
  text-align: center;
  filter: grayscale(1);
  transition: all 0.5s ease-in-out;
}
@media (max-width: 991px) {
  .section_partner_logo .partner_logo_inner .partner_logo_img_box {
    max-width: calc(33.333% - 17px);
  }
}
@media (max-width: 567px) {
  .section_partner_logo .partner_logo_inner .partner_logo_img_box {
    max-width: calc(50% - 12.5px);
  }
}
.section_partner_logo .partner_logo_inner .partner_logo_img_box img {
  max-height: 130px;
  max-width: 130px;
  opacity: 0.5;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 1440px) {
  .section_partner_logo .partner_logo_inner .partner_logo_img_box img {
    max-width: 130px;
  }
}
@media (max-width: 991px) {
  .section_partner_logo .partner_logo_inner .partner_logo_img_box img {
    max-height: 120px;
    max-width: 120px;
  }
}
.section_partner_logo .partner_logo_inner .partner_logo_img_box:hover {
  filter: none;
  transition: all 0.5s ease-in-out;
}
.section_partner_logo .partner_logo_inner .partner_logo_img_box:hover img {
  opacity: 1;
}
.section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_1, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_9 {
  text-align: end;
  align-items: end;
  display: inline-block;
  justify-content: end;
}
@media (max-width: 567px) {
  .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_1, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_9 {
    text-align: center;
    align-items: initial;
    display: initial;
    justify-content: initial;
  }
}
.section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_1 img, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_9 img {
  margin-left: auto;
}
.section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_3, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_11 {
  text-align: start;
  align-items: start;
  display: inline-block;
  justify-content: start;
}
@media (max-width: 567px) {
  .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_3, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_11 {
    text-align: center;
    align-items: initial;
    display: initial;
    justify-content: initial;
  }
}
.section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_3 img, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_5 img, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_7 img, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_10 img, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_11 img {
  max-width: 215px;
}
@media (max-width: 1440px) {
  .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_3 img, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_5 img, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_7 img, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_10 img, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_11 img {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_3 img, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_5 img, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_7 img, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_10 img, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_11 img {
    max-width: 140px;
  }
}
.section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_4, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_5, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_8, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_7, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_6 {
  max-width: calc(20% - 36px);
}
@media (max-width: 991px) {
  .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_4, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_5, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_8, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_7, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_6 {
    max-width: calc(20% - 20px);
  }
}
@media (max-width: 767px) {
  .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_4, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_5, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_8, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_7, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_6 {
    max-width: calc(33.333% - 17px);
  }
}
@media (max-width: 567px) {
  .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_4, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_5, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_8, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_7, .section_partner_logo .partner_logo_inner .partner_logo_img_box.img_box_6 {
    max-width: calc(50% - 12.5px);
  }
}
.section_partner_logo .button-group {
  margin-top: 70px;
}

.section_instagram {
  margin-bottom: 50px;
}
.section_instagram a.sbi_load_btn {
  bottom: 0;
  font-family: "Open Sans", sans-serif !important;
  background: #005670 !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  cursor: pointer;
  border: 1px solid #005670 !important;
  box-shadow: none !important;
  transition: all 0.5s !important;
  height: 44px !important;
  display: inline-flex !important;
  align-items: center !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
}
@media only screen and (max-width: 440px) {
  .section_instagram a.sbi_load_btn {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
.section_instagram a.sbi_load_btn:hover {
  background: transparent !important;
  color: #005670 !important;
}
@media only screen and (max-width: 440px) {
  .section_instagram span.sbi_follow_btn.sbi_custom {
    width: calc(100% - 30px);
    margin: 0 auto;
    margin-top: 15px;
  }
}
.section_instagram span.sbi_follow_btn.sbi_custom a {
  bottom: 0;
  height: 44px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 21px !important;
  font-family: "Open Sans", sans-serif !important;
  background: transparent !important;
  color: #005670 !important;
  border-radius: 10px !important;
  cursor: pointer;
  border: 1px solid #005670 !important;
  box-shadow: none !important;
  transition: all 0.5s !important;
}
@media only screen and (max-width: 440px) {
  .section_instagram span.sbi_follow_btn.sbi_custom a {
    width: 100%;
  }
}
.section_instagram span.sbi_follow_btn.sbi_custom a:hover {
  background: #005670 !important;
  color: #ffffff !important;
}
.section_instagram #sb_instagram {
  padding-bottom: 0 !important;
}
.section_instagram #sb_instagram #sbi_images .sbi_item {
  padding: 15px !important;
}
.section_instagram #sb_instagram .sbi_photo_wrap {
  border-radius: 15px;
}
.section_instagram #sb_instagram .sbi_photo {
  border-radius: 15px !important;
}
.section_instagram .row .col .product-item {
  position: relative;
  transition: all 0.4s ease-in-out;
  border-radius: 15px;
}
.section_instagram .row .col .product-item::after {
  position: absolute;
  top: 0%;
  left: 0;
  right: 0;
  bottom: 100%;
  content: "";
  background-color: rgba(0, 86, 112, 0.8);
  border-radius: 15px;
  transition: all 0.4s ease-in-out;
}
.section_instagram .row .col .product-item .product_inner {
  height: 100%;
  border-radius: 15px;
}
.section_instagram .row .col .product-item .product_inner .product_img_box {
  border-radius: 15px;
}
.section_instagram .row .col .product-item .product_inner .position-text {
  position: absolute;
  left: 50%;
  top: -100%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 48px;
  border-radius: 15px;
  transition: all 0.4s ease-in-out;
  z-index: 9;
}
.section_instagram .row .col .product-item:hover {
  transition: all 0.4s ease-in-out;
}
.section_instagram .row .col .product-item:hover::after {
  top: 0;
  bottom: 0;
  transition: all 0.4s ease-in-out;
}
.section_instagram .row .col .product-item:hover .product_inner .position-text {
  top: 50%;
  transition: all 0.4s ease-in-out;
}
.section_instagram .row.tour_instagram_sliderrr {
  margin-bottom: 20px;
}
.section_instagram #sb_instagram .sb_instagram_header,
.section_instagram .sb_instagram_header {
  display: none;
}

.section_tour_digialisation .row {
  margin-bottom: 26px;
}
.section_tour_digialisation .row .col .product-item {
  height: 270px;
  overflow: hidden;
}
.section_tour_digialisation .row .col .product-item .product_inner {
  position: relative;
  height: 100%;
}
.section_tour_digialisation .row .col .product-item .product_inner .product_img_box {
  border-radius: 15px;
  max-height: 100%;
}
.section_tour_digialisation .row .col .product-item .product_inner .product_img_box .tour-video {
  padding-top: 270px;
}
.section_tour_digialisation .row .col .product-item .product_inner .position-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 97px;
}

.page-template-landing-new-page .fusion-row,
.page-template-landing-new-second-part-page .fusion-row {
  width: 100% !important;
  max-width: 100% !important;
}

html:not(.avada-has-site-width-percent) .page-template-landing-new-page #main {
  padding-left: 0;
  padding-right: 0;
}

.drone-media-market-wrap {
  padding-top: 5px;
  padding-bottom: 10px;
}
.drone-media-market-wrap .spocial-media-wrap {
  display: flex;
  gap: 9px;
  justify-content: flex-end;
  align-items: center;
  margin: 18px 0 0;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .spocial-media-wrap {
    justify-content: center;
  }
}
@media only screen and (max-width: 575px) {
  .drone-media-market-wrap .spocial-media-wrap {
    flex-flow: column;
  }
}
.drone-media-market-wrap .spocial-media-wrap i {
  background: #e6e6e6;
  padding: 10px;
  border-radius: 30px;
  font-size: 14px;
  width: 36.14px;
  height: 36.14px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.drone-media-market-wrap .spocial-media-wrap i:hover {
  background: #005670;
  color: #edeff1;
}
.drone-media-market-wrap .social-icons {
  display: flex;
  gap: 14.85px;
}
.drone-media-market-wrap .spocial-media-wrap .soclia-login p {
  text-transform: capitalize !important;
  font-size: 13px !important;
  font-family: "Open Sans", sans-serif !important;
  color: #005670 !important;
  margin: 0;
}
.drone-media-market-wrap .btn-group {
  margin-top: 29px;
  margin-bottom: 0px;
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .btn-group {
    text-align: center;
  }
}
.drone-media-market-wrap .btn-group .btn-link {
  text-decoration: none !important;
  font-size: 20px !important;
  text-transform: inherit !important;
  transition: all 0.5s;
  font-family: "Open Sans", sans-serif !important;
  border-bottom: 1px solid #005670;
}
.drone-media-market-wrap .btn-group .btn-link:hover {
  color: #151515;
  border-bottom: 1px solid #151515;
}
@media only screen and (max-width: 991px) {
  .drone-media-market-wrap .btn-group .btn-link {
    font-size: 18px !important;
  }
}
.drone-media-market-wrap .heading-wrap {
  text-align: right;
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .heading-wrap {
    text-align: center;
  }
}
@media only screen and (max-width: 567px) {
  .drone-media-market-wrap .heading-wrap {
    text-align: right;
  }
}
.drone-media-market-wrap .heading-wrap .main_title {
  position: relative;
  padding-top: 20px;
  margin-bottom: 10px !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 30px !important;
  color: #151515 !important;
  letter-spacing: 0 !important;
  line-height: 44px !important;
  display: inline-flex;
}
@media (max-width: 1439px) {
  .drone-media-market-wrap .heading-wrap .main_title {
    font-size: 30px !important;
    line-height: 34px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .heading-wrap .main_title {
    margin-right: auto !important;
  }
}
@media only screen and (max-width: 575px) {
  .drone-media-market-wrap .heading-wrap .main_title {
    margin-right: 0 !important;
    font-size: 24px !important;
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 479px) {
  .drone-media-market-wrap .heading-wrap .main_title {
    font-size: 19px !important;
    line-height: 25px !important;
  }
}
.drone-media-market-wrap .heading-wrap .main_title sup {
  font-size: 18px;
  font-family: "Open Sans", sans-serif !important;
  position: absolute;
  top: 0px;
  left: -25px;
  letter-spacing: 0;
  line-height: 24px;
  display: inline-block;
}
.drone-media-market-wrap .heading-wrap .main_title sub {
  font-size: 18px;
  font-family: "Open Sans", sans-serif !important;
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  line-height: 24px;
}
.drone-media-market-wrap .heading-wrap p {
  font-size: 17.4px;
  font-family: "Open Sans", sans-serif !important;
  line-height: 24px;
}
@media (max-width: 1439px) {
  .drone-media-market-wrap .heading-wrap p {
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .drone-media-market-wrap .heading-wrap p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .heading-wrap p {
    text-align: center;
  }
}
@media only screen and (max-width: 575px) {
  .drone-media-market-wrap .heading-wrap p {
    text-align: right;
  }
}
.drone-media-market-wrap .heading-wrap .search-box {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 80px;
}
.drone-media-market-wrap .heading-wrap .search-box .err-valid {
  position: absolute;
  bottom: -22px;
  font-size: 14px;
  font-weight: 400;
  height: 42px;
  line-height: 1;
  color: rgb(228, 51, 51);
  left: calc(100% - 337px);
  top: -25px;
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .heading-wrap .search-box .err-valid {
    left: 0;
    width: 100%;
    text-align: left;
  }
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .heading-wrap .search-box {
    max-width: 400px;
    margin-top: 30px;
    margin-right: auto;
  }
}
@media only screen and (max-width: 575px) {
  .drone-media-market-wrap .heading-wrap .search-box {
    max-width: 100%;
  }
}
.drone-media-market-wrap .heading-wrap .search-box .searchButton {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  bottom: 0;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  line-height: 1;
  background: #005670;
  color: #ffffff;
  border-radius: 0 10px 10px 0;
  border: 0;
  outline: none;
  cursor: pointer;
  width: 156px;
}
@media only screen and (max-width: 575px) {
  .drone-media-market-wrap .heading-wrap .search-box .searchButton {
    width: 100%;
    position: static;
    margin-top: 15px;
    border-radius: 10px;
  }
}
.drone-media-market-wrap .heading-wrap .search-box .searchTerm {
  padding-right: 156px;
  border-color: #e6e6e6;
  width: 100%;
  max-width: 345px;
  color: #898989;
  border-radius: 10px;
  height: 42px;
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .heading-wrap .search-box .searchTerm {
    max-width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .drone-media-market-wrap .heading-wrap .search-box .searchTerm {
    border-radius: 10px;
    padding-right: 20px;
  }
}
.drone-media-market-wrap .col-wrap {
  position: relative;
  display: flex;
  flex-flow: wrap;
  gap: 60px;
  align-items: center;
}
@media only screen and (max-width: 1439px) {
  .drone-media-market-wrap .col-wrap {
    gap: 30px;
  }
}
.drone-media-market-wrap .col-wrap .col-left {
  width: calc(46.2% - 0px);
}
@media only screen and (max-width: 1439px) {
  .drone-media-market-wrap .col-wrap .col-left {
    width: calc(47.2% - 0px);
  }
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .col-wrap .col-left {
    width: 100%;
  }
}
.drone-media-market-wrap .col-wrap .col-right {
  width: calc(53.78% - 60px);
  transition: all 0.5s;
  height: 660px;
}
@media only screen and (max-width: 1700px) {
  .drone-media-market-wrap .col-wrap .col-right {
    height: 597px;
  }
}
@media only screen and (max-width: 1439px) {
  .drone-media-market-wrap .col-wrap .col-right {
    width: calc(52.78% - 30px);
    height: 450px;
  }
}
@media only screen and (max-width: 1199px) {
  .drone-media-market-wrap .col-wrap .col-right {
    height: 450px;
  }
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .col-wrap .col-right {
    height: auto;
    width: 100%;
  }
}
.drone-media-market-wrap .request_drone_services_col {
  position: absolute;
  transition: all 0.5s;
  width: calc(53.78% - 60px);
  left: auto;
  right: 0;
  background-image: url(/wp-content/uploads/2023/03/landing-img-2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border: 0px solid #707070;
  border-radius: 30px;
  min-height: 660px;
  padding: 40px 60px 40px 60px;
  overflow: hidden !important;
  height: 100%;
}
@media only screen and (max-width: 1700px) {
  .drone-media-market-wrap .request_drone_services_col {
    min-height: 597px;
  }
}
@media only screen and (max-width: 1439px) {
  .drone-media-market-wrap .request_drone_services_col {
    min-height: 510px;
    min-height: 450px;
    width: calc(52.78% - 30px);
    padding: 25px 30px 25px 30px;
  }
}
@media only screen and (max-width: 1199px) {
  .drone-media-market-wrap .request_drone_services_col {
    min-height: 450px;
    padding: 25px 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .request_drone_services_col {
    padding: 30px;
    min-height: auto;
    position: inherit;
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .drone-media-market-wrap .request_drone_services_col {
    padding: 25px;
  }
}
.drone-media-market-wrap .srv-list-wrap {
  display: flex;
  flex-flow: wrap;
  row-gap: 40px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  max-width: 670px;
  margin-left: auto;
}
@media only screen and (max-width: 1590px) {
  .drone-media-market-wrap .srv-list-wrap {
    max-width: 650px;
  }
}
@media only screen and (max-width: 1439px) {
  .drone-media-market-wrap .srv-list-wrap {
    max-width: 488px;
    row-gap: 25px;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .drone-media-market-wrap .srv-list-wrap {
    margin-right: auto;
  }
}
.drone-media-market-wrap .request_drone_detail {
  display: flex;
  flex-flow: wrap;
  row-gap: 30px;
  height: 100%;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .drone-media-market-wrap .request_drone_detail {
    row-gap: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .drone-media-market-wrap .request_drone_detail {
    align-items: flex-start;
  }
}
.drone-media-market-wrap .request_drone_detail .btn-group {
  text-align: left;
}
.drone-media-market-wrap .dron-srv-col {
  width: calc((100% - 60px) / 2);
  background: #ffffff;
  border-radius: 10px;
}
@media only screen and (max-width: 1439px) {
  .drone-media-market-wrap .dron-srv-col {
    width: calc((100% - 50px) / 2);
  }
}
@media only screen and (max-width: 575px) {
  .drone-media-market-wrap .dron-srv-col {
    width: 100%;
  }
}
.drone-media-market-wrap .dron-srv-col .srv-title {
  font-size: 20px !important;
  letter-spacing: 0 !important;
  text-transform: capitalize !important;
  text-align: center !important;
  font-family: "cooper_hewittbook" !important;
  padding: 16px;
  margin: 0 !important;
}
@media only screen and (max-width: 1439px) {
  .drone-media-market-wrap .dron-srv-col .srv-title {
    font-size: 16px !important;
    padding: 8px;
  }
}
.drone-media-market-wrap .dron-srv-col .srv-title a {
  margin: 0 !important;
}
.drone-media-market-wrap .dron-srv-col .srv-title a:hover {
  color: #151515;
}
@media only screen and (max-width: 991px) {
  .drone-media-market-wrap .dron-srv-col .srv-title {
    font-size: 18px !important;
    padding: 15px !important;
  }
}
.drone-media-market-wrap .dron-srv-col .img-box a {
  display: block;
  height: 155px;
  overflow: hidden;
  border-radius: 10px 10px 0 0;
}
@media only screen and (max-width: 1700px) {
  .drone-media-market-wrap .dron-srv-col .img-box a {
    height: 125px;
  }
}
@media only screen and (max-width: 1439px) {
  .drone-media-market-wrap .dron-srv-col .img-box a {
    height: 105px;
  }
}
.drone-media-market-wrap .dron-srv-col .img-box img {
  width: 100%;
  height: 100%;
  max-height: 172px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
  transform: scale(1);
  transition: all 0.5s;
}
@media only screen and (max-width: 1439px) {
  .drone-media-market-wrap .dron-srv-col .img-box img {
    max-height: 130px;
  }
}
@media only screen and (max-width: 991px) {
  .drone-media-market-wrap .dron-srv-col .img-box img {
    max-height: 120px;
  }
}
@media only screen and (max-width: 575px) {
  .drone-media-market-wrap .dron-srv-col .img-box img {
    max-height: 180px;
  }
}
.drone-media-market-wrap .dron-srv-col .img-box img:hover {
  transform: scale(1.2);
}
.drone-media-market-wrap .col-left-wrap {
  width: 100%;
  max-width: 100%;
  padding-top: 16px;
}
.drone-media-market-wrap .col-left-wrap .description {
  max-width: 86%;
}
@media (max-width: 1740px) {
  .drone-media-market-wrap .col-left-wrap .description {
    max-width: 93%;
  }
}
@media (max-width: 1590px) {
  .drone-media-market-wrap .col-left-wrap .description {
    max-width: 90%;
  }
}
@media (max-width: 1439px) {
  .drone-media-market-wrap .col-left-wrap .description {
    max-width: 82%;
  }
}
@media (max-width: 1300px) {
  .drone-media-market-wrap .col-left-wrap .description {
    max-width: 86%;
  }
}
@media (max-width: 1199px) {
  .drone-media-market-wrap .col-left-wrap .description {
    max-width: 90%;
  }
}
@media (max-width: 1199px) {
  .drone-media-market-wrap .col-left-wrap .description {
    max-width: 86%;
  }
}
@media (max-width: 991px) {
  .drone-media-market-wrap .col-left-wrap .description {
    max-width: 100%;
  }
}
.drone-media-market-wrap .col-left-wrap .description p {
  font-size: 15.5px !important;
  text-align: justify;
}
@media only screen and (max-width: 1439px) {
  .drone-media-market-wrap .col-left-wrap .description p {
    font-size: 13.5px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .drone-media-market-wrap .col-left-wrap .description p {
    font-size: 13.5px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .col-left-wrap {
    width: 100%;
    max-width: 32%;
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .drone-media-market-wrap .col-left-wrap {
    max-width: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .drone-media-market-wrap .col-left-wrap {
    max-width: 100%;
  }
}
.drone-media-market-wrap .col-right-wrap {
  width: 100%;
  max-width: 63%;
  flex-grow: 1;
  padding-left: 100px;
  display: none;
}
@media only screen and (max-width: 1589px) {
  .drone-media-market-wrap .col-right-wrap {
    padding-left: 90px;
  }
}
@media only screen and (max-width: 1589px) {
  .drone-media-market-wrap .col-right-wrap {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 1199px) {
  .drone-media-market-wrap .col-right-wrap {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .col-right-wrap {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .drone-media-market-wrap .col-right-wrap {
    padding-left: 20px;
    max-width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .drone-media-market-wrap .col-right-wrap {
    padding-left: 0px;
    max-width: 100%;
  }
}
.drone-media-market-wrap .request_drone_services_col .btn-group .btn-link {
  text-decoration: none !important;
  font-size: 20px !important;
  text-transform: inherit !important;
  transition: all 0.5s;
  font-family: "Open Sans", sans-serif !important;
  border-bottom: 1px solid #ffffff;
  color: #ffffff !important;
}
@media only screen and (max-width: 991px) {
  .drone-media-market-wrap .request_drone_services_col .btn-group .btn-link {
    font-size: 18px !important;
  }
}
.drone-media-market-wrap .request_drone_services_col .main-title {
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 10px !important;
  text-transform: capitalize;
  letter-spacing: 0 !important;
  line-height: 44px !important;
  text-transform: uppercase;
}
@media (max-width: 1590px) {
  .drone-media-market-wrap .request_drone_services_col .main-title {
    font-size: 33.5px;
    line-height: 38px !important;
  }
}
@media (max-width: 1420px) {
  .drone-media-market-wrap .request_drone_services_col .main-title {
    font-size: 30.5px;
    line-height: 34px !important;
  }
}
@media (max-width: 1439px) {
  .drone-media-market-wrap .request_drone_services_col .main-title {
    font-size: 30.3px;
    line-height: 34px !important;
  }
}
@media (max-width: 1300px) {
  .drone-media-market-wrap .request_drone_services_col .main-title {
    font-size: 30.5px;
    line-height: 34px !important;
  }
}
@media only screen and (max-width: 991px) {
  .drone-media-market-wrap .request_drone_services_col .main-title {
    font-size: 24px;
    line-height: 24px !important;
  }
}
.drone-media-market-wrap .request_drone_services_col p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif !important;
  color: #EDEFF1;
  margin-bottom: 34px !important;
  line-height: 24px !important;
}
@media (max-width: 1590px) {
  .drone-media-market-wrap .request_drone_services_col p {
    font-size: 15.5px;
  }
}
@media (max-width: 1420px) {
  .drone-media-market-wrap .request_drone_services_col p {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .drone-media-market-wrap .request_drone_services_col p {
    font-size: 13px;
  }
}
.drone-media-market-wrap .request_drone_services_col .btn-default.light-btn {
  background: rgba(255, 255, 255, 0.902);
  color: #005670;
  letter-spacing: 0 !important;
  font-family: "Open Sans", sans-serif;
  text-transform: inherit;
  font-weight: 400 !important;
  margin-top: 46px;
  margin-bottom: 67px;
  padding: 8px 37px;
  height: 42px;
  font-size: 14px;
  font-weight: 400;
  border-radius: 10px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .request_drone_services_col .btn-default.light-btn {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
.drone-media-market-wrap .request_drone_services_col .col-right-wrap .srv-col {
  text-align: right;
  position: relative;
  right: -200%;
  animation: rightmove 0.5s linear;
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .request_drone_services_col .col-right-wrap .srv-col {
    right: 0 !important;
    animation: none !important;
  }
}
.drone-media-market-wrap .request_drone_services_col .col-right-wrap .srv-col p {
  font-size: 16.5px;
  line-height: 22px;
}
@media (max-width: 1590px) {
  .drone-media-market-wrap .request_drone_services_col .col-right-wrap .srv-col p {
    font-size: 15.5px;
  }
}
@media (max-width: 1439px) {
  .drone-media-market-wrap .request_drone_services_col .col-right-wrap .srv-col p {
    font-size: 11.95px;
  }
}
.drone-media-market-wrap .description p {
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  display: none;
  line-height: 28px !important;
  animation: rightmove 1s linear;
}
@media only screen and (max-width: 1700px) {
  .drone-media-market-wrap .description p {
    font-size: 18px;
    line-height: 24px !important;
  }
}
@media only screen and (max-width: 1439px) {
  .drone-media-market-wrap .description p {
    font-size: 16px;
    line-height: 24px !important;
  }
}
@media only screen and (max-width: 1199px) {
  .drone-media-market-wrap .description p {
    font-size: 14px;
    line-height: 22px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap .description p {
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .drone-media-market-wrap .description p {
    margin-bottom: 15px !important;
  }
}
.drone-media-market-wrap .description p:last-child {
  margin-bottom: 0;
}
.drone-media-market-wrap .big-title {
  font-size: 38px !important;
  color: #ffffff !important;
  letter-spacing: 0 !important;
  text-transform: inherit;
  margin-bottom: 8px !important;
}
@media (max-width: 1590px) {
  .drone-media-market-wrap .big-title {
    font-size: 36.8px !important;
    line-height: 38px !important;
    margin-bottom: 15px !important;
  }
}
@media (max-width: 1439px) {
  .drone-media-market-wrap .big-title {
    font-size: 27.5px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
  }
}
@media (max-width: 1300px) {
  .drone-media-market-wrap .big-title {
    font-size: 27.5px !important;
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .drone-media-market-wrap .big-title {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
.drone-media-market-wrap.full-width-col .request_drone_services_col {
  width: 100%;
  right: 0;
}
.drone-media-market-wrap.full-width-col .request_drone_detail {
  align-items: flex-start;
}
.drone-media-market-wrap.full-width-col .col-left-wrap {
  width: 100%;
  max-width: 37%;
  flex-grow: 1;
  padding-top: 0;
}
@media only screen and (max-width: 1024px) {
  .drone-media-market-wrap.full-width-col .col-left-wrap {
    max-width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .drone-media-market-wrap.full-width-col .col-left-wrap {
    max-width: 100%;
  }
}
.drone-media-market-wrap.full-width-col .col-left-wrap .main-title {
  animation: rightmove 1s linear;
  font-size: 40.5px !important;
  text-transform: unset;
}
@media (max-width: 1590px) {
  .drone-media-market-wrap.full-width-col .col-left-wrap .main-title {
    font-size: 34.5px !important;
  }
}
@media (max-width: 1439px) {
  .drone-media-market-wrap.full-width-col .col-left-wrap .main-title {
    font-size: 29.7px !important;
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .drone-media-market-wrap.full-width-col .col-left-wrap .main-title {
    font-size: 32px !important;
    line-height: 38px !important;
  }
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap.full-width-col .col-left-wrap .main-title {
    animation: none !important;
  }
}
.drone-media-market-wrap.full-width-col .col-left-wrap p {
  animation: rightmove 1s linear;
  font-size: 16.5px;
  font-family: "Open Sans", sans-serif !important;
  color: #EDEFF1;
  margin-bottom: 40px !important;
  line-height: 24px !important;
}
@media (max-width: 1590px) {
  .drone-media-market-wrap.full-width-col .col-left-wrap p {
    font-size: 14px;
  }
}
@media (max-width: 1439px) {
  .drone-media-market-wrap.full-width-col .col-left-wrap p {
    margin-bottom: 25px !important;
  }
}
@media (max-width: 1439px) {
  .drone-media-market-wrap.full-width-col .col-left-wrap p {
    font-size: 11.95px;
  }
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap.full-width-col .col-left-wrap p {
    animation: none !important;
  }
}
.drone-media-market-wrap.full-width-col .col-left-wrap .btn-group.light-btn {
  animation: rightmove 1s linear;
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap.full-width-col .col-left-wrap .btn-group.light-btn {
    animation: none;
  }
}
.drone-media-market-wrap.full-width-col .col-right-wrap {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .drone-media-market-wrap.full-width-col .col-right-wrap {
    max-width: 60%;
  }
}
.drone-media-market-wrap.full-width-col .col-right-wrap .srv-col {
  right: 0;
}
.drone-media-market-wrap.full-width-col .request_drone_services_col .btn-default.light-btn {
  margin-top: 30px;
  margin-bottom: 80px;
  animation: rightmove 1s linear;
}
@media only screen and (max-width: 1700px) {
  .drone-media-market-wrap.full-width-col .request_drone_services_col .btn-default.light-btn {
    margin-top: 20px;
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap.full-width-col .request_drone_services_col .btn-default.light-btn {
    animation: none;
  }
}
@media only screen and (max-width: 1439px) {
  .drone-media-market-wrap.full-width-col .request_drone_services_col .btn-default.light-btn {
    margin-top: 0px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px) {
  .drone-media-market-wrap.full-width-col .request_drone_services_col .btn-group .btn-link {
    display: initial;
  }
}
.drone-media-market-wrap.full-width-col .description p {
  display: block;
}
@media only screen and (max-width: 1700px) {
  .drone-media-market-wrap.full-width-col .description p {
    margin-bottom: 20px !important;
  }
}

@keyframes rightmove {
  0% {
    right: -200%;
  }
  100% {
    right: 0;
  }
}
@media only screen and (max-width: 575px) {
  .fusion-body .landing-footer-section.fusion-flex-container.fusion-builder-row-2 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .fusion-body .fusion-builder-column-3.footer-logo-col {
    width: 30% !important;
  }
}
@media only screen and (max-width: 991px) {
  .fusion-body .fusion-builder-column-3.footer-logo-col {
    width: 100% !important;
  }
}
@media only screen and (max-width: 1024px) {
  .fusion-body .fusion-builder-column-4.footer-right-col {
    width: 70% !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .fusion-body .fusion-builder-column-4.footer-right-col {
    width: 100% !important;
    padding-right: 5px;
    padding-left: 5px;
  }
}

.landing-footer-section {
  width: 100%;
  position: relative;
  overflow-x: hidden !important;
}
.landing-footer-section > .fusion-builder-row.fusion-row {
  max-width: 1540px !important;
  width: 100%;
  padding-top: 94px !important;
}
@media (max-width: 1740px) {
  .landing-footer-section > .fusion-builder-row.fusion-row {
    max-width: 1440px !important;
  }
}
@media (max-width: 1590px) {
  .landing-footer-section > .fusion-builder-row.fusion-row {
    max-width: 1280px;
  }
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section > .fusion-builder-row.fusion-row {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .landing-footer-section > .fusion-builder-row.fusion-row {
    padding-top: 50px;
  }
}
.landing-footer-section .fusion-body .fusion-flex-container.fusion-builder-row-2 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
.landing-footer-section .footer-logo-col {
  align-self: flex-end;
  margin-bottom: 45px;
  padding-left: 150px;
}
@media (max-width: 1740px) {
  .landing-footer-section .footer-logo-col {
    padding-left: 100px;
  }
}
@media (max-width: 1590px) {
  .landing-footer-section .footer-logo-col {
    padding-left: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-logo-col {
    width: 30% !important;
  }
}
.landing-footer-section .footer-logo-col .fusion-text {
  max-width: 419px;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: 19px !important;
}
@media only screen and (max-width: 767px) {
  .landing-footer-section .footer-logo-col .fusion-text {
    max-width: 100%;
  }
}
.landing-footer-section .footer-logo-col .footer-social-wraper {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 20px;
  margin-left: 0px;
}
.landing-footer-section .footer-logo-col .footer-social-wraper a.fusion-modal-text-link {
  pointer-events: none;
  display: contents;
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-logo-col .footer-social-wraper a.fusion-modal-text-link {
    pointer-events: visible;
  }
}
.landing-footer-section .footer-logo-col .footer-social-wraper .title {
  font-size: 20px !important;
  color: #ffffff;
  text-transform: inherit;
  font-family: "cooper_hewittbook" !important;
  font-weight: 400 !important;
  line-height: 26px;
  margin-bottom: 0 !important;
  letter-spacing: 0 !important;
}
.landing-footer-section .footer-logo-col .footer-social-wraper .icons-wraper a.fusion-modal-text-link {
  display: none;
}
.landing-footer-section .footer-logo-col .footer-social-wraper .icons-wraper br {
  display: none;
}
.landing-footer-section .footer-logo-col .footer-social-wraper .icons-wraper .icon-col {
  display: flex;
  flex-flow: wrap;
  gap: 10px;
}
.landing-footer-section .footer-logo-col .footer-social-wraper .icons-wraper .icon-col a {
  line-height: 0 !important;
}
.landing-footer-section .footer-logo-col .footer-social-wraper .icons-wraper .icon-col a:hover {
  opacity: 0.7;
}
.landing-footer-section .footer-right-col {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-right-col {
    width: 70% !important;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.landing-footer-section .footer-right-col .logo-img-cols {
  text-align: end;
}
@media only screen and (max-width: 767px) {
  .landing-footer-section .footer-right-col .logo-img-cols {
    text-align: center;
  }
}
.landing-footer-section .footer-right-col .logo-img-cols img {
  width: calc(100% - 0px);
}
.landing-footer-section .footer-right-col .fusion-builder-nested-column-5 {
  padding-left: 15px;
}
.landing-footer-section .footer-right-col .fusion-column-wrapper.fusion-content-layout-column {
  max-width: 873px;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  .landing-footer-section .footer-right-col .fusion-column-wrapper.fusion-content-layout-column {
    max-width: 100%;
  }
}
.landing-footer-section .footer-right-col .fusion-background-highlight {
  position: relative;
  padding-left: 15px !important;
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-right-col .fusion-background-highlight {
    background: transparent !important;
    min-height: auto !important;
    pointer-events: visible !important;
  }
}
.landing-footer-section .footer-right-col .fusion-background-highlight:hover {
  opacity: 0.7;
}
.landing-footer-section .footer-right-col .fusion-background-highlight:before {
  font-family: awb-icons;
  line-height: 1;
  content: "\f105";
  color: #ffffff !important;
  position: absolute;
  left: 0;
  top: 1px;
}
.landing-footer-section .footer-right-col .fusion-background-highlight .menu-text {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-right-col .fusion-background-highlight .menu-text {
    color: #ffffff !important;
  }
}
.landing-footer-section .footer-right-col .fusion-title {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.landing-footer-section .footer-right-col .fusion-title .title-heading-left {
  font-size: 20px !important;
  letter-spacing: 0 !important;
  line-height: 26px !important;
  margin-bottom: 30px !important;
  padding-bottom: 0 !important;
  font-family: "cooper_hewittbook" !important;
  text-transform: capitalize !important;
}
.landing-footer-section .footer-right-col .img-line {
  position: relative;
  margin-bottom: 80px;
  border-right: 1px solid #719CA9 !important;
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-right-col .img-line {
    width: 25% !important;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .landing-footer-section .footer-right-col .img-line {
    width: 50% !important;
  }
}
.landing-footer-section .footer-right-col .img-line .fusion-column-wrapper {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.landing-footer-section .footer-right-col .img-line:last-child {
  border: 0 !important;
}
@media only screen and (max-width: 575px) {
  .landing-footer-section .footer-right-col .img-line:nth-child(2) {
    border-right: 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-right-col .fusion-builder-nested-column-5 {
    width: 35% !important;
  }
}
@media only screen and (max-width: 767px) {
  .landing-footer-section .footer-right-col .fusion-builder-nested-column-5 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 575px) {
  .landing-footer-section .footer-right-col .fusion-builder-nested-column-5 {
    width: 50% !important;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-right-col .fusion-builder-nested-column-6 {
    width: 25% !important;
  }
}
@media only screen and (max-width: 767px) {
  .landing-footer-section .footer-right-col .fusion-builder-nested-column-6 {
    width: 50% !important;
  }
}
@media only screen and (max-width: 575px) {
  .landing-footer-section .footer-right-col .fusion-builder-nested-column-6 {
    width: 50% !important;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-right-col .fusion-builder-nested-column-7 {
    width: 40% !important;
  }
}
@media only screen and (max-width: 767px) {
  .landing-footer-section .footer-right-col .fusion-builder-nested-column-7 {
    width: 100% !important;
    order: -1;
  }
}
@media only screen and (max-width: 575px) {
  .landing-footer-section .footer-right-col .fusion-builder-nested-column-7 {
    width: 100% !important;
    order: -1;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-right-col button.avada-menu-mobile-menu-trigger.no-text {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-right-col ul#menu-quick-links,
  .landing-footer-section .footer-right-col ul#menu-explore {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: 100% !important;
    background: transparent !important;
    position: static !important;
    max-height: 100% !important;
    min-height: auto !important;
  }
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-right-col ul#menu-quick-links .menu-item,
  .landing-footer-section .footer-right-col ul#menu-explore .menu-item {
    border-bottom: 0px solid rgba(0, 0, 0, 0.1) !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
    background: transparent !important;
  }
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-right-col ul#menu-quick-links .menu-item,
  .landing-footer-section .footer-right-col ul#menu-explore .menu-item {
    margin-bottom: 10px !important;
  }
}
.landing-footer-section .footer-copy-wrap {
  position: relative;
  padding-top: 20px;
  margin-top: 80px;
}
.landing-footer-section .footer-copy-wrap:before {
  content: "";
  position: absolute;
  left: -99999px;
  right: 0;
  width: calc(100% + 10000vw);
  border-top: 1px solid #719CA9;
  top: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .landing-footer-section .footer-copy-wrap:before {
    left: -30px;
    width: calc(100% + 30px);
  }
}

#scrollTop-btn {
  display: inline-block;
  width: 37.55px;
  height: 36.5px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 6.4%;
  right: 6.2%;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}
#scrollTop-btn.showbtn {
  opacity: 1;
  visibility: visible;
}

.marketplace_tab_wrap {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 50px;
}
.marketplace_tab_wrap .main_contetn_wrap {
  position: absolute;
  right: 10px;
  top: 25%;
  left: 0;
  margin-left: auto;
  margin-right: 0;
  animation: mymove 1s linear;
  margin-top: 50px;
  max-width: 685px;
}
@media only screen and (max-width: 1740px) {
  .marketplace_tab_wrap .main_contetn_wrap {
    max-width: 635px;
  }
}
@media only screen and (max-width: 1590px) {
  .marketplace_tab_wrap .main_contetn_wrap {
    max-width: 560px;
  }
}
@media only screen and (max-width: 1420px) {
  .marketplace_tab_wrap .main_contetn_wrap {
    max-width: 530px;
  }
}
@media only screen and (max-width: 1300px) {
  .marketplace_tab_wrap .main_contetn_wrap {
    max-width: 492px;
  }
}
@media only screen and (max-width: 1200px) {
  .marketplace_tab_wrap .main_contetn_wrap {
    max-width: 480px;
  }
}
@media only screen and (max-width: 1023px) {
  .marketplace_tab_wrap .main_contetn_wrap {
    position: relative;
    top: 0;
    margin-top: 30px;
    left: 0;
    right: 0;
    max-width: 500px;
  }
}
.marketplace_tab_wrap .hover-title {
  line-height: 31px !important;
  font-size: 24px !important;
  text-transform: inherit;
  font-family: "cooper_hewittmedium" !important;
  font-weight: lighter !important;
  color: #151515 !important;
  letter-spacing: 0 !important;
  margin-bottom: 11px !important;
}
@media only screen and (max-width: 1023px) {
  .marketplace_tab_wrap .hover-title {
    font-size: 20px !important;
    line-height: 27px !important;
  }
}
@media only screen and (max-width: 767px) {
  .marketplace_tab_wrap .hover-title {
    text-align: center;
  }
}
.marketplace_tab_wrap p {
  font-size: 18px !important;
  color: #151515 !important;
  line-height: 24px !important;
  font-family: "Open Sans", sans-serif !important;
}
@media only screen and (max-width: 1023px) {
  .marketplace_tab_wrap p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
}
@media only screen and (max-width: 767px) {
  .marketplace_tab_wrap p {
    text-align: center;
  }
}
.marketplace_tab_wrap.tab-open-box .main_contetn_wrap {
  display: none !important;
  animation: mymove 1s linear;
}
.marketplace_tab_wrap .marketplace_tab_box .tab_header_wrap .title {
  font-size: 28px !important;
  text-transform: inherit !important;
  letter-spacing: 0 !important;
  text-align: center;
  color: #151515;
  line-height: 1.2 !important;
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .marketplace_tab_wrap .marketplace_tab_box .tab_header_wrap .title {
    font-size: 28px !important;
    line-height: 34px !important;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap {
  position: relative;
  display: flex;
  flex-flow: wrap;
  gap: 120px;
  align-items: start;
}
@media only screen and (max-width: 1439px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap {
    gap: 60px;
  }
}
@media only screen and (max-width: 1023px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap {
    gap: 30px;
    align-items: center;
    flex-flow: column-reverse;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap {
  width: calc((100% - 120px) / 2);
}
@media only screen and (max-width: 1439px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 1023px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap {
    width: 100%;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside {
  visibility: hidden;
  height: 0;
  max-width: 672px;
  margin-left: 0;
}
@media only screen and (max-width: 1023px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside {
    max-width: 480px;
    margin: 0 auto;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside.tab__inside-active {
  visibility: visible;
  height: auto;
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content-second,
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content {
  position: absolute;
  right: 10px;
  top: 25%;
  left: 0;
  margin-left: auto;
  margin-right: 0;
  margin-top: 50px;
  max-width: 685px;
}
@media only screen and (max-width: 1740px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content-second,
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content {
    max-width: 635px;
  }
}
@media only screen and (max-width: 1590px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content-second,
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content {
    max-width: 560px;
  }
}
@media only screen and (max-width: 1420px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content-second,
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content {
    max-width: 530px;
  }
}
@media only screen and (max-width: 1300px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content-second,
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content {
    max-width: 492px;
  }
}
@media only screen and (max-width: 1200px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content-second,
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content {
    max-width: 480px;
  }
}
@media only screen and (max-width: 1023px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content-second,
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content {
    position: relative;
    top: 0;
    margin-top: 30px;
    left: 0;
    right: 0;
    max-width: 500px;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content-second .w-tab-pane.show,
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content-second .w-tab-pane-second.show,
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content .w-tab-pane.show,
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .tab__inside .w-tab-content .w-tab-pane-second.show {
  display: block !important;
  animation: mymove 1s linear;
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs {
  position: relative;
  width: 100%;
  height: 555px;
  display: flex;
  max-width: 672px;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs {
    height: 495px;
    display: flex;
    max-width: 558px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs {
    max-width: 470px;
    height: 445px;
  }
}
@media only screen and (max-width: 1023px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
    height: 340px;
  }
}
@media only screen and (max-width: 374px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs {
    flex-flow: wrap;
    height: auto;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .img-tab {
  position: relative;
  margin: auto;
  max-width: 246px;
  right: -3px;
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .img-tab {
    max-width: 180px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .img-tab {
    max-width: 110px;
  }
}
@media only screen and (max-width: 374px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .img-tab {
    width: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 374px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link {
  position: absolute;
}
@media only screen and (max-width: 374px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link {
    position: static !important;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(1) {
  top: 0;
  left: 170px;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(1) {
    left: 134px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(1) {
    left: 118px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(1) {
    left: 0;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(2) {
  top: 0;
  left: auto;
  right: 170px;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(2) {
    right: 134px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(2) {
    right: 118px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(2) {
    right: 0;
    left: 118px;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(3) {
  top: 134px;
  left: auto;
  right: 0;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(3) {
    top: 125px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(3) {
    top: 115px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(3) {
    top: 0;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(4) {
  top: auto;
  left: auto;
  right: 0;
  bottom: 134px;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(4) {
    bottom: 125px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(4) {
    bottom: 115px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(4) {
    top: 119px;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(5) {
  top: auto;
  left: auto;
  right: 170px;
  bottom: 0;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(5) {
    right: 134px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(5) {
    right: 118px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(5) {
    right: 0;
    bottom: 0;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(6) {
  top: auto;
  left: 170px;
  right: auto;
  bottom: 0;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(6) {
    left: 134px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(6) {
    left: 118px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(6) {
    left: 118px;
    bottom: 0;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(7) {
  top: 134px;
  left: 0;
  right: auto;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(7) {
    top: 125px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(7) {
    top: 115px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(7) {
    top: 119px;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(8) {
  top: auto;
  left: 0;
  right: auto;
  bottom: 134px;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(8) {
    bottom: 125px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(8) {
    bottom: 115px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link:nth-child(8) {
    top: 238px;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link a {
  font-size: 16px;
  color: #151515;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #EEEEEE;
  height: 130px;
  width: 153px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  padding: 10px;
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link a:hover {
  background: #005670;
  color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0784313725);
  border: 1px solid #005670;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link a {
    width: 130px;
    height: 110px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link a {
    width: 110px;
    height: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link a {
    width: 110px;
    height: 100px;
  }
}
@media only screen and (max-width: 374px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link a {
    width: 125px;
    height: 125px;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs .w-tab-menu .career_tab-link a.img-tabs {
  width: 246px;
  height: 173px;
  border: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  margin: auto;
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond {
  position: relative;
  width: 100%;
  height: 555px;
  display: flex;
  max-width: 672px;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond {
    height: 495px;
    display: flex;
    max-width: 558px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond {
    max-width: 470px;
    height: 445px;
  }
}
@media only screen and (max-width: 1023px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond {
    max-width: 345px;
    margin-left: auto;
    margin-right: auto;
    height: 340px;
  }
}
@media only screen and (max-width: 374px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond {
    flex-flow: wrap;
    height: auto;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .img-tab {
  position: relative;
  margin: auto;
  max-width: 246px;
  right: -3px;
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .img-tab {
    max-width: 180px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .img-tab {
    max-width: 110px;
  }
}
@media only screen and (max-width: 374px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .img-tab {
    width: 100%;
    right: 0;
  }
}
@media only screen and (max-width: 374px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    gap: 20px;
    margin-top: 30px;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond {
  position: absolute;
}
@media only screen and (max-width: 374px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond {
    position: static !important;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(1) {
  top: 0;
  left: 170px;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(1) {
    left: 134px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(1) {
    left: 118px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(1) {
    left: 0;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(2) {
  top: 0;
  left: auto;
  right: 170px;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(2) {
    right: 134px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(2) {
    right: 118px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(2) {
    right: 0;
    left: auto;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(3) {
  top: 50%;
  left: auto;
  right: 0;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(3) {
    top: 119px;
    transform: none;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(4) {
  top: auto;
  left: auto;
  right: 170px;
  bottom: 0;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(4) {
    right: 134px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(4) {
    right: 118px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(4) {
    right: 0;
    bottom: 0;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(5) {
  top: auto;
  left: 170px;
  right: auto;
  bottom: 0;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(5) {
    left: 134px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(5) {
    left: 118px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(5) {
    left: 0;
    right: auto;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(6) {
  top: 50%;
  left: 0;
  right: auto;
  transform: translate(0, -50%);
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond:nth-child(6) {
    top: 119px;
    transform: none;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond a {
  font-size: 16px;
  color: #151515;
  font-family: "Open Sans", sans-serif;
  border: 1px solid #EEEEEE;
  height: 130px;
  width: 153px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 22px;
  cursor: pointer;
  padding: 10px;
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond a:hover {
  background: #005670;
  color: #ffffff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.0784313725);
  border: 1px solid #005670;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond a {
    width: 130px;
    height: 110px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond a {
    width: 110px;
    height: 100px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond a {
    width: 110px;
    height: 100px;
  }
}
@media only screen and (max-width: 374px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond a {
    width: 125px;
    height: 125px;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-info-wrap .w-tabs-scond .w-tab-menu-scond .career_tab-link-scond a.img-tabs {
  width: 246px;
  height: 173px;
  border: 0;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0;
  margin: auto;
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap {
  width: calc((100% - 120px) / 2);
}
@media only screen and (max-width: 1439px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 1023px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap {
    width: 100%;
    padding-top: 0;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap .tab-buttonlist {
  display: flex;
  flex-flow: wrap;
  justify-content: start;
  margin-top: 80px;
}
@media only screen and (max-width: 1023px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap .tab-buttonlist {
    justify-content: center;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap .tab-buttonlist .tab__button {
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px;
  background: transparent !important;
  border: 0 !important;
  outline: none !important;
  color: #151515 !important;
  font-weight: 400 !important;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e6e6e6 !important;
  transition: all 0.5s;
  letter-spacing: 0 !important;
  margin-bottom: 63px;
  border-radius: 10px 10px 0 0 !important;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  padding-left: 39px;
  padding-right: 39px;
  min-width: 190px;
}
@media only screen and (max-width: 1600px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap .tab-buttonlist .tab__button {
    width: 230px;
  }
}
@media only screen and (max-width: 1365px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap .tab-buttonlist .tab__button {
    width: 210px;
  }
}
@media only screen and (max-width: 1199px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap .tab-buttonlist .tab__button {
    width: 230px;
  }
}
@media only screen and (max-width: 1023px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap .tab-buttonlist .tab__button {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 575px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap .tab-buttonlist .tab__button {
    width: 200px;
  }
}
@media only screen and (max-width: 479px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap .tab-buttonlist .tab__button {
    width: 170px;
    padding-left: 18px;
    padding-right: 18px;
    min-width: initial;
  }
}
@media only screen and (max-width: 374px) {
  .marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap .tab-buttonlist .tab__button {
    width: 140px;
    font-size: 16px;
  }
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap .tab-buttonlist .tab__button:hover {
  background: #005670 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #005670 !important;
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap .tab-buttonlist .tab__button.tab_button-active {
  background: rgba(113, 156, 169, 0.05) !important;
  border: 0 !important;
  outline: none !important;
  color: #151515 !important;
  font-weight: 600;
  border-bottom: 1px solid #005670 !important;
}
.marketplace_tab_wrap .marketplace_tab_box .market_tabItem_wrap .tab-button-wrap .tab-buttonlist .tab__button.tab_button-active:hover {
  background: #005670 !important;
  color: #ffffff !important;
  border-bottom: 1px solid #005670 !important;
}

@keyframes mymove {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */