@charset "UTF-8";
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

body {
  transition: opacity 0.7s ease-in-out;
  transition: opacity 0.35s ease;
}
body.loading {
  overflow: hidden;
}

body.loading .header,
body.loading .footer,
body.loading .header_bottom_content {
  opacity: 0;
}

body.loaded .header,
body.loaded .footer,
body.loaded .header_bottom_content {
  opacity: 1;
}

body.loading #loader-screen {
  display: flex;
}

body.loaded #loader-screen {
  display: none;
}

#loader-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #fff;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#loader-screen .loader-container {
  display: flex;
  margin: 3% auto !important;
}
@media (max-width: 992px) {
  #loader-screen .loader-container {
    margin: 4% auto !important;
  }
}
@media (max-width: 767px) {
  #loader-screen .loader-container {
    margin: 6% auto !important;
  }
}
@media (max-width: 470px) {
  #loader-screen .loader-container {
    margin: 7.5% auto !important;
  }
}
@media (max-width: 380px) {
  #loader-screen .loader-container {
    margin: 8.5% auto !important;
  }
}

#loader-screen img {
  width: 180px;
  height: auto;
}
@media (max-width: 470px) {
  #loader-screen img {
    width: 170px;
  }
}
@media (max-width: 380px) {
  #loader-screen img {
    width: 160px;
  }
}

.loader-text {
  color: #24292D;
}

h1::selection, h2::selection, h3::selection, h4::selection, h5::selection, h6::selection,
p::selection, a::selection, li::selection, img::selection {
  background: #074C80 !important;
}

h1::-moz-selection, h2::-moz-selection, h3::-moz-selection, h4::-moz-selection, h5::-moz-selection, h6::-moz-selection,
p::-moz-selection, a::-moz-selection, li::-moz-selection, img::-moz-selection {
  background: #074C80 !important;
}

@keyframes bounce {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.3;
  }
  40% {
    transform: scale(1);
    opacity: 1;
  }
}
.loader-container {
  margin: 5% auto;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  display: none;
}

.loader {
  display: flex;
  gap: 8px;
}

.loader div {
  width: 15px;
  height: 15px;
  background-color: #074C80;
  border-radius: 50%;
  animation: bounce 1.4s infinite ease-in-out both;
}

.loader div:nth-child(1) {
  animation-delay: -0.32s;
}

.loader div:nth-child(2) {
  animation-delay: -0.16s;
}

