/* Custom CSS */

html, body {
	position:relative;
	overflow-x:hidden;
}
body.et-fb-root-ancestor {
  overflow-x: visible !important
}

.header-menu-links {
  display: flex;
  justify-content: end;
  background-color: transparent !important;
  flex-wrap: nowrap !important;
  gap: 35px !important;
  align-items: center;
}

.header-menu-links br {
  display: none !important;
}



.header-menu-links a {
  color: white;
  font-family: var(--ff-secondary);
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.08px;
  white-space: nowrap !important;
}

.footer-menu-links {
  display: flex;
  justify-content: center;
  background-color: transparent !important;
  gap: 35px !important;
  row-gap: 10px !important;
  align-items: center;
  flex-wrap: wrap!important;
}

.footer-menu-links a {
  color: white;
  font-family: var(--ff-secondary);
  font-weight: 300 !important;
  font-size: 12px !important;
  line-height: 18px !important;
  text-transform: uppercase !important;
  letter-spacing: 1.08px;
  white-space: nowrap !important;
}

.footer-menu-links br {
  display: none !important;
}

.footer-row .footer-text .et_pb_text_inner {
  font-weight: 300!important;
  font-family: var(--ff-secondary);
}

.footer-row::after {
  display: none !important;
}

.footer-row .et_pb_social_media_follow::after {
  display: none !important;
}

.footer-row .et_pb_social_media_follow {
  display: flex !important;
  flex-wrap: nowrap !important;
}

.header-section {
  padding-block: 20px;
  background-color: rgba(6, 0, 21, .4) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px)!important;
  position: fixed;
  width: 100%;
  top: 0px;
}

.header-section::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(to right, transparent 25%, var(--clr-primary), transparent 75%);
  z-index: 10;
}



.header-section {
  padding-block: 4px !important;
}

.header-row {
  display: flex;
  align-items: center;
  max-width: var(--mw-l) !important;
  justify-content: space-between;
}

.header-row .et_pb_column:first-child {
  max-width: max-content !important;
}

.header-row .et_pb_module {
  margin-bottom: 0px !important;
}

.header-row .menu-button {
  border: 1px solid white !important;
  border-radius: 10px !important;
  color: white !important;
  padding: 14px 20px !important;
  font-family: var(--ff-secondary);
  font-weight: 600 !important;
  font-size: 10px !important;
  letter-spacing: 0.7px;
  line-height: 16px !important;
  white-space: nowrap !important;
}

.header-row .et_pb_button_0_tb_header::after {
  display: none;
}

.header-section .et_pb_row:after {
  display: none !important;
}

.header-section .et_pb_menu .et_pb_menu__menu>nav>ul {
  flex-wrap: nowrap !important;
}

.header-section .et_pb_menu .et_pb_menu__menu>nav>ul>li {
  white-space: nowrap !important;
}

.header-row .menu-button:hover {
  padding: 14px 20px !important;
  background-color: white !important;
  color: black !important;
}

.header-row .et_pb_column_1_2 {
  display: flex !important;
  align-items: center !important;
  gap: 35px !important;

}

.header-row .et-last-child {
  justify-content: end !important;
}

.hero-section {
  min-height: 100vh;
  display: flex;
  align-items: center;
  color: white !important;
  padding-block: 200px;
}

.hero-section::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 42px;
  background-image: linear-gradient(to right, transparent 25%, var(--clr-primary), transparent 75%);
}

.hero-section h1.big {
  margin-bottom: 15px !important;
}

.hero-section p.big {
  margin-bottom: 40px !important;
}

.hero-row {
  max-width: var(--mw-m) !important;
}

.hero-row h1,
.hero-row p {
  max-width: 568px !important;

}

.services-row-title {
  display: flex;
  justify-content: center;
  padding-bottom: 70px !important;
  max-width: var(--mw-l) !important;
}


.services-row-title h2,
.services-row-title p {

  text-align: center;
}

.services-row-title h2 {

  margin-bottom: 15px;

}

.services-row-title .services-paragraph p {
  max-width: 528px !important;

}

