:root {
  --white-color: #fff;
  --heading-color: #01133c;
  --body-color: #666666;
  --accent-color: #ef0f3a;
  --gray-color: #f5f7fa;
  --border-color: #ecf1f5;
  --heading-font: "Archivo", sans-serif;
  --body-font: "Roboto", sans-serif;
}
body,
html {
  color: var(--body-color);
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 1.62em;
  font-weight: 400;
  overflow-x: clip;
}
h1,
h2,
h3 {
  clear: both;
  color: var(--heading-color);
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 700;
  line-height: 1.2em;
  font-family: var(--heading-font);
}
.cs_heading_font {
  font-family: var(--heading-font);
}
h1 {
  font-size: 56px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 30px;
}
p {
  margin-bottom: 15px;
}
ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}
i {
  font-style: italic;
}
blockquote {
  margin: 0 15px;
  font-style: italic;
  font-size: 20px;
  line-height: 1.6em;
  margin: 0;
}
img {
  border: 0;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
button {
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: var(--accent-color);
}
.cs_mb_2 {
  margin-bottom: 2px;
}
.cs_mb_6 {
  margin-bottom: 6px;
}
.cs_mb_8 {
  margin-bottom: 8px;
}
.cs_mb_10 {
  margin-bottom: 10px;
}
.cs_mb_12 {
  margin-bottom: 12px;
}
.cs_mb_18 {
  margin-bottom: 18px;
}
.cs_mb_20 {
  margin-bottom: 20px;
}
.cs_mb_22 {
  margin-bottom: 22px;
}
.cs_mb_30 {
  margin-bottom: 30px;
}
.cs_mb_33 {
  margin-bottom: 33px;
}
.cs_mb_34 {
  margin-bottom: 34px;
}
.cs_mb_35 {
  margin-bottom: 35px;
}
.cs_mb_36 {
  margin-bottom: 36px;
}
.cs_mb_38 {
  margin-bottom: 38px;
}
.cs_mb_47 {
  margin-bottom: 47px;
}
.cs_mb_50 {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .cs_height_27 {
    height: 27px;
  }
  .cs_height_44 {
    height: 44px;
  }
  .cs_height_70 {
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .cs_height_lg_30 {
    height: 30px;
  }
  .cs_height_lg_65 {
    height: 65px;
  }
  .cs_height_lg_80 {
    height: 80px;
  }
}
.cs_fs_12 {
  font-size: 12px;
  line-height: 2em;
}
.cs_fs_14 {
  font-size: 14px;
  line-height: 1.714em;
}
.cs_fs_16 {
  font-size: 16px;
  line-height: 1.625em;
}
.cs_fs_18 {
  font-size: 18px;
  line-height: 1.556em;
}
.cs_fs_24 {
  font-size: 24px;
  line-height: 1.417em;
}
@media (max-width: 991px) {
  .cs_fs_24 {
    font-size: 22px;
  }
}
.cs_fs_30 {
  font-size: 30px;
  line-height: 1.333em;
}
@media (max-width: 991px) {
  .cs_fs_30 {
    font-size: 26px;
  }
}
.cs_fs_45 {
  font-size: 45px;
  line-height: 1.208em;
}
@media (max-width: 991px) {
  .cs_fs_45 {
    font-size: 38px;
  }
}
.cs_fs_50 {
  font-size: 50px;
  line-height: 1.208em;
}
@media (max-width: 991px) {
  .cs_fs_50 {
    font-size: 38px;
  }
}
.cs_fs_70 {
  font-size: 70px;
  line-height: 1.143em;
}
@media (max-width: 991px) {
  .cs_fs_70 {
    font-size: 56px;
  }
}
@media (max-width: 575px) {
  .cs_fs_70 {
    font-size: 48px;
  }
}
.cs_semibold {
  font-weight: 600;
}
.cs_bold {
  font-weight: 700;
}
.cs_radius_10 {
  border-radius: 10px;
}
.cs_radius_50 {
  border-radius: 50%;
}
.cs_mp_0 {
  list-style: none;
  margin: 0;
  padding: 0;
}
.container-fluid {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container-fluid {
    padding: 0 15px !important;
  }
}
.cs_row_gap_30 {
  margin-left: -15px;
  margin-right: -15px;
}
.cs_row_gap_30 > * {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1401px) {
  .cs_row_gap_40 {
    margin-left: -20px;
    margin-right: -20px;
  }
  .cs_row_gap_40 > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cs_row_gap_80 {
  margin-left: -40px;
  margin-right: -40px;
}
.cs_row_gap_80 > * {
  padding-left: 40px;
  padding-right: 40px;
}
.cs_gap_y_30 {
  gap: 30px 0;
}
.cs_gap_y_40 {
  gap: 40px 0;
}
.cs_gap_y_50 {
  gap: 50px 0;
}
.cs_bg_filed {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.cs_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cs_white_color {
  color: var(--white-color);
}
.cs_heading_color {
  color: var(--heading-color);
}
.cs_accent_color {
  color: var(--accent-color);
}
.cs_white_bg {
  background-color: var(--white-color);
}
.cs_heading_bg {
  background-color: var(--heading-color);
}
.cs_gray_bg {
  background-color: var(--gray-color);
}
.cs_accent_bg {
  background-color: var(--accent-color);
}
.cs_accent_bg_light {
  background: rgba(239, 15, 58, 0.06);
}
.cs_btn.cs_style_1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white-color);
  gap: 10px;
  border: 1px solid var(--accent-color);
  padding: 12px 30px;
  line-height: 1.714em;
  background-color: var(--accent-color);
  position: relative;
}
@media (max-width: 991px) {
  .cs_btn.cs_style_1 {
    padding: 8px 20px;
  }
}
.cs_btn.cs_style_1::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: var(--heading-color);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_btn.cs_style_1 > * {
  position: relative;
  z-index: 1;
}
.cs_btn.cs_style_1 i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs_btn.cs_style_1:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}
.cs_btn.cs_style_1:hover i {
  -webkit-transform: rotate(-405deg) scale(1.4);
  transform: rotate(-405deg) scale(1.4);
}
.cs_btn.cs_style_1:hover::before {
  opacity: 0.2;
}
.cs_social_btns.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 13px;
}
.cs_social_btns.cs_style_1 a {
  width: 26px;
  height: 26px;
  font-size: 11px;
  border: 1px solid;
  border-color: var(--body-color);
}
.cs_social_btns.cs_style_1 a:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
  border-color: var(--accent-color);
}
.cs_scroll_top_btn {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 20px;
  bottom: 30px;
  cursor: pointer;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cs_scroll_top_btn::before {
  content: "";
  width: 90%;
  height: 90%;
  background-color: var(--heading-color);
  border-radius: inherit;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: scallup 3500ms cubic-bezier(0.18, 2, 0.55, -0.11) infinite;
  animation: scallup 3500ms cubic-bezier(0.18, 2, 0.55, -0.11) infinite;
}
.cs_scroll_top_btn > * {
  position: relative;
  z-index: 1;
}
.cs_scroll_top_btn.active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.cs_section_heading svg {
  -webkit-animation: spinAnimation 7s linear infinite;
  animation: spinAnimation 7s linear infinite;
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1 br {
    display: none;
  }
}
.cs_section_heading.cs_style_1.cs_type_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .cs_section_heading.cs_style_1.cs_type_1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 20px;
  }
}
.cs_section_heading.cs_style_1 .cs_section_subtitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}
.cs_section_heading.cs_style_1 .cs_section_heading_left {
  max-width: 635px;
}
.cs_section_heading.cs_style_1 .cs_section_heading_right {
  max-width: 530px;
}
.cs_rating_percentage,
.cs_rating {
  overflow: hidden;
}
.cs_rating_percentage::before,
.cs_rating::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  top: 0;
  left: 0;
}
.cs_rating {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 120px;
  height: 26px;
  position: relative;
  font-size: 16px;
  letter-spacing: 7px;
  color: #ffc131;
}
.cs_rating::before {
  font-weight: 400;
}
.cs_rating_percentage {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.cs_rating_percentage::before {
  font-weight: 900;
}
.cs_accordian.cs_style_1.cs_type_1 {
  border: 1px solid var(--border-color);
}
.cs_accordian.cs_style_1 .cs_accordian_body {
  padding: 16px 50px 16px 20px;
  border-top: 1px solid var(--border-color);
}
.cs_accordian.cs_style_1 .cs_accordian_head {
  padding: 14px 50px 14px 20px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 1199px) {
  .cs_accordian.cs_style_1 .cs_accordian_head {
    padding: 20px 40px 20px 20px;
  }
}
.cs_accordian.cs_style_1 .cs_accordian_toggle {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.cs_accordian.cs_style_1 .cs_accordian_toggle i {
  position: absolute;
  color: var(--accent-color);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_accordian.cs_style_1 .cs_accordian_toggle i:nth-child(2) {
  opacity: 0;
}
.cs_accordian.cs_style_1.active .cs_accordian_head {
  pointer-events: none;
}
.cs_accordian.cs_style_1.active .cs_accordian_toggle i {
  color: var(--body-color);
}
.cs_accordian.cs_style_1.active .cs_accordian_toggle i:nth-child(1) {
  opacity: 0;
}
.cs_accordian.cs_style_1.active .cs_accordian_toggle i:nth-child(2) {
  opacity: 1;
}
.cs_accordian.cs_style_1.active.cs_type_1 {
  border-color: var(--accent-color);
}
.cs_accordian.cs_style_1.active.cs_type_1 .cs_accordian_toggle i {
  color: var(--heading-color);
}
.cs_accordians_wrapper.cs_style_1 {
  padding-right: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1400px) {
  .cs_accordians_wrapper.cs_style_1 {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .cs_accordians_wrapper.cs_style_1 {
    padding-right: 0;
  }
}
@-webkit-keyframes spinAnimation {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
@keyframes spinAnimation {
  0% {
    -webkit-transform: rotateX(-20deg) rotateY(0deg);
    transform: rotateX(-20deg) rotateY(0deg);
  }
  75% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
  100% {
    -webkit-transform: rotateX(-20deg) rotateY(360deg);
    transform: rotateX(-20deg) rotateY(360deg);
  }
}
@-webkit-keyframes scallup {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
}
@keyframes scallup {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }
}
.cs_slider {
  position: relative;
}
.draggable {
  cursor: url(../img/drag.png) 16 9, ew-resize !important;
}
.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cs_slider_gap_30 .slick-slide {
  padding-left: 15px;
  padding-right: 15px;
}
.cs_slider_gap_30 .slick-list {
  margin-left: -15px;
  margin-right: -15px;
}
.cs_pagination.cs_style_1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5.5%;
  padding: 30px 0;
}
@media (max-width: 1600px) {
  .cs_pagination.cs_style_1 {
    left: 3%;
  }
}
@media (max-width: 1480px) {
  .cs_pagination.cs_style_1 {
    left: 25px;
  }
}
@media (max-width: 1070px) {
  .cs_pagination.cs_style_1 {
    top: initial;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 10px 30px;
  }
}
.cs_pagination.cs_style_1.cs_type_1 {
  position: initial;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  padding: 12px 0;
  margin-top: 80px;
}
.cs_pagination.cs_style_1.cs_type_1::before,
.cs_pagination.cs_style_1.cs_type_1::after {
  width: 77px;
  height: 2px;
}
.cs_pagination.cs_style_1.cs_type_1::before {
  background: -webkit-gradient(linear, right top, left top, from(#01133C), to(#EF0F3A));
  background: linear-gradient(270deg, #01133C 0%, #EF0F3A 100%);
  top: 50%;
  left: 62%;
  -webkit-transform: translate(-62%, -50%);
  transform: translate(-62%, -50%);
}
.cs_pagination.cs_style_1.cs_type_1::after {
  background: -webkit-gradient(linear, right top, left top, from(#EF0F3A), to(#01133C));
  background: linear-gradient(270deg, #EF0F3A 0%, #01133C 100%);
  top: 50%;
  left: 38%;
  -webkit-transform: translate(-38%, -50%);
  transform: translate(-38%, -50%);
}
.cs_pagination.cs_style_1.cs_type_1 ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cs_pagination.cs_style_1.cs_type_1 li {
  background-color: var(--accent-color);
}
.cs_pagination.cs_style_1::before,
.cs_pagination.cs_style_1::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 77px;
  left: 50%;
  margin-left: -1px;
}
@media (max-width: 1070px) {
  .cs_pagination.cs_style_1::before,
  .cs_pagination.cs_style_1::after {
    display: none;
  }
}
.cs_pagination.cs_style_1::before {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(1, 15, 52, 0.7)));
  background: linear-gradient(180deg, #fff 0%, rgba(1, 15, 52, 0.7) 100%);
  bottom: 100%;
}
.cs_pagination.cs_style_1::after {
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(1, 15, 52, 0.7)));
  background: linear-gradient(0deg, #fff 0%, rgba(1, 15, 52, 0.7) 100%);
  top: 100%;
}
.cs_pagination.cs_style_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  gap: 23px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1070px) {
  .cs_pagination.cs_style_1 ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.cs_pagination.cs_style_1 li {
  height: 13px;
  width: 13px;
  background-color: var(--heading-color);
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_pagination.cs_style_1 li:hover {
  background-color: var(--accent-color);
}
.cs_pagination.cs_style_1 li::before {
  content: "";
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 2px solid var(--accent-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
}
.cs_pagination.cs_style_1 li.slick-active {
  background-color: var(--accent-color);
}
.cs_pagination.cs_style_1 li.slick-active::before {
  opacity: 1;
}
.cs_pagination.cs_style_1 button {
  display: none;
}
.slick-slide .cs_hero.cs_style_1 .cs_hero_text {
  position: relative;
  left: 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.slick-slide.slick-current .cs_hero.cs_style_1 .cs_hero_text {
  opacity: 1;
  left: 0;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.cs_site_header {
  position: absolute;
  z-index: 101;
  width: 100%;
  left: 0;
  top: 0px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs_logo_wrap {
  position: relative;
  height: calc(100% + 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -50px;
}
@media (max-width: 1199px) {
  .cs_logo_wrap {
    margin-top: 0;
    height: 80px;
  }
}
.cs_site_branding {
  display: inline-block;
  position: relative;
  z-index: 3;
  max-width: 225px;
}
@media (max-width: 1250px) {
  .cs_site_branding {
    max-width: 200px;
  }
}
@media (max-width: 1199px) {
  .cs_site_branding {
    max-width: 180px;
  }
}
@media (max-width: 350px) {
  .cs_site_branding {
    max-width: 150px;
  }
}
.cs_logo_bg_shape {
  position: absolute;
  right: -155px;
  bottom: 0;
  z-index: 2;
}
.cs_logo_bg_shape::before {
  content: "";
  position: absolute;
  right: 90px;
  height: 100%;
  width: 100vw;
  background-color: var(--accent-color);
}
.cs_logo_bg_shape img {
  position: absolute;
  top: 0;
  right: 70px;
}
@media (max-width: 1199px) {
  .cs_logo_bg_shape img {
    height: 80px;
    right: 40px;
  }
}
@media (max-width: 1600px) {
  .cs_logo_bg_shape {
    right: -100px;
  }
}
@media (max-width: 1400px) {
  .cs_logo_bg_shape {
    right: -80px;
  }
}
@media (max-width: 1199px) {
  .cs_logo_bg_shape {
    right: -55px;
  }
  .cs_logo_bg_shape svg {
    height: 80px;
    width: 289px;
  }
}
@media (max-width: 350px) {
  .cs_logo_bg_shape {
    right: -48px;
  }
}
.cs_header_social_links_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.cs_header_social_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  line-height: 1.6em;
  gap: 5px 20px;
}
.cs_header_social_links a:hover {
  color: #fff;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.cs_header_contact_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 30px;
}
.cs_header_contact_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cs_header_contact_list li i {
  color: var(--accent-color);
}
.cs_header_contact_list a:hover {
  color: rgba(255, 255, 255, 0.7);
}
.cs_site_header.cs_style_1 {
  background-color: #fff;
}
.cs_site_header.cs_style_1 .cs_top_header {
  background-color: #141422;
  color: #fff;
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_top_header {
    display: none;
  }
}
.cs_site_header.cs_style_1 .cs_main_header_in,
.cs_site_header.cs_style_1 .cs_top_header_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
  height: 90px;
}
.cs_site_header.cs_style_1 .cs_top_header_in {
  height: 50px;
  position: relative;
  z-index: 1;
}
.cs_site_header.cs_style_1 .cs_main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 0 40px;
}
@media (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_main_header_right {
    gap: 0 25px;
    padding-right: 55px;
  }
}
.cs_site_header.cs_style_1 .cs_btn {
  position: relative;
  z-index: 2;
}
.cs_site_header.cs_style_1 .cs_main_header_in {
  position: relative;
  z-index: 1;
}
.cs_site_header.cs_style_1 .cs_top_header_left {
  padding-left: 31.6%;
}
@media (max-width: 1400px) {
  .cs_site_header.cs_style_1 .cs_top_header_left {
    padding-left: 27.3%;
  }
}
.cs_site_header_spacing_140 {
  height: 140px;
}
@media (max-width: 1199px) {
  .cs_site_header_spacing_140 {
    height: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .cs_site_header.cs_style_1 .cs_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cs_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cs_sticky_header {
  position: fixed !important;
  width: 100%;
  z-index: 999;
}
.cs_sticky_header .cs_top_header_in {
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--white-color);
}
.cs_gescout_sticky .cs_logo_wrap {
  margin-top: 0;
  height: 100%;
}
@media (max-width: 1199px) {
  .cs_gescout_sticky .cs_logo_wrap {
    height: 80px;
  }
}
.cs_gescout_sticky.cs_site_header.cs_style_1 .cs_top_header_in {
  height: 0;
}
.cs_gescout_show {
  top: 0 !important;
  opacity: 1;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
  box-shadow: 0px 1px 2px 0px rgba(2, 0, 181, 0.1);
}
.cs_main_header,
.cs_top_header {
  position: relative;
}
.cs_main_header .container-fluid,
.cs_top_header .container-fluid {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .cs_main_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 100;
  }
  .cs_site_header.cs_style_1 .cs_main_header_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .cs_site_header.cs_style_1 .cs_main_header_left {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cs_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    line-height: 1.6em;
    position: relative;
    z-index: 100;
  }
  .cs_nav .cs_nav_list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li {
    margin-right: 40px;
    height: inherit;
  }
  .cs_nav .cs_nav_list > li:last-child {
    margin-right: 0;
  }
  .cs_nav .cs_nav_list > li > a {
    padding: 10px 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    height: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cs_nav .cs_nav_list li:not(.cs_mega_menu) {
    position: relative;
  }
  .cs_menu_toggle {
    display: none;
  }
  .cs_nav_list_wrap {
    height: 100%;
  }
}
@media screen and (max-width: 1199px) {
  .cs_nav .cs_nav_list_wrap {
    position: fixed;
    width: 100vw;
    left: -100vw;
    top: 0;
    background-color: #fff;
    color: var(--heading-color);
    height: 100vh;
    padding-top: 80px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list_wrap.cs_active {
    left: 0vw;
  }
  .cs_nav .cs_nav_list {
    padding: 10px 0;
    top: 0;
    overflow: auto;
    height: 100%;
  }
  .cs_nav .cs_nav_list a {
    display: block;
    padding: 12px 15px;
    line-height: 16px;
  }
  .cs_nav .cs_nav_list > li > a {
    font-size: 18px;
    line-height: 22px;
  }
  .cs_menu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
  }
  .cs_menu_toggle span,
  .cs_menu_toggle span:before,
  .cs_menu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .cs_menu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .cs_menu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
  .cs_menu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
  }
  .cs_site_header.cs_style_1 .cs_menu_toggle {
    top: 50%;
    right: 0px;
    margin-top: -13px;
  }
  .cs_toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .cs_toggle_active span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }
  .cs_toggle_active span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s;
  }
  .cs_nav .cs_nav_list a {
    position: relative;
  }
  .cs_site_header.cs_style_1 .cs_btn.cs_style_1 {
    padding: 8px 18px;
    font-size: 15px;
  }
  .cs_site_header.cs_style_1 .cs_main_header_in {
    height: 80px;
  }
  .cs_site_header.cs_style_1 {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .cs_site_header .cs_btn.cs_style_1 {
    display: none;
  }
}
.cs_footer_contact_list li {
  position: relative;
  padding-left: 40px;
}
.cs_footer_contact_list li:not(:last-child) {
  margin-bottom: 22px;
}
.cs_footer_contact_list li i {
  height: 30px;
  width: 30px;
  border-radius: 6px;
  position: absolute;
  left: 0;
  top: -2px;
  background-color: rgba(255, 255, 255, 0.15);
}
.cs_footer_widget .cs_social_btns.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.cs_footer_widget .cs_social_btns.cs_style_1 a {
  height: 45px;
  width: 45px;
  border-radius: 6px;
  background-color: rgba(105, 105, 105, 0.3);
  color: #fff;
  font-size: 16px;
}
.cs_footer_widget .cs_social_btns.cs_style_1 a:hover {
  background-color: var(--accent-color);
}
.cs_footer_widget_seperator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 34px;
}
.cs_footer_widget_seperator span {
  height: 5px;
  width: 80px;
  border-radius: 5px;
}
.cs_footer_widget_seperator span:nth-child(2) {
  width: 15px;
}
.cs_footer_widget_seperator span:nth-child(3) {
  width: 6px;
}
.cs_footer_menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs_footer_menu li {
  padding-left: 25px;
  position: relative;
}
.cs_footer_menu li:not(:last-child) {
  margin-bottom: 12px;
}
.cs_footer_menu li::before {
  content: "\f061";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
  top: 0px;
}
.cs_working_hours {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs_working_hours li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs_working_hours li span:first-child {
  width: 130px;
}
@media (max-width: 1199px) {
  .cs_working_hours li span:first-child {
    width: 95px;
  }
}
.cs_working_hours li:not(:last-child) {
  margin-bottom: 12px;
}
.cs_text_widget p {
  margin: 0;
}
.cs_text_widget + .cs_social_btns.cs_style_1 {
  margin-top: 38px;
}
.cs_footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px 80px;
}
@media (max-width: 1400px) {
  .cs_footer_row {
    gap: 40px 20px;
  }
}
@media (max-width: 991px) {
  .cs_footer_row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cs_footer_row .cs_footer_col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cs_footer_row .cs_footer_col:first-child {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}
.cs_footer_row .cs_footer_col:nth-child(2) {
  -webkit-box-flex: 1.1;
  -ms-flex: 1.1;
  flex: 1.1;
}
.cs_footer_row .cs_footer_col:nth-child(3) {
  -webkit-box-flex: 1.3;
  -ms-flex: 1.3;
  flex: 1.3;
}
.cs_footer_row .cs_footer_col:nth-child(4) {
  -webkit-box-flex: 1.5;
  -ms-flex: 1.5;
  flex: 1.5;
}
@media (max-width: 1199px) {
  .cs_footer_row .cs_footer_col:nth-child(4) {
    -webkit-box-flex: 1.7;
    -ms-flex: 1.7;
    flex: 1.7;
  }
}
@media (max-width: 991px) {
  .cs_footer_row .cs_footer_col {
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
    width: calc(50% - 10px);
  }
}
@media (max-width: 575px) {
  .cs_footer_row .cs_footer_col {
    width: 100%;
  }
}
.cs_footer.cs_style_1 {
  padding-top: 80px;
}
.cs_footer.cs_style_1 .cs_footer_bottom {
  background-color: #000;
}
.cs_footer.cs_style_1 .cs_footer_bottom_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 25px 20px;
}
.cs_footer.cs_style_1 .cs_footer_bottom_in {
  padding: 23px 0;
  gap: 5px 20px;
}
@media (max-width: 767px) {
  .cs_footer.cs_style_1 .cs_footer_bottom_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 20px 0;
  }
}
.cs_footer.cs_style_1 .cs_footer_bottom_in a:hover {
  color: var(--heading-color);
}
.cs_footer.cs_style_1 .cs_main_footer {
  padding-bottom: 75px;
}
.cs_hero.cs_style_1 {
  min-height: 600px;
  height: calc(100vh - 140px);
  max-height: 1000px;
  position: relative;
  padding: 80px 0;
}
@media (max-width: 575px) {
  .cs_hero.cs_style_1 {
    height: initial;
    max-height: initial;
  }
}
.cs_hero.cs_style_1 .cs_hero_text {
  max-width: 680px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_text {
    max-width: 500px;
  }
}
.cs_hero.cs_style_1 .cs_hero_subtitle {
  max-width: 620px;
}
.cs_hero.cs_style_1 .cs_hero_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 40px;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_btns {
    gap: 15px 25px;
  }
}
.cs_hero.cs_style_1 .cs_hero_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.cs_hero.cs_style_1 .cs_hero_number_icon {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
@media (max-width: 991px) {
  .cs_hero.cs_style_1 .cs_hero_number_icon {
    height: 44px;
    width: 44px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .cs_hero.cs_style_1.cs_type_1 {
    background-position: center left;
  }
}
.cs_slide .cs_hero.cs_style_1 {
  padding-bottom: 150px;
}
.cs_iconbox.cs_style_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media (max-width: 575px) {
  .cs_iconbox.cs_style_2 {
    gap: 15px;
  }
}
.cs_iconbox.cs_style_2 .cs_iconbox_icon {
  width: 70px;
  height: 70px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 575px) {
  .cs_iconbox.cs_style_2 .cs_iconbox_icon {
    width: 60px;
    height: 60px;
  }
}
.cs_iconbox.cs_style_2 img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_iconbox.cs_style_2:hover .cs_iconbox_icon {
  background-color: var(--accent-color);
}
.cs_iconbox.cs_style_2:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.cs_iconbox.cs_style_5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.cs_iconbox.cs_style_5 .cs_iconbox_icon {
  width: 70px;
  height: 70px;
  font-size: 30px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs_iconbox.cs_style_5:hover .cs_iconbox_icon {
  background-color: var(--accent-color);
  color: var(--border-color);
}
.cs_testimonial.cs_style_1 {
  padding: 33px 20px 33px 40px;
}
@media (max-width: 1200px) {
  .cs_testimonial.cs_style_1 {
    padding: 20px;
  }
}
.cs_testimonial.cs_style_1::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: var(--accent-color);
  position: absolute;
  left: 0;
  top: 0;
}
.cs_testimonial.cs_style_1::after {
  content: "";
  width: 20px;
  height: 50%;
  background-color: var(--accent-color);
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cs_testimonial.cs_style_1 .cs_testimonial_content {
  padding: 40px 25px;
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_1 .cs_testimonial_content {
    padding: 30px 20px;
  }
}
.cs_testimonial.cs_style_1 .cs_testimonial_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1200px) {
  .cs_testimonial.cs_style_1 .cs_testimonial_header {
    gap: 20px;
  }
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_1 .cs_testimonial_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.cs_testimonial.cs_style_1 .cs_testimonial_thumbnail {
  width: 90px;
  height: 90px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.cs_testimonial.cs_style_1 .cs_quote_icon {
  top: 50px;
  right: 40px;
}
@media (max-width: 575px) {
  .cs_testimonial.cs_style_1 .cs_quote_icon {
    top: 25px;
    right: 20px;
  }
}
.cs_testimonial.cs_style_1 blockquote {
  font-style: normal;
}
.cs_card.cs_style_1 {
  height: 100%;
}
.cs_card.cs_style_1 .cs_card_thumbnail {
  padding: 0 35px;
  margin-bottom: -98px;
  z-index: 2;
}
@media (max-width: 1199px) {
  .cs_card.cs_style_1 .cs_card_thumbnail {
    padding: 0 20px;
  }
}
.cs_card.cs_style_1 .cs_card_icon {
  width: 90px;
  height: 90px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.cs_card.cs_style_1 .cs_card_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px 43px 30px;
  margin-top: -98px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .cs_card.cs_style_1 .cs_card_info {
    padding: 50px 20px 30px;
  }
}
.cs_card.cs_style_1 .cs_card_subtitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.cs_card.cs_style_1:hover .cs_card_icon {
  background-color: var(--accent-color);
}
.cs_card.cs_style_1:hover .cs_card_info {
  border-color: var(--accent-color);
}
.cs_about.cs_style_1 .cs_about_thumbnail_wrapper {
  padding-right: 46%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 575px) {
  .cs_about.cs_style_1 .cs_about_thumbnail_wrapper {
    padding-right: 0;
  }
}
.cs_about.cs_style_1 .cs_about_thumbnail_wrapper .cs_about_thumbnail img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.cs_about.cs_style_1 .cs_esperience_text {
  max-width: 275px;
  right: 0;
  top: 0;
  position: absolute;
  z-index: 3;
}
.cs_about.cs_style_1 .cs_esperience_text::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .cs_about.cs_style_1 .cs_esperience_text {
    right: initial;
    left: 56%;
  }
}
@media (max-width: 767px) {
  .cs_about.cs_style_1 .cs_esperience_text {
    left: 51%;
  }
}
@media (max-width: 575px) {
  .cs_about.cs_style_1 .cs_esperience_text {
    max-width: 300px;
    left: initial;
    right: 0;
    padding: 10px;
  }
  .cs_about.cs_style_1 .cs_esperience_text::after {
    opacity: 0.3;
  }
}
.cs_about.cs_style_1 .cs_about_text {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .cs_about.cs_style_1 .cs_about_text {
    padding-left: 0;
  }
}
.cs_about.cs_style_1 .cs_about_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 38px;
}
@media (max-width: 440px) {
  .cs_about.cs_style_1 .cs_about_btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
  }
}
.cs_about.cs_style_1 .cs_avatar.cs_style_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.cs_about.cs_style_1 .cs_avatar.cs_style_1 .cs_avatar_thumbnail {
  width: 60px;
  height: 60px;
  padding: 5px;
  border: 1px solid var(--accent-color);
}
.cs_about.cs_style_1 .cs_avatar.cs_style_1 .cs_avatar_thumbnail img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: inherit;
}
.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail_wrapper {
  padding-right: 60px;
  padding-bottom: 34%;
}
@media (max-width: 575px) {
  .cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail_wrapper {
    padding-bottom: 185px;
  }
}
.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(1) {
  padding-right: 13%;
}
@media (max-width: 575px) {
  .cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(1) {
    padding-right: 10px;
  }
}
.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(2) {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  padding-left: 43%;
}
@media (max-width: 450px) {
  .cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(2) {
    padding-left: 175px;
  }
}
.cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(2) img {
  border-top: 24px solid var(--white-color);
  border-left: 28px solid var(--white-color);
}
@media (max-width: 575px) {
  .cs_about.cs_style_1.cs_type_1 .cs_about_thumbnail:nth-child(2) img {
    border-width: 10px;
  }
}
.cs_about.cs_style_1.cs_type_1 .cs_esperience_text {
  color: transparent;
  -webkit-text-stroke: 1px var(--accent-color);
  display: -webkit-box;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  top: 0;
  left: 82%;
  right: initial;
}
@media (max-width: 575px) {
  .cs_about.cs_style_1.cs_type_1 .cs_esperience_text {
    left: initial;
    right: 0;
    padding-top: 0;
  }
}
.cs_about.cs_style_1.cs_type_1 .cs_esperience_text::after {
  display: none;
}
.cs_about.cs_style_1.cs_type_1 .cs_servicing_year {
  width: 172px;
  height: 172px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 5%;
  bottom: 3%;
  z-index: 2;
}
@media (max-width: 575px) {
  .cs_about.cs_style_1.cs_type_1 .cs_servicing_year {
    left: 10px;
    bottom: 5px;
  }
}
.cs_about.cs_style_1.cs_type_1 .cs_servicing_year svg {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: circular-rotation 30s linear infinite;
  animation: circular-rotation 30s linear infinite;
}
.cs_about.cs_style_1.cs_type_1 .cs_about_text {
  padding-left: 0;
}
@-webkit-keyframes circular-rotation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circular-rotation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cs_features_thumbnail_1,
.cs_features_thumbnail_2 {
  height: 100%;
}
.cs_features_thumbnail_1::after,
.cs_features_thumbnail_2::after {
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--accent-color);
  position: absolute;
}
@media (max-width: 575px) {
  .cs_features_thumbnail_1::after,
  .cs_features_thumbnail_2::after {
    display: none;
  }
}
.cs_features_thumbnail_1 img,
.cs_features_thumbnail_2 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}
.cs_features_thumbnail_1::after {
  left: -25px;
  top: -25px;
}
.cs_features_thumbnail_2::after {
  right: -25px;
  bottom: -25px;
}
.cs_features_thumbnail_3 {
  padding-left: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
}
.cs_features_thumbnail_3 img {
  border-top: 10px solid var(--white-color);
  border-left: 10px solid var(--white-color);
  border-radius: 2px;
}
.cs_contact_info_grid {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 60px 15px;
}
@media (min-width: 1400px) {
  .cs_contact_info_grid {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) {
  .cs_contact_info_grid {
    grid-template-columns: repeat(1, auto);
    gap: 30px;
  }
}
@media (max-width: 991px) {
  .cs_contact_info_grid {
    grid-template-columns: repeat(2, auto);
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .cs_contact_info_grid {
    grid-template-columns: repeat(1, auto);
    gap: 30px;
  }
}
.cs_social_desc .cs_social_btns.cs_style_1 {
  gap: 10px;
}
.cs_social_desc .cs_social_btns.cs_style_1 a {
  width: 45px;
  height: 45px;
  font-size: 16px;
  border: 0;
}
.cs_social_desc .cs_social_btns.cs_style_1 a:hover {
  background-color: var(--accent-color);
  color: var(--white-color);
}
.cs_navigation_map iframe {
  width: 100%;
  height: 100%;
  min-height: 550px;
  margin-bottom: -8px;
  -webkit-filter: grayscale(50%) brightness(100%);
  filter: grayscale(50%) brightness(100%);
}
@media (max-width: 991px) {
  .cs_navigation_map iframe {
    min-height: 400px;
  }
}