.loader div:nth-child(3) {
  animation-delay: 0;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, p, a, li, .gform_confirmation_message, .note_field, .h4_container p {
  font-family: "degular", sans-serif;
  font-style: normal;
  margin-bottom: 0;
  color: black;
  transition: all 0.2s ease-in-out 0.01s;
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6, p, a, .h4_container p {
  letter-spacing: 0.9px;
  color: black;
}
h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue, p.blue, a.blue, .h4_container p.blue {
  color: #074C80;
}
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, a.white, .h4_container p.white {
  color: white;
}
h1.capitalize, h2.capitalize, h3.capitalize, h4.capitalize, h5.capitalize, h6.capitalize, p.capitalize, a.capitalize, .h4_container p.capitalize {
  text-transform: capitalize;
}
h1.upper, h2.upper, h3.upper, h4.upper, h5.upper, h6.upper, p.upper, a.upper, .h4_container p.upper {
  text-transform: uppercase;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  color: #074C80;
}

p, a, li {
  font-weight: 400;
  font-size: 20px;
  font-size: 19px;
}
@media (max-width: 1920px) {
  p, a, li {
    font-size: 19px;
    font-size: 18px;
  }
}
@media (max-width: 1410px) {
  p, a, li {
    font-size: 18px;
    font-size: 17.5px;
  }
}
@media (max-width: 1280px) {
  p, a, li {
    font-size: 17px;
  }
}
@media (max-width: 992px) {
  p, a, li {
    font-size: 16.5px;
    line-height: 16.5pt;
  }
}
@media (max-width: 470px) {
  p, a, li {
    font-size: 16px;
    line-height: 16pt;
    font-size: 15px;
    line-height: 15pt;
  }
}
@media (max-width: 380px) {
  p, a, li {
    font-size: 15.5px;
    line-height: 15.5pt;
    font-size: 14px;
    line-height: 14pt;
  }
}

h1, .h1 {
  font-size: 60px;
  font-size: 70px;
  margin-bottom: 0;
}
h1.mega, .h1.mega {
  font-size: 101px;
}
@media (max-width: 1920px) {
  h1, .h1 {
    font-size: 62px;
  }
  h1.mega, .h1.mega {
    font-size: 90px;
  }
}
@media (max-width: 1410px) {
  h1, .h1 {
    font-size: 55px;
  }
  h1.mega, .h1.mega {
    font-size: 80px;
  }
}
@media (max-width: 1280px) {
  h1, .h1 {
    font-size: 51px;
  }
  h1.mega, .h1.mega {
    font-size: 66px;
  }
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 44px;
  }
  h1.mega, .h1.mega {
    font-size: 58px;
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 38px;
    font-size: 35px;
  }
  h1.mega, .h1.mega {
    font-size: 48px;
    font-size: 42px;
  }
}
@media (max-width: 470px) {
  h1, .h1 {
    font-size: 33px;
    font-size: 30px;
    font-size: 28.5px;
  }
  h1.mega, .h1.mega {
    font-size: 42px;
    font-size: 38px;
    font-size: 36px;
  }
}
@media (max-width: 380px) {
  h1, .h1 {
    font-size: 30px;
    font-size: 29px;
    font-size: 27.5px;
  }
  h1.mega, .h1.mega {
    font-size: 35px;
    font-size: 33px;
    font-size: 31.5px;
  }
}

h2,
.h2 {
  font-size: 56px;
  font-size: 60px;
}
@media (max-width: 1920px) {
  h2,
  .h2 {
    font-size: 50px;
    font-size: 54px;
  }
}
@media (max-width: 1410px) {
  h2,
  .h2 {
    font-size: 46px;
    font-size: 48px;
  }
}
@media (max-width: 1280px) {
  h2,
  .h2 {
    font-size: 44px;
  }
}
@media (max-width: 992px) {
  h2,
  .h2 {
    font-size: 38px;
    font-size: 35px;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 32px;
    font-size: 30px;
    font-size: 29px;
  }
}
@media (max-width: 470px) {
  h2,
  .h2 {
    font-size: 27px;
    font-size: 26px;
    font-size: 25px;
    line-height: normal;
  }
}
@media (max-width: 380px) {
  h2,
  .h2 {
    font-size: 26px;
    font-size: 25px;
    font-size: 24px;
  }
}

h3,
.h3_container p,
.h3_container_a a {
  font-size: 34px;
  font-size: 33px;
}
@media (max-width: 1920px) {
  h3,
  .h3_container p,
  .h3_container_a a {
    font-size: 30px;
    font-size: 29px;
  }
}
@media (max-width: 1410px) {
  h3,
  .h3_container p,
  .h3_container_a a {
    font-size: 28px;
    font-size: 26px;
  }
}
@media (max-width: 1280px) {
  h3,
  .h3_container p,
  .h3_container_a a {
    font-size: 27px;
    font-size: 25px;
  }
}
@media (max-width: 992px) {
  h3,
  .h3_container p,
  .h3_container_a a {
    font-size: 24px;
    line-height: 23pt;
  }
}
@media (max-width: 767px) {
  h3,
  .h3_container p,
  .h3_container_a a {
    font-size: 24px;
    line-height: 23pt;
  }
}
@media (max-width: 470px) {
  h3,
  .h3_container p,
  .h3_container_a a {
    font-size: 22.5px;
    font-size: 22px;
    font-size: 21px;
    line-height: 21pt;
  }
}
@media (max-width: 380px) {
  h3,
  .h3_container p,
  .h3_container_a a {
    font-size: 21.5px;
    font-size: 21px;
    line-height: 21pt;
  }
}

@media (max-width: 767px) {
  .h3_container p,
  .h3_container_a a {
    font-size: 20px;
    font-size: 19px;
    line-height: 21pt;
    line-height: 18pt;
  }
}
@media (max-width: 470px) {
  .h3_container p,
  .h3_container_a a {
    font-size: 22.5px;
    font-size: 19px;
    font-size: 18px;
    line-height: 19pt;
    line-height: 17pt;
  }
}
@media (max-width: 380px) {
  .h3_container p,
  .h3_container_a a {
    font-size: 21.5px;
    font-size: 18px;
    font-size: 17px;
    line-height: 18pt;
    line-height: 16pt;
  }
}

.h3_container p {
  font-weight: 300;
}

h4, .h4, .h4_container p {
  font-size: 28px;
}
@media (max-width: 1920px) {
  h4, .h4, .h4_container p {
    font-size: 25px;
  }
}
@media (max-width: 1410px) {
  h4, .h4, .h4_container p {
    font-size: 24px;
  }
}
@media (max-width: 1280px) {
  h4, .h4, .h4_container p {
    font-size: 23px;
  }
}
@media (max-width: 992px) {
  h4, .h4, .h4_container p {
    font-size: 22px;
    line-height: 23pt;
  }
}
@media (max-width: 767px) {
  h4, .h4, .h4_container p {
    font-size: 21px;
    line-height: 22pt;
  }
}
@media (max-width: 470px) {
  h4, .h4, .h4_container p {
    font-size: 20px;
    line-height: normal;
  }
}
@media (max-width: 380px) {
  h4, .h4, .h4_container p {
    font-size: 19px;
  }
}

h5, .h5,
.h5_container p {
  font-size: 19px;
}
@media (max-width: 1920px) {
  h5, .h5,
  .h5_container p {
    font-size: 18px;
  }
}
@media (max-width: 1410px) {
  h5, .h5,
  .h5_container p {
    font-size: 17px;
  }
}
@media (max-width: 1280px) {
  h5, .h5,
  .h5_container p {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  h5, .h5,
  .h5_container p {
    font-size: 15.5px;
  }
}
@media (max-width: 470px) {
  h5, .h5,
  .h5_container p {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  h5, .h5,
  .h5_container p {
    font-size: 14px;
  }
}

h6 {
  font-size: 18px;
}

.c_button {
  display: inline-flex;
  align-items: center;
  text-decoration: none !important;
  font-weight: 500;
  color: white;
  text-transform: capitalize;
  font-size: 21px;
  padding: 11px 30px;
  padding-bottom: 12px;
  transition: all 0.2s ease-in-out 0.01s;
  background: #074C80;
  border-radius: 5px;
}
.c_button.white {
  color: black;
  background: white;
}
.c_button:hover {
  background: #24292D;
  color: white;
}
.c_button:hover.white {
  color: bwhite;
  background: #074C80;
}
@media (max-width: 1920px) {
  .c_button {
    font-size: 18px;
    font-size: 19px;
    font-size: 20px;
  }
}
@media (max-width: 1550px) {
  .c_button {
    font-size: 17px;
    font-size: 18px;
    font-size: 20px;
  }
}
@media (max-width: 1410px) {
  .c_button {
    font-size: 16px;
    font-size: 17px;
    font-size: 19px;
    padding: 9px 28px;
    padding-bottom: 11px;
  }
}
@media (max-width: 1280px) {
  .c_button {
    font-size: 16px;
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .c_button {
    font-size: 16px;
    font-size: 17px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .c_button {
    padding: 8px 25px;
    padding-bottom: 10.5px;
  }
}
@media (max-width: 470px) {
  .c_button {
    font-size: 15.5px;
    font-size: 16px;
    font-size: 17px;
    padding: 10px 23px;
    padding-bottom: 11.5px;
  }
}
@media (max-width: 380px) {
  .c_button {
    font-size: 16px;
    padding: 9px 20px;
    padding-bottom: 10.5px;
  }
}
.c_button.circled {
  width: 130px;
  height: 130px;
  background: white;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .c_button.circled {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 470px) {
  .c_button.circled {
    width: 100px;
    width: 90px;
    height: 100px;
    height: 90px;
  }
}
@media (max-width: 380px) {
  .c_button.circled {
    width: 85px;
    width: 80px;
    height: 85px;
    height: 80px;
  }
}
.c_button.circled p {
  color: black;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
  width: max-content;
}
.c_button.circled:hover {
  background: #074C80;
}
.c_button.circled:hover p {
  color: white;
}
.c_button.apply {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  border-radius: 0 !important;
  gap: 2rem;
}
.c_button.apply .arrow {
  margin-top: 4.5px;
}

input[type=text],
input,
input[type=search],
input[type=email],
input[type=tel],
input[type=submit],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

input[type=radio] {
  -webkit-appearance: radio;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

.vid_img {
  line-height: 0;
}
.vid_img video, .vid_img img, .vid_img iframe {
  max-height: 750px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out 0.01s;
  aspect-ratio: 16/9;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .vid_img video, .vid_img img, .vid_img iframe {
    max-height: 700px;
  }
}
@media (max-width: 1410px) {
  .vid_img video, .vid_img img, .vid_img iframe {
    max-height: 600px;
  }
}
@media (max-width: 1280px) {
  .vid_img video, .vid_img img, .vid_img iframe {
    max-height: 500px;
  }
}
@media (max-width: 992px) {
  .vid_img video, .vid_img img, .vid_img iframe {
    max-height: 450px;
  }
}
@media (max-width: 767px) {
  .vid_img video, .vid_img img, .vid_img iframe {
    max-height: 380px;
  }
}
@media (max-width: 470px) {
  .vid_img video, .vid_img img, .vid_img iframe {
    max-height: 300px;
  }
}
@media (max-width: 380px) {
  .vid_img video, .vid_img img, .vid_img iframe {
    max-height: 270px;
  }
}
.vid_img img {
  cursor: unset;
}
.vid_img img.contain_size {
  object-fit: contain;
  max-height: fit-content;
  aspect-ratio: unset;
}

.vid_img {
  background: #D9D9D9;
  overflow: hidden;
}

.videos,
.custom_pointer {
  position: relative;
  display: inline-block;
  width: 100%;
  overflow: hidden;
}
.videos .play-button,
.custom_pointer .play-button {
  position: absolute;
  background-size: contain;
  cursor: pointer;
  z-index: 999;
  transition: all 0.2s ease-in-out 0.01s;
}
.videos .play-button-small-screen,
.custom_pointer .play-button-small-screen {
  display: none;
  position: absolute;
  cursor: pointer;
  z-index: 10;
  transition: all 0.2s ease-in-out 0.01s;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  left: 50%;
}
@media (max-width: 992px) {
  .videos .play-button-small-screen,
  .custom_pointer .play-button-small-screen {
    opacity: 1;
    visibility: visible;
    display: block;
    transform: translate(-50%, -50%);
  }
}
.videos .play-video-circle_inner,
.custom_pointer .play-video-circle_inner {
  width: 130px;
  height: 130px;
  width: 140px;
  height: 140px;
  padding: 10px;
  background: white;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .videos .play-video-circle_inner,
  .custom_pointer .play-video-circle_inner {
    width: 110px;
    height: 110px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 470px) {
  .videos .play-video-circle_inner,
  .custom_pointer .play-video-circle_inner {
    width: 100px;
    height: 100px;
    width: 110px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 380px) {
  .videos .play-video-circle_inner,
  .custom_pointer .play-video-circle_inner {
    width: 85px;
    height: 85px;
    width: 95px;
    width: 90px;
    height: 95px;
    height: 90px;
  }
}
.videos .play-video-circle_inner p,
.custom_pointer .play-video-circle_inner p {
  color: black;
  text-transform: capitalize;
  text-align: center;
  font-weight: 500;
}

.after_pinned {
  position: relative;
  z-index: 10000 !important;
  background: white;
}

.header,
.footer {
  position: relative;
  z-index: 10001 !important;
  background: white;
}

.header {
  z-index: 10002 !important;
}

section {
  position: relative;
  z-index: 3;
}

.custom_pointer_section {
  position: relative;
  z-index: 1;
}
.custom_pointer_section .tops {
  z-index: 2;
  position: relative;
}
.custom_pointer_section .bottoms {
  position: relative;
  z-index: 1;
}

.progress-circle-container {
  position: fixed;
  bottom: 120px;
  z-index: 10;
  right: 20px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.progress-circle-container::after {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  background: white;
  width: 35%;
  height: 35%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.progress-circle {
  transform: rotate(-90deg); /* Rotates progress to start from top */
  position: absolute;
}

.progress-bg {
  fill: none;
  stroke: white;
  stroke-width: 1.5;
}

.progress-bar {
  fill: none;
  stroke: #074C80;
  stroke-width: 6.5;
  stroke-dasharray: 138; /* Circumference of circle (2 * π * r) */
  stroke-dashoffset: 138; /* Start as empty */
  transition: stroke-dashoffset 0.1s linear;
}

@keyframes fillCircle {
  from {
    transform: rotate(0deg);
    border-top-color: transparent;
  }
  to {
    transform: rotate(360deg);
    border-top-color: #007bff;
  }
}
.dots ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .dots ul {
    gap: 12px;
  }
}
.dots ul li {
  cursor: pointer;
}
.dots ul li:hover button, .dots ul li.slick-active button {
  background: #074C80;
  border-color: #074C80;
}
.dots.animate_round.li_color li:hover, .dots.animate_round.li_color li.slick-active {
  background: #074C80;
  border-color: #074C80;
}
.dots.animate_round button {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  text-indent: -9999px;
  border: 1px solid white !important;
  transition: all 0.3s ease-in-out;
  outline: 0 !important;
  display: none;
}
.dots.animate_round li {
  font-size: unset;
  line-height: unset;
  width: 25px;
  height: 25px;
  border: 1px solid white !important;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
}
@media (max-width: 1920px) {
  .dots.animate_round li {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 1410px) {
  .dots.animate_round li {
    height: 22px;
    width: 22px;
  }
}
@media (max-width: 992px) {
  .dots.animate_round li {
    height: 21px;
    width: 21px;
  }
}
@media (max-width: 470px) {
  .dots.animate_round li {
    height: 18px;
    height: 16px;
    width: 18px;
    width: 16px;
  }
}
@media (max-width: 380px) {
  .dots.animate_round li {
    height: 16px;
    height: 15px;
    width: 16px;
    width: 15px;
  }
}
@media (max-width: 320px) {
  .dots.animate_round li {
    height: 13px;
    width: 13px;
  }
}
.dots.animate_round .dot {
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  border: 1px solid #24292D;
}
.dots.animate_round button,
.dots.animate_round .dot {
  width: 25px;
  height: 25px;
}
@media (max-width: 1920px) {
  .dots.animate_round button,
  .dots.animate_round .dot {
    height: 24px;
    width: 24px;
  }
}
@media (max-width: 1410px) {
  .dots.animate_round button,
  .dots.animate_round .dot {
    height: 22px;
    width: 22px;
  }
}
@media (max-width: 992px) {
  .dots.animate_round button,
  .dots.animate_round .dot {
    height: 21px;
    width: 21px;
  }
}
@media (max-width: 470px) {
  .dots.animate_round button,
  .dots.animate_round .dot {
    height: 18px;
    height: 16px;
    width: 18px;
    width: 16px;
  }
}
@media (max-width: 380px) {
  .dots.animate_round button,
  .dots.animate_round .dot {
    height: 16px;
    height: 15px;
    width: 16px;
    width: 15px;
  }
}
@media (max-width: 320px) {
  .dots.animate_round button,
  .dots.animate_round .dot {
    height: 13px;
    width: 13px;
  }
}
.dots.animate_round .slick-active .dot {
  border: 1px solid transparent;
}
.dots.animate_round .pie-chart {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.dots.animate_round .pie-chart circle {
  fill: none;
  stroke-width: 32;
  transform: rotate(-90deg);
  transform-origin: center;
}
.dots.animate_round .fill {
  stroke: #074C80;
  stroke-dasharray: 0, 100;
  animation: none;
}
@keyframes pie-fill {
  from {
    stroke-dasharray: 0, 100;
  }
  to {
    stroke-dasharray: 100, 100;
  }
}

.margin_p_xl {
  margin-bottom: 60px;
  transition: all 0.2s ease-in-out 0.01s;
}

.margin_pd_xl {
  padding-bottom: 60px;
  transition: all 0.2s ease-in-out 0.01s;
}

.margin_p {
  margin-bottom: 35px;
  transition: all 0.2s ease-in-out 0.01s;
}

.margin_p_sm {
  margin-bottom: 16px;
  transition: all 0.2s ease-in-out 0.01s;
}

@media (max-width: 1920px) {
  .margin_p_xl {
    margin-bottom: 50px;
  }
  .margin_pd_xl {
    padding-bottom: 50px;
  }
  .margin_p {
    margin-bottom: 30px;
  }
  .margin_p_sm {
    margin-bottom: 15px;
  }
}
@media (max-width: 1410px) {
  .margin_p {
    margin-bottom: 25px;
  }
  .margin_p_sm {
    margin-bottom: 14px;
  }
}
@media (max-width: 1280px) {
  .margin_p_xl {
    margin-bottom: 45px;
  }
  .margin_pd_xl {
    padding-bottom: 45px;
  }
  .margin_p {
    margin-bottom: 22px;
  }
  .margin_p_sm {
    margin-bottom: 13px;
  }
}
@media (max-width: 992px) {
  .margin_p_xl {
    margin-bottom: 40px;
  }
  .margin_pd_xl {
    padding-bottom: 40px;
  }
  .margin_p {
    margin-bottom: 18px;
  }
  .margin_p_sm {
    margin-bottom: 12px;
  }
}
@media (max-width: 470px) {
  .margin_p {
    margin-bottom: 16px;
  }
  .margin_p_sm {
    margin-bottom: 9px;
  }
}
@media (max-width: 380px) {
  .margin_p_xl {
    margin-bottom: 35px;
  }
  .margin_pd_xl {
    padding-bottom: 35px;
  }
}
@media (max-width: 992px) {
  .desktop_visible_992 {
    display: none;
  }
}

.mobile_visible_992 {
  display: none;
}
@media (max-width: 992px) {
  .mobile_visible_992 {
    display: block;
  }
}

.arrows_container {
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  width: fit-content;
}

.slide_info {
  text-decoration: none !important;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.6s ease;
  gap: 1.5rem;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  min-width: 0;
  border-radius: 40px;
}
.slide_info::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
  background: white;
}
.slide_info p {
  font-weight: 500;
  color: white;
  transition: transform 0.6s ease-in-out;
  text-transform: capitalize;
  position: absolute;
  z-index: 1;
  width: max-content;
  text-decoration: none !important;
  transform: translateX(150%);
  opacity: 0;
}
.slide_info span {
  position: relative;
  z-index: 3;
  margin: 0;
}
.slide_info:hover {
  min-width: 166px;
  background: #074C80;
}
.slide_info:hover p {
  margin-right: 47px;
  margin-bottom: 4px;
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 1920px) {
  .slide_info:hover {
    min-width: 156px;
  }
  .slide_info:hover p {
    margin-right: 42.5px;
    margin-bottom: 3.5px;
  }
}
@media (max-width: 1600px) {
  .slide_info:hover {
    min-width: 154px;
  }
  .slide_info:hover p {
    margin-right: 41px;
    margin-bottom: 3.5px;
  }
}
@media (max-width: 1410px) {
  .slide_info:hover {
    min-width: 149px;
  }
  .slide_info:hover p {
    margin-right: 40.5px;
    margin-bottom: 3.5px;
  }
}
@media (max-width: 1280px) {
  .slide_info:hover {
    min-width: 140.5px;
  }
  .slide_info:hover p {
    margin-right: 38px;
    margin-bottom: 3.5px;
  }
}
@media (max-width: 992px) {
  .slide_info:hover {
    min-width: 139px;
  }
  .slide_info:hover p {
    margin-right: 38px;
    margin-bottom: 4px;
  }
}
@media (max-width: 470px) {
  .slide_info:hover {
    min-width: 127.5px;
  }
  .slide_info:hover p {
    margin-right: 35px;
    margin-bottom: 3.5px;
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .slide_info:hover {
    min-width: 120px;
  }
  .slide_info:hover p {
    margin-right: 34px;
    margin-bottom: 3.5px;
    font-size: 13.5px;
  }
}
@media (max-width: 320px) {
  .slide_info:hover {
    min-width: 110.5px;
  }
  .slide_info:hover p {
    margin-right: 34px;
    margin-bottom: 3px;
    font-size: 12px;
  }
}
.slide_info:hover .drop_dwn_arr.tilted {
  transform: rotate(0deg);
  background: #074C80;
  border-color: #074C80;
}
.slide_info:hover .drop_dwn_arr.tilted i {
  color: white;
}

.faq_block.active .question.active .slide_info {
  min-width: 166px;
  background: #074C80;
}
.faq_block.active .question.active .slide_info p {
  margin-right: 47px;
  margin-bottom: 4px;
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 1920px) {
  .faq_block.active .question.active .slide_info {
    min-width: 156px;
  }
  .faq_block.active .question.active .slide_info p {
    margin-right: 42.5px;
    margin-bottom: 3.5px;
  }
}
@media (max-width: 1600px) {
  .faq_block.active .question.active .slide_info {
    min-width: 154px;
  }
  .faq_block.active .question.active .slide_info p {
    margin-right: 41px;
    margin-bottom: 3.5px;
  }
}
@media (max-width: 1410px) {
  .faq_block.active .question.active .slide_info {
    min-width: 149px;
  }
  .faq_block.active .question.active .slide_info p {
    margin-right: 40.5px;
    margin-bottom: 3.5px;
  }
}
@media (max-width: 1280px) {
  .faq_block.active .question.active .slide_info {
    min-width: 140.5px;
  }
  .faq_block.active .question.active .slide_info p {
    margin-right: 38px;
    margin-bottom: 3.5px;
  }
}
@media (max-width: 992px) {
  .faq_block.active .question.active .slide_info {
    min-width: 139px;
  }
  .faq_block.active .question.active .slide_info p {
    margin-right: 38px;
    margin-bottom: 4px;
  }
}
@media (max-width: 470px) {
  .faq_block.active .question.active .slide_info {
    min-width: 127.5px;
  }
  .faq_block.active .question.active .slide_info p {
    margin-right: 35px;
    margin-bottom: 3.5px;
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .faq_block.active .question.active .slide_info {
    min-width: 120px;
  }
  .faq_block.active .question.active .slide_info p {
    margin-right: 34px;
    margin-bottom: 3.5px;
    font-size: 13.5px;
  }
}
@media (max-width: 320px) {
  .faq_block.active .question.active .slide_info {
    min-width: 110.5px;
  }
  .faq_block.active .question.active .slide_info p {
    margin-right: 34px;
    margin-bottom: 3px;
    font-size: 12px;
  }
}
.faq_block.active .question.active .slide_info .drop_dwn_arr.tilted {
  transform: rotate(0deg);
  background: #074C80;
  border-color: #074C80;
}
.faq_block.active .question.active .slide_info .drop_dwn_arr.tilted i {
  color: white;
}

.drop_dwn_arr {
  border: 1.5px solid #24292D;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding: 9px;
  transition: all 0.3s ease-in-out 0.01s;
  text-decoration: none !important;
  margin-top: 2.5px;
  width: fit-content;
  background: white;
  cursor: pointer;
}
.drop_dwn_arr i {
  transition: all 0.3s ease-in-out 0.01s;
  font-size: 22px;
  color: #24292D;
}
.drop_dwn_arr.tilted {
  transform: rotate(-45deg);
}
.drop_dwn_arr.prev {
  transform: rotate(-180deg);
}
.drop_dwn_arr:hover {
  background: #074C80;
  border-color: #074C80;
}
.drop_dwn_arr:hover.tilted {
  transform: rotate(0deg);
}
.drop_dwn_arr:hover i {
  color: white;
}
@media (max-width: 1920px) {
  .drop_dwn_arr i {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .drop_dwn_arr i {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .drop_dwn_arr {
    border: 1px solid #24292D;
    padding: 8px;
  }
  .drop_dwn_arr i {
    font-size: 18px;
  }
}
@media (max-width: 470px) {
  .drop_dwn_arr {
    padding: 7px;
  }
  .drop_dwn_arr i {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .drop_dwn_arr i {
    font-size: 17px;
  }
}

.hr_style {
  background: #24292D;
  height: 1px;
  border: none !important;
  margin: 0;
}

.mbottoms {
  display: flex;
  justify-content: center;
  padding-top: 7.5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .mbottoms {
    padding-top: 6rem;
  }
}
@media (max-width: 767px) {
  .mbottoms {
    padding-top: 5.5rem;
  }
}
@media (max-width: 470px) {
  .mbottoms {
    padding-top: 5rem;
  }
}
@media (max-width: 380px) {
  .mbottoms {
    padding-top: 4.5rem;
  }
}
.mbottoms p {
  cursor: pointer;
}

.form .gform_wrapper .gform_heading {
  display: none;
}
.form .gform_wrapper .gform_body .gfield_required {
  display: none;
}
.form .gform_wrapper .gform_body .gform_fields {
  column-gap: 4rem !important;
  row-gap: 3rem !important;
}
@media (max-width: 767px) {
  .form .gform_wrapper .gform_body .gform_fields {
    column-gap: 30px !important;
  }
}
@media (max-width: 641px) {
  .form .gform_wrapper .gform_body .gform_fields {
    column-gap: 0 !important;
    row-gap: 2.5rem !important;
  }
}
.form .gform_wrapper .gform_body .gform_fields .gfield input, .form .gform_wrapper .gform_body .gform_fields .gfield select, .form .gform_wrapper .gform_body .gform_fields .gfield textarea, .form .gform_wrapper .gform_body .gform_fields .gfield label, .form .gform_wrapper .gform_body .gform_fields .gfield .gform_drop_instructions {
  font-family: "degular", sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  color: black !important;
  font-size: 20px !important;
  border: none !important;
  border-bottom: 1px solid black !important;
  border-radius: 0 !important;
  height: fit-content;
  line-height: normal;
  box-shadow: none !important;
  transition: all 0.2s ease 0.01s;
  padding-left: 0 !important;
  padding-bottom: 16px !important;
}
.form .gform_wrapper .gform_body .gform_fields .gfield input::placeholder, .form .gform_wrapper .gform_body .gform_fields .gfield select::placeholder, .form .gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder, .form .gform_wrapper .gform_body .gform_fields .gfield label::placeholder, .form .gform_wrapper .gform_body .gform_fields .gfield .gform_drop_instructions::placeholder {
  font-family: "degular", sans-serif !important;
  font-style: normal;
  font-weight: 300 !important;
  color: black !important;
  font-size: inherit !important;
}
@media (max-width: 1920px) {
  .form .gform_wrapper .gform_body .gform_fields .gfield input, .form .gform_wrapper .gform_body .gform_fields .gfield select, .form .gform_wrapper .gform_body .gform_fields .gfield textarea, .form .gform_wrapper .gform_body .gform_fields .gfield label, .form .gform_wrapper .gform_body .gform_fields .gfield .gform_drop_instructions {
    font-size: 18px !important;
  }
}
@media (max-width: 992px) {
  .form .gform_wrapper .gform_body .gform_fields .gfield input, .form .gform_wrapper .gform_body .gform_fields .gfield select, .form .gform_wrapper .gform_body .gform_fields .gfield textarea, .form .gform_wrapper .gform_body .gform_fields .gfield label, .form .gform_wrapper .gform_body .gform_fields .gfield .gform_drop_instructions {
    font-size: 16px !important;
    padding-bottom: 13px !important;
  }
}
@media (max-width: 767px) {
  .form .gform_wrapper .gform_body .gform_fields .gfield input, .form .gform_wrapper .gform_body .gform_fields .gfield select, .form .gform_wrapper .gform_body .gform_fields .gfield textarea, .form .gform_wrapper .gform_body .gform_fields .gfield label, .form .gform_wrapper .gform_body .gform_fields .gfield .gform_drop_instructions {
    font-size: 16px !important;
    padding-bottom: 11px !important;
  }
}
@media (max-width: 470px) {
  .form .gform_wrapper .gform_body .gform_fields .gfield input, .form .gform_wrapper .gform_body .gform_fields .gfield select, .form .gform_wrapper .gform_body .gform_fields .gfield textarea, .form .gform_wrapper .gform_body .gform_fields .gfield label, .form .gform_wrapper .gform_body .gform_fields .gfield .gform_drop_instructions {
    font-size: 16px !important;
    padding-bottom: 9px !important;
  }
}
.form .gform_wrapper .gform_body .gform_fields .gfield label, .form .gform_wrapper .gform_body .gform_fields .gfield .gform_drop_instructions {
  border-bottom: none !important;
  margin: 0 !important;
}
.form .gform_wrapper .gform_body .gform_fields .gfield textarea {
  resize: none;
  border: 1px solid black !important;
  height: 150px !important;
  transition: unset !important;
}
.form .gform_wrapper .gform_body .gform_fields .gfield select {
  padding-right: 35px !important;
  -webkit-appearance: none; /* Safari, Chrome */
  -moz-appearance: none; /* Firefox */
  appearance: none;
  background: transparent !important;
  border: none !important;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.form .gform_wrapper .gform_body .gform_fields .ginput_container_select {
  display: flex;
  position: relative;
  align-items: center;
  border-bottom: 1px solid black !important;
}
.form .gform_wrapper .gform_body .gform_fields .ginput_container_select .select2-selection__arrow_date {
  position: absolute;
  right: 2px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}
.form .gform_wrapper .gform_body .gform_fields .ginput_container_select img {
  width: 80%;
  object-fit: contain;
}
.form .gform_wrapper .gform_body .gform_fields .gfield.gfield--type-fileupload .ginput_container_fileupload #gform_multifile_upload_4_8 .gform_drop_area {
  background: transparent;
  margin: 0;
  border: 1px dashed black;
  transition: all 0.2s ease-in-out 0.01s;
}
.form .gform_wrapper .gform_footer,
.form .gform_wrapper .ginput_container_fileupload {
  padding-bottom: 0 !important;
}
.form .gform_wrapper .gform_footer input.gform_button,
.form .gform_wrapper .gform_footer #gform_browse_button_4_8,
.form .gform_wrapper .ginput_container_fileupload input.gform_button,
.form .gform_wrapper .ginput_container_fileupload #gform_browse_button_4_8 {
  margin-bottom: 0 !important;
  line-height: unset !important;
  font-weight: 500 !important;
  color: white;
  text-transform: capitalize !important;
  font-family: "degular", sans-serif !important;
  font-size: 24px !important;
  padding: 11px 60px !important;
  padding-top: 9px !important;
  transition: all 0.2s ease-in-out 0.01s;
  background: #074C80;
  border-radius: 5px;
  border: none !important;
}
@media (max-width: 1920px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper .gform_footer #gform_browse_button_4_8,
  .form .gform_wrapper .ginput_container_fileupload input.gform_button,
  .form .gform_wrapper .ginput_container_fileupload #gform_browse_button_4_8 {
    font-size: 22px !important;
  }
}
@media (max-width: 1410px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper .gform_footer #gform_browse_button_4_8,
  .form .gform_wrapper .ginput_container_fileupload input.gform_button,
  .form .gform_wrapper .ginput_container_fileupload #gform_browse_button_4_8 {
    font-size: 21px !important;
    padding: 9px 55px !important;
    padding-top: 7px !important;
  }
}
@media (max-width: 1280px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper .gform_footer #gform_browse_button_4_8,
  .form .gform_wrapper .ginput_container_fileupload input.gform_button,
  .form .gform_wrapper .ginput_container_fileupload #gform_browse_button_4_8 {
    font-size: 20px !important;
  }
}
@media (max-width: 992px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper .gform_footer #gform_browse_button_4_8,
  .form .gform_wrapper .ginput_container_fileupload input.gform_button,
  .form .gform_wrapper .ginput_container_fileupload #gform_browse_button_4_8 {
    font-size: 19px !important;
  }
}
@media (max-width: 767px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper .gform_footer #gform_browse_button_4_8,
  .form .gform_wrapper .ginput_container_fileupload input.gform_button,
  .form .gform_wrapper .ginput_container_fileupload #gform_browse_button_4_8 {
    padding: 8px 25px;
  }
}
@media (max-width: 470px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper .gform_footer #gform_browse_button_4_8,
  .form .gform_wrapper .ginput_container_fileupload input.gform_button,
  .form .gform_wrapper .ginput_container_fileupload #gform_browse_button_4_8 {
    font-size: 18px !important;
    padding: 10px 50px !important;
    padding-top: 8px !important;
  }
}
@media (max-width: 380px) {
  .form .gform_wrapper .gform_footer input.gform_button,
  .form .gform_wrapper .gform_footer #gform_browse_button_4_8,
  .form .gform_wrapper .ginput_container_fileupload input.gform_button,
  .form .gform_wrapper .ginput_container_fileupload #gform_browse_button_4_8 {
    font-size: 17px !important;
    padding: 9px 45px !important;
    padding-top: 7px !important;
  }
}
.form .gform_wrapper .gform_footer input.gform_button:hover,
.form .gform_wrapper .gform_footer #gform_browse_button_4_8:hover,
.form .gform_wrapper .ginput_container_fileupload input.gform_button:hover,
.form .gform_wrapper .ginput_container_fileupload #gform_browse_button_4_8:hover {
  background: #24292D !important;
  color: white;
}
.form .gform_wrapper .gform_footer #gform_browse_button_4_8,
.form .gform_wrapper .ginput_container_fileupload #gform_browse_button_4_8 {
  padding: 11px 35px !important;
  padding-top: 9px !important;
}
@media (max-width: 1410px) {
  .form .gform_wrapper .gform_footer #gform_browse_button_4_8,
  .form .gform_wrapper .ginput_container_fileupload #gform_browse_button_4_8 {
    padding: 9px 30px !important;
    padding-top: 7px !important;
  }
}
@media (max-width: 470px) {
  .form .gform_wrapper .gform_footer #gform_browse_button_4_8,
  .form .gform_wrapper .ginput_container_fileupload #gform_browse_button_4_8 {
    padding: 10px 25px !important;
    padding-top: 8px !important;
  }
}
@media (max-width: 380px) {
  .form .gform_wrapper .gform_footer #gform_browse_button_4_8,
  .form .gform_wrapper .ginput_container_fileupload #gform_browse_button_4_8 {
    padding: 9px 20px !important;
    padding-top: 7px !important;
  }
}

.mobile_filter {
  position: relative;
  cursor: pointer;
}
.mobile_filter::after {
  content: "";
  position: absolute;
  right: 3px;
  top: 35%;
  transform: translateY(-50%);
  width: 17px; /* Adjust as per your icon size */
  height: 17px;
  background-image: url(/wp-content/uploads/2025/03/arrow_black.svg); /* Add your custom arrow image */
  background-size: cover;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center;
}
.mobile_filter select {
  cursor: pointer;
  border: none;
  color: black !important;
  border-bottom: 1px solid black;
  background: transparent !important;
  font-family: "degular", sans-serif !important;
  font-optical-sizing: auto !important;
  font-weight: 400 !important;
  font-style: normal !important;
  height: fit-content;
  line-height: normal;
  box-shadow: none !important;
  transition: all 0.3s ease 0.01s;
  padding-right: 24px;
  padding-bottom: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 22px !important;
  text-transform: capitalize;
  text-transform: lowercase;
  width: 100%;
}
.mobile_filter select:focus-visible {
  outline: none;
}
@media (max-width: 767px) {
  .mobile_filter select {
    font-size: 21px !important;
  }
}
.mobile_filter select option {
  font-size: 10px !important;
}
.mobile_filter .select-width {
  position: absolute;
  visibility: hidden;
  white-space: nowrap;
}

.sec_1_b {
  transition: all 0.2s ease-in-out 0.01s;
}
.sec_1_b.shadow {
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.23);
}

#enterFullscreen {
  background-size: 90% 90%;
  border: 0;
  bottom: 0;
  cursor: pointer;
  min-width: 58px;
  min-height: 34px;
  padding-right: 0;
  padding-top: 0;
  position: absolute;
  right: 0;
  transition: background-color 0.05s ease;
  -webkit-transition: background-color 0.05s ease;
  z-index: 9999;
  border-radius: 8px;
  touch-action: manipulation;
  color: #fff;
  user-select: none;
  outline: 0;
  background: url("../img/vr_image.svg") 50% 50% no-repeat rgba(0, 0, 0, 0.35);
  background-size: contain;
}

.a-enter-vr-button {
  display: none;
}

/* Show only on screens <= 767px wide (i.e., mobile) */
.projects video::-webkit-media-controls,
.normal_video video::-webkit-media-controls {
  display: none !important;
  opacity: 0 !important;
  pointer-events: none !important;
}
.projects video::-webkit-media-controls,
.normal_video video::-webkit-media-controls {
  display: none !important;
}
.projects video::-webkit-media-controls-enclosure,
.normal_video video::-webkit-media-controls-enclosure {
  display: none !important;
}
.projects video::-webkit-media-controls-panel,
.normal_video video::-webkit-media-controls-panel {
  display: none !important;
}
.projects video::-webkit-media-controls,
.projects video::-webkit-media-controls-enclosure,
.projects video::-webkit-media-controls-panel,
.normal_video video::-webkit-media-controls,
.normal_video video::-webkit-media-controls-enclosure,
.normal_video video::-webkit-media-controls-panel {
  display: none !important;
}
.projects .background-media,
.normal_video .background-media {
  pointer-events: none;
  user-select: none;
}

/*
  SASS file for Wrappers Only
*/
.main-wrap {
  max-width: 1400px;
  max-width: 1500px;
  margin: 0 auto;
}

.med-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.sm-wrap {
  max-width: 950px;
  margin: 0 auto;
}

.xs-wrap {
  max-width: 750px;
  margin: 0 auto;
}

/*
  SASS file for Wrappers Only
*/
.head-wrap,
.footer-wrap {
  max-width: 2400px;
  max-width: 2200px;
  margin: 0 auto;
}

.main-wrap-lg {
  max-width: 2100px;
  width: 100%;
  margin: 0 auto;
}

.main-wrap-ultra-lg {
  max-width: 3400px;
  width: 100%;
  margin: 0 auto;
}

.main-wrap {
  max-width: 1700px;
  margin: 0 auto;
  width: 100%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .main-wrap {
    max-width: 1500px;
  }
}
@media (max-width: 1600px) {
  .main-wrap {
    max-width: 1400px;
  }
}
@media (max-width: 1280px) {
  .main-wrap {
    max-width: 95%;
  }
}
@media (max-width: 992px) {
  .main-wrap {
    max-width: 96%;
  }
}
@media (max-width: 767px) {
  .main-wrap {
    max-width: 100%;
  }
}

.main-wrap-2 {
  max-width: 1900px;
  margin: 0 auto;
  width: 100%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .main-wrap-2 {
    max-width: 1700px;
  }
}
@media (max-width: 1600px) {
  .main-wrap-2 {
    max-width: 1400px;
  }
}
@media (max-width: 1280px) {
  .main-wrap-2 {
    max-width: 95.5%;
  }
}
@media (max-width: 992px) {
  .main-wrap-2 {
    max-width: 97%;
  }
}
@media (max-width: 767px) {
  .main-wrap-2 {
    max-width: 98.5%;
  }
}

.med-wrap {
  max-width: 1450px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .med-wrap {
    max-width: 1200px;
  }
}
@media (max-width: 1600px) {
  .med-wrap {
    max-width: 1050px;
  }
}
@media (max-width: 1280px) {
  .med-wrap {
    max-width: 78.5%;
  }
}
@media (max-width: 992px) {
  .med-wrap {
    max-width: 80.5%;
  }
}
@media (max-width: 767px) {
  .med-wrap {
    max-width: 97%;
  }
}
@media (max-width: 470px) {
  .med-wrap {
    max-width: 98%;
  }
}
@media (max-width: 380px) {
  .med-wrap {
    max-width: 98.5%;
  }
}

.med-sm-wrap {
  max-width: 1250px;
  margin: 0 auto;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .med-sm-wrap {
    max-width: 1100px;
  }
}
@media (max-width: 1600px) {
  .med-sm-wrap {
    max-width: 900px;
  }
}
@media (max-width: 1280px) {
  .med-sm-wrap {
    max-width: 78.5%;
    max-width: 900px;
  }
}
@media (max-width: 992px) {
  .med-sm-wrap {
    max-width: 80.5%;
    max-width: 750px;
  }
}
@media (max-width: 767px) {
  .med-sm-wrap {
    max-width: 97%;
    max-width: 100% !important;
  }
}
@media (max-width: 470px) {
  .med-sm-wrap {
    max-width: 98%;
  }
}
@media (max-width: 380px) {
  .med-sm-wrap {
    max-width: 98.5%;
  }
}

.sm-wrap {
  max-width: 1150px;
  margin: 0 auto;
}

.xs-wrap {
  max-width: 750px;
  margin: 0 auto;
}

.section-padding {
  padding-top: 100px;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  transition: all 0.2s ease-in-out 0.01s;
}
.section-padding.last_section {
  padding-bottom: 100px;
}
@media (max-width: 1410px) {
  .section-padding {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  .section-padding {
    padding-left: 13px;
    padding-right: 13px;
  }
}
@media (max-width: 992px) {
  .section-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 470px) {
  .section-padding {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 380px) {
  .section-padding {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 1920px) {
  .section-padding {
    padding-top: 90px;
    padding-bottom: 0;
  }
  .section-padding.last_section {
    padding-bottom: 90px;
  }
}
@media (max-width: 1410px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 0;
  }
  .section-padding.last_section {
    padding-bottom: 80px;
  }
}
@media (max-width: 1280px) {
  .section-padding {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .section-padding.last_section {
    padding-bottom: 70px;
  }
}
@media (max-width: 992px) {
  .page-width {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
  .section-padding {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .section-padding.last_section {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page-width {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .section-padding {
    padding-top: 50px;
    padding-top: 55px;
    padding-bottom: 0;
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .section-padding.last_section {
    padding-bottom: 50px;
    padding-bottom: 55px;
  }
}
@media (max-width: 470px) {
  .page-width {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .section-padding {
    padding-top: 45px !important;
    padding-top: 50px !important;
    padding-bottom: 0;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .section-padding.last_section {
    padding-bottom: 45px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 380px) {
  .page-width {
    padding-left: 7px !important;
    padding-right: 7px !important;
  }
  .section-padding {
    padding-top: 40px !important;
    padding-bottom: 0;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .section-padding.last_section {
    padding-bottom: 40px !important;
  }
}
.header_bottom_content {
  max-width: 3800px;
  margin: 0 auto;
  width: 100%;
}

/*
    SASS File for Gravity Forms CSS Override
*/
.gform_wrapper .gform_body .gform_fields .gfield input, .gform_wrapper .gform_body .gform_fields .gfield textarea, .gform_wrapper .gform_body .gform_fields .gfield select {
  border: 1px solid gray;
  font-size: 17px !important;
  padding: 10px !important;
}
.gform_wrapper .gform_body .gform_fields .gfield input:focus, .gform_wrapper .gform_body .gform_fields .gfield textarea:focus, .gform_wrapper .gform_body .gform_fields .gfield select:focus {
  outline: none;
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer .gform_button {
  padding: 10px 40px !important;
}

section.thank-you {
  text-align: center;
}
section.thank-you h1 {
  margin-bottom: 30px;
}
section.thank-you h5 {
  color: black;
  margin-bottom: 30px;
}

.select2-results__options, .select2-selection--single .select2-selection__rendered {
  font-size: 17px;
}

.select2-selection--single .select2-selection__rendered {
  padding: 10px !important;
}

.select2 {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 0 !important;
  right: 15px !important;
  height: 100% !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: red;
  color: #fff;
}

.select2-container--default .select2-selection--single {
  border-radius: 0 !important;
}

.select2-selection .select2-selection__rendered {
  color: #7a7a7a !important;
}

.slide-in-bottom {
  -webkit-animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both;
}

.fade-in {
  -webkit-animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
  animation: fade-in 1s cubic-bezier(0.39, 0.575, 0.565, 1) 0.3s both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  visibility: visible;
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-top 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.animate-half {
  animation-delay: 0.5s;
}

.animate-first {
  animation-delay: 1s;
}

.animate-first-half {
  animation-delay: 1.5s;
}

.animate-second {
  animation-delay: 2s;
}

.animate-second-half {
  animation-delay: 2.5s;
}

.animate-third {
  animation-delay: 3s;
}

.animate-third-half {
  animation-delay: 3.5s;
}

.animate-fourth {
  animation-delay: 4s;
}

.animate-fourth-half {
  animation-delay: 4.5s;
}

.animate-fifth {
  animation-delay: 5s;
}

.animate-fifth-half {
  animation-delay: 5.5s;
}

/* ----------------------------------------------
 * Generated by Animista on 2020-5-13 11:49:36
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(1000px);
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in
 * ----------------------------------------
 */
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-right
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-left
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation fade-in-top
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
    transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
/*
    SASS File for Banners Only
*/
section.banner-general.banner-container {
  height: 450px;
  transition: 0.3s;
}
section.banner-general.banner-container .overlay {
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.3s;
  width: 100%;
  height: 100%;
}
section.banner-general.banner-container .overlay .text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 35%;
}
section.banner-general.banner-container .overlay .text-container .title {
  color: white;
}

.error_secton {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 66vh;
}
.error_secton #post-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error_secton #post-404 h1 {
  text-align: center;
}
.error_secton #post-404 h1 a {
  margin: auto;
}
.error_secton #post-404 .immage {
  position: relative;
}
.error_secton #post-404 .immage::before {
  background-color: #074C80;
  content: "";
  display: block;
  height: 5em;
  margin: 0 auto 2em;
  mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzOCIgaGVpZ2h0PSIzOCIgZmlsbD0ibm9uZSI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTkgMEM4LjUwNCAwIDAgOC41MDQgMCAxOXM4LjUwNCAxOSAxOSAxOSAxOS04LjUwNCAxOS0xOVMyOS40OTYgMCAxOSAwWm02LjEyOSAxMi44NzFhMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTEgMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTJaTTExLjY0NSAzMS4yNThjLTIuMDMgMC0zLjY3Ny0xLjYwOS0zLjY3Ny0zLjYgMC0xLjUzMyAyLjE4My00LjYyOCAzLjE4Ny01Ljk2MWEuNjEuNjEgMCAwIDEgLjk4IDBjMS4wMDQgMS4zMzMgMy4xODggNC40MjggMy4xODggNS45NiAwIDEuOTkyLTEuNjQ4IDMuNjAxLTMuNjc4IDMuNjAxWm0xLjIyNi0xMy40ODRhMi40NDkgMi40NDkgMCAwIDEtMi40NTItMi40NTEgMi40NDkgMi40NDkgMCAwIDEgMi40NTItMi40NTIgMi40NDkgMi40NDkgMCAwIDEgMi40NTIgMi40NTIgMi40NDkgMi40NDkgMCAwIDEtMi40NTIgMi40NTFabTEzLjA0IDExLjgxNEE4Ljk4OSA4Ljk4OSAwIDAgMCAxOSAyNi4zNTVjLTEuNjI0IDAtMS42MjQtMi40NTIgMC0yLjQ1MmExMS40IDExLjQgMCAwIDEgOC43ODggNC4xMjJjMS4wNTcgMS4yNTctLjg1OSAyLjc5Ni0xLjg3OCAxLjU2M1oiLz48L3N2Zz4=);
  mask-position: center;
  mask-repeat: no-repeat;
  mask-size: 5em;
  width: 5em;
}

.header {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 100;
  transition: all 0.2s ease-in-out 0.01s;
}
.header.active_header {
  background: white;
  box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.23);
}
.header .site_logo {
  position: relative;
}
.header .site_logo .logo-img {
  transition: all 0.2s ease-in-out 0.01s;
}
.header .site_logo .logo-img-white {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.header .header_inner {
  padding: 30px 50px;
  transition: all 0.3s ease 0.01s;
  position: relative;
  z-index: 4;
  background: white;
}
@media (max-width: 1920px) {
  .header .header_inner {
    padding: 30px 50px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner {
    padding: 30px 20px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner {
    padding: 25px 13px;
  }
}
@media (max-width: 992px) {
  .header .header_inner {
    padding: 0px;
  }
}
.header .header_inner .desktop {
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 992px) {
  .header .header_inner .desktop {
    transform: translateY(-170%);
    opacity: 0;
  }
  .header .header_inner .desktop .desktop_inner {
    display: none !important;
  }
}
.header .header_inner .desktop .hide_desktop {
  display: none;
}
.header .header_inner .desktop .desktop_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease 0.01s;
  gap: 3rem 0;
}
.header .header_inner .desktop .desktop_inner .site_logo img {
  width: 250px;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .site_logo img {
    width: 240px;
  }
}
@media (max-width: 1550px) {
  .header .header_inner .desktop .desktop_inner .site_logo img {
    width: 230px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .site_logo img {
    width: 180px;
    width: 220px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .site_logo img {
    width: 195px;
  }
}
.header .header_inner .desktop .desktop_inner .nav {
  gap: 55px;
  gap: 85px;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav {
    gap: 40px;
    gap: 70px;
  }
}
@media (max-width: 1550px) {
  .header .header_inner .desktop .desktop_inner .nav {
    gap: 55px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .nav {
    gap: 35px;
    gap: 45px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav {
    gap: 25px;
    gap: 35px;
  }
}
@media (max-width: 1060px) {
  .header .header_inner .desktop .desktop_inner .nav {
    gap: 15px;
    gap: 20px;
  }
}
.header .header_inner .desktop .desktop_inner .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 55px;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav ul {
    gap: 50px;
  }
}
@media (max-width: 1550px) {
  .header .header_inner .desktop .desktop_inner .nav ul {
    gap: 45px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .nav ul {
    gap: 40px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .nav ul {
    gap: 35px;
    gap: 40px;
  }
}
@media (max-width: 1030px) {
  .header .header_inner .desktop .desktop_inner .nav ul {
    gap: 35px;
  }
}
.header .header_inner .desktop .desktop_inner .nav ul li {
  font-size: unset;
}
.header .header_inner .desktop .desktop_inner .nav ul li a, .header .header_inner .desktop .desktop_inner .nav ul li p {
  color: black;
  font-family: "degular", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  font-size: 21px;
  line-height: normal;
  text-transform: capitalize;
  text-decoration: none;
  transition: all 0.3s ease 0.01s;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .nav ul li a, .header .header_inner .desktop .desktop_inner .nav ul li p {
    font-size: 18px;
  }
}
@media (max-width: 1600px) {
  .header .header_inner .desktop .desktop_inner .nav ul li a, .header .header_inner .desktop .desktop_inner .nav ul li p {
    font-size: 17.5px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .nav ul li a, .header .header_inner .desktop .desktop_inner .nav ul li p {
    font-size: 17px;
  }
}
.header .header_inner .desktop .desktop_inner .nav ul li a {
  position: relative;
}
.header .header_inner .desktop .desktop_inner .nav ul li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.2px;
  left: 0;
  bottom: -3.5px;
  transition: all 0.3s ease 0.01s;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background: black;
  z-index: -2;
}
.header .header_inner .desktop .desktop_inner .nav ul li.current-menu-item > a, .header .header_inner .desktop .desktop_inner .nav ul li.current-page-parent > a, .header .header_inner .desktop .desktop_inner .nav ul li.current-menu-ancestor > a {
  color: #074C80 !important;
}
.header .header_inner .desktop .desktop_inner .nav ul li.current-menu-item > a::after, .header .header_inner .desktop .desktop_inner .nav ul li.current-page-parent > a::after, .header .header_inner .desktop .desktop_inner .nav ul li.current-menu-ancestor > a::after {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  background: #074C80 !important;
}
.header .header_inner .desktop .desktop_inner .nav ul li.current-menu-item > a .current-menu-item a::after, .header .header_inner .desktop .desktop_inner .nav ul li.current-page-parent > a .current-menu-item a::after, .header .header_inner .desktop .desktop_inner .nav ul li.current-menu-ancestor > a .current-menu-item a::after {
  content: none !important;
}
.header .header_inner .desktop .desktop_inner .nav ul li:hover a::after {
  background: black;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.header .header_inner .desktop .desktop_inner .c_button {
  font-size: 18px;
  font-size: 21px;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .desktop_inner .c_button {
    font-size: 18px;
    font-size: 20px;
  }
}
@media (max-width: 1600px) {
  .header .header_inner .desktop .desktop_inner .c_button {
    font-size: 17px;
    font-size: 19.5px;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .desktop_inner .c_button {
    font-size: 16px;
    font-size: 19.5px;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .desktop_inner .c_button {
    font-size: 19px;
  }
}
@media (max-width: 1150px) {
  .header .header_inner .desktop .desktop_inner .c_button {
    font-size: 18.5px;
  }
}
@media (max-width: 1030px) {
  .header .header_inner .desktop .desktop_inner .c_button {
    font-size: 18px;
  }
}
.header .header_inner .desktop .menu-item {
  position: relative;
}
.header .header_inner .desktop .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: -40%;
  min-width: 220px;
  background: white;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 9999;
  padding: 20px !important;
  padding-top: 40px !important;
  display: block !important;
  border-radius: 10px;
}
.header .header_inner .desktop .sub-menu::after {
  content: "";
  position: absolute;
  top: 10px; /* Position it slightly above the box */
  left: 0;
  right: 0;
  bottom: -2px; /* Extend it slightly below */
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.23); /* Apply shadow only to the sides you need */
  border-radius: 10px; /* Match the border radius */
  z-index: -1; /* Ensure it's behind the box */
}
.header .header_inner .desktop .sub-menu::before {
  content: "";
  position: absolute;
  top: 0px; /* Position it slightly above the box */
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px; /* Match the border radius */
  z-index: 1; /* Ensure it's behind the box */
  background: white;
}
.header .header_inner .desktop .sub-menu li {
  width: max-content;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .sub-menu li {
    margin-bottom: 17px;
  }
}
.header .header_inner .desktop .sub-menu li:last-of-type {
  margin-bottom: 0;
}
.header .header_inner .desktop .sub-menu li a {
  padding: 10px 16px;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 4px;
  color: black !important;
  font-size: 18px !important;
}
@media (max-width: 1920px) {
  .header .header_inner .desktop .sub-menu li a {
    font-size: 16.5px !important;
  }
}
@media (max-width: 1410px) {
  .header .header_inner .desktop .sub-menu li a {
    font-size: 16px !important;
  }
}
@media (max-width: 1280px) {
  .header .header_inner .desktop .sub-menu li a {
    font-size: 15.5px !important;
  }
}
.header .header_inner .desktop .sub-menu li a::after {
  content: none !important;
}
.header .header_inner .desktop .sub-menu li a:hover {
  text-decoration: underline !important;
}
.header .header_inner .desktop .sub-menu li.current_page_item a {
  color: #074C80 !important;
}
.header .header_inner .desktop .menu-item.show-submenu > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header .header_inner .desktop .back_item,
.header .header_inner .desktop .hide_on_desktop {
  display: none !important;
}
.header .header_inner .mobile {
  transition: all 0.3s ease 0.01s;
  transform: translateY(-170%);
  opacity: 0;
  position: relative;
}
.header .header_inner .mobile .mobile_inner {
  display: none;
}
.header .header_inner .mobile::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 98px;
  background: #24292D;
  z-index: 2;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
  transform: translateX(-160%);
  opacity: 0;
}
@media (max-width: 470px) {
  .header .header_inner .mobile::after {
    height: 95px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile::after {
    height: 92px;
  }
}
.header .header_inner .mobile.active::after {
  transform: translateX(0%);
  opacity: 1;
}
@media (max-width: 992px) {
  .header .header_inner .mobile {
    transform: translateY(0);
    opacity: 1;
  }
  .header .header_inner .mobile .mobile_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
  }
}
.header .header_inner .mobile .mobile_inner {
  padding: 20px 30px;
  transition: all 0.2s ease 0.01s;
  position: relative;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .mobile_inner {
    padding: 20px 15px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner {
    padding: 17px 10px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner {
    padding: 16px 7px;
  }
}
.header .header_inner .mobile .mobile_inner .site_logo {
  transition: all 0.3s ease 0.01s;
  position: relative;
  z-index: 3;
  max-width: 220px;
  width: 100%;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .mobile_inner .site_logo {
    max-width: 215px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .site_logo {
    max-width: 205px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .site_logo {
    max-width: 185px;
  }
}
@media (max-width: 280px) {
  .header .header_inner .mobile .mobile_inner .site_logo {
    max-width: 160px;
  }
}
.header .header_inner .mobile .mobile_inner .site_logo img {
  max-width: 190px;
  max-width: 250px;
  max-width: 220px;
  transition: all 0.3s ease 0.01s;
  width: 100%;
}
.header .header_inner .mobile .mobile_inner .site_logo img.logo_white {
  display: none;
}
.header .header_inner .mobile .mobile_inner .site_logo.active img {
  display: none;
}
.header .header_inner .mobile .mobile_inner .site_logo.active img.logo_white {
  display: block;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .mobile_inner .site_logo img {
    max-width: 180px;
    max-width: 245px;
    max-width: 215px;
    width: 100%;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .site_logo img {
    max-width: 170px;
    max-width: 205px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .site_logo img {
    max-width: 185px;
  }
}
@media (max-width: 280px) {
  .header .header_inner .mobile .mobile_inner .site_logo img {
    max-width: 160px;
  }
}
.header .header_inner .mobile .mobile_inner .hamburger {
  cursor: pointer;
  position: relative;
  z-index: 3;
}
.header .header_inner .mobile .mobile_inner .hamburger .bar {
  display: block;
  width: 48px;
  height: 2px;
  margin-bottom: 12px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: black;
  position: relative;
}
.header .header_inner .mobile .mobile_inner .hamburger .bar::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 20px;
  z-index: 4;
}
.header .header_inner .mobile .mobile_inner .hamburger .bar:nth-child(2) {
  width: 31.2px;
}
.header .header_inner .mobile .mobile_inner .hamburger .bar:nth-child(3)::after {
  content: none;
}
.header .header_inner .mobile .mobile_inner .hamburger .bar:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .mobile_inner .hamburger .bar {
    width: 44px;
  }
  .header .header_inner .mobile .mobile_inner .hamburger .bar:nth-child(2) {
    width: 28.6px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .hamburger .bar {
    width: 40px;
    margin-bottom: 11px;
  }
  .header .header_inner .mobile .mobile_inner .hamburger .bar:nth-child(2) {
    width: 26px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .hamburger .bar {
    height: 1.5px;
    width: 36px;
    margin-bottom: 10px;
  }
  .header .header_inner .mobile .mobile_inner .hamburger .bar:nth-child(2) {
    width: 23.4px;
  }
}
.header .header_inner .mobile .mobile_inner .hamburger.active {
  margin-top: 5px;
  margin-top: 3px;
}
.header .header_inner .mobile .mobile_inner .hamburger.active .bar {
  margin: 0;
  background: white;
}
.header .header_inner .mobile .mobile_inner .hamburger.active .bar:nth-child(1) {
  transform: rotate(45deg) !important;
}
.header .header_inner .mobile .mobile_inner .hamburger.active .bar:nth-child(2) {
  display: none;
}
.header .header_inner .mobile .mobile_inner .hamburger.active .bar:nth-child(3) {
  transform: rotate(-45deg);
  top: 0px;
  position: absolute;
}
.header .header_inner .mobile .mobile_inner .hamburger.active .bar:nth-child(3)::after {
  content: "";
}
.header .header_inner .mobile .mobile_inner .sidebar {
  position: fixed;
  height: 100vh !important;
  background: #24292D;
  top: 0;
  left: 0;
  width: 100%;
  width: -webkit-fill-available;
  width: -moz-available;
  transition: all 0.5s ease;
  opacity: 0;
  transform: translateX(-160%);
  overflow: scroll;
  padding: 20px 30px;
  padding-top: 17.5vh;
  padding-bottom: 100px;
  padding-bottom: 0 !important;
}
@media (max-width: 769px) {
  .header .header_inner .mobile .mobile_inner .sidebar {
    padding: 20px 15px;
    padding-top: 17vh;
    padding-bottom: 70px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .sidebar {
    padding: 17px 10px;
    padding-top: 15.5vh;
    padding-top: 14.5vh;
    padding-bottom: 50px;
    padding-bottom: 75px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .sidebar {
    padding: 16px 7px;
    padding-top: 14.5vh;
    padding-bottom: 40px;
    padding-bottom: 65px;
  }
}
.header .header_inner .mobile .mobile_inner .sidebar.active {
  transform: translateX(0%) !important;
  opacity: 1;
}
.header .header_inner .mobile .mobile_inner .sidebar .in_active {
  display: none !important;
}
.header .header_inner .mobile .mobile_inner .sidebar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header .header_inner .mobile .mobile_inner .sidebar a, .header .header_inner .mobile .mobile_inner .sidebar p, .header .header_inner .mobile .mobile_inner .sidebar li {
  color: white;
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner {
  height: 100%;
  height: fit-content;
  overflow-x: hidden;
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li {
  margin-bottom: 45px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li {
    margin-bottom: 37px;
    margin-bottom: 33px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li {
    margin-bottom: 32px;
    margin-bottom: 25px;
  }
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li:last-of-type {
  margin-bottom: 0;
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li a {
  font-size: 26px;
  font-size: 24px;
  font-size: 23px;
  font-weight: 500;
  position: relative;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 6px;
}
@media (max-width: 769px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li a {
    font-size: 25px;
    font-size: 23px;
    font-size: 22px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li a {
    font-size: 22px;
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li a {
    font-size: 19.5px;
    font-size: 17px;
  }
}
@media (max-width: 320px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li a {
    font-size: 17.5px;
    font-size: 16px;
  }
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.contact_us {
  width: 100%;
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.contact_us a {
  background: #074C80;
  border-radius: 5px;
  text-decoration: none;
  width: 100%;
  text-align: center;
  display: inline-block;
  padding: 16px 7px;
  padding-bottom: 22px;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.contact_us a {
    padding: 14px 7px;
    padding-bottom: 20px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.contact_us a {
    padding: 12px 7px;
    padding-bottom: 18px;
  }
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.contact_us a:hover {
  color: black;
  background: white;
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li:not(.contact_us).current-menu-item a {
  text-decoration: underline;
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.back_item {
  margin-bottom: 25px !important;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.back_item {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.back_item {
    margin-bottom: 15px !important;
  }
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.back_item > a {
  color: white !important;
  text-transform: uppercase;
  position: relative;
  padding-left: 30px;
  font-size: 18px;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.back_item > a {
    font-size: 17px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.back_item > a {
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.back_item > a {
    font-size: 14.5px;
  }
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.back_item > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 51%;
  transform: translateY(-48%);
  width: 19px;
  height: 14px;
  background-image: url("../img/left_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.back_item > a::before {
    top: 56%;
    width: 17px;
    height: 13px;
  }
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.menu-item-has-children > a {
  position: relative;
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.menu-item-has-children > a::before {
  content: "";
  position: absolute;
  right: -30px;
  top: 57%;
  transform: translateY(-48%) rotate(180deg);
  width: 19px;
  height: 14px;
  background-image: url("../img/left_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.menu-item-has-children > a::before {
    top: 58%;
    right: -26px;
    width: 17px;
    height: 13px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops ul li.menu-item-has-children > a::before {
    top: 54%;
    right: -24px;
    width: 15px;
    height: 12px;
  }
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops .nav > ul > li > .sub-menu-wrapper {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: fit-content;
  min-height: 100%;
  transform: translateX(140%);
  transition: all 0.3s ease 0.1s;
  background-color: #24292D;
  z-index: 2;
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops .nav > ul > li > .sub-menu-wrapper.active_level_menu {
  transform: translateX(0) !important;
  padding: 20px 30px;
  padding-top: 17.5vh;
  padding-bottom: 100px;
  padding-top: 11.1vh !important;
}
@media (max-width: 769px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops .nav > ul > li > .sub-menu-wrapper.active_level_menu {
    padding: 20px 15px;
    padding-top: 17vh;
    padding-bottom: 170px;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops .nav > ul > li > .sub-menu-wrapper.active_level_menu {
    padding: 17px 10px;
    padding-top: 15.5vh;
    padding-top: 14.5vh;
    padding-bottom: 50px;
    padding-bottom: 185px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner .tops .nav > ul > li > .sub-menu-wrapper.active_level_menu {
    padding: 16px 7px;
    padding-top: 14.5vh;
    padding-bottom: 40px;
    padding-bottom: 175px;
  }
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source {
  display: grid;
  grid-template-columns: auto auto;
  margin: 0 auto;
  justify-content: space-between;
  gap: 8rem;
  margin-top: 85px;
  margin-top: 80px;
  bottom: 10px;
  bottom: 6vh;
  min-width: 100%;
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source p, .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source a {
  text-align: left !important;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source {
    margin-top: 80px;
    margin-top: 75px;
    gap: 4.5rem;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source {
    margin-top: 75px;
    margin-top: 65px;
    gap: 3rem;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source {
    margin-top: 60px;
    margin-top: 55px;
    gap: 1.5rem;
  }
}
@media (max-width: 320px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source {
    margin-top: 50px;
    margin-top: 45px;
    gap: 4.5rem;
  }
}
@media (max-width: 280px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source {
    margin-top: 50px;
    margin-top: 45px;
    gap: 2.5rem;
  }
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source a, .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source p {
  font-size: 20px;
  line-height: 22pt;
  font-weight: 300;
}
@media (max-width: 767px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source a, .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source p {
    font-size: 19px;
    line-height: 20.5pt;
  }
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source a, .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source p {
    font-size: 17px;
    line-height: 20pt;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source a, .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source p {
    font-size: 16px;
    line-height: 19pt;
  }
}
@media (max-width: 320px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source a, .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source p {
    font-size: 14px;
    line-height: 16.5pt;
  }
}
@media (max-width: 280px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source a, .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source p {
    font-size: 12.5px;
    line-height: 12.5pt;
  }
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source a {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 5px;
}
@media (max-width: 320px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source .lefts a br {
    display: none;
  }
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source .lefts .phone_em {
  margin-top: 35px;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source .lefts .phone_em {
    margin-top: 30px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source .lefts .phone_em {
    margin-top: 25px;
  }
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source .lefts .phone_em a {
  text-decoration: underline;
  margin-bottom: 3px;
  display: inline-block;
}
.header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source .rights a {
  margin-bottom: 3px;
  display: inline-block;
}
@media (max-width: 470px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source .rights a {
    margin-bottom: 2px;
  }
}
@media (max-width: 380px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source .rights a {
    margin-bottom: 1.5px;
  }
}
@media (max-width: 320px) {
  .header .header_inner .mobile .mobile_inner .sidebar .sidebar_inner #bottoms-source .rights a {
    margin-bottom: 2.5px;
  }
}

.footer {
  padding: 0 50px;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1410px) {
  .footer {
    padding: 0 20px;
  }
}
@media (max-width: 1280px) {
  .footer {
    padding: 0 13px;
  }
}
@media (max-width: 992px) {
  .footer {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .footer {
    padding: 0 15px;
  }
}
@media (max-width: 470px) {
  .footer {
    padding: 0 10px;
  }
}
@media (max-width: 380px) {
  .footer {
    padding: 0 7px;
  }
}
@media (max-width: 1920px) {
  .footer p, .footer a, .footer li {
    font-size: 17px;
  }
}
@media (max-width: 1600px) {
  .footer p, .footer a, .footer li {
    font-size: 16px;
  }
}
@media (max-width: 1280px) {
  .footer p, .footer a, .footer li {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer p, .footer a, .footer li {
    font-size: 14px;
  }
}
.footer .footer_content {
  transition: all 0.2s ease 0.01s;
  padding: 100px 0;
  padding-bottom: 85px;
}
@media (max-width: 1920px) {
  .footer .footer_content {
    padding: 90px 0;
    padding-bottom: 75px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content {
    padding: 80px 0;
    padding-bottom: 65px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content {
    padding: 70px 0;
    padding-bottom: 55px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .footer .footer_content {
    padding: 55px 0;
    padding-bottom: 45px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content {
    padding: 50px 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content {
    padding: 40px 0;
    padding-bottom: 30px;
  }
}
.footer .footer_content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer_content a {
  text-underline-offset: 3px;
  display: inline-block;
  margin-bottom: 1px;
}
.footer .footer_content a:hover {
  text-decoration: underline;
  color: #074C80;
}
.footer .footer_content .tops .tops_content,
.footer .footer_content .tops .bottoms_content,
.footer .footer_content .bottoms .tops_content,
.footer .footer_content .bottoms .bottoms_content {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 12rem;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1600px) {
  .footer .footer_content .tops .tops_content,
  .footer .footer_content .tops .bottoms_content,
  .footer .footer_content .bottoms .tops_content,
  .footer .footer_content .bottoms .bottoms_content {
    grid-template-columns: 1fr 1fr;
    gap: 9rem;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .tops_content,
  .footer .footer_content .tops .bottoms_content,
  .footer .footer_content .bottoms .tops_content,
  .footer .footer_content .bottoms .bottoms_content {
    gap: 7rem;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .tops_content,
  .footer .footer_content .tops .bottoms_content,
  .footer .footer_content .bottoms .tops_content,
  .footer .footer_content .bottoms .bottoms_content {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .tops_content,
  .footer .footer_content .tops .bottoms_content,
  .footer .footer_content .bottoms .tops_content,
  .footer .footer_content .bottoms .bottoms_content {
    grid-template-columns: 1fr;
    gap: 3.5rem;
    max-width: 750px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .tops .tops_content,
  .footer .footer_content .tops .bottoms_content,
  .footer .footer_content .bottoms .tops_content,
  .footer .footer_content .bottoms .bottoms_content {
    max-width: 100%;
    gap: 3rem;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .tops_content,
  .footer .footer_content .tops .bottoms_content,
  .footer .footer_content .bottoms .tops_content,
  .footer .footer_content .bottoms .bottoms_content {
    gap: 2.5rem;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .tops_content .lefts p {
    text-align: center;
  }
}
.footer .footer_content .tops .tops_content .lefts .site_logo {
  margin-bottom: 35px;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo {
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo {
    margin-bottom: 20px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo {
    margin-bottom: 25px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo {
    display: flex;
    justify-self: center;
  }
}
.footer .footer_content .tops .tops_content .lefts .site_logo a {
  margin: 0;
}
.footer .footer_content .tops .tops_content .lefts .site_logo img {
  max-width: 310px;
  width: 100%;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1920px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo img {
    max-width: 300px;
  }
}
@media (max-width: 1600px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo img {
    max-width: 270px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo img {
    max-width: 250px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo img {
    max-width: 230px;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo img {
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo img {
    max-width: 215px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo img {
    max-width: 205px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo img {
    max-width: 185px;
  }
}
@media (max-width: 280px) {
  .footer .footer_content .tops .tops_content .lefts .site_logo img {
    max-width: 160px;
  }
}
.footer .footer_content .tops .tops_content .rights {
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 7.5rem;
  justify-content: space-between;
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .tops_content .rights {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .tops .tops_content .rights {
    gap: 4.5rem;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .tops .tops_content .rights {
    grid-template-columns: auto auto auto auto;
    gap: 3rem;
  }
}
@media (max-width: 600px) {
  .footer .footer_content .tops .tops_content .rights {
    grid-template-columns: auto auto auto;
    gap: 3rem;
  }
  .footer .footer_content .tops .tops_content .rights .block:nth-child(1) {
    order: 4;
    grid-column: span 3;
    display: flex;
    justify-content: flex-start;
    width: 100%;
    gap: 10%;
  }
  .footer .footer_content .tops .tops_content .rights .block:nth-child(2) {
    order: 1;
  }
  .footer .footer_content .tops .tops_content .rights .block:nth-child(3) {
    order: 3;
  }
  .footer .footer_content .tops .tops_content .rights .block:nth-child(4) {
    order: 2;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .tops_content .rights {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .footer .footer_content .tops .tops_content .rights .block {
    margin: 0 auto;
  }
  .footer .footer_content .tops .tops_content .rights .block li, .footer .footer_content .tops .tops_content .rights .block a, .footer .footer_content .tops .tops_content .rights .block p {
    text-align: center;
  }
  .footer .footer_content .tops .tops_content .rights .block li {
    width: 100% !important;
  }
  .footer .footer_content .tops .tops_content .rights .block:nth-child(1) {
    order: 1;
    grid-column: span 1;
    display: block;
    width: fit-content;
  }
  .footer .footer_content .tops .tops_content .rights .block:nth-child(2) {
    order: 2;
  }
  .footer .footer_content .tops .tops_content .rights .block:nth-child(3) {
    order: 3;
  }
  .footer .footer_content .tops .tops_content .rights .block:nth-child(4) {
    order: 4;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .tops_content .rights p, .footer .footer_content .tops .tops_content .rights a, .footer .footer_content .tops .tops_content .rights li {
    font-size: 15px;
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .tops_content .rights p, .footer .footer_content .tops .tops_content .rights a, .footer .footer_content .tops .tops_content .rights li {
    font-size: 16px;
    font-size: 14px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .tops_content .rights {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.footer .footer_content .tops .tops_content .rights .block {
  width: max-content;
}
.footer .footer_content .tops .tops_content .rights .block.address_contact_info .sub_block {
  margin-bottom: 40px;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1410px) {
  .footer .footer_content .tops .tops_content .rights .block.address_contact_info .sub_block {
    margin-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .tops .tops_content .rights .block.address_contact_info .sub_block {
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .tops .tops_content .rights .block.address_contact_info .sub_block {
    margin-bottom: 20px;
  }
}
@media (max-width: 380px) {
  .footer .footer_content .tops .tops_content .rights .block.address_contact_info .sub_block {
    margin-bottom: 25px;
  }
}
.footer .footer_content .tops .tops_content .rights .block.address_contact_info .sub_block:last-of-type {
  margin-bottom: 0;
}
.footer .footer_content .tops .tops_content .rights .block.address_contact_info .sub_block.phone_em a {
  text-decoration: underline;
}
.footer .footer_content .tops .tops_content .rights .block.footer_nav ul {
  width: fit-content;
}
.footer .footer_content .tops .tops_content .rights .block.footer_nav ul li {
  width: fit-content;
  width: max-content;
}
.footer .footer_content .bottoms {
  margin-top: 60px;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1600px) {
  .footer .footer_content .bottoms {
    margin-top: 50px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .bottoms {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .bottoms {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .footer .footer_content .bottoms {
    margin-top: 35px;
  }
}
@media (max-width: 400px) {
  .footer .footer_content .bottoms {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .bottoms .bottoms_content {
    gap: 3rem;
  }
}
.footer .footer_content .bottoms .bottoms_content .lefts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1600px) {
  .footer .footer_content .bottoms .bottoms_content .lefts {
    gap: 4rem;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .bottoms .bottoms_content .lefts {
    gap: 7rem;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .bottoms .bottoms_content .lefts {
    gap: 5rem;
  }
}
@media (max-width: 600px) {
  .footer .footer_content .bottoms .bottoms_content .lefts {
    gap: 4.5rem;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .bottoms .bottoms_content .lefts {
    gap: 3rem;
    gap: 3.8rem;
  }
}
@media (max-width: 435px) {
  .footer .footer_content .bottoms .bottoms_content .lefts {
    gap: 2.5rem;
    gap: 3.5rem;
  }
}
@media (max-width: 400px) {
  .footer .footer_content .bottoms .bottoms_content .lefts {
    gap: 2rem 4.5rem;
    gap: 2rem 4rem;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 350px;
    margin: 0 auto;
  }
  .footer .footer_content .bottoms .bottoms_content .lefts .image img {
    width: 80px;
    width: 70px;
  }
  .footer .footer_content .bottoms .bottoms_content .lefts .image:last-of-type img {
    width: 130px;
  }
}
.footer .footer_content .bottoms .bottoms_content .rights {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  align-items: center;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1410px) {
  .footer .footer_content .bottoms .bottoms_content .rights {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
  }
}
@media (max-width: 992px) {
  .footer .footer_content .bottoms .bottoms_content .rights {
    flex-direction: row;
    align-self: center;
    gap: 0.5rem;
  }
}
@media (max-width: 600px) {
  .footer .footer_content .bottoms .bottoms_content .rights {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
  }
}
.footer .footer_content .bottoms .bottoms_content .rights .copyright,
.footer .footer_content .bottoms .bottoms_content .rights a {
  font-size: 16px;
  text-transform: capitalize;
}
@media (max-width: 1920px) {
  .footer .footer_content .bottoms .bottoms_content .rights .copyright,
  .footer .footer_content .bottoms .bottoms_content .rights a {
    font-size: 15px;
  }
}
@media (max-width: 1410px) {
  .footer .footer_content .bottoms .bottoms_content .rights .copyright,
  .footer .footer_content .bottoms .bottoms_content .rights a {
    font-size: 15px;
  }
}
@media (max-width: 1280px) {
  .footer .footer_content .bottoms .bottoms_content .rights .copyright,
  .footer .footer_content .bottoms .bottoms_content .rights a {
    font-size: 13.5px;
  }
}
@media (max-width: 767px) {
  .footer .footer_content .bottoms .bottoms_content .rights .copyright,
  .footer .footer_content .bottoms .bottoms_content .rights a {
    font-size: 14px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .bottoms .bottoms_content .rights .copyright,
  .footer .footer_content .bottoms .bottoms_content .rights a {
    font-size: 13px;
  }
}
@media (max-width: 470px) {
  .footer .footer_content .bottoms .bottoms_content .rights .copyright {
    text-align: center;
  }
}

.general.hero .tops {
  padding-top: 80px !important;
  padding-top: 50px !important;
  padding-bottom: 80px !important;
  background: white;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .general.hero .tops {
    padding-top: 70px !important;
    padding-top: 40px !important;
    padding-bottom: 70px !important;
  }
}
@media (max-width: 1410px) {
  .general.hero .tops {
    padding-top: 60px !important;
    padding-top: 30px !important;
    padding-bottom: 60px !important;
  }
}
@media (max-width: 1280px) {
  .general.hero .tops {
    padding-top: 50px !important;
    padding-top: 25px !important;
    padding-bottom: 50px !important;
  }
}
@media (max-width: 992px) {
  .general.hero .tops {
    padding-top: 40px !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .general.hero .tops {
    padding-top: 30px !important;
    padding-top: 40px !important;
    padding-bottom: 55px !important;
    padding-bottom: 45px !important;
  }
}
@media (max-width: 470px) {
  .general.hero .tops {
    padding-top: 28px !important;
    padding-top: 35px !important;
    padding-bottom: 45px !important;
    padding-bottom: 35px !important;
  }
}
@media (max-width: 380px) {
  .general.hero .tops {
    padding-top: 19px !important;
    padding-top: 30px !important;
    padding-bottom: 35px !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 767px) {
  .general.hero .tops .tops_inner h1 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .general.hero .tops .tops_inner .copy_content {
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .general.hero .tops .tops_inner .copy_content {
    max-width: 95%;
  }
}
@media (max-width: 470px) {
  .general.hero .tops .tops_inner .copy_content {
    max-width: 100%;
  }
}
.general.hero.with_graphic .tops .tops_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .general.hero.with_graphic .tops .tops_inner {
    gap: 6rem;
  }
}
@media (max-width: 767px) {
  .general.hero.with_graphic .tops .tops_inner {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media (max-width: 470px) {
  .general.hero.with_graphic .tops .tops_inner {
    gap: 2rem;
  }
}
@media (max-width: 380px) {
  .general.hero.with_graphic .tops .tops_inner {
    gap: 1.5rem;
  }
}
@media (max-width: 767px) {
  .general.hero.with_graphic .tops .tops_inner h1 {
    text-align: center;
  }
}
.general.hero.with_graphic .tops .tops_inner h1 br {
  display: block;
}
@media (max-width: 767px) {
  .general.hero.with_graphic .tops .tops_inner .image {
    display: none;
  }
}
.general.hero.with_graphic .tops .tops_inner .image img {
  max-width: 150px;
  max-width: 200px;
  width: 100%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .general.hero.with_graphic .tops .tops_inner .image img {
    max-width: 190px;
  }
}
@media (max-width: 1600px) {
  .general.hero.with_graphic .tops .tops_inner .image img {
    max-width: 180px;
  }
}
@media (max-width: 1410px) {
  .general.hero.with_graphic .tops .tops_inner .image img {
    max-width: 170px;
  }
}
@media (max-width: 1280px) {
  .general.hero.with_graphic .tops .tops_inner .image img {
    max-width: 150px;
    max-width: 135px;
  }
}
@media (max-width: 767px) {
  .general.hero.with_graphic .tops .tops_inner .image img {
    max-width: 110px;
  }
}
@media (max-width: 470px) {
  .general.hero.with_graphic .tops .tops_inner .image img {
    max-width: 90px;
    max-width: 85px;
  }
}
@media (max-width: 380px) {
  .general.hero.with_graphic .tops .tops_inner .image img {
    max-width: 70px;
    max-width: 65px;
  }
}

.general.custom_pointer {
  cursor: none;
}
.general.custom_pointer video {
  cursor: none;
}
.general.custom_pointer .play-video-circle {
  display: none;
  transition: unset !important;
  cursor: none;
}
.general.custom_pointer.cursor_show {
  cursor: pointer;
}
.general.custom_pointer.cursor_show video {
  cursor: pointer;
}
@media (max-width: 992px) {
  .general.custom_pointer {
    cursor: pointer;
  }
  .general.custom_pointer video {
    cursor: pointer;
  }
}

.temp_part.temp_wwu {
  background: #24292D;
}
.temp_part.temp_wwu .play-button, .temp_part.temp_wwu .play-video-circle_inner, .temp_part.temp_wwu p {
  transition: unset !important;
  cursor: none !important;
}
@media (min-width: 993px) {
  .temp_part.temp_wwu .c_button {
    color: black !important;
    background: white !important;
    padding: 0 !important;
    transition: unset !important;
    cursor: none !important;
  }
}
.temp_part.temp_wwu .temp_wwu_content .tops {
  display: grid;
  grid-template-columns: auto 1.1fr;
  justify-content: space-between;
  gap: 4rem;
  align-items: flex-start;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .temp_part.temp_wwu .temp_wwu_content .tops {
    gap: 3.5rem;
  }
}
@media (max-width: 1280px) {
  .temp_part.temp_wwu .temp_wwu_content .tops {
    gap: 2.5rem;
  }
}
.temp_part.temp_wwu .temp_wwu_content .tops .rights {
  display: none;
}
@media (max-width: 992px) {
  .temp_part.temp_wwu .temp_wwu_content .tops .rights {
    display: flex;
    justify-content: flex-end;
  }
}
.temp_part.temp_wwu .temp_wwu_content .bottoms {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .temp_part.temp_wwu .temp_wwu_content .bottoms {
    margin-top: 30px;
  }
}
@media (max-width: 470px) {
  .temp_part.temp_wwu .temp_wwu_content .bottoms {
    margin-top: 25px;
  }
}
@media (max-width: 380px) {
  .temp_part.temp_wwu .temp_wwu_content .bottoms {
    margin-top: 20px;
  }
}
.temp_part.temp_wwu .temp_wwu_content .bottoms p.copy {
  color: white;
  font-weight: 500;
  text-align: right;
}
@media (max-width: 767px) {
  .temp_part.temp_wwu .temp_wwu_content .bottoms p.copy {
    text-align: left;
  }
}

.home_page .sec_2 {
  background: white;
}
.home_page .sec_2 .sec_2_content .tops h2 {
  text-align: center;
}
@media (max-width: 767px) {
  .home_page .sec_2 .sec_2_content .tops h2 {
    text-align: left;
  }
}
.home_page .sec_2 .sec_2_content .tops h2 br {
  display: block;
}
@media (max-width: 767px) {
  .home_page .sec_2 .sec_2_content .tops h2 br {
    display: none;
  }
}
.home_page .sec_2 .sec_2_content hr {
  margin: 50px 0;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_2 .sec_2_content hr {
    margin: 45px 0;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_2 .sec_2_content hr {
    margin: 40px 0;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_2 .sec_2_content hr {
    margin: 35px 0;
  }
}
@media (max-width: 992px) {
  .home_page .sec_2 .sec_2_content hr {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .home_page .sec_2 .sec_2_content hr {
    margin: 25px 0;
  }
}
@media (max-width: 470px) {
  .home_page .sec_2 .sec_2_content hr {
    margin: 22px 0;
  }
}
.home_page .sec_2 .sec_2_content .bottoms .slider .child {
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 4.5rem;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 1920px) {
  .home_page .sec_2 .sec_2_content .bottoms .slider .child {
    gap: 4rem;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_2 .sec_2_content .bottoms .slider .child {
    gap: 3.5rem;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_2 .sec_2_content .bottoms .slider .child {
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .home_page .sec_2 .sec_2_content .bottoms .slider .child {
    gap: 2.5rem;
  }
}
@media (max-width: 767px) {
  .home_page .sec_2 .sec_2_content .bottoms .slider .child {
    gap: 1rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 470px) {
  .home_page .sec_2 .sec_2_content .bottoms .slider .child {
    gap: 0.8rem;
  }
}
@media (max-width: 380px) {
  .home_page .sec_2 .sec_2_content .bottoms .slider .child {
    gap: 0.6rem;
  }
}
.home_page .sec_2 .sec_2_content .bottoms .slider .child .lefts h3 {
  font-weight: 500;
}
.home_page .sec_2 .sec_2_content .bottoms .slider .child .rights {
  margin-top: 6px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_2 .sec_2_content .bottoms .slider .child .rights {
    margin-top: 3px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_2 .sec_2_content .bottoms .slider .child .rights {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_2 .sec_2_content .bottoms .slider .child .rights {
    margin-top: 0px;
  }
}
.home_page .sec_2 .sec_2_content .bottoms .dots {
  margin-top: 35px;
}
@media (max-width: 767px) {
  .home_page .sec_2 .sec_2_content .bottoms .dots {
    margin-top: 33px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_2 .sec_2_content .bottoms .dots {
    margin-top: 30px;
  }
}
@media (max-width: 350px) {
  .home_page .sec_2 .sec_2_content .bottoms .dots {
    margin-top: 25px;
  }
}
.home_page .sec_3 {
  position: relative;
  overflow: hidden;
}
.home_page .sec_3 .sec_3_content .play-button {
  pointer-events: none;
}
.home_page .sec_3 .sec_3_content .projects .slide, .home_page .sec_3 .sec_3_content .projects .slide.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.home_page .sec_3 .sec_3_content .projects .slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.home_page .sec_3 .sec_3_content .projects .slide.fixed {
  position: fixed;
}
.home_page .sec_3 .sec_3_content .projects .slide-fake-height {
  position: relative;
  display: none;
}
.home_page .sec_3 .sec_3_content .projects .slide-fake-height.visible {
  display: block;
}
.home_page .sec_3 .sec_3_content .projects .child {
  height: 100vh;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home_page .sec_3 .sec_3_content .projects .child::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.4;
  z-index: 1;
}
.home_page .sec_3 .sec_3_content .projects .child .media-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.home_page .sec_3 .sec_3_content .projects .child .media-wrapper img, .home_page .sec_3 .sec_3_content .projects .child .media-wrapper video, .home_page .sec_3 .sec_3_content .projects .child .media-wrapper iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.home_page .sec_3 .sec_3_content .projects .child .child_content {
  position: relative;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home_page .sec_3 .sec_3_content .projects .child .child_content .copy_content {
  max-width: 55%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .home_page .sec_3 .sec_3_content .projects .child .child_content .copy_content {
    max-width: 65%;
  }
}
@media (max-width: 992px) {
  .home_page .sec_3 .sec_3_content .projects .child .child_content .copy_content {
    max-width: 75%;
  }
}
.home_page .sec_3 .sec_3_content .projects .child .child_content .copy_content p {
  color: white;
  font-weight: 500;
}
.home_page .sec_3_m .sec_3_m_content {
  position: relative;
}
.home_page .sec_3_m .sec_3_m_content .dots_outer {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 25px;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .home_page .sec_3_m .sec_3_m_content .dots_outer {
    bottom: 17px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_3_m .sec_3_m_content .dots_outer {
    bottom: 14px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_3_m .sec_3_m_content .dots_outer {
    bottom: 12px;
  }
}
.home_page .sec_3_m .sec_3_m_content .projects {
  position: relative;
  z-index: 1;
}
.home_page .sec_3_m .sec_3_m_content .projects .child {
  height: 450px;
  min-height: fit-content;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.home_page .sec_3_m .sec_3_m_content .projects .child br {
  display: none;
}
@media (max-width: 470px) {
  .home_page .sec_3_m .sec_3_m_content .projects .child br {
    display: block;
  }
}
.home_page .sec_3_m .sec_3_m_content .projects .child .media-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.home_page .sec_3_m .sec_3_m_content .projects .child .media-wrapper img, .home_page .sec_3_m .sec_3_m_content .projects .child .media-wrapper video, .home_page .sec_3_m .sec_3_m_content .projects .child .media-wrapper iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .home_page .sec_3_m .sec_3_m_content .projects .child {
    height: 380px;
    min-height: fit-content;
  }
}
@media (max-width: 470px) {
  .home_page .sec_3_m .sec_3_m_content .projects .child {
    height: 300px;
    min-height: fit-content;
  }
}
@media (max-width: 380px) {
  .home_page .sec_3_m .sec_3_m_content .projects .child {
    height: 270px;
    min-height: fit-content;
  }
}
.home_page .sec_3_m .sec_3_m_content .projects .child::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.5;
  z-index: 1;
}
.home_page .sec_3_m .sec_3_m_content .projects .child h2 {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 7px !important;
}
.home_page .sec_3_m .sec_3_m_content .projects .child:hover h2 {
  text-decoration: underline;
}
.home_page .sec_3_m .sec_3_m_content .projects .child .child_content {
  position: relative;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.home_page .sec_3_m .sec_3_m_content .projects .child .child_content .child_content_inner {
  max-width: 65%;
}
@media (max-width: 767px) {
  .home_page .sec_3_m .sec_3_m_content .projects .child .child_content .child_content_inner {
    max-width: 80%;
  }
}
@media (max-width: 470px) {
  .home_page .sec_3_m .sec_3_m_content .projects .child .child_content .child_content_inner {
    max-width: 88%;
  }
}
@media (max-width: 380px) {
  .home_page .sec_3_m .sec_3_m_content .projects .child .child_content .child_content_inner {
    max-width: 95%;
  }
}
.home_page .sec_3_m .sec_3_m_content .projects .child .child_content .copy_content {
  transition: all 0.2s ease-in-out 0.01s;
}
.home_page .sec_3_m .sec_3_m_content .projects .child .child_content .copy_content p {
  color: white;
  font-weight: 500;
}
.home_page .sec_3_m .sec_3_m_content .projects .child .child_content .c_button {
  margin-top: 20px;
}
.home_page .sec_4 .sec_4_content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4.5rem;
  justify-content: space-between;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1600px) {
  .home_page .sec_4 .sec_4_content {
    grid-template-columns: 1fr 1.4fr;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_4 .sec_4_content {
    gap: 4rem;
    grid-template-columns: 1fr 1.6fr;
  }
}
@media (max-width: 992px) {
  .home_page .sec_4 .sec_4_content {
    gap: 4rem;
    grid-template-columns: 1fr 1.8fr;
  }
}
@media (max-width: 992px) {
  .home_page .sec_4 .sec_4_content {
    gap: 4rem;
    grid-template-columns: 1fr 1.8fr;
  }
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content {
    gap: 3.5rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 470px) {
  .home_page .sec_4 .sec_4_content {
    gap: 3rem;
  }
}
@media (max-width: 380px) {
  .home_page .sec_4 .sec_4_content {
    gap: 2.5rem;
  }
}
.home_page .sec_4 .sec_4_content .lefts {
  padding-top: 140px;
  transition: all 0.2s ease-in-out 0.01s;
}
.home_page .sec_4 .sec_4_content .lefts .lefts_inner {
  position: sticky;
  top: 170px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_4 .sec_4_content .lefts {
    padding-top: 120px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_4 .sec_4_content .lefts {
    padding-top: 120px;
  }
  .home_page .sec_4 .sec_4_content .lefts .lefts_inner {
    top: 140px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_4 .sec_4_content .lefts {
    padding-top: 100px;
  }
  .home_page .sec_4 .sec_4_content .lefts .lefts_inner {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .lefts {
    padding-top: 0;
  }
  .home_page .sec_4 .sec_4_content .lefts .lefts_inner {
    position: unset;
  }
  .home_page .sec_4 .sec_4_content .lefts .lefts_inner h2 br:nth-child(1),
  .home_page .sec_4 .sec_4_content .lefts .lefts_inner h2 br:nth-child(3) {
    display: none;
  }
}
.home_page .sec_4 .sec_4_content .rights .child {
  border-top: 1px solid #24292D;
  padding: 22px 0;
  padding-bottom: 26px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_4 .sec_4_content .rights .child {
    padding: 20px 0;
    padding-bottom: 26px;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_4 .sec_4_content .rights .child {
    padding: 18px 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_4 .sec_4_content .rights .child {
    padding: 16px 0;
    padding-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_4 .sec_4_content .rights .child {
    padding: 15px 0;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .rights .child {
    padding: 14px 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_4 .sec_4_content .rights .child {
    padding: 12px 0;
    padding-bottom: 16px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_4 .sec_4_content .rights .child {
    padding: 10px 0;
    padding-bottom: 14px;
  }
}
.home_page .sec_4 .sec_4_content .rights .child:last-of-type {
  border-bottom: 1px solid #24292D;
}
.home_page .sec_4 .sec_4_content .rights .child .faq_block .question {
  cursor: pointer;
}
.home_page .sec_4 .sec_4_content .rights .child .faq_block .question .inline_flex {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 4.5rem;
  gap: 0;
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .rights .child .faq_block .question .inline_flex {
    gap: 1rem 10px;
  }
}
.home_page .sec_4 .sec_4_content .rights .child .faq_block .question .inline_flex h3 {
  font-weight: 300;
  width: 470px;
}
@media (max-width: 1920px) {
  .home_page .sec_4 .sec_4_content .rights .child .faq_block .question .inline_flex h3 {
    width: 405px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_4 .sec_4_content .rights .child .faq_block .question .inline_flex h3 {
    width: 330px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_4 .sec_4_content .rights .child .faq_block .question .inline_flex h3 {
    width: 285px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .rights .child .faq_block .question .inline_flex h3 {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .home_page .sec_4 .sec_4_content .rights .child .faq_block .question .inline_flex h3 {
    width: 65%;
  }
}
@media (max-width: 470px) {
  .home_page .sec_4 .sec_4_content .rights .child .faq_block .question .inline_flex h3 {
    width: 55%;
  }
}
@media (max-width: 380px) {
  .home_page .sec_4 .sec_4_content .rights .child .faq_block .question .inline_flex h3 {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .home_page .sec_4 .sec_4_content .rights .child .faq_block .question .inline_flex h3 {
    width: 45%;
  }
}
@media (max-width: 280px) {
  .home_page .sec_4 .sec_4_content .rights .child .faq_block .question .inline_flex h3 {
    width: 40%;
  }
}
.home_page .sec_4 .sec_4_content .rights .child .faq_block .question .inline_flex h3::after {
  content: attr(data-content);
  font-weight: 500;
  visibility: hidden; /* Hide from view */
  height: 0; /* Prevent space consumption */
  display: block;
}
.home_page .sec_4 .sec_4_content .rights .child .faq_block .question.active .inline_flex h3 {
  color: #074C80;
  font-weight: 500;
}
.home_page .sec_4 .sec_4_content .rights .child .faq_block .answer {
  display: none;
  margin-top: 15px;
  padding-right: 10%;
}
@media (max-width: 767px) {
  .home_page .sec_4 .sec_4_content .rights .child .faq_block .answer {
    padding-right: 12%;
  }
}
@media (max-width: 470px) {
  .home_page .sec_4 .sec_4_content .rights .child .faq_block .answer {
    margin-top: 13px;
  }
}
.home_page .sec_5 {
  background: #24292D;
  overflow: hidden;
}
.home_page .sec_5 h2, .home_page .sec_5 p {
  color: white;
}
@media (max-width: 992px) {
  .home_page .sec_5 .sec_5_content .tops_outer .tops .copy_content {
    margin-bottom: 22px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_5 .sec_5_content .tops_outer .tops .copy_content {
    margin-bottom: 20px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_5 .sec_5_content .tops_outer .tops .copy_content {
    margin-bottom: 18px;
  }
}
.home_page .sec_5 .sec_5_content .bottoms {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: auto;
  padding-top: 0 !important;
  margin-top: 5%;
  position: relative;
}
@media (max-width: 1410px) {
  .home_page .sec_5 .sec_5_content .bottoms {
    padding-left: 20px !important;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_5 .sec_5_content .bottoms {
    padding-left: 35px !important;
  }
}
@media (max-width: 992px) {
  .home_page .sec_5 .sec_5_content .bottoms {
    padding-left: 45px !important;
    max-width: 100% !important;
  }
}
@media (max-width: 767px) {
  .home_page .sec_5 .sec_5_content .bottoms {
    padding-left: 20px !important;
    margin-top: 7%;
  }
}
@media (max-width: 550px) {
  .home_page .sec_5 .sec_5_content .bottoms {
    margin-top: 8.5%;
  }
}
@media (max-width: 470px) {
  .home_page .sec_5 .sec_5_content .bottoms {
    padding-left: 12px !important;
    margin-top: 10%;
  }
}
@media (max-width: 380px) {
  .home_page .sec_5 .sec_5_content .bottoms {
    padding-left: 10px !important;
    margin-top: 11.5%;
  }
}
.home_page .sec_5 .sec_5_content .bottoms .desktop {
  position: relative;
  max-width: 2000px;
  width: 100%;
  padding-bottom: 4%;
  padding-bottom: 6%;
  margin-left: auto;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 1920px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop {
    padding-bottom: 4.5%;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop {
    padding-bottom: 30px;
  }
}
@media (max-width: 1400px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop {
    padding-bottom: 0px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop {
    display: none;
  }
}
.home_page .sec_5 .sec_5_content .bottoms .desktop:hover .image:nth-child(1) {
  transform: translateY(1%);
}
.home_page .sec_5 .sec_5_content .bottoms .desktop:hover .image:nth-child(2), .home_page .sec_5 .sec_5_content .bottoms .desktop:hover .image:nth-child(4) {
  transform: translateY(-2%);
}
.home_page .sec_5 .sec_5_content .bottoms .desktop:hover .image:nth-child(3), .home_page .sec_5 .sec_5_content .bottoms .desktop:hover .image:nth-child(5) {
  transform: translateY(1%);
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image {
  position: absolute;
  transition: all 0.5s ease;
  cursor: pointer;
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:hover {
  z-index: 3 !important;
  transform: scale(1.03) translateY(-4%) !important;
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image.not-hovered {
  opacity: 0.5 !important;
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image img {
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) {
  z-index: 1;
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2), .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) {
  z-index: 2;
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3), .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) {
  z-index: 1;
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) {
  right: -79px;
  right: -275px;
  right: -243px;
  top: 1px;
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) img {
  max-width: 429px;
  max-width: 489px;
  max-width: 520px;
}
@media (max-width: 1920px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) {
    right: -290px;
    right: -255px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) img {
    max-width: 478.8px;
  }
}
@media (max-width: 1800px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) {
    right: -210px;
  }
}
@media (max-width: 1800px) and (max-width: 1690px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) {
    right: -155px;
  }
}
@media (max-width: 1800px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) img {
    max-width: 454.86px;
  }
}
@media (max-width: 1600px) and (max-width: 1520px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) {
    right: -105px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) img {
    max-width: 409.374px;
  }
}
@media (max-width: 1400px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) {
    right: -50px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) img {
    max-width: 368.4366px;
  }
}
@media (max-width: 1340px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) img {
    width: 30vw;
    width: 26vw;
    max-width: unset;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) {
    right: -75px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) img {
    width: 25vw;
  }
}
@media (max-width: 1180px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(1) {
    right: -70px;
  }
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) {
  right: 171px;
  right: 71px;
  top: 103px;
  top: 125px;
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) img {
  max-width: 373px;
  max-width: 443px;
}
@media (max-width: 1920px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) {
    right: 10px;
    top: 115px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) img {
    max-width: 398.7px;
  }
}
@media (max-width: 1800px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) {
    right: 95px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) img {
    max-width: 378.765px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) {
    top: 105px;
    right: 115px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) img {
    max-width: 340.8885px;
  }
}
@media (max-width: 1400px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) {
    top: 95px;
    right: 180px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) img {
    max-width: 306.79965px;
  }
}
@media (max-width: 1340px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) img {
    width: 26vw;
    width: 22vw;
    max-width: unset;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) {
    top: 80px;
    right: 145px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) img {
    width: 22vw;
  }
}
@media (max-width: 1180px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) {
    top: 75px;
    right: 130px;
  }
}
@media (max-width: 1100px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(2) {
    top: 75px;
    right: 100px;
  }
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) {
  right: 441px;
  right: 390px;
  top: 23px;
  top: 20px;
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) img {
  max-width: 497px;
  max-width: 610px;
}
@media (max-width: 1920px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) {
    right: 300px;
    top: 17px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) img {
    max-width: 549px;
  }
}
@media (max-width: 1800px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) {
    right: 370px;
    top: 22px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) img {
    max-width: 521.55px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) {
    right: 365px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) img {
    max-width: 469.395px;
  }
}
@media (max-width: 1400px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) {
    top: 25px;
    right: 395px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) img {
    max-width: 422.4555px;
  }
}
@media (max-width: 1340px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) img {
    width: 34.5vw;
    width: 30.5vw;
    max-width: unset;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) {
    top: 20px;
    right: 350px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) img {
    width: 28.5vw;
  }
}
@media (max-width: 1180px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) {
    right: 310px;
  }
}
@media (max-width: 1100px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(3) {
    right: 270px;
  }
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) {
  right: 69px;
  right: 755px;
  top: 136px;
  top: 150px;
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) img {
  max-width: 497px;
  max-width: 610px;
}
@media (max-width: 1920px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) {
    right: 630px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) img {
    max-width: 549px;
  }
}
@media (max-width: 1800px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) {
    right: 695px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) img {
    max-width: 521.55px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) {
    right: 665px;
    top: 135px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) img {
    max-width: 469.395px;
  }
}
@media (max-width: 1400px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) {
    right: 665px;
    top: 120px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) img {
    max-width: 422.4555px;
  }
}
@media (max-width: 1340px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) img {
    width: 35vw;
    width: 31vw;
    max-width: unset;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) {
    top: 100px;
    right: 570px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) img {
    width: 30vw;
  }
}
@media (max-width: 1180px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) {
    top: 90px;
    right: 510px;
  }
}
@media (max-width: 1100px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(4) {
    top: 90px;
    right: 470px;
  }
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) {
  right: 989px;
  right: 1184px;
  top: 10px;
}
.home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) img {
  max-width: 412px;
  max-width: 532px;
}
@media (max-width: 1920px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) {
    right: 1025px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) img {
    max-width: 478.8px;
  }
}
@media (max-width: 1800px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) {
    right: 1045px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) img {
    max-width: 454.86px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) {
    right: 990px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) img {
    max-width: 409.374px;
  }
}
@media (max-width: 1400px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) {
    right: 970px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) img {
    max-width: 368.4366px;
  }
}
@media (max-width: 1340px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) {
    top: 40px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) img {
    width: 29vw;
    width: 25vw;
    max-width: unset;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) {
    right: 850px;
    top: 20px;
  }
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) img {
    width: 25vw;
  }
}
@media (max-width: 1180px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) {
    right: 765px;
  }
}
@media (max-width: 1100px) {
  .home_page .sec_5 .sec_5_content .bottoms .desktop .image:nth-child(5) {
    right: 705px;
  }
}
.home_page .sec_5 .sec_5_content .bottoms .image.mobile {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 2%;
  opacity: 0;
  transition: all 0.2s;
}
@media (max-width: 1920px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile {
    padding-bottom: 0;
  }
}
@media (max-width: 1400px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile {
    height: 500px;
  }
}
@media (max-width: 1340px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile {
    height: 465px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile {
    height: 450px;
  }
}
@media (max-width: 1230px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile {
    height: 400px;
  }
}
@media (max-width: 1100px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile {
    height: 370px;
  }
}
@media (max-width: 1050px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile {
    height: 360px;
  }
}
@media (max-width: 1020px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile {
    height: unset;
    padding-bottom: 2%;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile {
    padding-bottom: 0 !important;
  }
}
.home_page .sec_5 .sec_5_content .bottoms .image.mobile img {
  max-width: 2700px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 3600px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile img {
    max-width: 2500px;
  }
}
@media (max-width: 3000px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile img {
    max-width: 2300px;
  }
}
@media (max-width: 2400px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile img {
    max-width: 2000px;
  }
}
@media (max-width: 2100px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile img {
    max-width: 90%;
  }
}
@media (max-width: 1920px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile img {
    max-width: 94%;
  }
}
@media (max-width: 1550px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile img {
    max-width: 97%;
  }
}
@media (max-width: 1410px) {
  .home_page .sec_5 .sec_5_content .bottoms .image.mobile img {
    max-width: 100%;
  }
}
.home_page .sec_6 {
  background: #24292D;
}
.home_page .sec_6 .sec_6_content .tops_outer .tops {
  display: grid;
  grid-template-columns: 3fr 7fr;
  justify-content: space-between;
  gap: 3rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 767px) {
  .home_page .sec_6 .sec_6_content .tops_outer .tops {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
}
@media (max-width: 470px) {
  .home_page .sec_6 .sec_6_content .tops_outer .tops {
    gap: 1rem;
  }
}
@media (max-width: 380px) {
  .home_page .sec_6 .sec_6_content .tops_outer .tops {
    gap: 0.8rem;
  }
}
.home_page .sec_6 .sec_6_content .tops_outer .tops .copy_content {
  margin-top: 6px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_6 .sec_6_content .tops_outer .tops .copy_content {
    margin-top: 3px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_6 .sec_6_content .tops_outer .tops .copy_content {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_6 .sec_6_content .tops_outer .tops .copy_content {
    margin-top: 0px;
  }
}
.home_page .sec_6 .sec_6_content .tops_outer .tops .copy_content p {
  color: white;
}
.home_page .sec_6 .sec_6_content .bottoms {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.home_page .sec_6 .sec_6_content .bottoms .slider .child {
  margin: 0 60px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child {
    margin: 0 50px;
  }
}
@media (max-width: 1600px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child {
    margin: 0 45px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child {
    margin: 0 40px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child {
    margin: 0 35px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child {
    margin: 0 30px;
  }
}
@media (max-width: 600px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child {
    margin: 0 20px;
  }
}
@media (max-width: 380px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child {
    margin: 0 15px;
  }
}
.home_page .sec_6 .sec_6_content .bottoms .slider .child .image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100px;
}
@media (max-width: 1410px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child .image {
    height: 90px;
  }
}
@media (max-width: 1280px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child .image {
    height: 85px;
  }
}
@media (max-width: 992px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child .image {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child .image {
    height: 55px;
  }
}
@media (max-width: 600px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child .image {
    height: 45px;
  }
}
@media (max-width: 550px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child .image {
    height: 40px;
  }
}
@media (max-width: 470px) {
  .home_page .sec_6 .sec_6_content .bottoms .slider .child .image {
    height: 40px;
  }
}
.home_page .sec_6 .sec_6_content .bottoms .slider .child .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about_page .sec_1 .sec_1_content .tops {
  position: relative;
  z-index: 2;
}
.about_page .sec_1 .sec_1_content .bottoms_outer {
  padding-top: 0 !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about_page .sec_1 .sec_1_content .bottoms_outer .vid_img {
  position: relative;
  overflow: visible;
}
@media (max-width: 992px) {
  .about_page .sec_1 .sec_1_content .bottoms_outer .vid_img {
    overflow: hidden;
  }
}
.about_page .sec_1 .sec_1_content .bottoms_outer .vid_img::after, .about_page .sec_1 .sec_1_content .bottoms_outer .vid_img::before {
  content: "";
  background: white;
  position: absolute;
  height: 100%;
  width: 140px;
  z-index: 3;
  top: 0;
}
@media (max-width: 992px) {
  .about_page .sec_1 .sec_1_content .bottoms_outer .vid_img::after, .about_page .sec_1 .sec_1_content .bottoms_outer .vid_img::before {
    content: none;
  }
}
.about_page .sec_1 .sec_1_content .bottoms_outer .vid_img::after {
  left: -140px;
}
.about_page .sec_1 .sec_1_content .bottoms_outer .vid_img::before {
  right: -140px;
}
.about_page .sec_1 .sec_1_content .bottoms_outer .vid_img .videos {
  z-index: 1;
}
.about_page .sec_2 .sec_2_content {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  position: relative;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .about_page .sec_2 .sec_2_content {
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 1280px) {
  .about_page .sec_2 .sec_2_content {
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (max-width: 767px) {
  .about_page .sec_2 .sec_2_content {
    grid-template-columns: 1fr;
  }
}
.about_page .sec_2 .sec_2_content .lefts {
  border-right: 1.5px solid #074C80;
  padding-right: 9.5rem;
  margin-right: 9.5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .about_page .sec_2 .sec_2_content .lefts {
    padding-right: 8.5rem;
    margin-right: 8.5rem;
  }
}
@media (max-width: 1600px) {
  .about_page .sec_2 .sec_2_content .lefts {
    padding-right: 8rem;
    margin-right: 8rem;
  }
}
@media (max-width: 1410px) {
  .about_page .sec_2 .sec_2_content .lefts {
    padding-right: 7rem;
    margin-right: 7rem;
  }
}
@media (max-width: 1280px) {
  .about_page .sec_2 .sec_2_content .lefts {
    padding-right: 5.5rem;
    margin-right: 5.5rem;
  }
}
@media (max-width: 992px) {
  .about_page .sec_2 .sec_2_content .lefts {
    padding-right: 4.5rem;
    margin-right: 4.5rem;
  }
}
@media (max-width: 767px) {
  .about_page .sec_2 .sec_2_content .lefts {
    padding-right: 0rem;
    margin-right: 0rem;
    padding-bottom: 5.5rem;
    margin-bottom: 4.5rem;
    border: none;
    border-bottom: 1px solid #074C80;
  }
}
@media (max-width: 470px) {
  .about_page .sec_2 .sec_2_content .lefts {
    padding-bottom: 4.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 380px) {
  .about_page .sec_2 .sec_2_content .lefts {
    padding-bottom: 4rem;
    margin-bottom: 3rem;
  }
}
.about_page .sec_2 .sec_2_content .lefts .image {
  margin-top: 50px;
  transition: all 0.2s ease-in-out 0.01s;
  width: 100%;
}
.about_page .sec_2 .sec_2_content .lefts .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (max-width: 1920px) {
  .about_page .sec_2 .sec_2_content .lefts .image {
    margin-top: 45px;
  }
}
@media (max-width: 1410px) {
  .about_page .sec_2 .sec_2_content .lefts .image {
    margin-top: 40px;
  }
}
@media (max-width: 1280px) {
  .about_page .sec_2 .sec_2_content .lefts .image {
    margin-top: 35px;
  }
}
@media (max-width: 992px) {
  .about_page .sec_2 .sec_2_content .lefts .image {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .about_page .sec_2 .sec_2_content .lefts .image {
    margin-top: 35px;
  }
  .about_page .sec_2 .sec_2_content .lefts .image img {
    max-height: 380px;
    height: 100%;
  }
}
@media (max-width: 470px) {
  .about_page .sec_2 .sec_2_content .lefts .image {
    margin-top: 33px;
  }
  .about_page .sec_2 .sec_2_content .lefts .image img {
    max-height: 300px;
  }
}
@media (max-width: 380px) {
  .about_page .sec_2 .sec_2_content .lefts .image {
    margin-top: 30px;
  }
  .about_page .sec_2 .sec_2_content .lefts .image img {
    max-height: 270px;
  }
}
.about_page .sec_2 .sec_2_content .rights .child {
  margin-bottom: 40px;
  transition: all 0.2s ease-in-out 0.01s;
}
.about_page .sec_2 .sec_2_content .rights .child:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1920px) {
  .about_page .sec_2 .sec_2_content .rights .child {
    margin-bottom: 38px;
  }
}
@media (max-width: 1280px) {
  .about_page .sec_2 .sec_2_content .rights .child {
    margin-bottom: 36px;
  }
}
@media (max-width: 992px) {
  .about_page .sec_2 .sec_2_content .rights .child {
    margin-bottom: 32px;
  }
}
@media (max-width: 470px) {
  .about_page .sec_2 .sec_2_content .rights .child {
    margin-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .about_page .sec_2 .sec_2_content .rights .child {
    margin-bottom: 27px;
  }
}
.about_page .sec_3 .sec_3_content {
  padding-top: 1.5%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 767px) {
  .about_page .sec_3 .sec_3_content {
    padding-top: 0;
  }
}
.about_page .sec_3 .sec_3_content h1 {
  text-align: center;
}
.about_page .sec_3 .sec_3_content .bottoms {
  margin-top: 70px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .about_page .sec_3 .sec_3_content .bottoms {
    margin-top: 60px;
  }
}
@media (max-width: 1280px) {
  .about_page .sec_3 .sec_3_content .bottoms {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .about_page .sec_3 .sec_3_content .bottoms {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .about_page .sec_3 .sec_3_content .bottoms {
    margin-top: 30px;
  }
}
@media (max-width: 470px) {
  .about_page .sec_3 .sec_3_content .bottoms {
    margin-top: 25px;
  }
}
@media (max-width: 380px) {
  .about_page .sec_3 .sec_3_content .bottoms {
    margin-top: 20px;
  }
}
.about_page .sec_4 .sec_4_content {
  padding-top: 1.5%;
}
.about_page .sec_4 .sec_4_content .tops h3 {
  font-weight: 300;
}
@media (max-width: 1410px) {
  .about_page .sec_4 .sec_4_content .tops h3 {
    margin-bottom: 35px;
  }
}
@media (max-width: 470px) {
  .about_page .sec_4 .sec_4_content .tops h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .about_page .sec_4 .sec_4_content .tops h3 {
    margin-bottom: 27px;
  }
}
.about_page .sec_4 .sec_4_content .bottoms {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.about_page .sec_4 .sec_4_content .bottoms .slider .child {
  margin: 0 60px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child {
    margin: 0 50px;
  }
}
@media (max-width: 1600px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child {
    margin: 0 45px;
  }
}
@media (max-width: 1280px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child {
    margin: 0 40px;
  }
}
@media (max-width: 992px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child {
    margin: 0 35px;
  }
}
@media (max-width: 767px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child {
    margin: 0 30px;
  }
}
@media (max-width: 600px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child {
    margin: 0 20px;
    margin: 0 20px;
  }
}
@media (max-width: 380px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child {
    margin: 0 15px;
  }
}
.about_page .sec_4 .sec_4_content .bottoms .slider .child .image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100px;
}
@media (max-width: 1410px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child .image {
    height: 90px;
  }
}
@media (max-width: 1280px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child .image {
    height: 85px;
  }
}
@media (max-width: 992px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child .image {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child .image {
    height: 55px;
  }
}
@media (max-width: 600px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child .image {
    height: 45px;
  }
}
@media (max-width: 550px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child .image {
    height: 40px;
  }
}
@media (max-width: 470px) {
  .about_page .sec_4 .sec_4_content .bottoms .slider .child .image {
    height: 40px;
  }
}
.about_page .sec_4 .sec_4_content .bottoms .slider .child .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about_page .sec_5 .sec_5_content .bottoms {
  display: grid;
  grid-template-columns: 2fr 8fr;
  gap: 6rem;
  justify-content: space-between;
}
@media (max-width: 1410px) {
  .about_page .sec_5 .sec_5_content .bottoms {
    grid-template-columns: 3fr 7fr;
  }
}
@media (max-width: 1280px) {
  .about_page .sec_5 .sec_5_content .bottoms {
    grid-template-columns: 3.5fr 6.5fr;
    gap: 4rem;
  }
}
@media (max-width: 992px) {
  .about_page .sec_5 .sec_5_content .bottoms {
    grid-template-columns: 3.5fr 6.5fr;
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .about_page .sec_5 .sec_5_content .bottoms {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
@media (max-width: 767px) {
  .about_page .sec_5 .sec_5_content .bottoms .lefts {
    display: none;
  }
}
.about_page .sec_5 .sec_5_content .bottoms .lefts .lefts_content {
  padding-bottom: 390px;
  position: sticky;
  top: 170px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .about_page .sec_5 .sec_5_content .bottoms .lefts .lefts_content {
    top: 140px;
  }
}
@media (max-width: 992px) {
  .about_page .sec_5 .sec_5_content .bottoms .lefts .lefts_content {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .about_page .sec_5 .sec_5_content .bottoms .lefts .lefts_content {
    position: unset;
  }
}
.about_page .sec_5 .sec_5_content .bottoms .lefts .lefts_content .child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.about_page .sec_5 .sec_5_content .bottoms .lefts .lefts_content .child .image {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.7s cubic-bezier(0, 0.5, 0.36, 1);
  -webkit-transition: 0.7s cubic-bezier(0, 0.5, 0.36, 1);
  height: 0;
}
.about_page .sec_5 .sec_5_content .bottoms .lefts .lefts_content .child .image img {
  aspect-ratio: 1/1;
  object-fit: cover;
  object-position: 50% center;
  height: 100%;
  width: 100%;
}
.about_page .sec_5 .sec_5_content .bottoms .lefts .lefts_content .child .content {
  opacity: 0;
  position: absolute;
  left: 0;
  z-index: 1;
  transition: all 0.7s ease;
}
.about_page .sec_5 .sec_5_content .bottoms .lefts .lefts_content .child.active {
  z-index: 2;
}
.about_page .sec_5 .sec_5_content .bottoms .lefts .lefts_content .child.active .image {
  height: 328px;
}
.about_page .sec_5 .sec_5_content .bottoms .lefts .lefts_content .child.active .content {
  opacity: 1;
  transform: translateY(334px);
}
.about_page .sec_5 .sec_5_content .bottoms .rights .child {
  position: relative;
}
.about_page .sec_5 .sec_5_content .bottoms .rights .child .content {
  display: grid;
  grid-template-columns: 3.5fr 6.5fr;
  justify-content: space-between;
  gap: 3rem;
  align-items: center;
  border-top: 1.5px solid rgba(36, 41, 45, 0.2);
  padding: 22px 0;
  padding-bottom: 26px;
  transition: all 0.2s ease-in-out 0.01s;
  transition: all 0.4s ease;
}
@media (max-width: 1920px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child .content {
    padding: 20px 0;
    padding-bottom: 26px;
  }
}
@media (max-width: 1410px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child .content {
    padding: 18px 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child .content {
    padding: 16px 0;
    padding-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child .content {
    padding: 15px 0;
    padding-bottom: 21px;
    grid-template-columns: auto auto;
  }
}
@media (max-width: 767px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child .content {
    padding: 14px 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child .content {
    padding: 12px 5px;
    padding-bottom: 16px;
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
}
@media (max-width: 380px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child .content {
    padding: 10px 5px;
    padding-bottom: 14px;
  }
}
.about_page .sec_5 .sec_5_content .bottoms .rights .child:last-of-type .content {
  border-bottom: 1.5px solid rgba(36, 41, 45, 0.2);
}
.about_page .sec_5 .sec_5_content .bottoms .rights .child .gif_vide_media {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: 0.4s cubic-bezier(0, 0.5, 0.36, 1);
  height: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_page .sec_5 .sec_5_content .bottoms .rights .child .gif_vide_media img, .about_page .sec_5 .sec_5_content .bottoms .rights .child .gif_vide_media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
}
.about_page .sec_5 .sec_5_content .bottoms .rights .child .audio_control {
  width: fit-content;
  position: absolute;
  right: 7px;
  bottom: 7px;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.about_page .sec_5 .sec_5_content .bottoms .rights .child .audio_control .audio-player button {
  border: none;
  background: transparent;
  outline: none !important;
  box-shadow: none !important;
  background: #074C80;
  padding: 10px !important;
  border-radius: 100%;
  width: 34px;
  height: 34px;
}
.about_page .sec_5 .sec_5_content .bottoms .rights .child .audio_control .audio-player button i {
  color: white;
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about_page .sec_5 .sec_5_content .bottoms .rights .child:hover {
  cursor: default;
}
.about_page .sec_5 .sec_5_content .bottoms .rights .child:hover .gif_vide_media {
  height: 100%;
}
.about_page .sec_5 .sec_5_content .bottoms .rights .child:hover .content {
  padding: 70px 0;
  opacity: 0;
}
@media (max-width: 1920px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child:hover .content {
    padding: 65px 0;
  }
}
@media (max-width: 1410px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child:hover .content {
    padding: 60px 0;
  }
}
@media (max-width: 1280px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child:hover .content {
    padding: 55px 0;
  }
}
@media (max-width: 992px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child:hover .content {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child:hover .content {
    padding: 40px 0;
  }
}
@media (max-width: 470px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child:hover .content {
    padding: 35px 0;
  }
}
@media (max-width: 380px) {
  .about_page .sec_5 .sec_5_content .bottoms .rights .child:hover .content {
    padding: 30px 0;
  }
}
.about_page .sec_5 .sec_5_content .bottoms .rights .child:hover .audio_control {
  opacity: 1;
}

.all_portfolios_page .sec_1_a .tops,
.all_blog_page .sec_1_a .tops {
  padding-bottom: 0 !important;
}
.all_portfolios_page .sec_1_b.near-bottom,
.all_blog_page .sec_1_b.near-bottom {
  opacity: 0 !important;
  visibility: hidden !important;
}
.all_portfolios_page .sec_1_b,
.all_blog_page .sec_1_b {
  position: sticky;
  background: white;
  top: 113.5px;
  z-index: 6;
  transition: all 0.2s ease-in-out 0.01s;
}
.all_portfolios_page .sec_1_b.sticky-shadow,
.all_blog_page .sec_1_b.sticky-shadow {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Shadow effect */
}
@media (max-width: 1920px) {
  .all_portfolios_page .sec_1_b,
  .all_blog_page .sec_1_b {
    top: 112px;
  }
}
@media (max-width: 1600px) {
  .all_portfolios_page .sec_1_b,
  .all_blog_page .sec_1_b {
    top: 111.25px;
  }
}
@media (max-width: 1410px) {
  .all_portfolios_page .sec_1_b,
  .all_blog_page .sec_1_b {
    top: 107.25px;
  }
}
@media (max-width: 1280px) {
  .all_portfolios_page .sec_1_b,
  .all_blog_page .sec_1_b {
    top: 96.5px;
  }
}
@media (max-width: 1150px) {
  .all_portfolios_page .sec_1_b,
  .all_blog_page .sec_1_b {
    top: 95.75px;
  }
}
@media (max-width: 1020px) {
  .all_portfolios_page .sec_1_b,
  .all_blog_page .sec_1_b {
    top: 95px;
  }
}
@media (max-width: 992px) {
  .all_portfolios_page .sec_1_b,
  .all_blog_page .sec_1_b {
    top: 77.95px;
  }
}
@media (max-width: 767px) {
  .all_portfolios_page .sec_1_b,
  .all_blog_page .sec_1_b {
    top: 77.09px;
  }
}
@media (max-width: 470px) {
  .all_portfolios_page .sec_1_b,
  .all_blog_page .sec_1_b {
    top: 69.36px;
  }
}
@media (max-width: 380px) {
  .all_portfolios_page .sec_1_b,
  .all_blog_page .sec_1_b {
    top: 63.91px;
  }
}
@media (max-width: 280px) {
  .all_portfolios_page .sec_1_b,
  .all_blog_page .sec_1_b {
    top: 59.6px;
  }
}
.all_portfolios_page .sec_1_b .tops,
.all_blog_page .sec_1_b .tops {
  padding-top: 0 !important;
  padding-bottom: 40px !important;
}
@media (max-width: 992px) {
  .all_portfolios_page .sec_1_b .tops,
  .all_blog_page .sec_1_b .tops {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 767px) {
  .all_portfolios_page .sec_1_b .tops,
  .all_blog_page .sec_1_b .tops {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 470px) {
  .all_portfolios_page .sec_1_b .tops,
  .all_blog_page .sec_1_b .tops {
    padding-bottom: 25px !important;
  }
}
.all_portfolios_page .sec_1,
.all_blog_page .sec_1 {
  background: white;
}
.all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
.all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights .desk_filter,
.all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
.all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights .desk_filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 55px;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1920px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights .desk_filter,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights .desk_filter {
    gap: 50px;
  }
}
@media (max-width: 1550px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights .desk_filter,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights .desk_filter {
    gap: 45px;
  }
}
@media (max-width: 1410px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights .desk_filter,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights .desk_filter {
    gap: 40px;
  }
}
@media (max-width: 1280px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights .desk_filter,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights .desk_filter {
    gap: 35px;
  }
}
@media (max-width: 767px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights .desk_filter,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights .desk_filter {
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .desk_filter,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .desk_filter {
    display: none !important;
  }
}
.all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .mobile_filter,
.all_blog_page .sec_1 .sec_1_content .tops .tops_inner .mobile_filter {
  display: none;
}
@media (max-width: 767px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .mobile_filter,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .mobile_filter {
    display: block;
  }
}
.all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
.all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area {
  padding-top: 30px;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 767px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area {
    padding-top: 40px;
  }
}
@media (max-width: 470px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area {
    padding-top: 30px;
  }
}
@media (max-width: 380px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .lefts,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .lefts {
    display: none;
  }
}
@media (max-width: 767px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area .rights {
    width: 100%;
  }
}
.all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p,
.all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p {
  font-weight: 500;
  font-size: 22px;
  font-size: 21px;
  text-transform: capitalize;
  transition: all 0.2s ease 0.01s;
}
@media (max-width: 1920px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p {
    font-size: 21px;
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p {
    font-size: 20px;
    font-size: 19px;
  }
}
@media (max-width: 992px) {
  .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p,
  .all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p {
    font-size: 19px;
    font-size: 18.5px;
  }
}
.all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p:not(.not_filter),
.all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p:not(.not_filter) {
  cursor: pointer;
  position: relative;
}
.all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p:not(.not_filter)::after,
.all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p:not(.not_filter)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1.5px;
  left: 0;
  bottom: -1.5px;
  transition: all 0.3s ease 0.01s;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  background: #074C80;
  z-index: -2;
}
.all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p.active:not(.not_filter), .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p:hover:not(.not_filter),
.all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p.active:not(.not_filter),
.all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p:hover:not(.not_filter) {
  color: #074C80;
}
.all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p.active:not(.not_filter)::after, .all_portfolios_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p:hover:not(.not_filter)::after,
.all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p.active:not(.not_filter)::after,
.all_blog_page .sec_1 .sec_1_content .tops .tops_inner .fileter_area p:hover:not(.not_filter)::after {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.all_portfolios_page .sec_2 {
  background: white;
  padding-top: 1.5% !important;
}
@media (max-width: 767px) {
  .all_portfolios_page .sec_2 {
    padding-top: 0 !important;
  }
}
.all_portfolios_page .sec_2 .sec_2_content {
  padding-top: 40px !important;
  transition: all 0.2s ease-in-out 0.01s;
  padding-top: 0px !important;
}
.all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6rem 5rem;
  min-height: 60vh;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1920px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios {
    gap: 5rem 4.5rem;
  }
}
@media (max-width: 1410px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios {
    gap: 4rem;
  }
}
@media (max-width: 1280px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios {
    gap: 3.5rem;
  }
}
@media (max-width: 992px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios {
    gap: 3.5rem 2.5rem;
  }
}
@media (max-width: 767px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios {
    min-height: 35vh;
  }
}
@media (max-width: 470px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios {
    gap: 3rem 2rem;
  }
}
@media (max-width: 380px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios {
    grid-template-columns: 1fr;
  }
}
.all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post {
  cursor: pointer;
}
.all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .tops .image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .tops .image img {
  max-height: 600px;
  height: 100%;
  aspect-ratio: 16/9;
  transition: all 0.4s ease-in-out;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out 0.01s;
}
.all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .tops .image img.no_image {
  object-fit: contain;
}
@media (max-width: 1920px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .tops .image img {
    max-height: 500px;
  }
}
@media (max-width: 1410px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .tops .image img {
    max-height: 480px;
  }
}
@media (max-width: 1280px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .tops .image img {
    max-height: 400px;
  }
}
@media (max-width: 992px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .tops .image img {
    max-height: 300px;
  }
}
@media (max-width: 767px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .tops .image img {
    max-height: 250px;
  }
}
.all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .bottoms {
  margin-top: 20px;
}
@media (max-width: 1280px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .bottoms {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .bottoms {
    margin-top: 10px;
  }
}
@media (max-width: 470px) {
  .all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .bottoms {
    margin-top: 6px;
  }
}
.all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .bottoms h3 {
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px;
}
.all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post .bottoms p {
  margin-top: 5px;
  text-transform: capitalize;
}
.all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post:hover .tops .image img {
  transform: scale(1.015);
}
.all_portfolios_page .sec_2 .sec_2_content .post_grid .all_portfolios .portfolio-post:hover .bottoms h3 {
  text-decoration: underline;
}

.all_blog_page .sec_2 {
  padding-top: 1.5% !important;
}
@media (max-width: 767px) {
  .all_blog_page .sec_2 {
    padding-top: 0 !important;
  }
}
.all_blog_page .sec_2 .sec_2_content {
  padding-top: 40px !important;
  padding-top: 0px !important;
  transition: all 0.2s ease-in-out 0.01s;
}
.all_blog_page .sec_2 .sec_2_content .post_grid .all_posts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6rem 5rem;
  gap: 6rem 4rem;
  min-height: 80vh;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1920px) {
  .all_blog_page .sec_2 .sec_2_content .post_grid .all_posts {
    gap: 5rem 4.5rem;
    gap: 5rem 3rem;
  }
}
@media (max-width: 1410px) {
  .all_blog_page .sec_2 .sec_2_content .post_grid .all_posts {
    gap: 4rem;
    gap: 4rem 2.5rem;
  }
}
@media (max-width: 1280px) {
  .all_blog_page .sec_2 .sec_2_content .post_grid .all_posts {
    gap: 3.5rem;
    gap: 2.5rem;
  }
}
@media (max-width: 992px) {
  .all_blog_page .sec_2 .sec_2_content .post_grid .all_posts {
    grid-template-columns: 1fr 1fr;
    gap: 4.5rem 2.5rem;
    gap: 4.5rem 2rem;
  }
}
@media (max-width: 767px) {
  .all_blog_page .sec_2 .sec_2_content .post_grid .all_posts {
    min-height: 35vh;
    gap: 4rem 1.75rem;
  }
}
@media (max-width: 470px) {
  .all_blog_page .sec_2 .sec_2_content .post_grid .all_posts {
    gap: 4rem 2.25rem;
    gap: 4rem 1.7rem;
  }
}
@media (max-width: 380px) {
  .all_blog_page .sec_2 .sec_2_content .post_grid .all_posts {
    grid-template-columns: 1fr;
  }
}
.all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post .tops .image {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post .tops .image img {
  max-height: 440px;
  height: 100%;
  aspect-ratio: 1.73/1;
  transition: all 0.4s ease-in-out;
  width: 100%;
  object-fit: contain;
  object-fit: cover;
  object-position: top;
}
.all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post .bottoms {
  margin-top: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1280px) {
  .all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post .bottoms {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post .bottoms {
    margin-top: 10px;
  }
}
@media (max-width: 470px) {
  .all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post .bottoms {
    margin-top: 6px;
  }
}
.all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post .bottoms h3 {
  color: #074C80;
  text-transform: capitalize;
  font-weight: 500;
}
.all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post .bottoms h3 {
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px;
}
.all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post .bottoms .main_content {
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 1280px) {
  .all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post .bottoms .main_content {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post .bottoms .main_content {
    margin-top: 8px;
  }
}
@media (max-width: 470px) {
  .all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post .bottoms .main_content {
    margin-top: 6px;
  }
}
.all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post .bottoms .main_content .date {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: 500;
}
.all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post:hover .tops .image img {
  transform: scale(1.015);
}
.all_blog_page .sec_2 .sec_2_content .post_grid .all_posts .single-post:hover .bottoms h3 {
  text-decoration: underline;
}

.careers_page .sec_1 .sec_1_content .tops {
  padding-bottom: 0 !important;
}
.careers_page .sec_1 .sec_1_content .tops .tops_inner .copy_content {
  max-width: 85%;
}
.careers_page .sec_1 .sec_1_content .tops .tops_inner .copy_content a {
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 2.5px !important;
  text-underline-offset: 8.5px;
  text-underline-offset: 7px;
}
@media (max-width: 1280px) {
  .careers_page .sec_1 .sec_1_content .tops .tops_inner .copy_content a {
    text-underline-offset: 6px;
    text-decoration-thickness: 2px !important;
  }
}
@media (max-width: 767px) {
  .careers_page .sec_1 .sec_1_content .tops .tops_inner .copy_content a {
    text-underline-offset: 4.5px;
  }
}
@media (max-width: 470px) {
  .careers_page .sec_1 .sec_1_content .tops .tops_inner .copy_content a {
    text-underline-offset: 3.5px;
    text-decoration-thickness: 1.5px !important;
  }
}
.careers_page .sec_1 .sec_1_content .tops .tops_inner .copy_content a:hover {
  color: #074C80;
}
.careers_page .sec_1 .sec_1_content .tops .tops_inner .copy_content p {
  word-break: break-word;
}
.careers_page .sec_2 .sec_2_content .child {
  border-top: 1px solid #24292D;
  padding: 28px 0;
  padding-bottom: 40px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .careers_page .sec_2 .sec_2_content .child {
    padding: 26px 0;
    padding-bottom: 38px;
  }
}
@media (max-width: 1410px) {
  .careers_page .sec_2 .sec_2_content .child {
    padding: 24px 0;
    padding-bottom: 36px;
  }
}
@media (max-width: 1280px) {
  .careers_page .sec_2 .sec_2_content .child {
    padding: 22px 0;
    padding-bottom: 34px;
  }
}
@media (max-width: 992px) {
  .careers_page .sec_2 .sec_2_content .child {
    padding: 21px 0;
    padding-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .careers_page .sec_2 .sec_2_content .child {
    padding: 20px 10px;
    padding-bottom: 32px;
  }
}
@media (max-width: 470px) {
  .careers_page .sec_2 .sec_2_content .child {
    padding: 19px 8px;
    padding-bottom: 31px;
    padding-bottom: 26px;
  }
}
@media (max-width: 380px) {
  .careers_page .sec_2 .sec_2_content .child {
    padding: 18px 7px;
    padding-bottom: 30px;
    padding-bottom: 25px;
  }
}
.careers_page .sec_2 .sec_2_content .child:last-of-type {
  border-bottom: 1px solid #24292D;
}
.careers_page .sec_2 .sec_2_content .child .faq_block .copy_content {
  max-width: 80%;
}
@media (max-width: 767px) {
  .careers_page .sec_2 .sec_2_content .child .faq_block .copy_content {
    max-width: 90%;
  }
}
@media (max-width: 470px) {
  .careers_page .sec_2 .sec_2_content .child .faq_block .copy_content {
    max-width: 95%;
  }
}
.careers_page .sec_2 .sec_2_content .child .faq_block .question {
  cursor: pointer;
}
.careers_page .sec_2 .sec_2_content .child .faq_block .question .inline_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 5.5rem;
}
@media (max-width: 992px) {
  .careers_page .sec_2 .sec_2_content .child .faq_block .question .inline_flex {
    gap: 1rem 4.5rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 470px) {
  .careers_page .sec_2 .sec_2_content .child .faq_block .question .inline_flex {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 14px;
  }
}
.careers_page .sec_2 .sec_2_content .child .faq_block .question .inline_flex h3 {
  font-weight: 500;
  color: #074C80;
}
.careers_page .sec_2 .sec_2_content .child .faq_block .question .inline_flex .c_button h3 {
  color: black;
  text-decoration: none !important;
}
.careers_page .sec_2 .sec_2_content .child .faq_block .question .inline_flex .c_button:hover .tilted {
  transform: rotate(0deg);
  background: #074C80;
  border-color: #074C80;
}
.careers_page .sec_2 .sec_2_content .child .faq_block .question .inline_flex .c_button:hover .tilted i {
  color: white;
}
.careers_page .sec_2 .sec_2_content .child .faq_block .question:hover h3 {
  text-decoration: underline;
}
.careers_page .sec_2 .sec_2_content .child .faq_block .answer {
  display: none;
  margin-top: 35px;
}
@media (max-width: 1920px) {
  .careers_page .sec_2 .sec_2_content .child .faq_block .answer {
    margin-top: 30px;
  }
}
@media (max-width: 1410px) {
  .careers_page .sec_2 .sec_2_content .child .faq_block .answer {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .careers_page .sec_2 .sec_2_content .child .faq_block .answer {
    margin-top: 23px;
  }
}
@media (max-width: 470px) {
  .careers_page .sec_2 .sec_2_content .child .faq_block .answer {
    margin-top: 25px;
  }
}
.careers_page .sec_2 .sec_2_content .child .faq_block .answer ul {
  margin-top: 5px;
  margin-bottom: 18px;
  padding-left: 22px;
}
.careers_page .sec_2 .bleed_image {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.careers_page .sec_2 .bleed_image .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.careers_page .sec_3 .sec_3_content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .careers_page .sec_3 .sec_3_content {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .careers_page .sec_3 .sec_3_content {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .careers_page .sec_3 .sec_3_content {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .careers_page .sec_3 .sec_3_content {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 470px) {
  .careers_page .sec_3 .sec_3_content {
    gap: 4.5rem;
  }
}
@media (max-width: 380px) {
  .careers_page .sec_3 .sec_3_content {
    gap: 4rem;
  }
}
.careers_page .sec_3 .sec_3_content .lefts {
  background: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 992px) {
  .careers_page .sec_3 .sec_3_content .lefts {
    padding: 50px 0;
    display: none;
  }
}
@media (max-width: 767px) {
  .careers_page .sec_3 .sec_3_content .lefts {
    padding: 45px 0;
  }
}
@media (max-width: 470px) {
  .careers_page .sec_3 .sec_3_content .lefts {
    padding: 40px 0;
  }
}
@media (max-width: 380px) {
  .careers_page .sec_3 .sec_3_content .lefts {
    padding: 35px 0;
  }
}
.careers_page .sec_3 .sec_3_content .lefts .lefts_content h2 {
  color: white;
}
@media (max-width: 992px) {
  .careers_page .sec_3 .sec_3_content .rights {
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .careers_page .sec_3 .sec_3_content .rights {
    padding-top: 0px;
  }
}
@media (max-width: 992px) {
  .careers_page .sec_3 .sec_3_content .rights .form {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 470px) {
  .careers_page .sec_3 .sec_3_content .rights .form {
    max-width: 95%;
  }
}
.careers_page .sec_3 .sec_3_content .rights .form #input_4_1_3_container {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .careers_page .sec_3 .sec_3_content .rights .form #input_4_1_3_container {
    padding-right: 15px;
  }
}
@media (max-width: 641px) {
  .careers_page .sec_3 .sec_3_content .rights .form #input_4_1_3_container {
    padding-right: 0px;
    margin-bottom: 2.5rem !important;
  }
  .careers_page .sec_3 .sec_3_content .rights .form #input_4_1_3_container input {
    padding-top: 0 !important;
  }
}
.careers_page .sec_3 .sec_3_content .rights .form #input_4_1_6_container {
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .careers_page .sec_3 .sec_3_content .rights .form #input_4_1_6_container {
    padding-left: 15px;
  }
}
@media (max-width: 641px) {
  .careers_page .sec_3 .sec_3_content .rights .form #input_4_1_6_container {
    padding-left: 0px;
    margin-bottom: 0 !important;
  }
  .careers_page .sec_3 .sec_3_content .rights .form #input_4_1_6_container input {
    padding-top: 0 !important;
  }
}
@media (max-width: 641px) {
  .careers_page .sec_3 .sec_3_content .rights .form .ginput_container_email input,
  .careers_page .sec_3 .sec_3_content .rights .form .ginput_container_phone input {
    padding-top: 0 !important;
  }
}

.contact_page .sec_1 .sec_1_content .tops .tops_inner {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 8rem;
  align-items: center;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner {
    grid-template-columns: 1.1fr 1fr;
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner {
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner {
    grid-template-columns: 1fr 1.1fr;
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner {
    grid-template-columns: 1fr 1.3fr;
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}
.contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts hr {
  margin: 50px 0;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts hr {
    margin: 45px 0;
  }
}
@media (max-width: 1410px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts hr {
    margin: 40px 0;
  }
}
@media (max-width: 1280px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts hr {
    margin: 35px 0;
  }
}
@media (max-width: 992px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts hr {
    margin: 30px 0;
  }
}
@media (max-width: 767px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts hr {
    margin: 25px 0;
  }
}
@media (max-width: 470px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts hr {
    margin: 22px 0;
  }
}
.contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks,
.contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_f {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2.5rem 5rem;
}
@media (max-width: 767px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_f {
    flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 767px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks {
    width: fit-content;
    gap: 2.5rem 10rem;
    margin: 0 auto;
  }
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .block:nth-child(2) {
    order: -1;
  }
}
@media (max-width: 470px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks {
    gap: 2.5rem 7rem;
  }
}
@media (max-width: 410px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks {
    gap: 2.5rem 5rem;
  }
}
@media (max-width: 390px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks {
    gap: 2.5rem 4rem;
  }
}
.contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .block h3 {
  margin-bottom: 12px;
}
@media (max-width: 1920px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .block h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 1410px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .block h3 {
    margin-bottom: 8px;
  }
}
@media (max-width: 1280px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .block h3 {
    margin-bottom: 6px;
  }
}
@media (max-width: 992px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .block h3 {
    margin-bottom: 5px;
  }
}
.contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .block .p_links {
  line-height: 26pt;
}
@media (max-width: 1920px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .block .p_links {
    line-height: 25pt;
  }
}
@media (max-width: 1410px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .block .p_links {
    line-height: 24pt;
  }
}
@media (max-width: 1280px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .block .p_links {
    line-height: 23pt;
  }
}
@media (max-width: 992px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .block .p_links {
    line-height: 22pt;
  }
}
@media (max-width: 767px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .block .p_links {
    line-height: 21pt;
  }
}
@media (max-width: 470px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .block .p_links {
    line-height: 20pt;
  }
}
.contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .inline_f .addresss {
  margin-top: -2.5px;
}
.contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .inline_f .addresss a.address {
  text-transform: capitalize;
  color: #074C80;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1.2px !important;
  text-underline-offset: 6px;
}
.contact_page .sec_1 .sec_1_content .tops .tops_inner .lefts .inline_blocks .inline_f .addresss a.address:hover {
  color: #24292D;
}
@media (max-width: 1280px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .rights {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .rights {
    display: none;
  }
}
.contact_page .sec_1 .sec_1_content .tops .tops_inner .rights .maps {
  height: 700px;
  background: #ccc;
}
@media (max-width: 1920px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .rights .maps {
    height: 600px;
  }
}
@media (max-width: 1410px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .rights .maps {
    height: 500px;
  }
}
@media (max-width: 1280px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .rights .maps {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .rights .maps {
    height: 380px;
  }
}
@media (max-width: 470px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .rights .maps {
    height: 350px;
  }
}
@media (max-width: 380px) {
  .contact_page .sec_1 .sec_1_content .tops .tops_inner .rights .maps {
    height: 330px;
  }
}
.contact_page .sec_2 {
  background: #24292D;
}
.contact_page .sec_2 p {
  color: white;
}
.contact_page .sec_2 .sec_2_main .sec_2_main_content {
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  gap: 8rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content {
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content {
    grid-template-columns: 1fr;
    gap: 4.5rem;
  }
}
@media (max-width: 470px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content {
    gap: 4rem;
  }
}
.contact_page .sec_2 .sec_2_main .sec_2_main_content .lefts .copy_content {
  position: sticky;
  top: 170px;
  transition: all 0.2s ease-in-out 0.01s;
}
.contact_page .sec_2 .sec_2_main .sec_2_main_content .lefts .copy_content p {
  font-weight: 500;
}
@media (max-width: 1280px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content .lefts .copy_content {
    top: 140px;
  }
}
@media (max-width: 992px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content .lefts .copy_content {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content .lefts .copy_content {
    position: unset;
  }
}
.contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form .gform_body input, .contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form .gform_body select, .contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form .gform_body textarea {
  background: transparent;
  border-color: white !important;
  color: white !important;
}
.contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form .gform_body input::placeholder, .contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form .gform_body select::placeholder, .contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form .gform_body textarea::placeholder {
  color: white !important;
}
.contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form .gform_body label {
  color: white !important;
}
.contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form .gform_body .ginput_container_select {
  border-color: white !important;
}
.contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form .gform_footer input.gform_button:hover {
  background: white !important;
  color: black;
}
.contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form #input_1_1_3_container {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form #input_1_1_3_container {
    padding-right: 15px;
  }
}
@media (max-width: 641px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form #input_1_1_3_container {
    padding-right: 0px;
    margin-bottom: 2.5rem !important;
  }
  .contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form #input_1_1_3_container input {
    padding-top: 0 !important;
  }
}
.contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form #input_1_1_6_container {
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form #input_1_1_6_container {
    padding-left: 15px;
  }
}
@media (max-width: 641px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form #input_1_1_6_container {
    padding-left: 0px;
    margin-bottom: 0 !important;
  }
  .contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form #input_1_1_6_container input {
    padding-top: 0 !important;
  }
}
@media (max-width: 641px) {
  .contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form .ginput_container_email input,
  .contact_page .sec_2 .sec_2_main .sec_2_main_content .rights .form .ginput_container_phone input {
    padding-top: 0 !important;
  }
}
.contact_page .sec_3 .map_section {
  display: none;
}
@media (max-width: 767px) {
  .contact_page .sec_3 .map_section {
    display: block;
  }
  .contact_page .sec_3 .map_section .maps {
    height: 500px;
    background: #ccc;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .contact_page .sec_3 .map_section .maps {
    height: 380px;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .contact_page .sec_3 .map_section .maps {
    height: 350px;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .contact_page .sec_3 .map_section .maps {
    height: 330px;
  }
}

.what_we_do_page .sec_1 {
  background: white;
}
.what_we_do_page .sec_1 .sec_1_content .tops .tops_inner .copy_content {
  max-width: 85%;
}
@media (max-width: 767px) {
  .what_we_do_page .sec_1:not(.sec_1_b) .sec_1_content .tops {
    padding-bottom: 0 !important;
  }
}
.what_we_do_page .sec_1_b {
  display: none;
  position: sticky;
  background: white;
  top: 113.5px;
  z-index: 6;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 767px) {
  .what_we_do_page .sec_1_b {
    display: block;
  }
}
.what_we_do_page .sec_1_b.sticky-shadow {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); /* Shadow effect */
}
@media (max-width: 1920px) {
  .what_we_do_page .sec_1_b {
    top: 112px;
  }
}
@media (max-width: 1600px) {
  .what_we_do_page .sec_1_b {
    top: 111.25px;
  }
}
@media (max-width: 1410px) {
  .what_we_do_page .sec_1_b {
    top: 107.25px;
  }
}
@media (max-width: 1280px) {
  .what_we_do_page .sec_1_b {
    top: 96.5px;
  }
}
@media (max-width: 1150px) {
  .what_we_do_page .sec_1_b {
    top: 95.75px;
  }
}
@media (max-width: 1020px) {
  .what_we_do_page .sec_1_b {
    top: 95px;
  }
}
@media (max-width: 992px) {
  .what_we_do_page .sec_1_b {
    top: 77.95px;
  }
}
@media (max-width: 767px) {
  .what_we_do_page .sec_1_b {
    top: 77.09px;
    padding-top: 40px;
  }
}
@media (max-width: 470px) {
  .what_we_do_page .sec_1_b {
    top: 69.36px;
    padding-top: 30px;
  }
}
@media (max-width: 380px) {
  .what_we_do_page .sec_1_b {
    top: 63.91px;
    padding-top: 20px;
  }
}
@media (max-width: 280px) {
  .what_we_do_page .sec_1_b {
    top: 59.6px;
  }
}
.what_we_do_page .sec_1_b .tops {
  padding-top: 0 !important;
  padding-bottom: 40px !important;
}
@media (max-width: 992px) {
  .what_we_do_page .sec_1_b .tops {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 767px) {
  .what_we_do_page .sec_1_b .tops {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 470px) {
  .what_we_do_page .sec_1_b .tops {
    padding-bottom: 25px !important;
  }
}
.what_we_do_page .sec_2 {
  padding-top: 0 !important;
  z-index: 2 !important;
  background: white;
}
@media (max-width: 767px) {
  .what_we_do_page .sec_2 {
    padding-top: 27.5px !important;
  }
}
@media (max-width: 470px) {
  .what_we_do_page .sec_2 {
    padding-top: 22.5px !important;
  }
}
.what_we_do_page .sec_2 .sec_2_content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 8rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .what_we_do_page .sec_2 .sec_2_content {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .what_we_do_page .sec_2 .sec_2_content {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .what_we_do_page .sec_2 .sec_2_content {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .what_we_do_page .sec_2 .sec_2_content {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .what_we_do_page .sec_2 .sec_2_content {
    grid-template-columns: 1fr;
  }
  .what_we_do_page .sec_2 .sec_2_content .lefts {
    display: none;
  }
}
.what_we_do_page .sec_2 .sec_2_content .lefts {
  padding-top: 70px;
  transition: all 0.2s ease-in-out 0.01s;
  position: relative;
}
.what_we_do_page .sec_2 .sec_2_content .lefts .lefts_content {
  position: sticky;
  top: 170px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .what_we_do_page .sec_2 .sec_2_content .lefts {
    padding-top: 45px;
  }
}
@media (max-width: 1280px) {
  .what_we_do_page .sec_2 .sec_2_content .lefts {
    padding-top: 30px;
  }
  .what_we_do_page .sec_2 .sec_2_content .lefts .lefts_content {
    top: 140px;
  }
}
@media (max-width: 992px) {
  .what_we_do_page .sec_2 .sec_2_content .lefts {
    padding-top: 20px;
  }
  .what_we_do_page .sec_2 .sec_2_content .lefts .lefts_content {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .what_we_do_page .sec_2 .sec_2_content .lefts {
    padding-top: 0;
  }
}
.what_we_do_page .sec_2 .sec_2_content .lefts .lefts_content .child h3 {
  font-weight: 300;
  cursor: pointer;
}
.what_we_do_page .sec_2 .sec_2_content .lefts .lefts_content .child h3:hover {
  color: #074C80;
  text-decoration: underline;
}
.what_we_do_page .sec_2 .sec_2_content .lefts .lefts_content .child h3.active {
  font-weight: 500;
  color: #074C80;
  text-decoration: none;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child {
  display: none;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .media_area {
  position: relative;
  z-index: 1;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .media_area .vid_img {
  position: relative;
  overflow: visible;
}
@media (max-width: 992px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .media_area .vid_img {
    overflow: hidden;
  }
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .media_area .vid_img::after, .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .media_area .vid_img::before {
  content: "";
  background: red;
  background: transparent;
  position: absolute;
  height: 100%;
  width: 20px;
  z-index: 10000 !important;
  top: 0;
}
@media (max-width: 992px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .media_area .vid_img::after, .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .media_area .vid_img::before {
    content: none;
  }
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .media_area .vid_img::after {
  left: -20px;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .media_area .vid_img::before {
  right: -20px;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .media_area .vid_img .videos {
  z-index: 1;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss {
  padding-top: 65px;
  position: relative;
  z-index: 30000;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss {
    padding-top: 50px;
  }
}
@media (max-width: 1410px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss {
    padding-top: 40px;
  }
}
@media (max-width: 1280px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss {
    padding-top: 30px;
  }
}
@media (max-width: 992px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss {
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss {
    padding-top: 20px;
  }
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .copy_content p, .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .copy_content img {
  margin-bottom: 21px;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .copy_content p:last-of-type, .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .copy_content img:last-of-type {
  margin-bottom: 0;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .button_area {
  margin-top: 25px;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered {
    margin-top: 70px;
    gap: 0 8rem;
  }
}
@media (max-width: 1410px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered {
    margin-top: 65px;
    gap: 0 6rem;
  }
}
@media (max-width: 1280px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered {
    margin-top: 60px;
    gap: 0 5rem;
  }
}
@media (max-width: 992px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered {
    margin-top: 55px;
    margin-top: 50px;
    gap: 0 4rem;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 470px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered {
    margin-top: 50px;
    margin-top: 44px;
    gap: 0;
  }
}
@media (max-width: 380px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered {
    margin-top: 45px;
    margin-top: 37px;
  }
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child {
  border-bottom: 1px solid #24292D;
  padding: 22px 0;
  padding-bottom: 26px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child {
    padding: 20px 0;
    padding-bottom: 26px;
  }
}
@media (max-width: 1410px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child {
    padding: 18px 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child {
    padding: 16px 0;
    padding-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child {
    padding: 15px 0;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child {
    padding: 14px 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child {
    padding: 12px 0;
    padding-bottom: 16px;
  }
}
@media (max-width: 380px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child {
    padding: 10px 0;
    padding-bottom: 14px;
  }
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child:nth-child(1), .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child:nth-child(2) {
  border-top: 1px solid #24292D;
}
@media (max-width: 992px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child:nth-child(2) {
    border-top: none;
  }
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question {
  cursor: pointer;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 4.5rem;
}
@media (max-width: 767px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex {
    gap: 1rem 3rem;
  }
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex h4 {
  font-weight: 300;
  font-size: 25px;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex h4::after {
  content: attr(data-content);
  font-weight: 500;
  visibility: hidden; /* Hide from view */
  height: 0; /* Prevent space consumption */
  display: block;
}
@media (max-width: 1920px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 23px;
  }
}
@media (max-width: 1410px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 21px;
  }
}
@media (max-width: 992px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 19px;
  }
}
@media (max-width: 470px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 17px;
  }
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex {
  cursor: default !important;
  position: relative;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex .slide_info_outer {
  position: absolute;
  right: 0;
  top: 63%;
  transform: translateY(-51%);
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 4.5rem;
  gap: 0;
  cursor: pointer !important;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info {
  min-width: 166px;
  background: #074C80;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info p {
  margin-right: 47px;
  margin-bottom: 4px;
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 1920px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info {
    min-width: 156px;
  }
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info p {
    margin-right: 42.5px;
    margin-bottom: 3.5px;
  }
}
@media (max-width: 1600px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info {
    min-width: 154px;
  }
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info p {
    margin-right: 41px;
    margin-bottom: 3.5px;
  }
}
@media (max-width: 1410px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info {
    min-width: 149px;
  }
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info p {
    margin-right: 40.5px;
    margin-bottom: 3.5px;
  }
}
@media (max-width: 1280px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info {
    min-width: 140.5px;
  }
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info p {
    margin-right: 38px;
    margin-bottom: 3.5px;
  }
}
@media (max-width: 992px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info {
    min-width: 139px;
  }
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info p {
    margin-right: 38px;
    margin-bottom: 4px;
  }
}
@media (max-width: 470px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info {
    min-width: 127.5px;
  }
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info p {
    margin-right: 35px;
    margin-bottom: 3.5px;
    font-size: 15px;
  }
}
@media (max-width: 380px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info {
    min-width: 120px;
  }
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info p {
    margin-right: 34px;
    margin-bottom: 3.5px;
    font-size: 13.5px;
  }
}
@media (max-width: 320px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info {
    min-width: 110.5px;
  }
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info p {
    margin-right: 34px;
    margin-bottom: 3px;
    font-size: 12px;
  }
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info .drop_dwn_arr.tilted {
  transform: rotate(0deg);
  background: #074C80;
  border-color: #074C80;
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex:hover .slide_info .drop_dwn_arr.tilted i {
  color: white;
}
@media (max-width: 767px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex {
    gap: 1rem 10px;
  }
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex h4 {
  font-weight: 300;
  width: 60%;
}
@media (max-width: 1920px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex h4 {
    width: 55%;
  }
}
@media (max-width: 1600px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex h4 {
    width: 45%;
  }
}
@media (max-width: 992px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex h4 {
    width: 65%;
  }
}
@media (max-width: 850px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex h4 {
    width: 60%;
  }
}
@media (max-width: 767px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex h4 {
    width: 70%;
  }
}
@media (max-width: 650px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex h4 {
    width: 65%;
  }
}
@media (max-width: 570px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex h4 {
    width: 60%;
  }
}
@media (max-width: 470px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex h4 {
    width: 62%;
  }
}
@media (max-width: 380px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex h4 {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex h4 {
    width: 45%;
  }
}
@media (max-width: 280px) {
  .what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex h4 {
    width: 40%;
  }
}
.what_we_do_page .sec_2 .sec_2_content .rights .rights_content .child .contentss .services_offered .block_child .faq_block .question .inline_flex.link_flex h4::after {
  content: attr(data-content);
  font-weight: 500;
  visibility: hidden; /* Hide from view */
  height: 0; /* Prevent space consumption */
  display: block;
}

.serivce_page .sec_spacer_hr_line hr {
  display: none;
}
.serivce_page .sec_spacer_hr_line.visible_hr hr {
  display: block;
  margin: 0;
  border: none;
  height: 1.5px;
  background: #24292D;
}
.serivce_page .sec_single_service_page .sec_single_service_page_content .tops .tops_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .tops .tops_inner {
    gap: 6rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .tops .tops_inner {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    gap: 2.5rem;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .tops .tops_inner {
    gap: 2rem;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .tops .tops_inner {
    gap: 1.5rem;
  }
}
.serivce_page .sec_single_service_page .sec_single_service_page_content .tops .tops_inner .image img {
  max-width: 150px;
  max-width: 200px;
  min-width: 100%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .tops .tops_inner .image img {
    max-width: 190px;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .tops .tops_inner .image img {
    max-width: 180px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .tops .tops_inner .image img {
    max-width: 170px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .tops .tops_inner .image img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .tops .tops_inner .image img {
    max-width: 110px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .tops .tops_inner .image img {
    max-width: 90px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .tops .tops_inner .image img {
    max-width: 70px;
  }
}
.serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer {
  padding-top: 0 !important;
  transition: all 0.2s ease-in-out 0.01s;
}
.serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer.make_it_bleed {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer.make_it_bleed .bottoms {
  max-width: 100%;
}
@media (max-width: 767px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer .bottoms {
  position: relative;
  z-index: 1;
}
.serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer .bottoms .vid_img {
  position: relative;
  overflow: visible;
}
@media (max-width: 992px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer .bottoms .vid_img {
    overflow: hidden;
  }
}
.serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer .bottoms .vid_img::after, .serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer .bottoms .vid_img::before {
  content: "";
  background: red;
  background: transparent;
  position: absolute;
  height: 100%;
  width: 20px;
  z-index: 10000 !important;
  top: 0;
}
@media (max-width: 992px) {
  .serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer .bottoms .vid_img::after, .serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer .bottoms .vid_img::before {
    content: none;
  }
}
.serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer .bottoms .vid_img::after {
  left: -20px;
}
.serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer .bottoms .vid_img::before {
  right: -20px;
}
.serivce_page .sec_single_service_page .sec_single_service_page_content .bottoms_outer .bottoms .vid_img .videos {
  z-index: 1;
}
.serivce_page .sec_overview_section .sec_overview_section_content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 8rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section .sec_overview_section_content {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_overview_section .sec_overview_section_content {
    grid-template-columns: 1fr 4fr;
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section .sec_overview_section_content {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section .sec_overview_section_content {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section .sec_overview_section_content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_overview_section .sec_overview_section_content {
    gap: 0.8rem;
  }
}
.serivce_page .sec_overview_section .sec_overview_section_content .lefts {
  transition: all 0.2s ease-in-out 0.01s;
}
.serivce_page .sec_overview_section .sec_overview_section_content .lefts .lefts_content {
  position: sticky;
  top: 170px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .lefts .lefts_content {
    top: 140px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .lefts .lefts_content {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .lefts .lefts_content {
    position: unset;
  }
}
.serivce_page .sec_overview_section .sec_overview_section_content .rights {
  margin-top: 6px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights {
    margin-top: 3px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights {
    margin-top: 0px;
  }
}
.serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .b_btn_area {
  margin-top: 20px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .b_btn_area {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .b_btn_area {
    margin-top: 10px;
  }
}
.serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 10rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered {
    margin-top: 70px;
    gap: 0 8rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered {
    margin-top: 65px;
    gap: 0 6rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered {
    margin-top: 60px;
    gap: 0 5rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered {
    margin-top: 55px;
    margin-top: 35px;
    gap: 0 4rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered {
    margin-top: 30px;
    margin-top: 25px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered {
    margin-top: 50px;
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 0;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered {
    margin-top: 45px;
    margin-top: 25px;
  }
}
.serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child {
  border-bottom: 1px solid #24292D;
  padding: 22px 0;
  padding-bottom: 26px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child {
    padding: 20px 0;
    padding-bottom: 26px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child {
    padding: 18px 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child {
    padding: 16px 0;
    padding-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child {
    padding: 15px 0;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child {
    padding: 14px 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child {
    padding: 12px 0;
    padding-bottom: 16px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child {
    padding: 10px 0;
    padding-bottom: 14px;
  }
}
.serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child:nth-child(1), .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child:nth-child(2) {
  border-top: 1px solid #24292D;
}
@media (max-width: 470px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child:nth-child(2) {
    border-top: none;
  }
}
.serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child .faq_block .question {
  cursor: pointer;
}
.serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child .faq_block .question .inline_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 4.5rem;
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child .faq_block .question .inline_flex {
    gap: 1rem 3rem;
  }
}
.serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child .faq_block .question .inline_flex h4 {
  font-weight: 300;
  font-size: 25px;
}
.serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child .faq_block .question .inline_flex h4::after {
  content: attr(data-content);
  font-weight: 500;
  visibility: hidden; /* Hide from view */
  height: 0; /* Prevent space consumption */
  display: block;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 23px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 21px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 19px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 18px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_overview_section .sec_overview_section_content .rights .rights_content .services_offered .block_child .faq_block .question .inline_flex h4 {
    font-size: 17px;
  }
}
.serivce_page .sec_slider_with_heading_and_copy {
  overflow: hidden;
}
@media (max-width: 1920px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops {
    margin-bottom: 45px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops {
    margin-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops {
    margin-bottom: 35px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops {
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops {
    margin-bottom: 20px;
  }
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops h2 br {
    display: none !important;
  }
}
.serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops .copy_content {
  max-width: 65%;
  margin-top: 28px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 72.5%;
    margin-top: 25px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 75%;
    margin-top: 22px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 80%;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 85%;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 90%;
    margin-top: 15px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 95%;
    margin-top: 14px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 100%;
    margin-top: 13px;
  }
}
@media (max-width: 1700px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms_outer {
    padding-left: 6.5%;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms_outer {
    padding-left: 7.5%;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms_outer {
    padding-left: 8%;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms_outer {
    padding-left: 9%;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms_outer {
    padding-left: 0%;
  }
}
.serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms {
  position: relative;
}
@media (max-width: 767px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms {
    display: grid;
    grid-template-columns: 14% 86%;
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms {
    grid-template-columns: 100%;
    gap: 1.5rem;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms {
    gap: 1rem;
  }
}
.serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms::after {
  position: absolute;
  z-index: 2;
  content: "";
  background: white;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 767px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms::after {
    left: -5%;
    width: 18%;
    content: none;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms::after {
    content: none;
  }
}
.serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts {
  position: absolute;
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts {
    display: none !important;
  }
}
.serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts .arrows_container {
  flex-direction: column-reverse;
  gap: 10px;
}
@media (max-width: 767px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts .arrows_container {
    padding-left: 15px;
  }
}
@media (max-width: 560px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts .arrows_container {
    padding-left: 5px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts .arrows_container {
    padding-left: 0px;
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts {
    left: -70px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts {
    position: unset;
    transform: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts {
    flex-direction: row;
    justify-content: center;
  }
}
.serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr {
  padding: 10px;
}
@media (max-width: 400px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr {
    padding: 8px;
  }
}
.serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
  font-size: 26px;
}
@media (max-width: 1920px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 25px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 21px;
  }
}
@media (max-width: 320px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 20px;
  }
}
.serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider {
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider {
    max-width: 60%;
    overflow: visible;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider {
    max-width: 75%;
  }
}
@media (max-width: 560px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider {
    max-width: 85%;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider {
    max-width: 93%;
    max-width: 82%;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider {
    max-width: 100%;
    max-width: 84%;
  }
}
.serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider .slick-list {
  overflow: visible;
}
.serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider .child {
  background: #24292D;
  padding: 45px;
  padding-bottom: 50px;
  min-height: 460px;
  margin-right: 35px;
}
@media (max-width: 1920px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider .child {
    padding: 40px;
    padding-bottom: 45px;
    margin-right: 30px;
    min-height: 440px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider .child {
    padding: 35px;
    padding-bottom: 40px;
    margin-right: 30px;
    min-height: 380px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider .child {
    padding: 30px;
    padding-bottom: 35px;
    margin-right: 25px;
    min-height: 330px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider .child {
    padding: 25px;
    padding-bottom: 30px;
    margin-right: 20px;
    min-height: 310px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider .child {
    margin-right: 23px;
    min-height: 290px;
  }
}
@media (max-width: 560px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider .child {
    margin-right: 15px;
    min-height: 310px;
    min-height: 290px;
    padding: 20px;
    padding-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider .child {
    min-height: 270px;
    margin-right: 13px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider .child {
    margin-right: 11px;
  }
}
.serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider .child h4, .serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider .child p {
  color: white;
}
.serivce_page .sec_slider_with_heading_and_copy .sec_slider_with_heading_and_copy_content .bottoms .slider .child .copy_content {
  margin-top: 10px;
}
.serivce_page .image_slider_with_heading_and_copy {
  overflow: hidden;
}
@media (max-width: 1920px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops {
    margin-bottom: 45px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops {
    margin-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops {
    margin-bottom: 35px;
  }
}
@media (max-width: 992px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops {
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops {
    margin-bottom: 20px;
  }
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops h2 br {
    display: none !important;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops .copy_content {
  max-width: 65%;
  margin-top: 28px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 72.5%;
    margin-top: 25px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 75%;
    margin-top: 22px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 80%;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 85%;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 90%;
    margin-top: 15px;
  }
}
@media (max-width: 470px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 95%;
    margin-top: 14px;
  }
}
@media (max-width: 380px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .tops .copy_content {
    max-width: 100%;
    margin-top: 13px;
  }
}
@media (max-width: 1700px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms_outer {
    padding-left: 6.5%;
  }
}
@media (max-width: 1410px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms_outer {
    padding-left: 7.5%;
  }
}
@media (max-width: 1280px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms_outer {
    padding-left: 8%;
  }
}
@media (max-width: 992px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms_outer {
    padding-left: 9%;
  }
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms_outer {
    padding-left: 0%;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms {
  position: relative;
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms {
    display: grid;
    grid-template-columns: 14% 86%;
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 470px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms {
    grid-template-columns: 16% 84%;
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 400px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms {
    grid-template-columns: 18% 77%;
    grid-template-columns: auto 84%;
    gap: 2%;
    justify-content: space-between;
  }
}
@media (max-width: 350px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms {
    grid-template-columns: auto 82%;
    gap: 4%;
  }
}
@media (max-width: 320px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms {
    grid-template-columns: auto 80%;
    gap: 5%;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms::after {
  position: absolute;
  z-index: 2;
  content: "";
  background: white;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms::after {
    left: -5%;
    width: 18%;
    content: none;
  }
}
@media (max-width: 470px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms::after {
    left: -5%;
    width: 20%;
  }
}
@media (max-width: 400px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms::after {
    left: -5%;
    width: 24%;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts {
  position: absolute;
  left: -85px;
  top: 42%;
  transform: translateY(-42%);
  z-index: 3;
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts {
    display: none !important;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .arrows_container {
  flex-direction: column-reverse;
  gap: 10px;
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .arrows_container {
    padding-left: 15px;
  }
}
@media (max-width: 560px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .arrows_container {
    padding-left: 5px;
  }
}
@media (max-width: 470px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .arrows_container {
    padding-left: 8px;
  }
}
@media (max-width: 400px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .arrows_container {
    padding-left: 2px;
  }
}
@media (max-width: 350px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .arrows_container {
    padding-left: 0px;
  }
}
@media (max-width: 992px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts {
    left: -70px;
  }
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts {
    position: unset;
    transform: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr {
  padding: 10px;
}
@media (max-width: 400px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr {
    padding: 8px;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
  font-size: 26px;
}
@media (max-width: 1920px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 25px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 21px;
  }
}
@media (max-width: 320px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 20px;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider {
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider {
    max-width: 60%;
    overflow: visible;
  }
}
@media (max-width: 992px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider {
    max-width: 75%;
  }
}
@media (max-width: 560px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider {
    max-width: 85%;
  }
}
@media (max-width: 470px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider {
    max-width: 93%;
    max-width: 82%;
  }
}
@media (max-width: 380px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider {
    max-width: 100%;
    max-width: 84%;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .slick-list {
  overflow: visible;
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child {
  margin-right: 35px;
  cursor: pointer;
}
@media (max-width: 1920px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child {
    margin-right: 30px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child {
    margin-right: 30px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child {
    margin-right: 25px;
  }
}
@media (max-width: 992px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child {
    margin-right: 23px;
  }
}
@media (max-width: 560px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child {
    margin-right: 15px;
  }
}
@media (max-width: 470px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child {
    margin-right: 13px;
  }
}
@media (max-width: 380px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child {
    margin-right: 11px;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area {
  transition: all 0.4s ease-in-out;
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img .videos.with_btn .play-button {
  right: 30px;
  bottom: 30px;
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img iframe, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img video {
  max-height: unset;
  height: 480px;
  transition: all 0.2s ease-in-out 0.01s;
  aspect-ratio: unset !important;
}
@media (max-width: 1920px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img iframe, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img video {
    height: 460px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img iframe, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img video {
    height: 440px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img iframe, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img video {
    height: 400px;
  }
}
@media (max-width: 992px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img iframe, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img video {
    height: 350px;
  }
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img iframe, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img video {
    height: 310px;
  }
}
@media (max-width: 560px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img iframe, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img video {
    height: 270px;
  }
}
@media (max-width: 470px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img iframe, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img video {
    height: 250px;
  }
}
@media (max-width: 320px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img iframe, .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img video {
    height: 220px;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img {
  height: fit-content !important;
  max-height: 480px;
  transition: all 0.2s ease-in-out 0.01s;
  aspect-ratio: unset !important;
}
@media (max-width: 1920px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img {
    max-height: 460px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img {
    max-height: 440px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img {
    max-height: 400px;
  }
}
@media (max-width: 992px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img {
    max-height: 350px;
  }
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img {
    max-height: 310px;
  }
}
@media (max-width: 560px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img {
    max-height: 270px;
  }
}
@media (max-width: 470px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img {
    max-height: 250px;
  }
}
@media (max-width: 320px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img {
    max-height: 220px;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .media_area .vid_img img {
  object-position: left;
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .content {
  margin-top: 20px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .content {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .content {
    margin-top: 10px;
  }
}
@media (max-width: 470px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .content {
    margin-top: 7px;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .content h3 {
  text-decoration-thickness: 2px !important;
  text-underline-offset: 5px;
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .content p {
  margin-top: 5px;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .content p {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child .content p {
    margin-top: 3px;
  }
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child:hover .image img {
  transform: scale(1.015);
}
.serivce_page .image_slider_with_heading_and_copy .image_slider_with_heading_and_copy_content .bottoms .slider .child:hover .content h3 {
  text-decoration: underline;
}
.serivce_page .sec_testimonials {
  background: #24292D;
  overflow: hidden;
}
.serivce_page .sec_testimonials .sec_testimonials_content h2, .serivce_page .sec_testimonials .sec_testimonials_content p, .serivce_page .sec_testimonials .sec_testimonials_content .rating i {
  color: white;
}
@media (max-width: 1920px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .tops {
    margin-bottom: 45px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .tops {
    margin-bottom: 40px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .tops {
    margin-bottom: 35px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .tops {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .tops {
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .tops {
    margin-bottom: 20px;
  }
  .serivce_page .sec_testimonials .sec_testimonials_content .tops h2 br {
    display: none !important;
  }
}
.serivce_page .sec_testimonials .sec_testimonials_content .tops .copy_content {
  max-width: 65%;
  margin-top: 28px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .tops .copy_content {
    max-width: 72.5%;
    margin-top: 25px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .tops .copy_content {
    max-width: 75%;
    margin-top: 22px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .tops .copy_content {
    max-width: 80%;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .tops .copy_content {
    max-width: 85%;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .tops .copy_content {
    max-width: 90%;
    margin-top: 15px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .tops .copy_content {
    max-width: 95%;
    margin-top: 14px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .tops .copy_content {
    max-width: 100%;
    margin-top: 13px;
  }
}
@media (max-width: 1700px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms_outer {
    padding-left: 6.5%;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms_outer {
    padding-left: 7.5%;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms_outer {
    padding-left: 8%;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms_outer {
    padding-left: 9%;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms_outer {
    padding-left: 0%;
  }
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms {
  position: relative;
}
@media (max-width: 767px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms {
    display: grid;
    grid-template-columns: 14% 86%;
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms {
    grid-template-columns: 16% 84%;
  }
}
@media (max-width: 400px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms {
    grid-template-columns: 18% 77%;
    grid-template-columns: auto 84%;
    gap: 2%;
    justify-content: space-between;
  }
}
@media (max-width: 350px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms {
    grid-template-columns: auto 82%;
    gap: 4%;
  }
}
@media (max-width: 320px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms {
    grid-template-columns: auto 80%;
    gap: 5%;
  }
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms::after {
  position: absolute;
  z-index: 2;
  content: "";
  background: #24292D;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 767px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms::after {
    left: -5%;
    width: 18%;
    content: none;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms::after {
    left: -5%;
    width: 20%;
  }
}
@media (max-width: 400px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms::after {
    left: -5%;
    width: 24%;
    content: none;
  }
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts {
  position: absolute;
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts {
    display: none !important;
  }
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .arrows_container {
  flex-direction: column-reverse;
  gap: 10px;
}
@media (max-width: 767px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .arrows_container {
    padding-left: 15px;
  }
}
@media (max-width: 560px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .arrows_container {
    padding-left: 5px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .arrows_container {
    padding-left: 8px;
  }
}
@media (max-width: 400px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .arrows_container {
    padding-left: 2px;
  }
}
@media (max-width: 350px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .arrows_container {
    padding-left: 0px;
  }
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .arrows_container .arrow {
  border-color: white;
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .arrows_container .arrow:hover {
  border-color: #074C80;
}
@media (max-width: 992px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts {
    left: -70px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts {
    position: unset;
    transform: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .drop_dwn_arr {
  padding: 10px;
}
@media (max-width: 400px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .drop_dwn_arr {
    padding: 8px;
  }
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .drop_dwn_arr i {
  font-size: 26px;
}
@media (max-width: 1920px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 25px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 21px;
  }
}
@media (max-width: 320px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .lefts .drop_dwn_arr i {
    font-size: 20px;
  }
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider {
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider {
    max-width: 60%;
    overflow: visible;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider {
    max-width: 75%;
  }
}
@media (max-width: 560px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider {
    max-width: 85%;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider {
    max-width: 93%;
    max-width: 88%;
  }
}
@media (max-width: 400px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider {
    max-width: 100%;
    max-width: 92%;
  }
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider .slick-list {
  overflow: visible;
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider .child {
  border: 1px solid #45494c;
  padding: 45px;
  padding-bottom: 50px;
  margin-right: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 65px;
  gap: 55px;
  min-height: 460px;
  min-height: 380px;
}
@media (max-width: 1920px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider .child {
    padding: 40px;
    padding-bottom: 45px;
    margin-right: 30px;
    min-height: 440px;
    min-height: 350px;
    gap: 60px;
    gap: 50px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider .child {
    padding: 35px;
    padding-bottom: 40px;
    margin-right: 30px;
    min-height: 380px;
    min-height: 330px;
    gap: 55px;
    gap: 45px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider .child {
    padding: 30px;
    padding-bottom: 35px;
    margin-right: 25px;
    min-height: 330px;
    min-height: 330px;
    gap: 50px;
    gap: 35px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider .child {
    padding: 25px;
    padding-bottom: 30px;
    margin-right: 20px;
    min-height: 310px;
    gap: 45px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider .child {
    margin-right: 23px;
    min-height: 290px;
    gap: 35px;
    gap: 25px;
  }
}
@media (max-width: 560px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider .child {
    margin-right: 15px;
    min-height: 310px;
    padding: 20px;
    padding-bottom: 25px;
    gap: 30px;
    gap: 25px;
  }
}
@media (max-width: 400px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider .child {
    margin-right: 13px;
    min-height: fit-content !important;
    gap: 25px;
    gap: 22.5px;
  }
}
@media (max-width: 350px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider .child {
    margin-right: 11px;
    gap: 20px;
    gap: 20px;
  }
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider .child .rating i {
  font-size: 19px;
  margin-right: 3px;
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider .child .copy_content {
  margin-top: 15px;
}
.serivce_page .sec_testimonials .sec_testimonials_content .bottoms .slider .child .name {
  font-weight: 500;
}
.serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slick-track {
  overflow: visible;
}
.serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child {
  margin: 0 60px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child {
    margin: 0 50px;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child {
    margin: 0 45px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child {
    margin: 0 40px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child {
    margin: 0 35px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child {
    margin: 0 30px;
  }
}
@media (max-width: 600px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child {
    margin: 0 20px;
    margin: 0 20px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child {
    margin: 0 15px;
  }
}
.serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child .image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100px;
}
@media (max-width: 1410px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child .image {
    height: 90px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child .image {
    height: 85px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child .image {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child .image {
    height: 55px;
  }
}
@media (max-width: 600px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child .image {
    height: 45px;
  }
}
@media (max-width: 550px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child .image {
    height: 40px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child .image {
    height: 40px;
  }
}
.serivce_page .sec_testimonials .sec_testimonials_content .t_bottoms .slider_logo .child .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: invert(1);
}
.serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile {
  display: none;
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile {
    display: block;
    max-width: 80%;
    margin: 0 auto;
    transition: all 0.2s ease-in-out 0.01s;
  }
}
@media (max-width: 767px) and (max-width: 560px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile {
    max-width: 90%;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .tops .image {
    width: 100%;
  }
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .tops .image img {
    width: 100%;
    max-height: 340px;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out 0.01s;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .tops .image img {
    max-height: 260px;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .tops .image img {
    max-height: 230px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .middle {
    padding: 30px 0;
    padding-bottom: 40px;
    max-width: 84%;
    margin: 0 auto;
    transition: all 0.2s ease-in-out 0.01s;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .middle {
    max-width: 89%;
  }
}
@media (max-width: 767px) and (max-width: 560px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .middle {
    max-width: 89%;
    max-width: 100%;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .middle {
    padding: 25px 0;
    padding-bottom: 35px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .middle .childs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem 6.5rem;
    transition: all 0.2s ease-in-out 0.01s;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .middle .childs {
    gap: 2.5rem 5rem;
    gap: 2.5rem 4rem;
  }
}
@media (max-width: 767px) and (max-width: 560px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .middle .childs {
    gap: 2.5rem 5rem;
    gap: 2.5rem 3rem;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .middle .childs {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .middle .childs {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .middle .childs p {
    margin-top: 6.5px;
  }
}
@media (max-width: 767px) and (max-width: 560px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .middle .childs p {
    margin-top: 5px;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .middle .childs p {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .bottoms {
    max-width: 70%;
    margin: 0 auto;
    transition: all 0.2s ease-in-out 0.01s;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .bottoms {
    max-width: 75%;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .mobile .bottoms {
    max-width: 80%;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop {
    display: none !important;
  }
}
.serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 14rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop {
    gap: 12rem;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop {
    gap: 10rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop {
    gap: 8rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop {
    grid-template-columns: 1.9fr 1fr;
    gap: 7rem;
  }
}
@media (max-width: 1140px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop {
    grid-template-columns: 1.8fr 1fr;
    gap: 6rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop {
    grid-template-columns: 1.7fr 1fr;
    gap: 4rem;
  }
}
.serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop .lefts .l_tops {
  display: flex;
  gap: 8.5rem;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop .lefts .l_tops {
    gap: 7.5rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop .lefts .l_tops {
    gap: 6.5rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop .lefts .l_tops {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop .lefts .l_tops {
    gap: 3rem;
  }
}
.serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop .lefts .l_tops h2 {
  margin-bottom: 5px;
}
.serivce_page .sec_info_block_with_2_image_stats .sec_info_block_with_2_image_stats_content .desktop .rights {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .tops {
    margin-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .tops {
    margin-bottom: 15px;
  }
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .tops h2 br {
    display: none !important;
  }
}
.serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14rem;
  align-items: flex-start;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms {
    gap: 12rem;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms {
    gap: 10rem;
    grid-template-columns: 1.2fr 1fr;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms {
    gap: 8rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms {
    gap: 6rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms {
    gap: 4rem;
    grid-template-columns: 1.3fr 1fr;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms {
    gap: 2rem;
  }
}
.serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .lefts {
  position: sticky;
  top: 170px;
}
@media (max-width: 1280px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .lefts {
    top: 140px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .lefts {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .lefts {
    position: unset;
  }
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .lefts .lefts_content img {
    max-height: 380px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.2s ease-in-out 0.01s;
  }
}
.serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights {
  padding-top: 35px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights {
    padding-top: 30px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights {
    padding-top: 25px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights {
    padding-top: 15px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights {
    padding-top: 0px;
  }
}
.serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights .child {
  margin-bottom: 35px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights .child {
    margin-bottom: 30px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights .child {
    margin-bottom: 27.5px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights .child {
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights .child {
    margin-bottom: 20px;
  }
}
.serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights .child:last-of-type {
  margin-bottom: 0;
}
.serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights .child h3 {
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights .child h3 {
    margin-bottom: 7px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights .child h3 {
    margin-bottom: 5px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_info_block_with_1_image .sec_info_block_with_1_image_content .bottoms .rights .child h3 {
    margin-bottom: 3px;
  }
}
.serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .tops {
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .tops {
    margin-bottom: 30px;
  }
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .tops h2 {
    text-align: center;
  }
}
@media (max-width: 560px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .tops {
    margin-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .tops {
    margin-bottom: 17px;
  }
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .tops h2 {
    text-align: left;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .tops {
    margin-bottom: 14px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms {
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (max-width: 560px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms {
    max-width: 85%;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms {
    max-width: 100%;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms {
    max-width: 100%;
  }
}
.serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
  margin-bottom: 8.5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
.serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1920px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child {
    gap: 4.5rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child {
    gap: 4rem;
    margin-bottom: 7rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child {
    margin-bottom: 6rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child {
    margin-bottom: 4.5rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child {
    margin-bottom: 3.8rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .image_area {
    display: none;
  }
}
.serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area {
  padding-right: 28%;
  transition: all 0.2s ease-in-out 0.01s;
}
.serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .mobile {
  display: none;
}
@media (max-width: 1920px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area {
    padding-right: 24%;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area {
    padding-right: 20%;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area {
    padding-right: 15%;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area {
    padding-right: 11%;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area {
    padding-right: 4%;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area {
    padding-right: 0%;
  }
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area h3 {
    margin-bottom: 12px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area h3 br {
    display: none;
  }
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .mobile {
    display: block;
  }
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .mobile.info_row {
    padding-top: 8px;
  }
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .mobile .image {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .mobile .image {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .mobile .image img {
    max-height: 380px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .copy_content p {
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .copy_content p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .child_row {
    padding-top: 15px;
  }
}
.serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .child {
  margin-bottom: 0;
  border-top: 1px solid #24292D;
  padding: 22px 0;
  padding-bottom: 26px;
  transition: all 0.2s ease-in-out 0.01s;
  display: block;
}
@media (max-width: 1920px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .child {
    padding: 20px 0;
    padding-bottom: 26px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .child {
    padding: 18px 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .child {
    padding: 16px 0;
    padding-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .child {
    padding: 15px 0;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .child {
    padding: 14px 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .child {
    padding: 12px 0;
    padding-bottom: 16px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .child {
    padding: 10px 0;
    padding-bottom: 14px;
  }
}
.serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child .content_area .child:last-of-type {
  border-bottom: 1px solid #24292D;
}
.serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child:nth-child(2n) .image_area {
  order: -1;
}
.serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child:nth-child(2n) .content_area {
  padding-right: 0;
  padding-left: 25%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child:nth-child(2n) .content_area {
    padding-left: 21%;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child:nth-child(2n) .content_area {
    padding-left: 17%;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child:nth-child(2n) .content_area {
    padding-left: 13%;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child:nth-child(2n) .content_area {
    padding-left: 11%;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child:nth-child(2n) .content_area {
    padding-left: 4%;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_info_block_alternating_two_columns .sec_info_block_alternating_two_columns_content .bottoms .child:nth-child(2n) .content_area {
    padding-left: 0%;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .tops {
    margin-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .tops {
    margin-bottom: 25px;
  }
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .tops .copy_content {
  max-width: 65%;
  margin-top: 28px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .tops .copy_content {
    max-width: 72.5%;
    margin-top: 25px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .tops .copy_content {
    max-width: 75%;
    margin-top: 22px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .tops .copy_content {
    max-width: 80%;
    margin-top: 20px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .tops .copy_content {
    max-width: 85%;
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .tops .copy_content {
    max-width: 90%;
    margin-top: 15px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .tops .copy_content {
    max-width: 95%;
    margin-top: 14px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .tops .copy_content {
    max-width: 100%;
    margin-top: 13px;
  }
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child {
  border-top: 1px solid #24292D;
  padding: 22px 0;
  padding-bottom: 26px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child {
    padding: 20px 0;
    padding-bottom: 26px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child {
    padding: 18px 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child {
    padding: 16px 0;
    padding-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child {
    padding: 15px 0;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child {
    padding: 14px 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child {
    padding: 12px 0;
    padding-bottom: 16px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child {
    padding: 10px 0;
    padding-bottom: 14px;
  }
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child:last-of-type {
  border-bottom: 1px solid #24292D;
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .chevron-plus-minus {
  position: relative;
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .question {
  cursor: pointer;
  transition: max-height 0.4s ease-in-out;
  overflow: hidden;
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .question .inline_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3.5rem;
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .question .inline_flex h3 {
  font-weight: 300;
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .question .inline_flex h3::after {
  content: attr(data-content);
  font-weight: 500;
  visibility: hidden; /* Hide from view */
  height: 0; /* Prevent space consumption */
  display: block;
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer {
  display: none;
  margin-top: 15px;
  margin-bottom: 100px;
}
@media (max-width: 1920px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer {
    margin-bottom: 85px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer {
    margin-bottom: 70px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer {
    margin-bottom: 60px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer {
    margin-bottom: 30px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer {
    margin-bottom: 25px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer {
    margin-bottom: 20px;
  }
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer h3 {
  font-weight: 500;
  cursor: pointer;
}
@media (max-width: 1280px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer {
    margin-top: 13px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer {
    margin-top: 10px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer {
    margin-top: 7px;
  }
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner {
  display: grid;
  align-items: flex-start;
  justify-content: space-between;
  grid-template-columns: 9fr 1fr;
  gap: 3.5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner {
    gap: 3rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner {
    gap: 2.5rem;
  }
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline {
  display: grid;
  grid-template-columns: 120px auto;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10.5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline {
    gap: 9.5rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline {
    gap: 8rem;
    grid-template-columns: 105px auto;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline {
    gap: 7rem;
    grid-template-columns: 105px auto;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline {
    gap: 5.5rem;
    grid-template-columns: 100px auto;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline {
    gap: 2.5rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline {
    gap: 2rem;
  }
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline .copy_content {
  padding-top: 7px;
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline .copy_content ul {
  padding: 0;
  padding-left: 18px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 7rem;
  list-style: none;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline .copy_content ul {
    gap: 0.8rem 6rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline .copy_content ul {
    gap: 0.8rem 5rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline .copy_content ul {
    gap: 1rem 4.5rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline .copy_content ul {
    gap: 1.2rem 4rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline .copy_content ul {
    padding-left: 0;
    gap: 1.2rem 4rem;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline .copy_content ul {
    grid-template-columns: 1fr;
    gap: 1.2rem 4rem;
  }
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline .copy_content ul li {
  position: relative;
  padding-left: 35px;
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline .copy_content ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5.5px;
  width: 22px;
  height: 22px;
  background-image: url("../img/circle_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline .copy_content ul li::after {
    top: 4px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .lefts .inline .copy_content ul li::after {
    top: 3px;
    width: 19px;
    height: 19px;
  }
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .rights {
  display: flex;
  justify-content: flex-end;
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .rights .drop_dwn_arr {
  background: #074C80;
  border-color: #074C80;
}
.serivce_page .sec_accordion_section .sec_accordion_section_content .bottoms .child .faq_block .answer .answer_inner .rights .drop_dwn_arr i {
  color: white;
}
.serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 8rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content {
    grid-template-columns: 1fr 4fr;
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content {
    gap: 0.8rem;
  }
}
.serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .lefts {
  transition: all 0.2s ease-in-out 0.01s;
}
.serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .lefts .lefts_content {
  position: sticky;
  top: 170px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .lefts .lefts_content {
    top: 140px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .lefts .lefts_content {
    top: 110px;
  }
}
.serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights {
  margin-top: 6px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights {
    margin-top: 3px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights {
    margin-top: 0px;
  }
}
.serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered {
  margin-top: 95px;
  display: inline-block;
  width: 100%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered {
    margin-top: 85px;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered {
    margin-top: 75px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered {
    margin-top: 75px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered {
    margin-top: 30px;
  }
}
.serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child {
  border-bottom: 1.5px solid #24292D;
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child:last-of-type {
  padding-bottom: 0 !important;
  border: none;
  margin-bottom: 0 !important;
}
.serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 14.5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline {
    grid-template-columns: 200px 1fr;
    gap: 12.5rem;
  }
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline {
    grid-template-columns: 200px 1fr;
    gap: 12rem;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline {
    grid-template-columns: 190px 1fr;
    gap: 10rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline {
    grid-template-columns: 180px 1fr;
    gap: 8rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline {
    grid-template-columns: 170px 1fr;
    gap: 6rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline {
    grid-template-columns: 130px 1fr;
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline {
    grid-template-columns: 130px 1fr;
    gap: 3rem;
  }
}
@media (max-width: 560px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline {
    grid-template-columns: 140px 1fr;
    gap: 6rem;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline {
    grid-template-columns: 120px 1fr;
    gap: 4rem;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline h3 br {
    display: none;
  }
}
.serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content {
  padding-top: 7px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content {
    padding-top: 4px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content {
    padding-top: 3px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content {
    padding-top: 4px;
  }
}
.serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul {
  padding: 0;
  padding-left: 18px;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.8rem 7rem;
  list-style: none;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul {
    gap: 0.8rem 6rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul {
    gap: 0.8rem 5rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul {
    gap: 1rem 4.5rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul {
    gap: 1.2rem 4rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul {
    padding-left: 0;
    gap: 1.2rem 4rem;
  }
}
@media (max-width: 560px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul {
    grid-template-columns: 1fr;
    gap: 1.2rem 4rem;
  }
}
.serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul li {
  position: relative;
  padding-left: 35px;
}
.serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 4.5px;
  width: 22px;
  height: 22px;
  background-image: url("../img/circle_check.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1410px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul li::after {
    top: 4.5px;
    width: 21px;
    height: 21px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul li::after {
    top: 3.5px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul li::after {
    top: 3.5px;
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 560px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul li::after {
    top: 3px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul li::after {
    top: 3px;
    width: 19px;
    height: 19px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_overview_section_with_info_rows .sec_overview_section_with_info_rows_content .rights .rights_content .services_offered .child .inline .copy_content ul li::after {
    top: 2.5px;
    width: 19px;
    height: 19px;
  }
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 8rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content {
    grid-template-columns: 1fr 4fr;
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content {
    gap: 0.8rem;
  }
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .lefts {
  transition: all 0.2s ease-in-out 0.01s;
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .lefts .lefts_content {
  position: sticky;
  top: 170px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .lefts .lefts_content {
    top: 140px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .lefts .lefts_content {
    top: 110px;
  }
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights {
  margin-top: 6px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights {
    margin-top: 3px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights {
    margin-top: 0px;
  }
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered {
  margin-top: 95px;
  margin-top: 75px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered {
    margin-top: 70px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered {
    margin-top: 65px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered {
    margin-top: 60px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered {
    margin-top: 55px;
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered {
    margin-top: 30px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered {
    margin-top: 45px;
    margin-top: 25px;
  }
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child {
  border-top: 1px solid #24292D;
  padding: 22px 0;
  padding-bottom: 26px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child {
    padding: 20px 0;
    padding-bottom: 26px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child {
    padding: 18px 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child {
    padding: 16px 0;
    padding-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child {
    padding: 15px 0;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child {
    padding: 14px 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child {
    padding: 12px 0;
    padding-bottom: 16px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child {
    padding: 10px 0;
    padding-bottom: 14px;
  }
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child:last-of-type {
  border-bottom: 1px solid #24292D;
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question {
  cursor: pointer;
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question .inline_flex {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 4.5rem;
  gap: 0;
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question .inline_flex {
    gap: 1rem 10px;
  }
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question .inline_flex h3 {
  font-weight: 300;
  width: 80%;
}
@media (max-width: 1920px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question .inline_flex h3 {
    width: 75%;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question .inline_flex h3 {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question .inline_flex h3 {
    width: 62.5%;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question .inline_flex h3 {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question .inline_flex h3 {
    width: 65%;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question .inline_flex h3 {
    width: 55%;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question .inline_flex h3 {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question .inline_flex h3 {
    width: 45%;
  }
}
@media (max-width: 280px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question .inline_flex h3 {
    width: 40%;
  }
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question .inline_flex h3::after {
  content: attr(data-content);
  font-weight: 500;
  visibility: hidden; /* Hide from view */
  height: 0; /* Prevent space consumption */
  display: block;
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question.active .inline_flex h3 {
  color: #074C80;
  font-weight: 500;
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question.active .inline_flex .drop_dwn_arr.tilted {
  transform: rotate(0deg);
  background: #074C80;
  border-color: #074C80;
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .question.active .inline_flex .drop_dwn_arr.tilted i {
  color: white;
}
.serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .answer {
  display: none;
  margin-top: 15px;
  padding-right: 10%;
}
@media (max-width: 1280px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .answer {
    margin-top: 12px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .answer {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .answer {
    margin-top: 9px;
    padding-right: 12%;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_overview_section_with_accordion .sec_overview_section_with_accordion_content .rights .rights_content .services_offered .child .faq_block .answer {
    margin-top: 9px;
  }
}
.serivce_page .sec_iframe_section .sec_iframe_section_content .tops {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 8rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .tops {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .tops {
    grid-template-columns: 1fr 4fr;
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .tops {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .tops {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .tops {
    grid-template-columns: 1fr;
    gap: 1rem;
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .tops {
    gap: 0.8rem;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms {
    max-width: 75%;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms {
    max-width: 78%;
  }
}
.serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms video, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms img, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms iframe {
  max-height: unset;
  height: 800px;
}
@media (max-width: 1920px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms video, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms img, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms iframe {
    height: 750px;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms video, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms img, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms iframe {
    height: 700px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms video, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms img, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms iframe {
    height: 650px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms video, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms img, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms iframe {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms video, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms img, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms iframe {
    height: 550px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms video, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms img, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms iframe {
    height: 500px;
  }
}
@media (max-width: 560px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms video, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms img, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms iframe {
    height: 450px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms video, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms img, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms iframe {
    height: 400px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms video, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms img, .serivce_page .sec_iframe_section .sec_iframe_section_content .bottoms_outer .bottoms iframe {
    height: 350px;
  }
}
.serivce_page .sec_project_panoramas_section {
  padding-top: 0 !important;
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .btn_area {
  z-index: 3 !important;
  position: relative;
  background: white;
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .panoramas_outer {
  cursor: none !important;
  z-index: 1 !important;
  position: relative;
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .panoramas_outer .play-button {
  cursor: none !important;
  transition: none !important;
  pointer-events: none !important;
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .panoramas_outer .play-button .play-video-circle_inner, .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .panoramas_outer .play-button p {
  pointer-events: none !important;
  cursor: none !important;
  transition: none !important;
}
@media (min-width: 993px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .panoramas_outer a-scene canvas {
    cursor: none !important;
  }
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .mobile_filter select {
  padding-right: 34px;
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .tops {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 8rem;
  transition: all 0.2s ease-in-out 0.01s;
  background: white;
  padding-top: 100px;
}
@media (max-width: 1920px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .tops {
    gap: 7rem;
    padding-top: 90px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .tops {
    grid-template-columns: 1fr 4fr;
    gap: 6rem;
    padding-top: 80px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .tops {
    padding-top: 70px;
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .tops {
    gap: 4rem;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .tops {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding-top: 55px;
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .tops {
    gap: 0.8rem;
    padding-top: 50px !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .tops {
    padding-top: 40px !important;
  }
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area {
    margin-bottom: 25px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area {
    margin-bottom: 20px;
  }
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .mobile_filter {
  display: none;
}
@media (max-width: 992px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .mobile_filter {
    display: block;
  }
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline {
  display: flex;
  justify-content: center;
  width: fit-content;
  gap: 20px;
  flex-wrap: wrap;
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline.mobile {
  display: none;
}
@media (max-width: 1410px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline {
    gap: 10px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline {
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline {
    gap: 17px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline {
    display: none;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline {
    gap: 15px;
  }
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline .c_button {
  cursor: pointer;
  font-size: 20px;
}
@media (max-width: 1920px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline .c_button {
    font-size: 18.5px;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline .c_button {
    font-size: 17px;
    padding: 9px 20px;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline .c_button {
    font-size: 17px;
    padding: 9px 20px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline .c_button {
    font-size: 16px;
    padding: 8px 17px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline .c_button {
    font-size: 15px;
    padding: 8px 17px;
  }
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .btn_area .inline .child.active .c_button {
  background: #24292D;
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass {
  position: relative;
  height: 100%;
  height: 750px;
  width: 100%;
}
@media (max-width: 1410px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass {
    height: 700px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass {
    height: 600px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass {
    height: 350px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass {
    height: 270px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass {
    height: 240px;
  }
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass .image_panaroma {
  max-height: 750px;
  height: 100%;
  width: 100%;
  min-width: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out 0.01s;
  aspect-ratio: 16/9;
  cursor: pointer;
  overflow: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass .image_panaroma.active, .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass .image_panaroma:first-of-type {
  opacity: 1;
  z-index: 2;
}
@media (max-width: 1410px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass .image_panaroma {
    max-height: 700px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass .image_panaroma {
    max-height: 600px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass .image_panaroma {
    max-height: 450px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass .image_panaroma {
    max-height: 350px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass .image_panaroma {
    max-height: 270px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_project_panoramas_section .sec_project_panoramas_section_content .bottoms .panoramass .image_panaroma {
    max-height: 240px;
  }
}
.serivce_page .sec_gallery_masonry {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.serivce_page .sec_gallery_masonry .tops.margin_p_xl {
  padding-top: 0 !important;
}
.serivce_page .sec_gallery_masonry .tops.margin_p_xl h2 {
  text-align: center;
}
.serivce_page .sec_gallery_masonry .tops.margin_p_xl .copy_content {
  max-width: 45%;
  margin: 0 auto;
  text-align: center;
  margin-top: 28px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_gallery_masonry .tops.margin_p_xl .copy_content {
    max-width: 60%;
    margin-top: 25px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_gallery_masonry .tops.margin_p_xl .copy_content {
    max-width: 70%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_gallery_masonry .tops.margin_p_xl .copy_content {
    max-width: 85%;
    margin-top: 15px;
  }
}
@media (max-width: 550px) {
  .serivce_page .sec_gallery_masonry .tops.margin_p_xl .copy_content {
    max-width: 95%;
    margin-top: 12px;
  }
}
@media (min-width: 767px) {
  .serivce_page .sec_gallery_masonry .grid-container {
    width: 100vw;
    height: 85vh;
    overflow: hidden;
    position: relative;
    transition: unset !important;
  }
  .serivce_page .sec_gallery_masonry .grid-content {
    display: grid;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    gap: 1.5rem 5rem;
    position: absolute;
    top: 0;
    left: 0;
    cursor: grab;
    cursor: none !important;
    transition: unset !important;
  }
  .serivce_page .sec_gallery_masonry .grid-item {
    width: 350px;
    height: 250px;
    pointer-events: auto;
    cursor: grab;
    cursor: none !important;
  }
  .serivce_page .sec_gallery_masonry .grid-item a {
    cursor: grab;
    cursor: none !important;
  }
  .serivce_page .sec_gallery_masonry .grid-media {
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: auto;
  }
}
.serivce_page .sec_gallery_masonry .draggable_sstyle .play-button {
  transition: unset !important;
  cursor: none;
  pointer-events: none;
}
.serivce_page .sec_gallery_masonry .draggable_sstyle .play-button .play-video-circle_inner {
  background: #074C80;
}
.serivce_page .sec_gallery_masonry .draggable_sstyle .play-button .play-video-circle_inner p {
  color: white;
}
@media (max-width: 767px) {
  .serivce_page .sec_gallery_masonry .draggable_type.sec_gallery_masonry_content {
    padding: 2.5% 0;
  }
  .serivce_page .sec_gallery_masonry .draggable_type.sec_gallery_masonry_content .grid-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .serivce_page .sec_gallery_masonry .draggable_type.sec_gallery_masonry_content .gallery {
    transition: all 0.2s ease-in-out 0.01s !important;
    column-count: 2;
    column-gap: 8px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .serivce_page .sec_gallery_masonry .draggable_type.sec_gallery_masonry_content .gallery .grid-item {
    transition: all 0.2s ease-in-out 0.01s !important;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_gallery_masonry .draggable_type.sec_gallery_masonry_content .gallery .grid-item img, .serivce_page .sec_gallery_masonry .draggable_type.sec_gallery_masonry_content .gallery .grid-item video {
    object-fit: contain;
    width: 100%;
    height: auto;
  }
}
.serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content {
  padding: 2.5% 0;
}
.serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .grid-content {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery {
  column-count: 4;
  column-gap: 20px;
  row-gap: 20px;
}
@media (max-width: 1920px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery {
    column-gap: 15px;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery {
    column-gap: 12px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery {
    column-gap: 10px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery {
    column-count: 3;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery {
    transition: all 0.2s ease-in-out 0.01s !important;
    column-count: 2;
    column-gap: 8px;
  }
}
.serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media {
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media {
    margin-bottom: 15px;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media {
    margin-bottom: 12px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media {
    transition: all 0.2s ease-in-out 0.01s !important;
    margin-bottom: 8px;
  }
}
.serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media a {
  line-height: 0;
  display: inline-block;
  width: 100%;
}
.serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media.youtube_video {
  position: relative;
}
.serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media.youtube_video > a > img {
  position: relative;
  z-index: 1;
}
.serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media.youtube_video > a .play-icon {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: 50%;
  width: 70px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1600px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media.youtube_video > a .play-icon {
    width: 65px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media.youtube_video > a .play-icon {
    width: 55px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media.youtube_video > a .play-icon {
    width: 45px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media.youtube_video > a .play-icon {
    width: 35px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media.youtube_video > a .play-icon {
    width: 30px;
  }
}
.serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media.youtube_video iframe {
  width: 100%;
}
.serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media img, .serivce_page .sec_gallery_masonry .masonry_type.sec_gallery_masonry_content .gallery .media video {
  object-fit: contain;
  width: 100%;
  height: auto;
}
.serivce_page .sec_faqs_section .sec_faqs_section_content {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 8rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content {
    grid-template-columns: 1fr 4fr;
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .serivce_page .sec_faqs_section .sec_faqs_section_content .lefts {
    margin-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content {
    gap: 0.8rem;
  }
  .serivce_page .sec_faqs_section .sec_faqs_section_content .lefts {
    margin-bottom: 15px;
  }
}
@media (max-width: 470px) and (max-width: 380px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content .lefts {
    margin-bottom: 10px;
  }
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child {
  border-top: 1px solid #24292D;
  padding: 22px 0;
  padding-bottom: 26px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child {
    padding: 20px 0;
    padding-bottom: 26px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child {
    padding: 18px 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child {
    padding: 16px 0;
    padding-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child {
    padding: 15px 0;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child {
    padding: 14px 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child {
    padding: 12px 0;
    padding-bottom: 16px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child {
    padding: 10px 0;
    padding-bottom: 14px;
  }
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child:last-of-type {
  border-bottom: 1px solid #24292D;
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .question {
  cursor: pointer;
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .question .inline_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 4.5rem;
}
@media (max-width: 767px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .question .inline_flex {
    gap: 1rem 4rem;
  }
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .question .inline_flex h3 {
  font-weight: 300;
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .question .inline_flex h3::after {
  content: attr(data-content);
  font-weight: 500;
  visibility: hidden; /* Hide from view */
  height: 0; /* Prevent space consumption */
  display: block;
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .question .inline_flex .no_border {
  position: relative;
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .question .inline_flex .no_border .fa-minus {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .question .inline_flex .no_border .fa-plus,
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .question .inline_flex .no_border .fa-minus {
  transition: all 0.3s ease-in-out 0.01s;
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .question.active .inline_flex h3 {
  color: #074C80;
  font-weight: 500;
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .question.active .inline_flex .no_border {
  background: #074C80;
  border-color: #074C80;
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .question.active .inline_flex .no_border .fa-plus {
  opacity: 0;
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .question.active .inline_flex .no_border .fa-minus {
  opacity: 1;
  color: white;
}
.serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .answer {
  display: none;
  margin-top: 15px;
  padding-right: 10%;
}
@media (max-width: 767px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .answer {
    padding-right: 12%;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_faqs_section .sec_faqs_section_content .rights .child .faq_block .answer {
    margin-top: 13px;
  }
}
.serivce_page .sec_draggable_image_gallery {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .tops {
  padding-top: 0 !important;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .tops h2 {
  text-align: center;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .tops .copy_content {
  max-width: 45%;
  margin: 0 auto;
  text-align: center;
  margin-top: 28px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .tops .copy_content {
    max-width: 60%;
    margin-top: 25px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .tops .copy_content {
    max-width: 70%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .tops .copy_content {
    max-width: 85%;
    margin-top: 15px;
  }
}
@media (max-width: 550px) {
  .serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .tops .copy_content {
    max-width: 95%;
    margin-top: 12px;
  }
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick {
  display: flex;
  gap: 20px;
  /* Basic setup */
  /* Animations */
  /* Apply animation dynamically */
}
@media (max-width: 1920px) {
  .serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick {
    gap: 15px;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick {
    gap: 12px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick {
    gap: 8px;
  }
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .media_div {
  position: relative;
  grid-column: span 4/span 4 !important;
  display: flex;
  aspect-ratio: 4/3 !important;
  flex: none;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .media_div img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .column .media_div {
  margin-bottom: 20px;
}
@media (max-width: 1920px) {
  .serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .column .media_div {
    margin-bottom: 15px;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .column .media_div {
    margin-bottom: 12px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .column .media_div {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .column .media_div {
    margin-bottom: 8px;
  }
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .column .media_div .outer_h {
  z-index: 3;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 5px 15px;
  width: 100%;
  background: white;
  color: white;
  text-decoration: underline;
  display: none;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .column-1 {
  width: 24vw;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .column-2 {
  width: 34vw;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .column-3 {
  width: 42vw;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick.two_col .column-1 {
  width: 40vw;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick.two_col .column-2 {
  width: 60vw;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .media_div img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .media_div img.active {
  opacity: 1;
  z-index: 2;
}
@keyframes zoomIn {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1.5);
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1.5);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.5);
  }
}
@keyframes slideLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0) scale(1.5);
  }
}
@keyframes slideRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0) scale(1.5);
  }
}
@keyframes slideTop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0) scale(1.5);
  }
}
@keyframes slideBottom {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0) scale(1.5);
  }
}
@keyframes rotateLeft {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-10deg) scale(1.5);
  }
}
@keyframes rotateRight {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(10deg) scale(1.5);
  }
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .zoomIn {
  animation: zoomIn 7s linear forwards;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .zoomOut {
  animation: zoomOut 7s linear forwards;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .fadeIn {
  animation: fadeIn 7s linear forwards;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .fadeOut {
  animation: fadeOut 7s linear forwards;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .slideLeft {
  animation: slideLeft 11s linear forwards;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .slideRight {
  animation: slideRight 11s linear forwards;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .slideTop {
  animation: slideTop 11s linear forwards;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .slideBottom {
  animation: slideBottom 11s linear forwards;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .rotateLeft {
  animation: rotateLeft 7s linear forwards;
}
.serivce_page .sec_draggable_image_gallery .sec_draggable_image_gallery_content .bottoms .section_stick .rotateRight {
  animation: rotateRight 7s linear forwards;
}
.serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 4.5rem;
  justify-content: space-between;
  align-items: flex-start;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1600px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content {
    grid-template-columns: 1fr 1.4fr;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content {
    gap: 4rem;
    grid-template-columns: 1fr 1.6fr;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content {
    gap: 4rem;
    grid-template-columns: 1fr 1.8fr;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content {
    gap: 4rem;
    grid-template-columns: 1fr 1.8fr;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content {
    gap: 3.5rem;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content {
    gap: 3rem;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content {
    gap: 2.5rem;
  }
}
.serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .lefts {
  padding-top: 140px;
  padding-top: 0px !important;
  position: sticky;
  transition: all 0.2s ease-in-out 0.01s;
  top: 170px;
}
@media (max-width: 1920px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .lefts {
    top: 140px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .lefts {
    top: 130px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .lefts {
    top: 120px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .lefts {
    top: 100px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .lefts {
    position: unset;
  }
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .lefts .lefts_inner h2 br:nth-child(1),
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .lefts .lefts_inner h2 br:nth-child(3) {
    display: none;
  }
}
.serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child {
  border-top: 1px solid #24292D;
  padding: 22px 0;
  padding-bottom: 26px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child {
    padding: 20px 0;
    padding-bottom: 26px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child {
    padding: 18px 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child {
    padding: 16px 0;
    padding-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child {
    padding: 15px 0;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child {
    padding: 14px 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child {
    padding: 12px 0;
    padding-bottom: 16px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child {
    padding: 10px 0;
    padding-bottom: 14px;
  }
}
.serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child:last-of-type {
  border-bottom: 1px solid #24292D;
}
.serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question {
  cursor: pointer;
}
.serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question .inline_flex {
  display: flex;
  align-items: center;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 4.5rem;
  gap: 0;
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question .inline_flex {
    gap: 1rem 10px;
  }
}
.serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question .inline_flex h3 {
  font-weight: 300;
  width: 80%;
}
@media (max-width: 1920px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question .inline_flex h3 {
    width: 75%;
  }
}
@media (max-width: 1600px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question .inline_flex h3 {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question .inline_flex h3 {
    width: 62.5%;
  }
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question .inline_flex h3 {
    width: 70%;
  }
}
@media (max-width: 600px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question .inline_flex h3 {
    width: 65%;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question .inline_flex h3 {
    width: 55%;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question .inline_flex h3 {
    width: 50%;
  }
}
@media (max-width: 320px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question .inline_flex h3 {
    width: 45%;
  }
}
@media (max-width: 280px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question .inline_flex h3 {
    width: 40%;
  }
}
.serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question .inline_flex h3::after {
  content: attr(data-content);
  font-weight: 500;
  visibility: hidden; /* Hide from view */
  height: 0; /* Prevent space consumption */
  display: block;
}
.serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question.active .inline_flex h3 {
  color: #074C80;
  font-weight: 500;
}
.serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question.active .inline_flex .drop_dwn_arr.tilted {
  transform: rotate(0deg);
  background: #074C80;
  border-color: #074C80;
}
.serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .question.active .inline_flex .drop_dwn_arr.tilted i {
  color: white;
}
.serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .answer {
  display: none;
  margin-top: 15px;
  padding-right: 10%;
}
@media (max-width: 767px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .answer {
    padding-right: 12%;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_accordion_2_col_style .sec_accordion_2_col_style_content .rights .child .faq_block .answer {
    margin-top: 13px;
  }
}
.serivce_page .sec_pinned_full_bleed_section {
  position: relative;
  overflow: hidden;
}
.serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .play-button {
  pointer-events: none;
}
.serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .slide, .serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .slide.fixed {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .slide {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .slide.fixed {
  position: fixed;
}
.serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .slide-fake-height {
  position: relative;
  display: none;
}
.serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .slide-fake-height.visible {
  display: block;
}
.serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .child {
  height: 100vh;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .child::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.4;
  z-index: 1;
}
.serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .child .media-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .child .media-wrapper img, .serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .child .media-wrapper video, .serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .child .media-wrapper iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .child .child_content {
  position: relative;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .child .child_content .copy_content {
  max-width: 55%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .child .child_content .copy_content {
    max-width: 65%;
  }
}
@media (max-width: 992px) {
  .serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .child .child_content .copy_content {
    max-width: 75%;
  }
}
.serivce_page .sec_pinned_full_bleed_section .sec_pinned_full_bleed_section_content .projects .child .child_content .copy_content p {
  color: white;
  font-weight: 500;
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content {
  position: relative;
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .dots_outer {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 25px;
  width: 100%;
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .dots_outer {
    bottom: 17px;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .dots_outer {
    bottom: 14px;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .dots_outer {
    bottom: 12px;
  }
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects {
  position: relative;
  z-index: 1;
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child {
  height: 450px;
  min-height: fit-content;
  width: 100%;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child br {
  display: none;
}
@media (max-width: 470px) {
  .serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child br {
    display: block;
  }
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child .media-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child .media-wrapper img, .serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child .media-wrapper video, .serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child .media-wrapper iframe {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child {
    height: 380px;
    min-height: fit-content;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child {
    height: 300px;
    min-height: fit-content;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child {
    height: 270px;
    min-height: fit-content;
  }
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: black;
  opacity: 0.5;
  z-index: 1;
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child h2 {
  text-decoration-thickness: 1px !important;
  text-underline-offset: 7px !important;
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child:hover h2 {
  text-decoration: underline;
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child .child_content {
  position: relative;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child .child_content .child_content_inner {
  max-width: 65%;
}
@media (max-width: 767px) {
  .serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child .child_content .child_content_inner {
    max-width: 80%;
  }
}
@media (max-width: 470px) {
  .serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child .child_content .child_content_inner {
    max-width: 88%;
  }
}
@media (max-width: 380px) {
  .serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child .child_content .child_content_inner {
    max-width: 95%;
  }
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child .child_content .copy_content {
  transition: all 0.2s ease-in-out 0.01s;
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child .child_content .copy_content p {
  color: white;
  font-weight: 500;
}
.serivce_page .sec_pinned_full_bleed_section_m .sec_pinned_full_bleed_section_m_content .projects .child .child_content .c_button {
  margin-top: 20px;
}
.serivce_page .testimonials_light_background_with_logo {
  overflow: hidden;
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 8rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops {
    grid-template-columns: 1fr 4fr;
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops {
    gap: 4rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 470px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops {
    gap: 0.8rem;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops .lefts {
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops .lefts .lefts_content {
    top: 140px;
  }
}
@media (max-width: 992px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops .lefts .lefts_content {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops .lefts .lefts_content {
    position: unset;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops .rights {
  margin-top: 6px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops .rights {
    margin-top: 3px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops .rights {
    margin-top: 4px;
  }
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_tops .rights {
    margin-top: 0px;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle_outer {
  padding-top: 0 !important;
}
@media (max-width: 1700px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms_outer {
    padding-left: 6.5%;
  }
}
@media (max-width: 1410px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms_outer {
    padding-left: 7.5%;
  }
}
@media (max-width: 1280px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms_outer {
    padding-left: 8%;
  }
}
@media (max-width: 992px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms_outer {
    padding-left: 9%;
  }
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms_outer {
    padding-left: 0%;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms {
  position: relative;
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms {
    display: grid;
    grid-template-columns: 14% 86%;
    grid-template-columns: 100% !important;
  }
}
@media (max-width: 470px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms {
    grid-template-columns: 16% 84%;
  }
}
@media (max-width: 400px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms {
    grid-template-columns: 18% 77%;
    grid-template-columns: auto 84%;
    gap: 2%;
    justify-content: space-between;
  }
}
@media (max-width: 350px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms {
    grid-template-columns: auto 82%;
    gap: 4%;
  }
}
@media (max-width: 320px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms {
    grid-template-columns: auto 80%;
    gap: 5%;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms::after {
  position: absolute;
  z-index: 2;
  content: "";
  background: white;
  height: 100%;
  width: 100%;
  left: -100%;
  top: 0;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms::after {
    left: -5%;
    width: 18%;
    content: none;
  }
}
@media (max-width: 470px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms::after {
    left: -5%;
    width: 20%;
  }
}
@media (max-width: 400px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms::after {
    left: -5%;
    width: 24%;
    content: none;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts {
  position: absolute;
  left: -85px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts {
    display: none !important;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .arrows_container {
  flex-direction: column-reverse;
  gap: 10px;
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .arrows_container {
    padding-left: 15px;
  }
}
@media (max-width: 560px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .arrows_container {
    padding-left: 5px;
  }
}
@media (max-width: 470px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .arrows_container {
    padding-left: 8px;
  }
}
@media (max-width: 400px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .arrows_container {
    padding-left: 2px;
  }
}
@media (max-width: 350px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .arrows_container {
    padding-left: 0px;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .arrows_container .arrow {
  border-color: #24292D;
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .arrows_container .arrow:hover {
  border-color: #074C80;
}
@media (max-width: 992px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts {
    left: -70px;
  }
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts {
    position: unset;
    transform: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .drop_dwn_arr {
  padding: 10px;
}
@media (max-width: 400px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .drop_dwn_arr {
    padding: 8px;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .drop_dwn_arr i {
  font-size: 26px;
}
@media (max-width: 1920px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .drop_dwn_arr i {
    font-size: 25px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .drop_dwn_arr i {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .drop_dwn_arr i {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .drop_dwn_arr i {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .drop_dwn_arr i {
    font-size: 21px;
  }
}
@media (max-width: 320px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .lefts .drop_dwn_arr i {
    font-size: 20px;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider {
  position: relative;
  z-index: 1;
}
@media (max-width: 1280px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider {
    max-width: 60%;
    overflow: visible;
  }
}
@media (max-width: 992px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider {
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider {
    max-width: 75%;
  }
}
@media (max-width: 560px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider {
    max-width: 85%;
  }
}
@media (max-width: 470px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider {
    max-width: 93%;
    max-width: 82%;
    max-width: 88%;
  }
}
@media (max-width: 380px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider {
    max-width: 100%;
    max-width: 84%;
    max-width: 92%;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider .slick-list {
  overflow: visible;
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider .child {
  border: 1px solid #45494c;
  padding: 45px;
  padding-bottom: 50px;
  margin-right: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 65px;
  gap: 55px;
  min-height: 460px;
  min-height: 380px;
}
@media (max-width: 1920px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider .child {
    padding: 40px;
    padding-bottom: 45px;
    margin-right: 30px;
    min-height: 440px;
    min-height: 350px;
    gap: 60px;
    gap: 50px;
  }
}
@media (max-width: 1410px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider .child {
    padding: 35px;
    padding-bottom: 40px;
    margin-right: 30px;
    min-height: 380px;
    min-height: 330px;
    gap: 55px;
    gap: 45px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider .child {
    padding: 30px;
    padding-bottom: 35px;
    margin-right: 25px;
    min-height: 330px;
    min-height: 330px;
    gap: 50px;
    gap: 35px;
  }
}
@media (max-width: 992px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider .child {
    padding: 25px;
    padding-bottom: 30px;
    margin-right: 20px;
    min-height: 310px;
    gap: 45px;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider .child {
    margin-right: 23px;
    min-height: 290px;
    gap: 35px;
    gap: 25px;
  }
}
@media (max-width: 560px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider .child {
    margin-right: 15px;
    min-height: 310px;
    padding: 20px;
    padding-bottom: 25px;
    gap: 30px;
    gap: 25px;
  }
}
@media (max-width: 400px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider .child {
    margin-right: 13px;
    min-height: fit-content !important;
    gap: 25px;
    gap: 22.5px;
  }
}
@media (max-width: 350px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider .child {
    margin-right: 11px;
    gap: 20px;
    gap: 20px;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider .child .rating i {
  font-size: 19px;
  margin-right: 3px;
  color: #074C80;
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider .child .copy_content {
  margin-top: 15px;
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_middle .bottoms .slider .child .name {
  font-weight: 500;
  color: #074C80;
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child {
  margin: 0 60px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child {
    margin: 0 50px;
  }
}
@media (max-width: 1600px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child {
    margin: 0 45px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child {
    margin: 0 40px;
  }
}
@media (max-width: 992px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child {
    margin: 0 35px;
  }
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child {
    margin: 0 30px;
  }
}
@media (max-width: 600px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child {
    margin: 0 20px;
    margin: 0 20px;
  }
}
@media (max-width: 380px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child {
    margin: 0 15px;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child .image {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100px;
}
@media (max-width: 1410px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child .image {
    height: 90px;
  }
}
@media (max-width: 1280px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child .image {
    height: 85px;
  }
}
@media (max-width: 992px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child .image {
    height: 70px;
  }
}
@media (max-width: 767px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child .image {
    height: 55px;
  }
}
@media (max-width: 600px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child .image {
    height: 45px;
  }
}
@media (max-width: 550px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child .image {
    height: 40px;
  }
}
@media (max-width: 470px) {
  .serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child .image {
    height: 40px;
  }
}
.serivce_page .testimonials_light_background_with_logo .testimonials_light_background_with_logo_content .t_bottoms .slider_logo .child .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.serivce_page .contact_section {
  background: #24292D;
}
.serivce_page .contact_section .contact_section_content {
  padding: 1.5% 0;
}
.serivce_page .contact_section .contact_section_content .tops {
  display: grid;
  grid-template-columns: auto 1.1fr;
  justify-content: space-between;
  gap: 4rem;
  align-items: flex-start;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .serivce_page .contact_section .contact_section_content .tops {
    gap: 3.5rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .contact_section .contact_section_content .tops {
    gap: 2.5rem;
  }
}
.serivce_page .contact_section .contact_section_content .tops .rights {
  display: flex;
  justify-content: flex-end;
}
.serivce_page .contact_section .contact_section_content .bottoms {
  display: none;
}
.serivce_page .contact_section .contact_section_content .bottoms .bottoms_div {
  padding-bottom: 1.5%;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_div {
    padding-bottom: 0.7%;
  }
}
@media (max-width: 992px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_div {
    padding-bottom: 0%;
  }
}
.serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner {
  display: grid;
  grid-template-columns: 1fr 2.4fr;
  gap: 8rem;
  transition: all 0.2s ease-in-out 0.01s;
}
.serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner p {
  color: white;
}
@media (max-width: 1920px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner {
    gap: 7rem;
  }
}
@media (max-width: 1410px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner {
    gap: 6rem;
  }
}
@media (max-width: 1280px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner {
    gap: 5rem;
  }
}
@media (max-width: 992px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner {
    gap: 5rem;
  }
}
@media (max-width: 767px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner {
    grid-template-columns: 1fr;
    gap: 4.5rem;
  }
}
@media (max-width: 470px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner {
    gap: 4rem;
  }
}
.serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .lefts .copy_content p {
  font-weight: 500;
}
.serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .lefts .copy_content.stickky {
  position: sticky;
  top: 170px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .lefts .copy_content.stickky {
    top: 140px;
  }
}
@media (max-width: 992px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .lefts .copy_content.stickky {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .lefts .copy_content.stickky {
    position: unset;
  }
}
.serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form .gform_body input, .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form .gform_body select, .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form .gform_body textarea {
  background: transparent;
  border-color: white !important;
  color: white !important;
}
.serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form .gform_body input::placeholder, .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form .gform_body select::placeholder, .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form .gform_body textarea::placeholder {
  color: white !important;
}
.serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form .gform_body label {
  color: white !important;
}
.serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form .gform_body .ginput_container_select {
  border-color: white !important;
}
.serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form .gform_footer input.gform_button:hover {
  background: white !important;
  color: black;
}
.serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form #input_1_1_3_container {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form #input_1_1_3_container {
    padding-right: 15px;
  }
}
@media (max-width: 641px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form #input_1_1_3_container {
    padding-right: 0px;
    margin-bottom: 2.5rem !important;
  }
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form #input_1_1_3_container input {
    padding-top: 0 !important;
  }
}
.serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form #input_1_1_6_container {
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form #input_1_1_6_container {
    padding-left: 15px;
  }
}
@media (max-width: 641px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form #input_1_1_6_container {
    padding-left: 0px;
    margin-bottom: 0 !important;
  }
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form #input_1_1_6_container input {
    padding-top: 0 !important;
  }
}
@media (max-width: 641px) {
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form .ginput_container_email input,
  .serivce_page .contact_section .contact_section_content .bottoms .bottoms_inner .rights .form .ginput_container_phone input {
    padding-top: 0 !important;
  }
}
.serivce_page .inline_flex.no_link {
  cursor: default !important;
}
.serivce_page .inline_flex.href_click.link_flex:hover .drop_dwn_arr.tilted {
  transform: rotate(0deg);
  background: #074C80;
  border-color: #074C80;
}
.serivce_page .inline_flex.href_click.link_flex:hover .drop_dwn_arr.tilted i {
  color: white;
}

.single_blog_page .content_outer a {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}
.single_blog_page .content_outer a:hover {
  color: #074C80 !important;
}
@media (max-width: 992px) {
  .single_blog_page .hero_sec .hero_sec_content .tops {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 767px) {
  .single_blog_page .hero_sec .hero_sec_content .tops {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 470px) {
  .single_blog_page .hero_sec .hero_sec_content .tops {
    padding-bottom: 25px !important;
  }
}
@media (max-width: 992px) {
  .single_blog_page .hero_sec .hero_sec_content .tops h1 {
    font-size: 38px;
    line-height: 34pt;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .single_blog_page .hero_sec .hero_sec_content .tops h1 {
    font-size: 32px;
    line-height: 28pt;
  }
}
@media (max-width: 470px) {
  .single_blog_page .hero_sec .hero_sec_content .tops h1 {
    font-size: 26px;
    line-height: 23pt;
  }
}
@media (max-width: 380px) {
  .single_blog_page .hero_sec .hero_sec_content .tops h1 {
    font-size: 25px;
    line-height: 22pt;
  }
}
.single_blog_page .hero_sec .hero_sec_content .bottoms_outer {
  padding-top: 0 !important;
}
@media (max-width: 767px) {
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer .inline {
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer .inline {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer .inline {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.single_blog_page .hero_sec .hero_sec_content .bottoms_outer .bottoms .vid_img_outer {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer .bottoms .vid_img_outer {
    padding-bottom: 40px !important;
  }
}
@media (max-width: 767px) {
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer .bottoms .vid_img_outer {
    padding-bottom: 35px !important;
  }
}
@media (max-width: 470px) {
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer .bottoms .vid_img_outer {
    padding-bottom: 30px !important;
  }
}
.single_blog_page .hero_sec .hero_sec_content .bottoms_outer .bottoms .topps .inline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.4rem 9.5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 992px) {
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer .bottoms .topps .inline {
    margin-bottom: 10px;
    gap: 0.4rem 5rem;
  }
}
@media (max-width: 767px) {
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer .bottoms .topps .inline {
    margin-bottom: 8px;
  }
}
@media (max-width: 470px) {
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer .bottoms .topps .inline {
    margin-bottom: 7px;
  }
}
.single_blog_page .hero_sec .hero_sec_content .bottoms_outer .bottoms .topps .inline h4 {
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer .bottoms .topps .inline h4 {
    line-height: normal !important;
    font-weight: 500 !important;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer .bottoms .topps .inline h4 {
    font-size: 17px;
  }
}
@media (max-width: 470px) {
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer .bottoms .topps .inline h4 {
    font-size: 16px;
  }
}
@media (max-width: 380px) {
  .single_blog_page .hero_sec .hero_sec_content .bottoms_outer .bottoms .topps .inline h4 {
    font-size: 15px;
  }
}
.single_blog_page .sec_content {
  padding-top: 0 !important;
}
.single_blog_page .sec_content .sec_content_inner {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 5rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1410px) {
  .single_blog_page .sec_content .sec_content_inner {
    grid-template-columns: 1fr 4fr;
  }
}
@media (max-width: 767px) {
  .single_blog_page .sec_content .sec_content_inner {
    grid-template-columns: 1fr;
    gap: 4.5rem;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .single_blog_page .sec_content .sec_content_inner {
    gap: 4.3rem;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .single_blog_page .sec_content .sec_content_inner {
    gap: 3.3rem;
  }
}
@media (max-width: 767px) {
  .single_blog_page .sec_content .sec_content_inner .lefts {
    order: 2;
  }
}
.single_blog_page .sec_content .sec_content_inner .lefts {
  position: relative;
}
.single_blog_page .sec_content .sec_content_inner .lefts .lefts_content {
  position: sticky;
  top: 170px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1280px) {
  .single_blog_page .sec_content .sec_content_inner .lefts .lefts_content {
    top: 140px;
  }
}
@media (max-width: 992px) {
  .single_blog_page .sec_content .sec_content_inner .lefts .lefts_content {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .single_blog_page .sec_content .sec_content_inner .lefts .lefts_content {
    position: unset;
  }
}
.single_blog_page .sec_content .sec_content_inner .lefts .lefts_content .c_button .tilted {
  transform: rotate(-135deg);
}
@media (max-width: 767px) {
  .single_blog_page .sec_content .sec_content_inner .lefts .lefts_content .c_button {
    display: none;
  }
}
.single_blog_page .sec_content .sec_content_inner .lefts .lefts_content .c_button:hover .tilted {
  background: #074C80;
  border-color: #074C80;
  transform: rotate(-180deg);
}
.single_blog_page .sec_content .sec_content_inner .lefts .lefts_content .c_button:hover .tilted i {
  color: white;
}
.single_blog_page .sec_content .sec_content_inner .lefts .lefts_content .c_button.mobile {
  display: none;
}
@media (max-width: 767px) {
  .single_blog_page .sec_content .sec_content_inner .lefts .lefts_content .c_button.mobile {
    display: inline-block;
    min-width: 100%;
    text-align: center;
  }
}
.single_blog_page .sec_content .sec_content_inner .rights .content_outer .heateor_sss_sharing_container {
  display: none;
}
.single_blog_page .sec_content .sec_content_inner .rights .content_outer p, .single_blog_page .sec_content .sec_content_inner .rights .content_outer img {
  margin-bottom: 22px;
}
@media (max-width: 1280px) {
  .single_blog_page .sec_content .sec_content_inner .rights .content_outer p, .single_blog_page .sec_content .sec_content_inner .rights .content_outer img {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .single_blog_page .sec_content .sec_content_inner .rights .content_outer p, .single_blog_page .sec_content .sec_content_inner .rights .content_outer img {
    margin-bottom: 15px;
  }
}
.single_blog_page .sec_content .sec_content_inner .rights .content_outer p:last-of-type {
  margin-bottom: 0;
}
.single_blog_page .sec_content .sec_content_inner .rights .content_outer img {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .single_blog_page .sec_content .sec_content_inner .rights .content_outer img {
    margin: 26px 0;
  }
}
.single_blog_page .sec_content .sec_content_inner .rights .content_outer h1, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h2, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h3, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h4, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h5, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h6 {
  margin-bottom: 10px;
  margin-top: 45px;
  color: #074C80;
}
@media (max-width: 1280px) {
  .single_blog_page .sec_content .sec_content_inner .rights .content_outer h1, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h2, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h3, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h4, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h5, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h6 {
    margin-top: 40px;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .single_blog_page .sec_content .sec_content_inner .rights .content_outer h1, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h2, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h3, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h4, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h5, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h6 {
    margin-top: 35px;
    margin-bottom: 6px;
  }
  .single_blog_page .sec_content .sec_content_inner .rights .content_outer h1 + figure img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h1 + img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h2 + figure img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h2 + img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h3 + figure img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h3 + img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h4 + figure img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h4 + img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h5 + figure img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h5 + img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h6 + figure img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h6 + img {
    margin-top: 12px;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .single_blog_page .sec_content .sec_content_inner .rights .content_outer h1 + figure img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h1 + img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h2 + figure img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h2 + img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h3 + figure img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h3 + img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h4 + figure img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h4 + img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h5 + figure img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h5 + img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h6 + figure img, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h6 + img {
    margin-top: 9px;
  }
}
@media (max-width: 470px) {
  .single_blog_page .sec_content .sec_content_inner .rights .content_outer h1, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h2, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h3, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h4, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h5, .single_blog_page .sec_content .sec_content_inner .rights .content_outer h6 {
    margin-top: 32px;
    margin-bottom: 4px;
  }
}
.single_blog_page .sec_content .sec_content_inner .rights .hr_padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (max-width: 767px) {
  .single_blog_page .sec_content .sec_content_inner .rights figure, .single_blog_page .sec_content .sec_content_inner .rights img {
    display: block;
    min-width: 100%;
  }
}
.single_blog_page .sec_content .sec_content_inner .rights .saasy_ic .heateor_sss_sharing_ul {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .single_blog_page .sec_content .sec_content_inner .rights .saasy_ic .heateor_sss_sharing_ul {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1.4rem 1.8rem;
  }
}
@media (max-width: 767px) and (max-width: 470px) {
  .single_blog_page .sec_content .sec_content_inner .rights .saasy_ic .heateor_sss_sharing_ul {
    gap: 1.2rem 1.6rem;
  }
}
.single_blog_page .sec_content .sec_content_inner .rights .saasy_ic .heateor_sss_sharing_ul .heateor_sss_svg {
  border-color: #074C80 !important;
  padding: 6.5px !important;
  transition: all 0.2s ease-in-out 0.01s;
  height: 27.5px !important;
  width: 27.5px !important;
}
@media (max-width: 767px) {
  .single_blog_page .sec_content .sec_content_inner .rights .saasy_ic .heateor_sss_sharing_ul .heateor_sss_svg {
    height: 25px !important;
    width: 25px !important;
  }
}
@media (max-width: 470px) {
  .single_blog_page .sec_content .sec_content_inner .rights .saasy_ic .heateor_sss_sharing_ul .heateor_sss_svg {
    height: 23px !important;
    width: 23px !important;
    padding: 5.5px !important;
  }
}
@media (max-width: 380px) {
  .single_blog_page .sec_content .sec_content_inner .rights .saasy_ic .heateor_sss_sharing_ul .heateor_sss_svg {
    height: 21px !important;
    width: 21px !important;
  }
}
.single_blog_page .sec_content .sec_content_inner .rights .saasy_ic .heateor_sss_sharing_ul .heateor_sss_svg svg path {
  fill: #074C80 !important;
  transition: all 0.2s ease-in-out 0.01s;
}
.single_blog_page .sec_content .sec_content_inner .rights .saasy_ic .heateor_sss_sharing_ul .heateor_sss_svg:hover {
  background: #074C80 !important;
}
.single_blog_page .sec_content .sec_content_inner .rights .saasy_ic .heateor_sss_sharing_ul .heateor_sss_svg:hover svg path {
  fill: white !important;
}

@media (min-width: 993px) {
  body.single-portfolio .header {
    position: fixed !important;
    background: transparent;
  }
  body.single-portfolio .header .header_inner {
    background: transparent;
  }
  body.single-portfolio .header .header_inner .desktop .nav ul li a {
    color: white;
  }
  body.single-portfolio .header .header_inner .desktop .nav ul li a::after {
    background: white !important;
  }
  body.single-portfolio .header .header_inner .site_logo .logo-img {
    opacity: 0;
    visibility: hidden;
  }
  body.single-portfolio .header .header_inner .site_logo .logo-img-white {
    opacity: 1;
    visibility: visible;
  }
  body.single-portfolio .header .header_inner .mobile .hamburger .bar {
    background: white;
  }
  body.single-portfolio .header.active_header .header_inner {
    background: white;
  }
  body.single-portfolio .header.active_header .header_inner .desktop .nav ul li a {
    color: black;
  }
  body.single-portfolio .header.active_header .header_inner .desktop .nav ul li a::after {
    background: black !important;
  }
  body.single-portfolio .header.active_header .header_inner .site_logo .logo-img {
    opacity: 1;
    visibility: visible;
  }
  body.single-portfolio .header.active_header .header_inner .site_logo .logo-img-white {
    opacity: 0;
    visibility: hidden;
  }
  body.single-portfolio .header.active_header .header_inner .mobile .hamburger .bar {
    background: black;
  }
  body.single-portfolio .header.active_header .header_inner .mobile .hamburger.active .bar {
    background: white;
  }
}

.single_portfolio_page {
  position: relative;
}
.single_portfolio_page .back_white {
  background: white;
}
.single_portfolio_page .temp_wwu .temp_wwu_content {
  padding: 2% 0;
}
.single_portfolio_page .sec_1 {
  position: sticky;
  top: 0;
  z-index: 1;
  z-index: 2;
}
@media (max-width: 992px) {
  .single_portfolio_page .sec_1 {
    top: 77.95px;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .sec_1 {
    top: 77.09px;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .sec_1 {
    top: 69.36px;
  }
}
@media (max-width: 380px) {
  .single_portfolio_page .sec_1 {
    top: 63.91px;
  }
}
@media (max-width: 280px) {
  .single_portfolio_page .sec_1 {
    top: 59.6px;
  }
}
@media (max-width: 230px) {
  .single_portfolio_page .sec_1 {
    top: 56.4px;
  }
}
.single_portfolio_page .sec_1 .sec_1_content .vid_img .image {
  position: relative;
}
.single_portfolio_page .sec_1 .sec_1_content .vid_img .image.overlay_true {
  position: relative;
}
.single_portfolio_page .sec_1 .sec_1_content .vid_img .image.overlay_true::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.25;
}
.single_portfolio_page .sec_1 .sec_1_content .vid_img .image img {
  height: 70vh;
  height: fit-content !important;
  max-height: 70vh !important;
  aspect-ratio: unset !important;
  max-height: unset;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 1920px) {
  .single_portfolio_page .sec_1 .sec_1_content .vid_img .image img {
    height: 65vh;
    max-height: 65vh !important;
  }
}
@media (max-width: 1410px) {
  .single_portfolio_page .sec_1 .sec_1_content .vid_img .image img {
    height: 66vh;
  }
}
@media (max-width: 1280px) {
  .single_portfolio_page .sec_1 .sec_1_content .vid_img .image img {
    height: 58vh;
    max-height: 58vh !important;
  }
}
@media (max-width: 992px) {
  .single_portfolio_page .sec_1 .sec_1_content .vid_img .image img {
    height: 560px;
    max-height: 450px !important;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .sec_1 .sec_1_content .vid_img .image img {
    height: 420px;
    height: 350px;
    max-height: 300px !important;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .sec_1 .sec_1_content .vid_img .image img {
    height: 340px;
    height: 270px;
    max-height: 230px !important;
  }
}
@media (max-width: 380px) {
  .single_portfolio_page .sec_1 .sec_1_content .vid_img .image img {
    height: 280px;
    height: 220px;
    max-height: 180px !important;
  }
}
@media (max-width: 320px) {
  .single_portfolio_page .sec_1 .sec_1_content .vid_img .image img {
    height: 190px;
    max-height: 160px !important;
  }
}
.single_portfolio_page .portfolio_body_content {
  position: relative;
  z-index: 2;
  background: white;
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 14rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content {
    gap: 12rem;
  }
}
@media (max-width: 1410px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content {
    grid-template-columns: 2.5fr 3fr;
    gap: 10rem;
  }
}
@media (max-width: 1280px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content {
    grid-template-columns: 2.7fr 3fr;
    gap: 9rem;
  }
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content {
    gap: 9rem;
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content {
    gap: 3rem;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content {
    gap: 2rem;
  }
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .lefts h1 {
  margin-top: -25px;
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .lefts .copy_content p {
  color: #074C80;
  font-weight: 500;
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 2rem 6rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content {
    grid-template-columns: 1fr;
    margin-bottom: 0 !important;
  }
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content .block h3 {
  margin-bottom: 6px;
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content .block.client {
    display: grid;
    grid-template-columns: auto auto;
    gap: 6rem;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content .block.client {
    gap: 5rem;
  }
}
@media (max-width: 992px) and (max-width: 470px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content .block.client {
    gap: 4.5rem;
  }
}
@media (max-width: 992px) and (max-width: 380px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content .block.client {
    gap: 2rem;
  }
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content .block.client .site_links {
  display: none;
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content .block.client .site_links {
    display: block;
    margin-top: 0 !important;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content .block.client .site_links {
    margin-top: -1.5px;
  }
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content .block.client .site_links .c_button {
    gap: 1rem !important;
  }
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content .block.client .site_links .c_button span {
    padding: 4px !important;
  }
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content .block.client .site_links .c_button span i {
    font-size: 13px !important;
  }
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .rights_content .block.industry {
    display: none;
  }
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .site_links {
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .site_links {
    margin-top: 25px;
  }
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .site_links .linkss {
  display: flex;
  gap: 2.5rem 7.5rem;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .site_links .linkss {
    flex-direction: column;
  }
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .site_links .linkss .link {
    display: flex;
    justify-content: flex-start;
    gap: 1rem 3rem;
    align-items: center;
    flex-wrap: wrap;
  }
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .site_links .linkss .site_title {
  color: #074C80;
  font-weight: 500;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .site_links .c_button {
    display: none !important;
  }
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .site_links .c_button.mobile {
  display: none;
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .site_links .c_button.mobile {
    display: block !important;
    text-align: center;
  }
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .site_links .c_button:hover .drop_dwn_arr {
  background: #074C80;
  border-color: #074C80;
  transform: rotate(0deg);
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .site_links .c_button:hover .drop_dwn_arr i {
  color: white;
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .site_links .c_button .drop_dwn_arr {
  padding: 6px;
}
.single_portfolio_page .portfolio_body_content .sec_2 .sec_2_content .rights .site_links .c_button .drop_dwn_arr i {
  font-size: 17px;
}
.single_portfolio_page .portfolio_body_content .sec_3 .sec_3_content .hr_main {
  padding-top: 0 !important;
}
.single_portfolio_page .portfolio_body_content .sec_3 .sec_3_content .hr_main hr {
  display: block;
  margin: 0;
  border: none;
  height: 1.5px;
  background: #24292D;
}
.single_portfolio_page .portfolio_body_content .sec_3 .sec_3_content .what_we_do .what_we_do_content {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 14rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_portfolio_page .portfolio_body_content .sec_3 .sec_3_content .what_we_do .what_we_do_content {
    gap: 12rem;
  }
}
@media (max-width: 1410px) {
  .single_portfolio_page .portfolio_body_content .sec_3 .sec_3_content .what_we_do .what_we_do_content {
    grid-template-columns: 2.5fr 5fr;
    gap: 10rem;
  }
}
@media (max-width: 1280px) {
  .single_portfolio_page .portfolio_body_content .sec_3 .sec_3_content .what_we_do .what_we_do_content {
    gap: 9rem;
  }
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .sec_3 .sec_3_content .what_we_do .what_we_do_content {
    grid-template-columns: 1fr 3fr;
    gap: 7rem;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .portfolio_body_content .sec_3 .sec_3_content .what_we_do .what_we_do_content {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .portfolio_body_content .sec_3 .sec_3_content .what_we_do .what_we_do_content {
    gap: 0.8rem;
  }
}
.single_portfolio_page .portfolio_body_content .sec_4 {
  position: sticky;
  top: 0;
  top: 114.48px;
  z-index: -1;
}
@media (max-width: 1920px) {
  .single_portfolio_page .portfolio_body_content .sec_4 {
    top: 113px;
  }
}
@media (max-width: 1600px) {
  .single_portfolio_page .portfolio_body_content .sec_4 {
    top: 112.25px;
  }
}
@media (max-width: 1410px) {
  .single_portfolio_page .portfolio_body_content .sec_4 {
    top: 109.25px;
  }
}
@media (max-width: 1280px) {
  .single_portfolio_page .portfolio_body_content .sec_4 {
    top: 98.5px;
  }
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .sec_4 {
    top: 77.95px;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .portfolio_body_content .sec_4 {
    top: 77.09px;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .portfolio_body_content .sec_4 {
    top: 69.36px;
  }
}
@media (max-width: 380px) {
  .single_portfolio_page .portfolio_body_content .sec_4 {
    top: 63.91px;
  }
}
@media (max-width: 280px) {
  .single_portfolio_page .portfolio_body_content .sec_4 {
    top: 59.6px;
  }
}
@media (max-width: 230px) {
  .single_portfolio_page .portfolio_body_content .sec_4 {
    top: 56.4px;
  }
}
.single_portfolio_page .portfolio_body_content .sec_4 .sec_4_content .vid_img .image img {
  max-height: unset;
  height: 105vh;
  height: fit-content !important;
  height: auto !important;
  max-height: 91vh !important;
  aspect-ratio: unset;
  width: 100%;
  object-fit: cover;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_portfolio_page .portfolio_body_content .sec_4 .sec_4_content .vid_img .image img {
    object-fit: contain !important;
  }
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .sec_4 .sec_4_content .vid_img .image img {
    height: 50vh;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .portfolio_body_content .sec_4 .sec_4_content .vid_img .image img {
    height: 40vh;
  }
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content {
  background: white;
  position: relative;
  z-index: 20;
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_spacer_hr_line hr {
  display: none;
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_spacer_hr_line.visible_hr hr {
  display: block;
  margin: 0;
  border: none;
  height: 1.5px;
  background: #24292D;
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .tops {
  padding-bottom: 2% !important;
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .tops {
    padding-bottom: 4% !important;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .tops {
    padding-bottom: 5% !important;
  }
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .tops .tops_inner {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 14rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .tops .tops_inner {
    gap: 12rem;
  }
}
@media (max-width: 1410px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .tops .tops_inner {
    gap: 10rem;
  }
}
@media (max-width: 1280px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .tops .tops_inner {
    gap: 9rem;
  }
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .tops .tops_inner {
    grid-template-columns: 2.5fr 3fr;
    gap: 7rem;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .tops .tops_inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .tops .tops_inner {
    gap: 0.8rem;
  }
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .bottoms_outer {
  padding-top: 0 !important;
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .bottoms_outer .bottoms {
  position: relative;
  z-index: 1;
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .bottoms_outer .bottoms .vid_img {
  position: relative;
  overflow: visible;
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .bottoms_outer .bottoms .vid_img {
    overflow: hidden;
  }
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .bottoms_outer .bottoms .vid_img::after, .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .bottoms_outer .bottoms .vid_img::before {
  content: "";
  background: red;
  background: transparent;
  position: absolute;
  height: 100%;
  width: 20px;
  z-index: 10000 !important;
  top: 0;
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .bottoms_outer .bottoms .vid_img::after, .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .bottoms_outer .bottoms .vid_img::before {
    content: none;
  }
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .bottoms_outer .bottoms .vid_img::after {
  left: -20px;
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .bottoms_outer .bottoms .vid_img::before {
  right: -20px;
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .overview_section_with_media .overview_section_with_media_content .bottoms_outer .bottoms .vid_img .videos {
  z-index: 1;
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child {
  border-top: 1px solid #24292D;
  padding: 22px 0;
  padding-bottom: 26px;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child {
    padding: 20px 0;
    padding-bottom: 26px;
  }
}
@media (max-width: 1410px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child {
    padding: 18px 0;
    padding-bottom: 24px;
  }
}
@media (max-width: 1280px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child {
    padding: 16px 0;
    padding-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child {
    padding: 15px 0;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child {
    padding: 14px 0;
    padding-bottom: 20px;
    padding: 20px 0 !important;
    padding-bottom: 26px !important;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child {
    padding: 12px 0;
    padding-bottom: 16px;
    padding: 16px 0 !important;
    padding-bottom: 22px !important;
  }
}
@media (max-width: 380px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child {
    padding: 10px 0;
    padding-bottom: 14px;
    padding: 13px 0 !important;
    padding-bottom: 19px !important;
  }
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child:last-of-type {
  border-bottom: 1px solid #24292D;
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child .faq_block .answer .inline {
  display: grid;
  grid-template-columns: 4fr 2fr;
  gap: 14rem;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 1920px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child .faq_block .answer .inline {
    gap: 12rem;
  }
}
@media (max-width: 1410px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child .faq_block .answer .inline {
    grid-template-columns: 4fr 3fr;
    gap: 10rem;
  }
}
@media (max-width: 1280px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child .faq_block .answer .inline {
    gap: 9rem;
  }
}
@media (max-width: 992px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child .faq_block .answer .inline {
    grid-template-columns: 4fr 3.5fr;
    gap: 7rem;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child .faq_block .answer .inline {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child .faq_block .answer .inline {
    gap: 0.8rem;
  }
}
.single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child .faq_block .answer .inline .copy_content {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child .faq_block .answer .inline .copy_content {
    padding-top: 5px;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .portfolio_body_content .below_sec_4_content .sec_5 .sec_result_stats_section .sec_result_stats_section_content .bottoms .child .faq_block .answer .inline .copy_content {
    padding-top: 0px;
  }
}
.single_portfolio_page .pad_extra {
  padding: 1.5% 0;
}
@media (max-width: 470px) {
  .single_portfolio_page .pad_extra {
    padding: 0.7% 0;
  }
}
.single_portfolio_page .titleB {
  padding: 100px 20px;
  text-align: center;
}
.single_portfolio_page .titleB h1 {
  color: #24292D;
  font-weight: 600;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.15;
}
.single_portfolio_page .titleB p {
  font-family: "degular", sans-serif;
  color: #074C80;
  font-size: 22px;
  padding-top: 15px;
  max-width: 800px;
  margin: 0 auto;
}
.single_portfolio_page .coverImage {
  padding: 0 100px;
  background: linear-gradient(to top, lightgray 0%, lightgray 50%, white 50%, white 100%);
}
.single_portfolio_page .coverImage img {
  width: 100%;
}
.single_portfolio_page .contentBlock {
  background-color: lightgray;
  padding: 100px 20px;
}
.single_portfolio_page .contentBlock .main-wrapper {
  max-width: 1000px;
}
.single_portfolio_page .contentBlock .left {
  padding: 0 20px 0 0 !important;
}
.single_portfolio_page .contentBlock .left.centerB {
  padding: 0 !important;
  text-align: center;
}
.single_portfolio_page .contentBlock .left.centerB p {
  margin: 0 auto;
}
.single_portfolio_page .contentBlock .left h2 {
  font-family: "degular", sans-serif;
  color: #074C80;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding-bottom: 30px;
}
.single_portfolio_page .contentBlock .left p {
  color: #24292D;
  letter-spacing: 0.5px;
  line-height: 35px;
  max-width: 700px;
}
.single_portfolio_page .contentBlock .left .link {
  padding-top: 30px;
  font-family: "degular", sans-serif;
  font-weight: 700;
  color: #24292D;
  font-size: 17px;
  color: #24292D;
}
.single_portfolio_page .contentBlock .left .link a {
  font-family: "degular", sans-serif;
  font-weight: 700;
  color: #24292D;
  font-size: 17px;
  transition: 400ms all;
}
.single_portfolio_page .contentBlock .left .link a img {
  vertical-align: baseline;
  padding-right: 15px;
  filter: brightness(0) invert(0.2);
  transition: 400ms all;
  position: relative;
  left: 0;
}
.single_portfolio_page .contentBlock .left .link a:hover img {
  left: 10px;
}
.single_portfolio_page .contentBlock .right {
  padding: 85px 0 0 20px !important;
}
.single_portfolio_page .contentBlock .right p {
  color: #24292D;
  letter-spacing: 0.5px;
}
.single_portfolio_page .contentBlock .right .title {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0 5px 0;
}
.single_portfolio_page p.title {
  font-family: "degular", sans-serif;
  font-weight: 700;
  color: #074C80;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 16px;
}
.single_portfolio_page .websiteDesign {
  overflow: hidden;
}
.single_portfolio_page .websiteDesign p {
  text-align: right;
  padding: 10px 0;
}
.single_portfolio_page .websiteDesign .websiteDesignGallery {
  position: relative;
}
.single_portfolio_page .websiteDesign .websiteDesignGallery img {
  width: 100%;
  cursor: pointer;
}
.single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer {
  position: relative;
  display: grid;
  grid-template-columns: 4% 93%;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer {
    grid-template-columns: 6% 90%;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer {
    grid-template-columns: 10% 87%;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer {
    grid-template-columns: 75px auto;
  }
}
@media (max-width: 400px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer {
    grid-template-columns: 60px auto;
  }
}
.single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer::after {
  position: absolute;
  z-index: 2;
  content: "";
  background: white;
  height: 100%;
  width: 100%;
  left: -100%;
  left: -95%;
  top: 0;
  transition: all 0.2s ease-in-out 0.01s;
}
@media (max-width: 992px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer::after {
    left: -92%;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer::after {
    left: -88.5%;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer::after {
    left: -5%;
    width: 20%;
  }
}
@media (max-width: 400px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer::after {
    left: -5%;
    width: 24%;
    content: none;
  }
}
.single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts {
  z-index: 3;
  background: white;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .arrows_container {
  flex-direction: column-reverse;
  gap: 10px;
}
@media (max-width: 767px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .arrows_container {
    padding-left: 15px;
  }
}
@media (max-width: 560px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .arrows_container {
    padding-left: 5px;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .arrows_container {
    padding-left: 8px;
  }
}
@media (max-width: 400px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .arrows_container {
    padding-left: 2px;
  }
}
@media (max-width: 350px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .arrows_container {
    padding-left: 0px;
  }
}
.single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .arrows_container .arrow:hover {
  border-color: #074C80;
}
@media (max-width: 992px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts {
    left: -70px;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts {
    position: unset;
    transform: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .drop_dwn_arr {
  padding: 10px;
}
@media (max-width: 400px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .drop_dwn_arr {
    padding: 8px;
  }
}
.single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .drop_dwn_arr i {
  font-size: 26px;
}
@media (max-width: 1920px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .drop_dwn_arr i {
    font-size: 25px;
  }
}
@media (max-width: 1280px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .drop_dwn_arr i {
    font-size: 24px;
  }
}
@media (max-width: 992px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .drop_dwn_arr i {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .drop_dwn_arr i {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .drop_dwn_arr i {
    font-size: 21px;
  }
}
@media (max-width: 320px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .lefts .drop_dwn_arr i {
    font-size: 20px;
  }
}
.single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider {
  position: relative;
  z-index: 1;
  max-width: 85%;
  overflow: visible;
}
@media (max-width: 1280px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider {
    max-width: 90%;
    overflow: visible;
  }
}
@media (max-width: 992px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider {
    max-width: 95%;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider {
    max-width: 100%;
    overflow: hidden;
  }
}
.single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .slick-list {
  overflow: visible;
}
@media (max-width: 470px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .slick-list {
    overflow: hidden;
  }
}
.single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery {
  margin-right: 35px;
}
@media (max-width: 1920px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery {
    margin-right: 30px;
  }
}
@media (max-width: 1410px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery {
    margin-right: 30px;
  }
}
@media (max-width: 1280px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery {
    margin-right: 25px;
  }
}
@media (max-width: 992px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery {
    margin-right: 20px;
  }
}
@media (max-width: 560px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery {
    margin-right: 15px;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery {
    margin-right: 10px;
  }
}
@media (max-width: 400px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery {
    margin-right: 7px;
  }
}
@media (max-width: 350px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery {
    margin-right: 4px;
  }
}
.single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery img {
  max-height: 750px;
  object-fit: cover;
  aspect-ratio: 16/9;
}
@media (max-width: 1920px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery img {
    max-height: 700px;
  }
}
@media (max-width: 1410px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery img {
    max-height: 600px;
  }
}
@media (max-width: 1280px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery img {
    max-height: 500px;
  }
}
@media (max-width: 992px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery img {
    max-height: unset;
    height: fit-content !important;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery img {
    height: 360px;
  }
}
@media (max-width: 470px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery img {
    height: 320px;
  }
}
@media (max-width: 380px) {
  .single_portfolio_page .websiteDesign .websiteDesignGallery .slider_outer .slider .singleWebsiteDesignGallery img {
    height: 290px;
  }
}
.single_portfolio_page .BrochureDesign .left {
  align-self: center;
}
.single_portfolio_page .BrochureDesign .left p {
  padding: 0 50px 0 20px !important;
  font-size: 50px;
  font-family: "degular", sans-serif;
  color: #24292D;
  max-width: 400px;
  margin: 0 0 0 auto;
  line-height: 1.25;
  font-weight: 500;
}
.single_portfolio_page .BrochureDesign .right img {
  width: 100%;
}
.single_portfolio_page .BrochureDesign .right p {
  padding-bottom: 20px;
}
.single_portfolio_page .videoBlock .vid_img .mejs-container,
.single_portfolio_page .videoBlock .vid_img .wp-video {
  width: 100% !important;
}
.single_portfolio_page .videoBlock .vid_img video {
  max-height: fit-content !important;
}
.single_portfolio_page .ImageWithVerticalTitle .main-wrapper {
  position: relative;
}
.single_portfolio_page .ImageWithVerticalTitle img {
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.single_portfolio_page .ImageWithVerticalTitle .titleBlock {
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.single_portfolio_page .ImageWithVerticalTitle .titleBlock p {
  writing-mode: vertical-lr;
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.single_portfolio_page .Paragraph .main-wrapper {
  max-width: 800px;
  text-align: center;
}
.single_portfolio_page .Paragraph .main-wrapper p, .single_portfolio_page .Paragraph .main-wrapper span {
  font-family: "degular", sans-serif;
  font-weight: 500;
}
.single_portfolio_page .Paragraph .main-wrapper p {
  color: #24292D;
  font-size: 30px;
  line-height: 50px;
}
.single_portfolio_page .Paragraph .main-wrapper p span {
  color: #074C80;
}
.single_portfolio_page .links {
  text-align: center;
  padding: 50px 20px 100px 20px;
}
.single_portfolio_page .links a {
  font-family: "degular", sans-serif;
  font-weight: 700;
  color: #074C80;
  font-size: 18px;
  transition: 400ms all;
}
.single_portfolio_page .links a i {
  font-weight: 400;
  font-size: 20px;
  vertical-align: middle;
  padding-left: 20px;
  transition: 400ms all;
  position: relative;
  left: 0;
}
.single_portfolio_page .links a:hover i {
  left: -10px;
}
.single_portfolio_page .links a.prev {
  color: #074C80;
}
.single_portfolio_page .links a.prev:hover {
  color: #074C80;
}
.single_portfolio_page .links a.prev:hover i {
  left: 10px;
}
.single_portfolio_page .links a.prev i {
  padding-right: 20px;
  padding-left: 0;
}
@media (max-width: 991px) {
  .single_portfolio_page .ImageWithVerticalTitle .titleBlock {
    left: -30px;
  }
  .single_portfolio_page .websiteDesign p {
    text-align: center;
  }
  .single_portfolio_page .websiteDesign .websiteDesignGallery .owl-nav .owl-next {
    font-size: 25px;
    right: -25px;
  }
  .single_portfolio_page .websiteDesign .websiteDesignGallery .owl-nav .owl-prev {
    left: -25px;
    font-size: 25px;
  }
  .single_portfolio_page .BrochureDesign .left p {
    padding: 0 20px 20px !important;
    text-align: center;
    max-width: 100%;
    font-size: 35px;
  }
  .single_portfolio_page .BrochureDesign .right p {
    padding-top: 50px;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .single_portfolio_page .Paragraph .main-wrapper p {
    font-size: 25px;
    line-height: 35px;
  }
  .single_portfolio_page .ImageWithVerticalTitle .titleBlock {
    position: relative;
    top: auto;
    left: 0;
    transform: translateY(0);
    text-align: center;
  }
  .single_portfolio_page .ImageWithVerticalTitle .titleBlock p {
    writing-mode: unset;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    padding-bottom: 10px;
    font-size: 12px;
  }
  .single_portfolio_page .websiteDesign p {
    font-size: 12px;
  }
  .single_portfolio_page .BrochureDesign .left p {
    font-size: 20px;
  }
  .single_portfolio_page .BrochureDesign .right p {
    font-size: 12px;
    padding-bottom: 10px;
  }
  .single_portfolio_page .titleB h1 {
    font-size: 40px;
  }
  .single_portfolio_page .contentBlock .left {
    padding-right: 0 !important;
    text-align: center;
  }
  .single_portfolio_page .contentBlock .left h2 {
    font-size: 30px;
  }
  .single_portfolio_page .contentBlock .right {
    text-align: center;
    padding: 50px 0 0 0 !important;
  }
  .single_portfolio_page .links {
    padding: 25px 0 50px;
  }
  .single_portfolio_page .links a {
    font-size: 14px;
  }
  .single_portfolio_page .links a i {
    padding-left: 12px;
  }
  .single_portfolio_page .links a.prev i {
    padding-right: 12px;
  }
}

.policy_page .custom_header {
  background: black;
  display: flex;
  justify-content: center;
  padding: 30px 15px;
  transition: all 0.3s ease-in-out 0.02s;
}
@media (max-width: 1410px) {
  .policy_page .custom_header {
    padding: 25px 15px;
  }
}
@media (max-width: 992px) {
  .policy_page .custom_header {
    padding: 20px 15px;
  }
}
@media (max-width: 470px) {
  .policy_page .custom_header {
    padding: 15px;
  }
}
@media (max-width: 380px) {
  .policy_page .custom_header {
    padding: 15px 10px;
  }
}
.policy_page .custom_header .image img {
  max-width: 250px;
  width: 100%;
  transition: all 0.3s ease-in-out 0.02s;
}
@media (max-width: 1920px) {
  .policy_page .custom_header .image img {
    max-width: 230px;
  }
}
@media (max-width: 1280px) {
  .policy_page .custom_header .image img {
    max-width: 200px;
  }
}
@media (max-width: 992px) {
  .policy_page .custom_header .image img {
    max-width: 190px;
  }
}
@media (max-width: 767px) {
  .policy_page .custom_header .image img {
    max-width: 160px;
  }
}
@media (max-width: 470px) {
  .policy_page .custom_header .image img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  .policy_page .content_body {
    padding-top: 25px !important;
  }
}
@media (max-width: 380px) {
  .policy_page .content_body {
    padding-top: 20px !important;
  }
}
.policy_page .content_body .hero .hero_content {
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .policy_page .content_body .hero .hero_content {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .policy_page .content_body .hero .hero_content {
    margin-bottom: 30px;
  }
}
@media (max-width: 470px) {
  .policy_page .content_body .hero .hero_content {
    margin-bottom: 20px;
  }
}
.policy_page .content_body .hero h3 {
  margin-bottom: 5px;
}
@media (max-width: 992px) {
  .policy_page .content_body .hero {
    border-width: 1.5px;
  }
}
.policy_page .content_body .content h1, .policy_page .content_body .content h2, .policy_page .content_body .content h3, .policy_page .content_body .content h4, .policy_page .content_body .content h5, .policy_page .content_body .content h6 {
  margin-bottom: 13px;
  margin-top: 60px;
  font-weight: 500 !important;
}
@media (max-width: 1280px) {
  .policy_page .content_body .content h1, .policy_page .content_body .content h2, .policy_page .content_body .content h3, .policy_page .content_body .content h4, .policy_page .content_body .content h5, .policy_page .content_body .content h6 {
    margin-bottom: 11px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .policy_page .content_body .content h1, .policy_page .content_body .content h2, .policy_page .content_body .content h3, .policy_page .content_body .content h4, .policy_page .content_body .content h5, .policy_page .content_body .content h6 {
    margin-bottom: 8px;
    margin-top: 35px;
  }
}
.policy_page .content_body .content p {
  margin-bottom: 10px;
}
.policy_page .content_body .content a {
  color: #074C80;
  font-weight: 500 !important;
}
.policy_page .content_body .content strong {
  font-weight: 600;
}
.policy_page .content_body .content mark {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 5px !important;
}

/*# sourceMappingURL=main.css.map */