.hero-row .et_pb_text_inner {
  display: flex !important;
  justify-content: start !important;
}

.services-row-title .services-paragraph {
  display: flex !important;
  justify-content: center !important;
  text-align: center;
}

.services-section.et_pb_section {
  padding-top: 123px;
  padding-bottom: 200px;
}

.services-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  max-width: var(--mw-xl) !important;

}

.services-row .et_pb_column {
  width: 100% !important;
  padding: 44px 62px;
}

.services-row h4,
.services-row p {

  text-align: start !important;
  width: 100% !important;
}

.services-row .et_pb_text_inner h3 {
max-width: 100%!important;
  margin-bottom: 15px !important;
  white-space: nowrap !important;

}


.services-row .et_pb_text_inner {
  justify-content: start !important;
}

.services-row .et_pb_column {
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;

}

.services-row .et_pb_column::before {
  content: '';
  inset: 0;
  position: absolute;
  background-image: linear-gradient(30deg, black 25%, #6227eb, black 75%);
  z-index: 0;
  border-radius: inherit;
  transition: all 0.5s !important;
  z-index: -20;
  border-radius: 10px;

}


.services-row .et_pb_column:hover::before {
  rotate: 180deg !important;
}

.services-row .et_pb_column::after {
  content: "";
  position: absolute;
  z-index: -10;
  background-color: #060015;
  inset: 2px;
  border-radius: 10px;
}

.services-row .et_pb_button {
  position: relative;
  border: 0px;
  padding: 0px !important;
  text-decoration: underline;
  color: white;
  text-transform: uppercase;
  font-family: var(--ff-secondary) !important;
  font-weight: 600;
  font-size: 12px;
  text-underline-offset: 4px;
  margin-top: 30px !important;
}

.services-row .et_pb_button:hover {
  border: 0px !important;
}

.services-row .et_pb_button::after {
  content: "🠢";
  position: absolute;
  font-size: 15px;
  padding-top: 3px;
  padding-left: 5px;
}

.newsletter-section {
  padding-block: 50px !important;
}

.newsletter-row .et_pb_column {
  padding: 100px !important;
}

.newsletter-row {
  position: relative;
  z-index: 10;
  max-width: 760px !important;
  backdrop-filter: blur(20px);
}

.newsletter-row::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-inline-start: 2px solid;
  border-block-start: 2px solid;
  border-image-source: radial-gradient(circle at top left, var(--clr-primary), transparent 50%);
  border-image-slice: 1;
  border-radius: inherit;
}

.newsletter-row .et_pb_column::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-inline-end: 2px solid;
  border-block-end: 2px solid;
  border-image-source: radial-gradient(circle at bottom right, var(--clr-primary), transparent 50%);
  border-image-slice: 1;
  border-radius: inherit;


}

.newsletter-row .under-newsletter-text {
  color: #A2A2A2 !important;
  font-size: 10px !important;
  font-family: var(--ff-secondary) !important;
  color: #A2A2A2 !important;
  line-height: 15px !important;
  margin-top: 10px !important;

}



.newsletter-row h2 {

  text-align: start !important;


}

/* .newsletter-row .et_pb_text_inner h2::before {
  content: "";
  position: absolute !important;
  width: 20px !important;
  height: 20px !important;
  background-color: var(--clr-primary) !important;
  rotate: 45deg;
  bottom: 60px;
  filter: blur(2px);
} */

.newsletter-row .et_pb_text_inner .newsletter-paragraph {
  justify-content: start !important;
  margin-top: 15px !important;
}

.newsletter-row .wpcf7-form-control-wrap input::placeholder {
  color: black !important;
  font-size: 16px !important;
  line-height: 27px !important;
  font-family: var(--ff-secondary);
  font-weight: 400 !important;
}


#email-text {
  margin-bottom: 0px !important;
  margin-left: 20px !important;
  margin-top: 60px !important;
}

#email-text .et_pb_text_inner {
  color: #A2A2A2 !important;
  font-size: 14px !important;
}

#email-text .et_pb_text_inner::before {
  content: "";
  position: absolute !important;
  width: 10px !important;
  height: 10px !important;
  background-color: var(--clr-primary) !important;
  rotate: 45deg;
  left: -20px;
  /* margin-top: 12px; */
  top: 0;
  bottom: 0;
  margin: auto 0;
}



.newsletter-row .wpcf7 .wpcf7-email {
  position: relative !important;
  background-image: linear-gradient(90deg, white 25%, black 75%);
  height: 48px !important;
  border-radius: 10px !important;
  z-index: 10;
  width: 100%;
  padding-left: 10px !important;
}


.newsletter-row .wpcf7 p {
  min-width: 100% !important;
}

.newsletter-row .wpcf7 .wpcf7-submit {
  position: relative !important;
  background-color: var(--clr-primary);
  border-radius: 10px !important;
  border: 0px;
  color: white;
  text-transform: uppercase;
  font-size: 12px !important;
  padding: 16px 22px !important;
  font-family: var(--ff-secondary) !important;
  font-weight: 600;
  margin-left: -80px !important;
  z-index: 20;
  letter-spacing: 0.84px !important;
  line-height: 18px !important;
  cursor: pointer !important;
}

.newsletter-row .wpcf7-form {
  display: flex !important;
  align-items: center;

}

.solutions-section {
  padding-block: 80px !important;
}

.solutions-row-title h2 {
  max-width: 556px !important;
  text-align: center !important;

}

.solutions-row-title p {
  padding-top: 15px !important;
  text-align: center;
}

.solutions-row-title .solutions-heading {
  display: flex;
  justify-content: center;
}


.solutions-row h3 {
  justify-content: start !important;
}

.solutions-row {
  max-width: 1103px !important;
}

.solutions-row h5 {
  color: white !important;
}

.solutions-row p {

  max-width: 442px !important;

  margin-top: 15px;
}

.solutions-row .et_pb_column {
  display: grid !important;
  grid-template-columns: repeat(2, 442px);
  justify-content: space-between;
  row-gap: 80px;
}

.solutions-row .et_pb_column {
  width: 100% !important;
}

.trends-title {
  display: flex;
  justify-content: center;
}

.trends-title h2 {
  max-width: 680px !important;

}

.trends-carousel-row {
  margin-top: 70px !important;
}

.trends-carousel-row .owl-dots {
  margin-top: 52px !important;
}

.trends-carousel-row .owl-item img {
  max-width: 184px !important;
  margin: 0 auto !important;
  border-radius: 12px !important;
}

.trends-carousel-row .owl-item h4 {
  --height-in-rows: 3;
  display: flex !important;
  align-items: end !important;
  margin-top: 28px !important;
  margin-bottom: 15px !important;
  min-height: calc(var(--height-in-rows) * var(--lh-h4));

}

.owl-item {
  color: #A2A2A2 !important;
  padding-inline: 40px !important;
  padding-block: 44px !important;
  border-radius: 10px !important;
  backdrop-filter: blur(20px) !important;
}

.trends-carousel-row .owl-item::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-inline-start: 2px solid;
  border-block-start: 2px solid;
  border-image-source: radial-gradient(circle at top left, var(--clr-primary), transparent 50%);
  border-image-slice: 1;
  border-radius: inherit;
  pointer-events: none;
}

.trends-carousel-row .owl-item::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 99%;
  border-inline-end: 2px solid;
  border-block-end: 2px solid;
  border-image-source: radial-gradient(circle at bottom right, var(--clr-primary), transparent 50%);
  border-image-slice: 1;
  border-radius: inherit;
  pointer-events: none;
}

.trends-carousel-row .owl-theme .owl-dots .owl-dot span {
  width: 64px !important;
  height: 2px !important;
}

.trends-carousel-row .owl-item .owl-btn-wrapper a {
  color: white !important;
  font-size: 12px !important;
  line-height: 18px !important;
  letter-spacing: 0.48px !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.trends-carousel-row .owl-item .owl-btn-wrapper::after {
  content: "🠢";
  position: absolute;
  font-size: 20px;
  margin-top: 2px;
  margin-left: 5px;
}

.trends-carousel-row .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--clr-primary) !important;
}



.contact-row {
  max-width: 1243px !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  background-color: rgba(6, 0, 21, .5) !important;
  backdrop-filter: blur(20px);
  padding: 60px 80px !important;
  align-items: center!important;

}

.contact-row::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-inline-start: 2px solid;
  border-block-start: 2px solid;
  border-image-source: radial-gradient(circle at top left, var(--clr-primary), transparent 50%);
  border-image-slice: 1;
  border-radius: inherit;
  pointer-events: none;
}

.contact-row::after {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-inline-end: 2px solid;
  border-block-end: 2px solid;
  border-image-source: radial-gradient(circle at bottom right, var(--clr-primary), transparent 50%);
  border-image-slice: 1;
  border-radius: inherit;
  pointer-events: none;
  visibility: visible;
}

.contact-row .et_pb_column {
  width: 100% !important;

}

.contact-row h3 {
  color: white !important;
  padding-bottom: 15px !important;

}

.rotated-square {
  content: "";
  /* position: absolute!important; */
  width: 20px !important;
  height: 20px !important;
  background-color: var(--clr-primary) !important;
  rotate: 45deg;
  /* bottom: 60px; */
  bottom: 15px;
  filter: blur(2px);
}

.contact-row .et_pb_text_inner {
  justify-content: start !important;


}

.contact-row .et_pb_text_inner p {
  font-size: 16px !important;
  font-family: var(--ff-secondary) !important;
  font-weight: 400 !important;
  color: #A2A2A2;
  max-width: 434px !important;
}

.contact-row .contact-data {
  margin-top: 120px !important;
  color: white !important;
}

.contact-row .contact-data a {
  color: white !important;
  font-family: var(--ff-secondary);
  text-decoration: underline;
  text-underline-offset: 3px;
  font-size: 14px !important;
  line-height: 27px !important;
  font-weight: 400 !important;
}

.contact-row ul.et_pb_social_media_follow {
  padding-top: 30px !important;
}

.contact-row .et_pb_social_media_follow li a.icon:before {
  font-size: 20px !important;
}

.contact-row .form-row .form-label {
  color: white !important;
  font-size: 14px !important;
  font-family: var(--ff-secondary) !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;

}

.contact-row .form-row .wpcf7-form-control-wrap input {
  height: 50px !important;
  margin-bottom: 10px !important;
}

.contact-row .form-row input::-webkit-input-placeholder {
  color: #0B0024;
  font-family: var(--ff-secondary);
  font-weight: 300;
}

.contact-row .form-row textarea::-webkit-input-placeholder {
  color: #0B0024;
}

.contact-row .form-row .wpcf7-form-control-wrap input,
.contact-row .form-row .wpcf7-form-control-wrap textarea {
  width: 100% !important;
  border-radius: 10px !important;
  resize: none;
  padding-left: 10px !important;
  background-color: transparent !important;
  background-image: linear-gradient(to right, white 66%, transparent) !important;
  opacity: .4;
  border: 1px solid white;
  font-size: 16px;
  font-family: var(--ff-secondary);
  font-weight: 300;
}

.contact-row .form-row .wpcf7-form-control-wrap input:focus,
.contact-row .form-row .wpcf7-form-control-wrap textarea:focus {
  opacity: 1 !important;
}

.form-actions .wpcf7-form-control {
  margin-top: 15px !important;
  font-family: var(--ff-secondary);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .84px;
  color: var(--clr-white);
  background-color: var(--clr-primary);
  border-radius: 10px;
  border: 0;
  padding: 14px 22px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s;
}

.contact-section {
  padding-top: 180px !important;
  padding-bottom: 140px !important;
}

#tc-text {
  font-size: 10px !important;
  margin-top: 15px !important;
}

.footer-section .et_pb_text_inner {
  font-size: 12px!important;
  color: white!important;
  line-height: 19px!important;
  font-weight: 300!important;
}



.footer-section .et_pb_column_3_tb_footer {
  display: flex !important;
  justify-content: end !important;
}

.footer-row {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center;
  gap: 20px !important;
}

.footer-row .et_pb_column {
  width: max-content !important;
}

.footer-row .et_pb_column_1_tb_footer {
  max-width: 432px !important;
}

.footer-row .et_pb_column_2_tb_footer {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 35px !important;
  text-transform: uppercase !important;
}

.footer-row .et_pb_menu {
  background-color: #060015 !important;
  border: 0px !important;
  outline: 0px !important;

}

.footer-row .et-menu li a {
  color: white !important;
  padding-inline: 0px !important;
  font-family: var(--ff-secondary) !important;
  font-weight: 500 !important;
  font-size: 12px;
}

.footer-row .et_pb_social_media_follow li {
  margin-bottom: 0px !important;
}


.service-article-section {
  padding-top:160px!important;
  padding-bottom:110px!important;
}

.contact-row {
  position: relative !important;
}

.service-article-section .service-article-row .et_pb_column:first-child {
  position: absolute;
  top: 50%;
  left: -40px;

  padding: 0px !important;
  transform: translateY(-50%);

  max-width: 550px !important;
}

.service-article-section .service-article-row .et_pb_column:first-child img {

  border-radius: 12px !important;
}

.service-article-section .et-last-child {
  max-width: calc(100% - 470px);
  margin-left: auto !important;
  margin-right: 0 !important;
}

.service-article-section .contact-row {
  grid-template-columns: 1fr !important;
  align-items: center !important;

}

.service-article-section .contact-row .et_pb_text_inner p {
  padding-top: 15px !important;
  font-size: 10px !important;
}

.service-article-section .contact-row .et_pb_text_inner {
  font-size: var(--fs-h2) !important;
  font-family: var(--ff-primary) !important;
  color: white !important;
  padding-bottom: 15px !important;
  font-weight: 500 !important;
}

.service-article-section .contact-row .et_pb_post_content {
  font-size: 16px !important;
  font-family: var(--ff-secondary) !important;
  padding-bottom: 50px !important;
  max-width: 681px !important;
}

.contact-page-section {
  padding-bottom: 125px !important;
  padding-top: 240px !important;
}

.blog-section {
  padding-top: 240px !important;
  padding-bottom: 120px !important;
  background-position: top !important;
}

.blog-section::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 42px;
  background-image: linear-gradient(to right, transparent 25%, var(--clr-primary), transparent 75%);
}

.blog-articles-section .et_pb_ajax_pagination_container {
  grid-template-columns: repeat(2, 1fr) !important;
  grid-auto-rows: 1fr !important;
  gap: 50px !important;
}

.blog-section h1 {
  max-width: 967px !important;
  text-align: start;
  padding-bottom: 20px !important;
}

.blog-section .et_pb_column_0 .et_pb_text_inner {
  justify-content: start !important;
}

.blog-section .blog-title-row .et_pb_text_inner p.big {
  max-width: 870px !important;
  color: var(--clr-neutral400)!important;

}

.blog-articles-section .et_pb_post {
  color: #A2A2A2 !important;
  padding: 65px 35px!important;
  border-radius: 10px !important;
  backdrop-filter: blur(20px) !important;
  background-color: rgba(6, 0, 21, .1);
  display: flex !important;
  gap: 34px !important;
  align-items: center;
}

.blog-articles-section .et_pb_post a img {
  max-width: 150px !important;
  border-radius: 10px !important;
}

.blog-articles-section .blog-module .entry-featured-image-url {
  display: flex !important;
  align-items: center !important;
  margin-bottom: 0px !important;
}

.blog-articles-section .et_pb_post::before {
  content: '';
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-inline-start: 2px solid;
  border-block-start: 2px solid;
  border-image-source: radial-gradient(circle at top left, var(--clr-primary), transparent 50%);
  border-image-slice: 1;
  border-radius: inherit;
  pointer-events: none;
}

.blog-articles-section .et_pb_post::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-inline-end: 2px solid;
  border-block-end: 2px solid;
  border-image-source: radial-gradient(circle at bottom right, var(--clr-primary), transparent 50%);
  border-image-slice: 1;
  border-radius: inherit;
  pointer-events: none;
  visibility: visible;
}

.blog-articles-section .custom-article-wrapper h2 {
  -webkit-line-clamp: none !important;
  min-height: 0px !important;
  margin-bottom: 25px !important;
  line-height: 34px!important;
}

.blog-articles-section .custom-article-wrapper {
  padding-inline: 0px !important;
}


.blog-articles-section .custom-article-wrapper .more-link {
  padding: 0px !important;
  margin-top: 25px !important;
  text-decoration: underline !important;
  text-underline-offset: 5px !important;
  font-size: 12px !important;
  font-family: var(--ff-secondary) !important;
  font-weight: 600 !important;
}

.blog-articles-section {
  padding-bottom: 125px !important;
}

#rmp_menu_trigger-93 {
  position: relative !important;
  top: 0px !important;
}

/* TEST-JQUERY */

.tabs-section.et_pb_section {
  padding-block: 150px;
}

.slider-container {
  max-width: 800px;
  margin: 0 auto;
 
}
.slider {
  display: flex;
  transition: transform 1.5s ease-in-out;
  
}
.slide {
  flex: 0 0 100%;
  transform: translateY(-50px);
  transition: transform 0.8s ease-in-out;
  padding-inline: 50px;
 
}

.slide.current {
  transform: translateY(50px);
  transition: transform 0.5s ease-in-out;
}

.tabs-arrow-icon {
  transform: rotate(90deg);
  max-height: 30px;
  height: auto;
}

.slide img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  aspect-ratio: 4/3;
  object-fit: cover;
  box-shadow: 0px 0px 29px 13px rgba(0,0,0,0.1);
}
.slider-controls {
  display: flex;
  justify-content:space-evenly;
  margin-bottom: 30px;
  align-items: center;
  /* flex-wrap: wrap; */
}
.slider-controls button {
  background-color: white;
  border: none;
  padding-block: 10px;
  width: 150px;
  cursor: pointer;
  margin: 0 5px;
  font-size: 16px;
  border-radius: 2em;
  font-family: var(--ff-secondary);
  box-shadow: 0px 0px 40px 8px rgba(0,0,0,0.1);
  opacity: 0.7;
}

.slider-controls button.active {
  background-color: white;
  border: none;
  padding-block: 10px;
  width: 150px;
  text-align: center;
  cursor: pointer;
  margin: 0 5px;
  font-size: 16px;
  border-radius: 2em;
  font-family: var(--ff-secondary);
  box-shadow: 0px 0px 40px 8px rgba(0,0,0,0.1);
  opacity: 1!important;
}


/* END OF TEST-JQUERY */


/* end custom */
@media (min-width: 981px) {
  /* end desktop only */
}



@media (min-width: 981px) and (max-width: 1279px) {

  /* end 1024 only */
  .services-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .blog-articles-section .et_pb_post {
    flex-direction: column!important;
  }

  .blog-articles-section .et_pb_post a img {
    max-width: 100%!important;
  }

  .contact-row {
    padding: 55px 75px!important;
  }

  .footer-menu-links {
    gap: 15px!important;
    row-gap: 5px!important;
  }

}



@media (min-width: 1440px) and (max-width: 1649px) {
  .footer-menu-links {
    gap: 15px!important;
  }
}

@media (min-width:1921px){
  .contact-page-section.et_pb_section{
    min-height:100vh;
  }
}



@media (min-width: 1280px) and (max-width: 1439px) {
  /* end 1280 only */
  .services-row {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 980px) {

  /* end mobile and tablet */
  .header-row .et_pb_button_module_wrapper {
    display: none !important;
  }

  .header-row .et_pb_column {
    margin-bottom: 0px !important;
  }

  .services-row {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .header-row .header-menu-links {
    display: none !important;
  }

  .header-logo .et_pb_code_inner a svg {
    max-width: 180px!important;
  }

  .header-row {
    padding-block: 10px!important;
  }
  .blog-articles-section .et_pb_ajax_pagination_container {
    grid-template-columns: repeat(1, 1fr)!important;
  }
  #page-container .rmp-container .rmp-menu-current-item {
    text-decoration: underline!important;
    text-underline-offset: 3px!important;
  }
  #page-container .rmp-container .menu-item a {
    line-height: 40px!important;
    font-size: 15px!important;
    font-family: var(--ff-secondary)!important;
    font-weight: 700!important;

  }
  #page-container .nav-button .rmp-menu-item-link {
  background-color: white!important;
    text-decoration: none!important;
    color: var(--clr-dark)!important;
    width: fit-content;
    font-weight: 700!important;
    text-transform: uppercase;
    border-radius: 8px;
    left: 5%;
    margin-top: 10px;
    padding-inline: 20px;
}
.service-article-section .et-last-child {
  max-width: 100%!important;
}

.service-article-row .contact-row-image {
  display: none!important;
}

.services-section {
  padding-top: 80px!important;
  padding-bottom: 80px!important;
}
.solutions-row .et_pb_column {
  gap: 40px!important;
}

.contact-page-section {
  padding-top: 180px!important;
  padding-bottom: 125px!important;
}

.tabs-arrow-icon {
  display: none!important;
}

.slider-controls button {
 width: 150px;
}
.slider-controls button.active {
  width: 150px;
}

.slider-controls {
  margin-bottom: 0px;
}

.slide {
  padding-inline: 20px;
}

}




@media (min-width: 481px) and (max-width: 980px) {

  /* end tablet only */
  .contact-row {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-row .contact-data {
    margin-top: 50px !important;
  }

  .footer-row {
    justify-content: center !important;
    flex-direction: column !important;
  }

  .footer-row .et_pb_text_inner {
    text-align: center !important;
  }

  /* .footer-row .et_pb_column--with-menu {
  display: none!important;
 } */

  .solutions-row .et_pb_column {
    grid-template-columns: repeat(1, 1fr);
  }

  .solutions-row p {
    max-width: 100% !important;
  }

  .blog-section {
    padding-top: 180px!important;
    padding-bottom: 80px!important;
  }

  #page-container .rmp-container {
    background-color: var(--clr-dark)!important;
    min-width: unset;
    width: 100%!important;
    max-width: 100%!important;
    margin-top: 93.84px!important;
    background-image: unset!important;
    height: calc(100vh - 93.84px);
    padding-top: 40px;
    z-index: 0;
}

.footer-menu-links {
  gap: 15px!important;
  flex-wrap: wrap!important;
}

}

@media (max-width: 480px) {
  /* end mobile only */

  .services-row .et_pb_column {
    padding: 30px 20px !important;
  }

  .newsletter-row .et_pb_column {
    padding: 20px !important;
  }

  .contact-section {
    padding-top: 50px!important;
    padding-bottom: 50px!important;
  }

  .newsletter-row .wpcf7 .wpcf7-submit {
    margin-left: -95px !important;
  }

  .solutions-row .et_pb_column {
    grid-template-columns: 1fr !important;
    row-gap: 40px !important;

  }

  .contact-row {
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 20px !important;
    padding-top: 60px !important;
  }

  .contact-row .et_pb_text_inner h2 {
    margin-bottom: 15px !important;
  }

  .contact-row .contact-data {
    margin-top: 60px !important;
  }

  .services-section.et_pb_section {
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .footer-row {
    justify-content: center !important;
  }

  .footer-row .et_pb_text_inner {
    text-align: center !important;
  }

  .blog-articles-section .et_pb_post{
    flex-direction: column!important;
    padding: 30px 20px!important;

  }
  .blog-articles-section .et_pb_post a img {
    max-width: 100%!important;
  }

  .blog-section {
    padding-top: 140px!important;
    padding-bottom: 50px!important;
  }
  .header-logo .et_pb_code_inner a {
    display: flex!important;
    align-items: center!important;
  }
  .footer-menu-links {
    gap: 15px!important;
  }
}

@media (max-width:1440px) {
  .services-row .et_pb_text_inner h3 br {
    display: none!important;
  }
  .services-row .et_pb_text_inner h3  {
    white-space: wrap!important;
  }
}

