/* 
|......................................................................
| Template Name: LogiHub
| Author: Thememarch
| Version: 1.0.0
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| TABLE OF CONTENTS:
|--------------------------------------------------------------------------
| 01. Basic Color Variable
| 02. Typography
| 03. Preloader
| 04. Header
| 05. Sidebar
| 06. Footer
| 07. Spacing
| 08. General
| 09. Breadcrumb
| 10. Slider
| 11. Video Modal
| 12. Button
| 13. Widget
| 14. Hero
| 15. Title
| 16. Expertise Area
| 17. About
| 18. Services
| 19. Clients
| 20. Counter
| 21. Section Form
| 22. Team Member
| 23. Call To Action
| 24. Testimonial
| 25. Project Case Study
| 26. Blog
| 27. Post Page
| 28. Pricing
| 29. Text Moving
| 30. About Feature
| 31. Process & Quote
| 32. Faq
| 33. Map Hotspot
| 34. Contact
| 35. Order Track
| 36. Error Page
 ................................................................*/
/*--------------------------------------------------------------
  01. Basic Color Variable
----------------------------------------------------------------*/
:root {
  --accent-color: #e60a54;
  --body-color: #4A4A4A;
  --heading-color: #0A0A0A;
  --primary-color: #300a6e;
  --secondary-color: #3434e8;
  --tertiary-color: #e60a54;
  --cr_banner-color: #f4f4f4;
  --border-color: #ECECEC;
  --common-color-white: #ffffff;
  --common-color-black: #000000;
  --dark-bg: #300a6e;
}

.cs_white_color,
.cs_white_color_hover:hover {
  color: #fff;
}

.cs-color-black {
  color: #0A0A0A;
}

.cs_ternary_color {
  color: #999696;
}

.cs_accent_color,
.cs_accent_color_hover:hover {
  color: #e60a54;
}

.cs_white_bg {
  background-color: #fff;
}

.cs_gray_bg {
  background-color: #181818;
}

.cs_gray_bg_20 {
  background: rgba(217, 217, 217, 0.2);
}

.cs_accent_bg_1,
.cs_accent_bg_1_hover:hover {
  background-color: rgba(212, 5, 17, 0.01);
}

.cs_accent_bg_2,
.cs_accent_bg_2_hover:hover {
  background-color: rgba(212, 5, 17, 0.02);
}

.cs_accent_bg_3,
.cs_accent_bg_3_hover:hover {
  background-color: rgba(212, 5, 17, 0.03);
}

.cs_accent_bg_4,
.cs_accent_bg_4_hover:hover {
  background-color: rgba(212, 5, 17, 0.04);
}

.cs_accent_bg_5,
.cs_accent_bg_5_hover:hover {
  background-color: rgba(212, 5, 17, 0.05);
}

.cs_accent_bg_6,
.cs_accent_bg_6_hover:hover {
  background-color: rgba(212, 5, 17, 0.06);
}

.cs_accent_bg_7,
.cs_accent_bg_7_hover:hover {
  background-color: rgba(212, 5, 17, 0.07);
}

.cs_accent_bg_8,
.cs_accent_bg_8_hover:hover {
  background-color: rgba(212, 5, 17, 0.08);
}

.cs_accent_bg_9,
.cs_accent_bg_9_hover:hover {
  background-color: rgba(212, 5, 17, 0.09);
}

.cs_accent_bg_10,
.cs_accent_bg_10_hover:hover {
  background-color: rgba(212, 5, 17, 0.1);
}

.cs_accent_bg_15,
.cs_accent_bg_15_hover:hover {
  background-color: rgba(212, 5, 17, 0.15);
}

.cs_accent_bg_20,
.cs_accent_bg_20_hover:hover {
  background-color: rgba(212, 5, 17, 0.2);
}

.cs_accent_bg_25,
.cs_accent_bg_25_hover:hover {
  background-color: rgba(212, 5, 17, 0.25);
}

.cs_accent_bg_30,
.cs_accent_bg_30_hover:hover {
  background-color: rgba(212, 5, 17, 0.3);
}

.cs_accent_bg_35,
.cs_accent_bg_35_hover:hover {
  background-color: rgba(212, 5, 17, 0.35);
}

.cs_accent_bg_40,
.cs_accent_bg_40_hover:hover {
  background-color: rgba(212, 5, 17, 0.4);
}

.cs_accent_bg_50,
.cs_accent_bg_50_hover:hover {
  background-color: rgba(212, 5, 17, 0.5);
}

.cs_accent_bg_60,
.cs_accent_bg_60_hover:hover {
  background-color: rgba(212, 5, 17, 0.6);
}

.cs_accent_bg_70,
.cs_accent_bg_70_hover:hover {
  background-color: rgba(212, 5, 17, 0.7);
}

.cs_accent_bg_80,
.cs_accent_bg_80_hover:hover {
  background-color: rgba(212, 5, 17, 0.8);
}

.cs_accent_bg_90,
.cs_accent_bg_90_hover:hover {
  background-color: rgba(212, 5, 17, 0.9);
}

.cs_accent_bg,
.cs_accent_bg_hover:hover {
  background-color: #e60a54;
}

.cs_primary_bg,
.cs_primary_bg_hover:hover {
  background-color: #0A0A0A;
}

.cs_gradient_bg_1 {
  background: linear-gradient(267.18deg, #300a6e 0%, #3434e8 100%);
}

/*--------------------------------------------------------------
  02. Typography
----------------------------------------------------------------*/
:root {
  --body-font-family: "Outfit", "Outfit-fallback", sans-serif;
  --heading-font-family: "Syne", "Syne-fallback", sans-serif;
}

html {
  scroll-behavior: smooth;
}

@media (max-width: 575px) {
  h1, h2, h4, h5, h6 {
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: none;
  }
}

html,
body {
  color: var(--body-color);
  background-color: var(--drcs-color);
  font-family: var(--body-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h1,
h2,
h4,
h5,
h6 {
  clear: both;
  padding: 0px;
  margin: 0px;
  color: var(--heading-color);
}

.cs_primary_font {
  font-family: var(--heading-font-family);
}

.cs_secondary_font {
  font-family: var(--body-font-family);
}

/* Heading 1 */
h1 {
  font-family: "Syne";
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

@media (max-width: 991px) {
  h1 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 36px;
  }
}
/* Heading 2 */
h2,
.cs-text-style-h2 {
  font-family: "Syne";
  font-size: 55px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 991px) {
  h2,
  .cs-text-style-h2 {
    font-size: 45px;
  }
}
@media (max-width: 575px) {
  h2,
  .cs-text-style-h2 {
    font-size: 26px;
  }
}
/* Heading 3 */
/* Heading 4 */
h4 {
  font-family: "Syne";
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 2.84375rem */
}

@media (max-width: 991px) {
  h4 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 20px;
  }
}
/* Heading 5 */
h5 {
  font-family: "Syne";
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

@media (max-width: 991px) {
  h5 {
    font-size: 25px;
  }
}
@media (max-width: 575px) {
  h5 {
    font-size: 18px;
  }
}
/* Heading 6 */
h6,
.cs-text-style-h6 {
  font-family: "Syne";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%; /* 1.85625rem */
}

p {
  font-family: "Outfit";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 165%; /* 1.85625rem */
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}
ul.cs_list_style_none {
  list-style: none;
  padding: 0px;
}
ul.cs_list_style_none li {
  margin-bottom: 30px;
}
ul.cs_list_style_none li:last-child {
  margin-bottom: 0px;
}


em,
i {
  font-style: italic;
}

address {
  margin: 0 0 15px;
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease;
}

button {
  color: inherit;
  transition: all 0.3s ease;
}

a:hover {
  text-decoration: none;
  color: #e60a54;
}


strong {
  font-weight: bold;
}

.cs-small-text {
  font-family: "Outfit";
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 16px;
    line-height: 1.6em;
  }
  ul {
    margin: 0 0 25px 0;
    padding-left: 20px;
    list-style: square outside none;
  }
  ul.cs_list_style_none {
    list-style: none;
    padding: 0px;
  }
  ul.cs_list_style_none li {
    margin-bottom: 10px;
  }
  ul.cs_list_style_none li h3 {
    font-size: 22px;
  }
}
input,
textarea {
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.cs_light {
  font-weight: 300;
}

.cs_normal {
  font-weight: 400;
}

.cs_medium {
  font-weight: 500;
}

.cs_semi_bold {
  font-weight: 600;
}

.cs_bold {
  font-weight: 700;
}

.cs_extra_bold {
  font-weight: 800;
}

.cs_black {
  font-weight: 900;
}

/*--------------------------------------------------------------
  03. Preloader
----------------------------------------------------------------*/
.cs-logi-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#logi-preloader .cs-logi-preloader .reveal-img-wrap .preloader-img-inner img {
  width: 200px;
}

.cs_scrollup {
  position: fixed;
  bottom: -60px;
  right: 0px;
  color: #0A0A0A;
  padding: 5px;
  height: 50px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 10;
  background-color: #fff;
}
.cs_scrollup:hover {
  background-color: #e60a54;
  color: #fff;
}
.cs_scrollup i {
  font-size: 20px;
  line-height: 0px;
}

.cs_scrollup.cs_scrollup_show {
  bottom: 0px;
}

.logi-splite-2 {
  display: inline-block;
  overflow: hidden;
}

.logi-splite-2 div {
  display: inline-block;
  opacity: 0;
}

/*--------------------------------------------------------------
04. Header
----------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .cs_site_header.header-no-bg .cs_main_header .cs_main_header_in .cs-logi-header-logo .cs-logi-black-logo {
    display: inherit;
  }
  .cs_site_header.header-no-bg .cs_main_header .cs_main_header_in .cs-logi-header-logo .cs-logi-white-logo {
    display: none;
  }
}

.cs_site-branding {
  display: inline-block;
  max-width: 180px;
}


@media screen and (max-width: 1320px) {
  .cs-header-emai-phone {
    display: none;
  }
  .cs_site_header.cs_style1 .cs_main_header_right {
    margin-right: 0px !important;
  }
  .cs_site_header.cs_style1 .cs_main_header_right .cs-header-additional-item:hover a {
    color: #e60a54;
    transition: all 0.4s ease;
  }
  .cs-header-emai-phone {
    width: 0px;
  }
  .cs_site_header .cs-topbar-container .cs-topbar-social {
    padding-right: 30px;
  }
}
.cs_site_header.cs_style1 .cs_main_header_in,
.cs_site_header.cs_style1 .cs_top_header_in {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.cs_site_header.cs_style1 .cs_main_header_right {
  display: flex;
  align-items: center;
  align-items: center;
  height: 100%;
  margin-right: 300px;
}
.cs_site_header.cs_style1 .cs_main_header_right .cs-header-additional-item {
  margin-right: 30px;
}
.cs_site_header.cs_style1 .cs_main_header_right .cs-header-additional-item a {
  color: #0A0A0A;
  transition: all 0.3s ease;
}
.cs_site_header.cs_style1 .cs_main_header_right .cs-header-additional-item a:hover {
  color: #e60a54;
  transition: all 0.3s ease;
}
.cs_site_header.cs_style1 .cs_main_header_right .cs_toolbox {
  margin-right: 30px;
}
.cs_site_header.cs_style1:hover .cs-header-phone-icon {
  transform: none;
  transition: none;
}

.cs_toolbox {
  display: none;
}

.cs_nav + .cs_toolbox {
  margin-left: 50px;
  margin-right: 30px;
}

.cs_site_header.cs_style1.cs_sticky-active {
  background-color: #fff;
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}
.cs_site_header.cs_style1 .cs_icon_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
  cursor: pointer;
  border-radius: 50%;
  color: var(--primary-color);
  margin-right: -10px;
}
.cs_site_header.cs_style1 .cs_icon_btn.cs_color_1 {
  color: #fff;
}
.cs_site_header.cs_style1 .cs_icon_btn .cs_icon_btn_in {
  width: 25px;
  height: 20px;
  line-height: 0;
  cursor: pointer;
  position: relative;
  text-align: left;
  overflow: hidden;
}
.cs_site_header.cs_style1 .cs_icon_btn .cs_icon_btn_in span {
  display: inline-block;
  position: absolute;
  height: 1.5px;
  width: 100%;
  border-radius: 0;
  background-color: currentColor;
  color: inherit;
  vertical-align: top;
  transition: 0s ease-in-out;
  border-radius: 6px;
  transition: 0.3s ease-in-out;
}
.cs_site_header.cs_style1 .cs_icon_btn .cs_icon_btn_in span:nth-child(1) {
  transform: translate(0, -7px);
  width: calc(100% - 10px);
}
.cs_site_header.cs_style1 .cs_icon_btn .cs_icon_btn_in span:nth-child(2) {
  transform: translate(0, 0);
  width: 100%;
}
.cs_site_header.cs_style1 .cs_icon_btn .cs_icon_btn_in span:nth-child(3) {
  transform: translate(0, 7px);
  width: calc(100% - 7px);
}
.cs_site_header.cs_style1 .cs_icon_btn .cs_icon_btn_in span:nth-child(4) {
  transform: translate(0, 14px);
  width: calc(100% - 13px);
}
.cs_site_header.cs_style1 .cs_icon_btn:hover .cs_icon_btn_in span {
  transition: 0.3s ease-in-out;
}
.cs_site_header.cs_style1 .cs_icon_btn:hover .cs_icon_btn_in span:nth-child(1) {
  transform: translate(0, 0);
}
.cs_site_header.cs_style1 .cs_icon_btn:hover .cs_icon_btn_in span:nth-child(2) {
  transform: translate(0, 7px);
  width: 100%;
}
.cs_site_header.cs_style1 .cs_icon_btn:hover .cs_icon_btn_in span:nth-child(3) {
  transform: translate(0, 14px);
}
.cs_site_header.cs_style1 .cs_icon_btn:hover .cs_icon_btn_in span:nth-child(4) {
  transform: translate(0, 21px);
}
.cs_site_header.cs_style1 .cs_action_box {
  display: flex;
  align-items: center;
}
.cs_site_header.cs_style1 .cs_action_box .cs_action_value {
  margin-left: 15px;
}
.cs_site_header.cs_style1 .cs_action_box > *:not(:last-child) {
  margin-right: 35px;
}
.cs_site_header.cs_style1 .cs_btn {
  padding: 13px 15px;
}

.cs_site_header_style1 {
  border-bottom: 1px solid #300a6e;
}
.cs_site_header_style1 .cs_main_header_right {
  display: flex;
  align-items: center;
}
.cs_site_header_style1 .cs_nav + .cs_header_toolbox.cs_center {
  margin-left: 35px;
}
.cs_site_header_style1 .cs_nav .cs_nav_list > li.current-menu-item > a:before {
  bottom: -4px;
  background-color: #fff;
}

.cs_side_header_overlay {
  display: none;
}

.cs_side_header {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 299;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.cs_side_header .cs_side_header_heading {
  font-size: 22px;
  line-height: 1.4em;
  margin: 0;
}
.cs_side_header .cs_side_header_title {
  font-size: 18px;
  margin-bottom: 25px;
}
.cs_side_header .cs_side_header_box {
  padding: 35px 0;
}
.cs_side_header .cs_close {
  opacity: 0;
}
.cs_side_header.active {
  opacity: 1;
  visibility: visible;
}
.cs_side_header.active .cs_side_header_overlay,
.cs_side_header.active .cs_close {
  opacity: 1;
}
.cs_side_header.active .cs_side_header_in {
  right: 0;
}

.cs_close {
  position: fixed;
  right: 30px;
  top: 30px;
  height: 40px;
  width: 40px;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
  z-index: 399;
}

/* ── Sidebar nav links ── */
.cs-sidebar-nav {
  margin: 32px 0 24px;
}
.cs-sidebar-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cs-sidebar-nav ul li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(255,255,255,0.12);
}
.cs-sidebar-nav ul li:first-child {
  border-top: 1px solid rgba(255,255,255,0.12);
}
.cs-sidebar-nav ul li a {
  font-family: var(--heading-font-family);
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.02em;
  transition: color 0.2s;
}
.cs-sidebar-nav ul li a:hover {
  color: #e60a54;
}

/* ── Sidebar language switcher ── */
.cs-sidebar-lang {
  display: flex;
  gap: 20px;
  margin: 20px 0 28px;
}
.cs-sidebar-lang a {
  font-family: var(--heading-font-family);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: rgba(255,255,255,0.55);
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.2s;
}
.cs-sidebar-lang a:hover,
.cs-sidebar-lang a.active {
  color: #fff;
}

/* ── Sidebar social footer ── */
.cs-sidebar-social-footer {
  display: flex;
  gap: 18px;
  margin-top: 8px;
}
.cs-sidebar-social-footer a {
  color: rgba(255,255,255,0.6);
  font-size: 20px;
  transition: color 0.2s;
  line-height: 1;
}
.cs-sidebar-social-footer a:hover {
  color: #e60a54;
}

/* ── Hide topbar lang on mobile ── */
@media (max-width: 991px) {
  .cs-topbar-lang {
    display: none;
  }
}
.cs_close::before, .cs_close::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: currentColor;
  left: 50%;
  top: 50%;
  margin-left: -25%;
  margin-top: -1px;
  transform: rotate(-45deg);
}
.cs_close::before {
  transform: rotate(45deg);
}
.cs_close:hover {
  color: #e60a54;
  transform: scale(1.05);
}

@media screen and (max-width: 1199px) {
  .menu-item-has-children.active {
    transition: all 0.5s ease;
  }
  .menu-item-has-children.active ul {
    display: block !important;
    transition: all 0.5s ease;
  }
  .cs-header-additional-item {
    margin-right: 80px !important;
  }
  .cs-topbar-container {
    margin-left: 10px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .cs-topbar-container .cs-topbar-social {
    border: none;
  }
  .cs_main_header .container {
    max-width: 100%;
  }
  .cs_site_header.cs_style1 .cs_nav {
    display: flex;
  }
}
.cs_nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs_gescout_sticky {
  position: fixed !important;
  top: -110px;
  opacity: 0;
  transition: all 0.4s ease;
  background-color: #fff;
}

.cs_gescout_show {
  top: 0 !important;
  opacity: 1;
}
.cs_gescout_show.cs_color_1 .cs_nav_list.cs_color_1 {
  color: var(--common-color-black) !important;
}
.cs_gescout_show.cs_color_1 .cs_nav_list.cs_color_1 .menu-item-has-children.cs_changes_color_1 > a {
  position: relative;
}
.cs_gescout_show.cs_color_1 .cs_nav_list.cs_color_1 .menu-item-has-children.cs_changes_color_1 > a::after {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border: 1px solid #4A4A4A;
  transform: rotate(45deg);
  border-left: 0;
  border-top: 0;
  margin-left: 6px;
  position: relative;
  top: -2px;
  border-radius: 0px 0px 2px 0px;
}
.cs_gescout_show.cs_color_1 .cs_toolbox .cs_icon_btn.cs_color_1 {
  color: var(--common-color-black);
}

.cs_site_branding {
  display: inline-block;
}
.cs_site_branding img {
  max-height: 45px;
  max-width: 130px;
  width: auto;
}

@media screen and (min-width: 1200px) {
  .cs_nav_list.cs_color_1 {
    color: #fff;
  }
  .cs_nav_list.cs_color_1 ul {
    color: var(--common-color-black);
  }
  .cs_main_header {
    position: relative;
  }
  .cs_main_header_center,
  .cs_top_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .cs_site_header.cs_style1 .cs_main_header_center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: calc(100% - 300px);
  }
  .cs_site_header.cs_style1 .cs_main_header_left {
    margin-left: 100px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cs_site_header.cs_style1 .cs_main_header_left .cs-logi-header-logo {
    margin-right: 30px;
  }
  .cs_nav {
    display: flex;
    align-items: center;
    height: 80px;
    line-height: 1.6em;
    font-size: 16px;
  }
  .cs_nav .cs_nav_list {
    display: flex !important;
    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: inline-flex;
    position: relative;
    height: inherit;
    align-items: center;
  }
  .cs_nav .cs_nav_list > li > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .cs_nav .cs_nav_list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a {
    position: relative;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border: 1px solid var(--body-color);
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 6px;
    position: relative;
    top: -2px;
    border-radius: 0px 0px 2px 0px;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children.cs_changes_color_1 > a {
    position: relative;
  }
  .cs_nav .cs_nav_list > li.menu-item-has-children.cs_changes_color_1 > a::after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border: 1px solid #fff;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
    margin-left: 6px;
    position: relative;
    top: -2px;
    border-radius: 0px 0px 2px 0px;
  }
  .cs_nav .cs_nav_list li:not(.cs_mega_menu) {
    position: relative;
  }
  .cs_nav .cs_nav_list ul {
    width: 260px;
    background-color: var(--dark-bg);
    position: absolute;
    padding: 10px 0px 20px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    border-radius: 10px;
    transition: all 0.1s ease;
    color: #ECECEC;
  }
  .cs_nav .cs_nav_list ul li:hover ul {
    top: 0px;
    color: white;
  }
  .cs_nav .cs_nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    transition: all 0.4s ease;
  }
  .cs_nav .cs_nav_list ul a {
    display: block;
    line-height: inherit;
    padding: 10px 5px 0px 20px;
  }
  .cs_nav .cs_nav_list ul a span {
    color: #fff;
  }
  .cs_nav .cs_nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .cs_munu_toggle,
  .cs_munu_dropdown_toggle {
    display: none;
  }
  .cs_nav_black_section ul {
    position: relative;
    list-style: none;
    line-height: 65px;
    padding: 0px;
  }
  .cs_nav_black_section ul li {
    margin-top: 40px;
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 900;
  }
  .cs_nav_black_section.cs_font_changes .cs_style_1 ul li {
    font-size: 40px;
    line-height: 14px;
    text-transform: capitalize;
    font-weight: 500;
  }
  .cs_munu_dropdown_toggle_1 {
    position: absolute;
    height: 30px;
    width: 35px;
    right: 20px;
    top: 9px;
  }
  .cs_munu_dropdown_toggle_1:before, .cs_munu_dropdown_toggle_1:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 35px;
    background-color: #fff;
    transition: all 0.3s ease;
  }
  .cs_munu_dropdown_toggle_1:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs_munu_dropdown_toggle_1.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 520px !important;
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    position: absolute;
    flex-wrap: wrap;
    padding: 5px 15px 10px;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper a img {
    border-radius: 5px;
    border: 1px solid rgba(181, 181, 181, 0.1);
    transition: all 0.5s ease;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper a:hover img {
    border-color: rgba(212, 5, 17, 0.6);
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li {
    flex: 1;
    flex-basis: 50%;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li > a:hover {
    background-color: transparent;
  }
  .cs_nav .cs_nav_list .cs_mega_wrapper > li ul {
    position: initial;
    border: none;
    padding: 0;
    width: 100%;
    box-shadow: none;
    background-color: transparent;
  }
  .cs_nav .cs_nav_list .cs_mega_menu:hover .cs_mega_wrapper li ul {
    opacity: 1;
    visibility: visible;
  }
  .cs_nav .cs_nav_list > li ul:not(.cs_mega_wrapper) .menu-item-has-children > a {
    position: relative;
  }
}
.cs_side_header_in {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  background: rgba(48, 10, 110, 0.92);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  flex: none;
  color: #fff;
  margin-left: auto;
  text-align: center;
  padding: 80px 40px 50px 40px;
  position: fixed;
  top: 0;
  right: -100vw;
  z-index: 298;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-y: auto;
}
.cs_side_header_in .cs-sidebar-about-brand {
  max-width: 325px;
  margin: auto;
}
.cs_side_header_in .cs-sidebar-middle-area {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
  margin: auto;
}
.cs_side_header_in .cs-sidebar-middle-area .cs-sidebar-social svg {
  width: 17px;
  height: 17px;
}
.cs_side_header_in .cs-sidebar-middle-area .cs-sidebar-social a:hover svg path {
  fill: #e60a54;
  transition: all 0.5s ease-in-out;
}
.cs_side_header_in .cs-sidebar-middle-area p {
  padding-bottom: 25px;
  max-width: 200px;
  margin: auto;
}
.cs_side_header_in .cs-sidebar-middle-area .cs-sidebar-emai-phone {
  padding-bottom: 70px;
  display: flex;
  flex-direction: column;
}
.cs_side_header_in .cs-sidebar-bottom-area {
  position: absolute;
  bottom: 30px;
  width: 80%;
}
.cs_side_header_in .cs-sidebar-bottom-area .footer-email {
  border-bottom: 1px solid rgba(10, 10, 10, 0.2);
  color: #0A0A0A;
}
.cs_side_header_in .cs-sidebar-bottom-area .footer-email:focus {
  border-bottom: 1px solid #0A0A0A;
}
.cs_side_header_in .cs-sidebar-bottom-area .footer-email::-moz-placeholder {
  color: #0A0A0A;
}
.cs_side_header_in .cs-sidebar-bottom-area .footer-email::placeholder {
  color: #0A0A0A;
}
.cs_side_header_in .cs-sidebar-bottom-area .cs-newsletter-email {
  border-bottom: 1px solid rgba(10, 10, 10, 0.6);
}
.cs_side_header_in .cs-sidebar-bottom-area .cs-newsletter-email:hover {
  border-bottom: 1px solid rgba(212, 5, 17, 0.6);
}
.cs_side_header_in .cs-sidebar-bottom-area .cs-newsletter-email::-moz-placeholder {
  color: #0A0A0A;
}
.cs_side_header_in .cs-sidebar-bottom-area .cs-newsletter-email::placeholder {
  color: #0A0A0A;
}
.cs_side_header_in .cs-sidebar-bottom-area .cs-newsletter-email:focus {
  color: #0A0A0A;
}
.cs_side_header_in .cs-sidebar-bottom-area button {
  color: #0A0A0A;
}
.cs_side_header_in .cs-sidebar-bottom-area button i {
  margin-top: 5px;
}

@media screen and (max-width: 1400px) {
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 520px !important;
  }
  .cs_site-branding {
    max-width: 190px;
  }
  .cs_site_header_full_width .container {
    max-width: 100%;
  }
}
@media screen and (max-width: 1320px) {
  .cs-header-emai-phone {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .cs_nav .cs_nav_list .cs_mega_wrapper {
    width: 100% !important;
  }
  .cs_site_header_full_width .container {
    padding: 0 15px;
  }
  .cs_munu_dropdown_toggle {
    position: absolute;
    height: 30px;
    width: 30px;
    right: 20px;
    top: 5px;
  }
  .cs_munu_dropdown_toggle:before, .cs_munu_dropdown_toggle:after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: var(--body-color);
    transition: all 0.3s ease;
  }
  .cs_munu_dropdown_toggle:before {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs_munu_dropdown_toggle.active:before {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .cs_nav .cs_nav_list {
    position: absolute;
    width: 100vw;
    left: 0;
    background-color: var(--drcs-color);
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid rgba(77, 77, 77, 0.3215686275);
    border-bottom: 1px solid rgba(77, 77, 77, 0.3215686275);
    z-index: 99;
    overflow: auto;
    max-height: calc(100vh - 80px);
    background: #fff;
    line-height: 1.6em;
  }
  .cs_nav .cs_nav_list ul {
    padding-left: 15px;
    display: none;
  }
  .cs_nav .cs_nav_list a {
    display: block;
    padding: 8px 20px;
  }
  .cs_nav .menu-item-has-children {
    position: relative;
  }
  /*Mobile Menu Button*/
  .cs_munu_toggle {
    display: inline-block;
    width: 30px;
    height: 27px;
    cursor: pointer;
    position: absolute;
    top: 27px;
    right: 30px;
  }
  .cs_munu_toggle span,
  .cs_munu_toggle span:before,
  .cs_munu_toggle span:after {
    width: 100%;
    height: 2px;
    background-color: currentColor;
    display: block;
  }
  .cs_munu_toggle span {
    margin: 0 auto;
    position: relative;
    top: 12px;
    transition-duration: 0s;
    transition-delay: 0.2s;
  }
  .cs_munu_toggle span:before {
    content: "";
    position: absolute;
    margin-top: -9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .cs_munu_toggle span:after {
    content: "";
    position: absolute;
    margin-top: 9px;
    transition-property: margin, transform;
    transition-duration: 0.2s;
    transition-delay: 0.2s, 0s;
  }
  .cs_site_header.cs_style1 .cs_munu_toggle {
    top: 50%;
    right: 10px;
    margin-top: -13px;
  }
  .cs_toggle_active span {
    background-color: rgba(0, 0, 0, 0);
    transition-delay: 0.2s;
  }
  .cs_toggle_active span:before {
    margin-top: 0;
    transform: rotate(45deg);
    transition-delay: 0s, 0.2s;
  }
  .cs_toggle_active span:after {
    margin-top: 0;
    transform: rotate(-45deg);
    transition-delay: 0s, 0.2s;
  }
  .cs_header_toolbox {
    margin-right: 50px;
  }
  .cs_nav .cs_nav_list a {
    position: relative;
  }
  .cs_site_header.cs_style1 .cs_main_header_in {
    padding: 22px 0px;
  }
  .cs_hamburger span {
    height: 3px;
  }
  .cs_site_header .current-menu-item > a:before {
    display: none;
  }
  .cs_site_header.cs_style1 .cs_main_header_center .cs_site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
  }
  .cs_site_header.cs_style1 {
    top: 0;
  }
  .cs_toolbox {
    margin-right: 45px;
  }
  .cs_site_header.cs_style1 .cs_icon_btn {
    width: 38px;
    height: 38px;
  }
  /* Hide old inline nav toggle — sidebar is the mobile menu now */
  .cs_munu_toggle {
    display: none !important;
  }
  /* Hide desktop nav from header on mobile */
  .cs-logi-header-middle {
    display: none;
  }
  /* Show burger button only on mobile */
  .cs_toolbox {
    display: flex;
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .cs_site_header .cs-topbar-container .cs-topbar-email {
    width: 150px;
  }
  .cs_site_branding {
    margin-left: 10px;
  }
  .cs_site_header .container {
    max-width: 100%;
  }
  .cs_site_header.cs_style1 .cs_action_box > *:not(:last-child) {
    margin-right: 25px;
  }
  .cs_site_header.cs_style1 .cs_btn {
    padding: 8px;
  }
}
@media screen and (max-width: 640px) {
  .cs-topbar-left {
    display: none;
  }
}
@media screen and (max-width: 575px) {
  .cs_site-branding {
    max-width: 150px;
  }
  .cs_hamburger_wrap .cs_hamburger {
    margin-right: 0;
  }
  .cs_site_branding img {
    max-height: 32px;
    max-width: 130px;
    width: auto;
  }
  .cs_site_header.cs_style1 .cs_btn span {
    display: none;
  }
  .cs_site_header.cs_style1 .cs_btn svg {
    margin-right: 0;
    width: 20px;
    height: 20px;
  }
}
.menu-item-has-children ul li:hover a {
  color: #fff !important;
}

@media screen and (max-width: 575px) {
  .cs-header-additional-item {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .cs_logi_topbar {
    display: none;
  }
}
/*--------------------------------------------------------------
  05. Sidebar
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  06. Footer
----------------------------------------------------------------*/
footer h6 {
  color: #fff;
}
footer .cs-logi-footer-container {
  background: #300a6e;
  color: #fff;
  padding-top: 120px;
  position: relative;
}
footer .cs-logi-footer-container a:hover {
  color: rgba(255, 255, 255, 0.9);
}
footer .cs-logi-footer-container .cs-logi-footer-content {
  margin-bottom: 82px;
  z-index: 2;
}
footer .cs-logi-footer-container .cs-logi-footer-content .cs-footer-widget {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  footer .cs-logi-footer-container .cs-logi-footer-content {
    margin-bottom: 0px;
  }
  footer .cs-logi-footer-container .cs-logi-footer-content .cs-footer-widget {
    margin-bottom: 60px;
  }
}
footer .cs-logi-footer-container .cs-logi-copy-area {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
footer .cs-logi-footer-container .cs-logi-copy-area .cs-footer-copy-branding {
  display: flex;
  flex-direction: column;
}
footer .cs-logi-footer-container .cs-logi-copy-area .cs-footer-copy-branding span {
  font-size: 14px;
  margin-top: 5px;
}
footer .cs-logi-footer-container .cs-logi-copy-area .cs-footer-copy-text {
  text-align: right;
}
footer .cs-logi-footer-container .cs-logi-copy-area .cs-footer-copy-text p {
  margin: 0px;
}
footer .cs-logi-footer-border {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.cs-footer-copy-branding {
    width: 245px;
}

.cs-footer-widget-title {
  margin-bottom: 10px;
}

.cs-logi-footer-useful-link ul {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.cs-logi-footer-useful-link ul li {
  list-style: none;
  color: #ECECEC;
  padding-bottom: 15px;
  font-size: 16px;
}
.cs-logi-footer-useful-link ul li a span {
  color: rgba(255, 255, 255, 0.9);
}
.cs-logi-footer-useful-link ul :hover {
  color: #fff;
}

.cs-social-common {
  padding-top: 30px;
}
.cs-social-common ul {
  display: flex;
  margin: 0px;
  padding: 0;
}
.cs-social-common ul li {
  list-style: none;
  margin-right: 20px;
  border: 1px solid #fff;
  border-radius: 100%;
  min-width: 45px;
  min-height: 45px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.cs-social-common ul li :last-child {
  margin-right: 0px;
}
.cs-social-common ul li a {
  position: absolute;
  margin-top: 5px;
}
.cs-social-common ul li a i {
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.cs-social-common ul li:hover {
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.cs-social-common ul li:hover i {
  color: #0A0A0A;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 768px) {
  .cs-logi-copy-area {
    flex-direction: column;
    text-align: center;
  }
  .cs-logi-footer-border svg {
    display: none;
  }
  .cs-footer-copy-text p {
    text-align: center;
  }
}
.cs-logi-cor-office p {
  margin-bottom: 25px;
  color: #ECECEC;
}
.cs-logi-cor-office .cs-logi-emai-phone {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
}

/*--------------------------------------------------------------
  07. Spacing
----------------------------------------------------------------*/
.cs-section-height {
  height: 150px;
}

.cs-section-height-half {
  height: 75px;
}

.cs-sec-title-height {
  height: 75px;
}

@media screen and (max-width: 991px) {
  .cs-section-height {
    height: 120px;
  }
  .cs-section-height-half {
    height: 60px;
  }
  .cs-sec-title-height {
    height: 60px;
  }
}
@media screen and (min-width: 991px) {
  .cs-w-585 {
    width: 585px;
  }
  .cs-w-750 {
    width: 750px;
  }
}
.cs-max-w-640 {
  max-width: 640px;
  margin: auto;
}

.cs_mp0 {
  list-style: none;
  margin: 0;
  padding: 0;
}

.cs_m0 {
  margin: 0;
}

.cs_mt100 {
  margin-top: 100px;
}

.cs-height-30 {
  height: 30px;
}

.cs-height-100 {
  height: 100px;
}

/*--------------------------------------------------------------
  08. General
----------------------------------------------------------------*/
.cs-logi-arrow-wrap .logi-arrow-in {
  display: flex;
  gap: 15px;
}
.cs-logi-arrow-wrap .logi-arrow-in i {
  font-size: 20px;
  line-height: 0px;
}
.cs-logi-arrow-wrap .logi-arrow-in .logi-nvigate {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
}
.cs-logi-arrow-wrap .logi-arrow-in .cs-arrow-left {
  transform: rotate(-180deg);
}

.reveal-img-wrap {
  overflow: hidden;
}
.reveal-img-wrap .reveal-img-inner {
  overflow: hidden;
}
.reveal-img-wrap .reveal-img-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.reveal-img-wrap .preloader-img-inner {
  overflow: hidden;
}
.reveal-img-wrap .preloader-img-inner img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.container-fluid {
  margin: 0px;
  padding: 0px;
}

.container .row .row {
  padding: 0px;
  margin: 0px;
}
.container .row .row .col-lg-6,
.container .row .row .col-lg-4,
.container .row .row .col-lg-3,
.container .row .row .col-lg-2 {
  margin: 0px;
  padding: 0px;
}
.container .row .row .row {
  padding: 0px;
  margin: 0px;
}

.cs-max-width-200 {
  max-width: 200px;
}

.cs_row_gap_20 {
  margin-left: -10px;
  margin-right: -10px;
}
.cs_row_gap_20 > div {
  padding-left: 10px;
  padding-right: 10px;
}

.cs_row_gap_150 {
  margin-left: -70px;
  margin-right: -70px;
}
.cs_row_gap_150 > div {
  padding-left: 70px;
  padding-right: 70px;
}

.cs_bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.cs_vertical_middle {
  display: flex;
  align-items: center;
  min-height: 100%;
}

.cs_vertical_middle_in {
  flex: none;
  width: 100%;
}

.cs_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .cs_column_reverse_lg {
    flex-direction: column-reverse;
  }
  .cs_row_gap_150 > div {
    margin-bottom: -30px;
  }
}
.cs_toggle {
  position: relative;
  font-size: 18px;
  cursor: pointer;
  z-index: 10000;
}
.cs_toggle .setting_mode {
  position: fixed;
  right: 0;
  top: 40%;
  -webkit-transition: all 0.2s;
  transform: translateY(-50%);
  transition: all 0.2s;
}
.cs_toggle .setting_mode button {
  border: none;
  background-color: #2b2b2f;
  padding: 10px;
}
.cs_toggle .setting_mode button img {
  width: 100%;
  height: 30px;
}
.cs_toggle .setting_mode #clecel {
  display: none;
}
.cs_toggle .cs_mode_btn {
  position: fixed;
  right: -120px;
  top: 40%;
  transform: translateY(-50%);
  transition: all 0.3s;
  mix-blend-mode: exclusion;
}
.cs_toggle .cs_mode_btn button {
  border: none;
  background-color: #2b2b2f;
  color: rgba(143, 143, 143, 0.9333333333);
  padding: 10px;
}
.cs_toggle .cs_mode_btn .active {
  color: #fff;
}

.cs-container-border {
  width: 1320px;
  margin: auto;
  height: 1px;
  background: #ECECEC;
}

::-webkit-scrollbar {
  width: 5px;
  background: rgba(0, 64, 65, 0.1);
  opacity: 0.2;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

::-webkit-scrollbar-track {
  box-shadow: none;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #300a6e;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #e60a54;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

/*--------------------------------------------------------------
  09. Breadcrumb Style
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  10. Slider Style
----------------------------------------------------------------*/
.home1-blog-slider {
  overflow: hidden;
}

@media screen and (min-width: 630px) {
  .home1-blog-slider .swiper-slide {
    width: 630px;
  }
}
@media screen and (max-width: 405px) {
  .home1-team-slider .swiper-slide {
    width: 100%;
  }
}
.cs-team-wrapper .home1-team-slider {
  overflow: hidden;
}
.cs-team-wrapper .home1-team-slider .swiper-slide {
  width: 405px;
}

/*--------------------------------------------------------------
  11. Video Modal
----------------------------------------------------------------*/
.cs-full-width-video-wrapper .cs-full-width-video-in .video-slider .swiper-slide {
  position: relative;
}
.cs-full-width-video-wrapper .cs-full-width-video-in .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.2);
  height: 5px;
  width: 315px;
  position: initial;
}
.cs-full-width-video-wrapper .cs-full-width-video-in .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background: #fff;
}

/* End video section */
.cs_video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  transition-delay: 0.3s;
}

.cs_video_popup.active {
  left: 0;
  transition-delay: 0s;
  left: 0;
}

.cs_video_popup_overlay {
  position: absolute;
  left: 0;
  right: 0;
  background: #000;
  transition: all 0.4s ease-out;
  opacity: 0;
}

.cs_video_popup.active .cs_video_popup_overlay {
  opacity: 0.8;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.cs_video_popup_content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  transition: all 0.4s ease-out;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.cs_video_popup.active .cs_video_popup_content {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cs_video_popup_content:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.cs_video_popup_container {
  display: inline-block;
  position: relative;
  text-align: left;
  background: #fff;
  max-width: 1380px;
  width: 100%;
  vertical-align: middle;
}

.cs_video_popup_container .embed-responsive {
  width: 100%;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
  height: 100%;
}

.embed-responsive-16by9::before {
  display: block;
  content: "";
  padding-top: 56.25%;
}

.embed-responsive iframe,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cs_video_popup_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #d90d0d;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.cs_video_popup iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

.cs_video_popup_close:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  margin-left: -10px;
  transform: rotate(45deg);
  transition: all 0.4s ease-in-out;
}

.cs_video_popup_close:hover:before,
.cs_video_popup_close:hover:after {
  background: #000;
}

.cs_video_popup_layer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.cs_video_popup_align {
  overflow: hidden;
}

/*End Video Popup*/
/*--------------------------------------------------------------
  12. Button Style
----------------------------------------------------------------*/
button {
  background-color: #e60a54;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  padding: 12px 40px;
  gap: 10px;
  border-radius: 50px;
  border: none;
}
button i {
  line-height: 0px;
}

.cs-text_b_line {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.cs-text_b_line i {
  color: #e60a54;
  line-height: 0px;
}

.cs-text_b_line span {
  display: inline-block;
  position: relative;
  color: #0A0A0A;
  font-family: "Syne";
}

.cs-text_b_line.cs_white_color span {
  color: #fff;
}

.cs-text_b_line.cs_white_color i {
  color: #fff;
}

.cs-text_b_line span:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: 0px;
  left: 0;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 0.6s;
  transition-timing-function: ease-out;
}

.cs-text_b_line:hover span::before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.cs-primary-btn {
  background-color: #e60a54;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 16px;
  padding: 12px 40px;
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  overflow: hidden;
  width: auto;
  border-radius: 50px;
  gap: 5px;
  font-family: "Syne";
}
.cs-primary-btn span {
  color: #fff;
  position: relative;
  z-index: 111;
  transition: all 0.5s;
}
.cs-primary-btn a {
  z-index: 5;
}
.cs-primary-btn a {
  font-family: "Syne";
  display: flex;
  align-items: center;
  color: #fff;
  gap: 5px;
}
.cs-primary-btn a i {
  color: white;
  font-size: 18px;
  line-height: 0px;
  display: inline-block;
}
.cs-primary-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  visibility: hidden;
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 90% 51%, 75% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 75% 0%, 90% 51%, 75% 100%, 0% 100%);
  border-radius: 50px;
  overflow: hidden;
  background-color: #0A0A0A;
  opacity: 0.1;
  transition: all 0.3s;
  z-index: 1;
}
.cs-primary-btn:hover span {
  color: #fff;
  z-index: 2;
}
.cs-primary-btn:hover span path {
  stroke: #fff;
}
.cs-primary-btn:hover i {
  color: white;
  z-index: 2;
}
.cs-primary-btn:hover::before {
  right: 0;
  visibility: visible;
}

.cs_round_btn {
  position: relative;
  overflow: hidden;
  height: 155px;
  min-width: 155px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 30px 15px;
  color: #fff;
}
.cs_round_btn:hover {
  background: #fff;
  color: #0A0A0A;
  transition: all 0.4s ease;
}

/*--------------------------------------------------------------
  13. Widget Style
----------------------------------------------------------------*/

/*--------------------------------------------------------------
  14. Hero Style
----------------------------------------------------------------*/
.cs-hero-slider-wrap .cs-hero-slider-content-wrap {
  position: relative;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slider-img {
  position: relative;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slider-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #300a6e;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slider-img img,
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slider-img video {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content {
  padding-top: 30px;
  position: absolute;
  left: 100px;
  z-index: 10;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content .cs-hero-title {
  margin-bottom: 55px;
  max-width: 950px;
}
.cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content .cs-hero-title h1 {
  color: #fff;
  line-height: 115%;
  font-size: 4rem;
}
@media screen and (max-width: 990px) {
  .cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content .cs-hero-title h1 {
    font-size: 2rem;
    text-align: center;
  }
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slide-content {
  padding-left: calc((100% - 1700px) / 2);
  position: absolute;
  left: 0px;
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-content {
  display: flex;
  align-items: center;
}
/* Hero title fade transition */
#heroTitle {
  transition: opacity 0.5s ease;
}

/* Hero dot indicators */
.hero-dots {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}
.hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
  border: 1px solid rgba(255,255,255,0.5);
}
.hero-dot.active {
  background: #fff;
  transform: scale(1.25);
}

.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow {
  position: absolute;
  left: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1;
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow :last-child {
  transform: rotate(180deg);
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow i {
  font-size: 28px;
  color: rgba(255, 255, 255, 0.3);
  -webkit-text-stroke: 0;
  transition: all 0.3s ease;
}
.cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow i:hover {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
}
@media screen and (max-width: 991px) {
  .cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow {
    bottom: 20px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 500px) {
  .cs-hero-slider-wrap.cs-hero-ocean-cargo .cs-hero-slider-arrow {
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .cs-hero-slider-wrap .cs-hero-slider-content-wrap .cs-hero-slider-content .cs-hero-slide-content {
    left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .cs-hero-slider-wrap .cs-hero-title h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 991px) {
  .cs-hero-slider-wrap .cs-hero-title h1 {
    font-size: 70px;
  }
}
@media screen and (max-width: 567px) {
  .cs-hero-slider-wrap .cs-hero-title {
    margin-bottom: 25px;
  }
  .cs-hero-slider-wrap .cs-hero-title h1 {
    font-size: 60px;
    line-height: 115%;
  }
}
@media screen and (max-width: 320px) {
  .cs-hero-slider-wrap .cs-hero-title h1 {
    font-size: 40px;
  }
}
.logi-splite,
.logi-splite-2 {
  position: relative;
  overflow: hidden;
}
.logi-splite .split-parent,
.logi-splite-2 .split-parent {
  overflow: hidden;
}
.logi-splite .split-child,
.logi-splite-2 .split-child {
  display: inline-block;
}
.logi-splite .word,
.logi-splite-2 .word {
  margin-right: 10px;
}

@media screen and (max-height: 800px) {
  .cs-hero-title .logi-splite {
    font-size: 70px;
  }
}
/*--------------------------------------------------------------
  15. Title Style
----------------------------------------------------------------*/
.cs-section-title-left-right.sec-title-style-1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cs-section-title-left-right.sec-title-style-1 .cs-title-left-area .cs-sec-caption {
  display: flex;
  align-items: center;
}
.cs-section-title-left-right.sec-title-style-1 .cs-title-left-area .cs-sec-caption .cs-cap-icon {
  margin-right: 10px;
}
.cs-section-title-left-right.sec-title-style-1 .cs-title-left-area .cs-sec-caption .cs-cap-icon svg {
  max-height: 16px;
}
.cs-section-title-left-right.sec-title-style-1 .cs-title-left-area .cs-sec-caption .cs-cap-text {
  color: #0A0A0A;
}
.cs-section-title-left-right.sec-title-style-1 .cs-title-left-area .cs-sec-caption .cs-cap-text p {
  margin: 0px;
  font-family: "Syne";
}
.cs-section-title-left-right.sec-title-style-1 .cs-title-left-area .cs-sec-title h2 {
  max-width: 800px;
}

.cs-section-title-center.sec-title-style-2 .cs-title-center-area {
  text-align: center;
}
.cs-section-title-center.sec-title-style-2 .cs-title-center-area .cs-sec-caption {
  display: flex;
  justify-content: center;
}
.cs-section-title-center.sec-title-style-2 .cs-title-center-area .cs-sec-caption .cs-cap-icon {
  margin-right: 10px;
}

@media screen and (max-width: 991px) {
  .cs-section-title-left-right.sec-title-style-1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .cs-section-title-left-right.sec-title-style-1 .cs-sec-title {
    margin-bottom: 25px;
  }
}
/*--------------------------------------------------------------
  16. Expertise Area
----------------------------------------------------------------*/
.cs-expertise-wrap .container-fluid {
  padding: 0px 100px;
  max-width: 1720px;
  margin: auto;
}
.cs-expertise-wrap .cs-expert-area-content {
  display: flex;
  justify-content: space-between;
  background: #F3F3F3;
  padding: 79px;
  -webkit-clip-path: polygon(4% 0, 96% 0, 100% 20%, 100% 80%, 96% 100%, 4% 100%, 0% 80%, 0% 20%);
          clip-path: polygon(4% 0, 96% 0, 100% 20%, 100% 80%, 96% 100%, 4% 100%, 0% 80%, 0% 20%);
}
.cs-expertise-wrap .cs-expert-area-item {
  max-width: 425px;
}
.cs-expertise-wrap .cs-expert-area-item .cs-exp-icon-title {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.cs-expertise-wrap .cs-expert-area-item .cs-exp-icon-title .cs-exp-icon {
  margin-right: 30px;
  color: #e60a54;
  font-size: 80px;
}
.cs-expertise-wrap .cs-expert-area-item .cs-exp-icon-title .cs-exp-title {
  max-width: 275px;
}
.cs-expertise-wrap .cs-expert-area-item:hover .cs-exp-icon .svg-left-to-right-animation > :first-child {
  transform: none;
}
.cs-expertise-wrap .cs-expert-area-item:hover .cs-exp-icon .svg-left-to-right-animation > :last-child {
  transform: none;
}
.cs-expertise-wrap .cs-expert-area-item:hover .cs-exp-icon::after {
  width: 0;
}
.cs-expertise-wrap .cs-expert-line {
  width: 1px;
  background: #ECECEC;
  height: 100%;
  max-height: 150px;
}
.cs-expertise-wrap.expert-area-no-bg .cs-expert-area-content {
  background: none;
  padding: 0px;
  -webkit-clip-path: initial;
          clip-path: initial;
}
.cs-expertise-wrap.expert-area-no-bg .cs-expert-area-content p {
  margin: 0px;
}
.cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area {
  border-bottom: 1px solid #ECECEC;
}
.cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area .cs-expert-area-content .cs-expert-area-item {
  padding-top: 60px;
  padding-bottom: 60px;
}
.cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area .cs-expert-area-content .cs-expert-line {
  max-height: 100%;
}

@media screen and (max-width: 1670px) {
  .cs-expertise-wrap .cs-expert-line {
    display: none;
  }
}
@media screen and (max-width: 1500px) {
  .cs-expertise-wrap .cs-expert-area-content {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cs-expertise-wrap .cs-expert-area-item {
    margin-bottom: 40px;
    margin-right: 30px;
  }
  .cs-expertise-wrap .cs-expert-area-item:last-child {
    margin-bottom: 0px;
  }
  .cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area {
    border-bottom: none;
  }
  .cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area .cs-expert-area-content {
    flex-wrap: nowrap;
  }
  .cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area .cs-expert-area-content .cs-expert-area-item {
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1241px) {
  .cs-expertise-wrap .container-fluid {
    padding: 0px 100px;
  }
  .cs-expertise-wrap .container-fluid .cs-expert-area-content {
    padding: 0px;
    background: none;
    -webkit-clip-path: none;
            clip-path: none;
  }
  .cs-expertise-wrap.expert-area-no-bg.cs-border-style-expart-area .cs-expert-area-content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1083px) {
  .cs-expertise-wrap .container-fluid {
    padding: 0px 40px;
  }
  .cs-expertise-wrap .container-fluid .cs-expert-area-content {
    padding: 0px 10px;
  }
}
@media screen and (max-width: 991px) {
  .cs-expertise-wrap .container-fluid {
    max-width: 720px;
    margin: auto;
  }
  .cs-expertise-wrap .cs-expert-area-content {
    padding: 0px;
  }
}
@media screen and (max-width: 576px) {
  .cs-expertise-wrap .cs-expert-area-content {
    padding: 0px 10px !important;
    -webkit-clip-path: circle(70.7% at 50% 50%);
            clip-path: circle(70.7% at 50% 50%);
  }
  .cs-expertise-wrap .cs-expert-area-content .cs-expert-area-item {
    margin-right: 0px;
  }
  .cs-expertise-wrap .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
  }
}
.svg-left-to-right-animation-wrap {
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  width: 85px;
}
.svg-left-to-right-animation-wrap .svg-left-to-right-animation {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  overflow: hidden;
}
.svg-left-to-right-animation-wrap .svg-left-to-right-animation > :first-child {
  transition: all 0.5s;
  transform: translateX(-150%);
}
.svg-left-to-right-animation-wrap .svg-left-to-right-animation > :last-child {
  transition: all 0.5s;
  transform: translateX(-50%);
}
.svg-left-to-right-animation-wrap:hover .svg-left-to-right-animation > :first-child {
  transform: translateX(50%);
}
.svg-left-to-right-animation-wrap:hover .svg-left-to-right-animation > :last-child {
  transform: translateX(170%) rotateX(50deg);
}
.svg-left-to-right-animation-wrap:hover::after {
  width: 100%;
}

/*--------------------------------------------------------------
  17. About Style
----------------------------------------------------------------*/
.cs-about-wrapper-1 {
  padding-right: calc((100% - 1320px) / 2);
}
.cs-about-wrapper-1 .cs-about-wrap-in {
  position: relative;
  min-height: 615px;
  display: flex;
  align-items: center;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-content-wrap {
  display: flex;
  justify-content: end;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-content-wrap .cs-about-content-in {
  max-width: 637px;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-content-wrap .cs-about-content-in .cs-about-title {
  margin-bottom: 20px;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-content-wrap .cs-about-content-in .cs-about-para {
  margin-bottom: 30px;
}
.cs-about-wrapper-1 .cs-about-wrap-in .cs-about-img-area {
  position: relative;
}
.cs-about-wrapper-1.cs-about-2 {
  padding-left: calc((100% - 1320px) / 2);
}
.cs-about-wrapper-1.cs-about-2 .cs-about-img-area {
  position: absolute;
  top: 0;
  left: 100px;
}
.cs-about-wrapper-1.cs-about-2 .cs-about-list-wrap {
  margin-top: 350px;
  margin-bottom: -40px;
}
.cs-about-wrapper-1.cs-about-2.cs-about-img-left0 .cs-about-img-area {
  left: 0;
  position: absolute;
}

.cs-about-style-2 {
  position: relative;
}
.cs-about-style-2 .cs-about-wrap-in {
  position: initial;
  margin-bottom: -75px;
}
.cs-about-style-2 .cs-about-wrap-in .cs-about-content-wrap .cs-about-content-in .cs-about-para {
  margin-bottom: 65px;
}

.flex_end {
  display: flex;
  align-items: flex-end;
}

.cs-about-list-wrap {
  display: flex;
  gap: 75px;
}
.cs-about-list-wrap ul {
  padding: 0;
}
.cs-about-list-wrap ul li {
  list-style: none;
  padding-bottom: 15px;
}
.cs-about-list-wrap ul li i {
  margin-right: 10px;
  color: #e60a54;
}

@media screen and (max-width: 1600px) {
  .cs-about-wrapper-1.cs-about-2 .cs-about-img-area {
    left: 10px;
  }
}
@media screen and (min-width: 1366px) {
  .cs-about-wrapper-1.cs-about-2 .cs-about-img-area {
    max-width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .cs-about-wrapper-1.cs-about-2 .cs-about-img-area {
    max-width: 50%;
  }
}
@media screen and (max-width: 1199px) {
  .cs-about-wrapper-1 .cs-about-content-wrap {
    max-width: 960px;
    margin: auto;
    justify-content: flex-start !important;
  }
  .cs-about-wrapper-1 .cs-about-img-area {
    padding-bottom: 50px;
    max-width: 960px;
    margin: auto;
  }
  .cs-about-wrapper-1.cs-about-2 .cs-about-list-wrap {
    margin-top: 375px;
    margin-bottom: 5px;
  }
  .cs-about-wrapper-1.cs-about-2 .cs-about-list-wrap .cs-about-img-area {
    width: 80% !important;
  }
  .cs-about-wrapper-1.cs-about-img-left0 .cs-about-list-wrap {
    margin-top: 420px;
  }
  .cs-about-wrapper-1.cs-about-img-left0 .cs-about-list-wrap .cs-about-img-area {
    width: 80% !important;
  }
  .cs-about-style-2 .cs-about-wrap-in {
    margin-bottom: 0px;
  }
  .cs-about-style-2 .cs-about-wrap-in .cs-about-content-wrap .cs-about-content-in .cs-about-para {
    margin-bottom: 45px;
  }
  .cs-about-style-2 .cs-about-wrap-in .cs-about-content-wrap .cs-about-content-in .cs-about-para p {
    margin: 0px;
  }
}
@media screen and (max-width: 991px) {
  .cs-about-wrapper-1 .cs-about-content-wrap .cs-about-content-in {
    margin: auto;
    max-width: 720px;
  }
  .cs-about-wrapper-1 .cs-about-img-area {
    max-width: 720px;
    margin: auto;
  }
  .cs-about-wrapper-1.cs-about-2 .cs-about-img-area {
    position: initial;
  }
  .cs-about-wrapper-1.cs-about-2 .cs-about-list-wrap {
    max-width: 637px;
    margin: auto;
  }
  .cs-about-wrapper-1.cs-about-2 .cs-about-content-wrap .cs-about-content-in .cs-about-para {
    margin-bottom: 40px;
  }
  .cs-about-wrapper-1.cs-about-2 .cs-about-content-wrap .cs-about-content-in .cs-about-para p {
    margin-bottom: 0px;
  }
  .cs-about-wrapper-1.cs-about-2.cs-about-img-left0 .cs-about-img-area {
    position: inherit;
  }
}
@media screen and (max-width: 767px) {
  .cs-about-wrapper-1.cs-about-2 .cs-about-img-area {
    position: initial;
  }
  .cs-about-wrapper-1.cs-about-2 .container {
    max-width: 650px;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .cs-about-wrapper-1.cs-about-2 {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
@media screen and (max-width: 576px) {
  .cs-about-wrapper-1 .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .cs-about-wrapper-1 .cs-about-list-wrap {
    margin-bottom: 30px;
    flex-direction: column;
    gap: 0px !important;
    align-items: center;
  }
  .cs-about-wrapper-1 .cs-about-list-wrap ul {
    margin: 0px;
    text-align: center;
  }
  .cs-about-wrapper-1.cs-about-2 .container {
    padding: 0px;
    margin: 0px;
  }
}
/*--------------------------------------------------------------
  18. Services Style
----------------------------------------------------------------*/

.cs-service-items-fullw .row {
  margin-left: 0px;
  margin-right: 0px;
}
.cs-service-items-fullw .cs-service-items-in .container-fluid .row .col-lg-3 {
  margin: 0px;
  padding: 0px;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content {
  position: relative;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-service-item-img {
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: scale(1) translateY(5%);
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-service-item-img img {
  -o-object-fit: contain;
     object-fit: contain;
  transition: transform 0.4s ease;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-ser-content {
  margin-right: 30px;
  position: relative;
  z-index: 2;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-ser-content h4 {
  margin-bottom: 15px;
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content:hover .cs-service-item-img {
  opacity: 1;
  transform: scale(1.2) translateY(-1%);
}
.cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in {
  display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: absolute;
    left: 50px;
    bottom: 50px;
    right: 10px;
    top: 10px;
}
@media screen and (max-width: 567px) {
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in {
    left: 20px;
  }
}

@media (min-width: 991px) and (max-width: 1500px) {
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-ser-content {
    margin-right: 20px;
  }
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content .cs-ser-content h4 {
    font-size: 28px;
  }
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content-in {
    left: 15px;
    bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cs-service-items-fullw .cs-service-items-in .cs-serivce-item-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.cs-maxw-1720 {
  max-width: 1720px;
  margin: auto;
}

/*--------------------------------------------------------------
  19. Clients
----------------------------------------------------------------*/
.cs-client-brand-wrapper .cs-client-container .cs-client-card {
  border: 1px solid #ECECEC;
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-client-brand-wrapper .row {
  padding: 0px;
}
.cs-client-brand-wrapper .row .col-lg-3 {
  margin: 0;
  padding: 0;
}
.cs-client-brand-wrapper.style-full-1raw .row {
  padding: 0px;
}
.cs-client-brand-wrapper.style-full-1raw .row .col-lg-2 {
  margin: 0;
  padding: 0;
}

.cs-client-card {
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.3s ease;
  display: inline-flex;
  align-items: center;
  width: auto;
}
.cs-client-card:hover {
  background-color: #300a6e;
}
.cs-client-card:hover h6,
.cs-client-card:hover h6 a,
.cs-client-card:hover p {
  color: #fff;
}

/*--------------------------------------------------------------
  18. Counter Style
----------------------------------------------------------------*/
.cs-counter-wrap .cs-counter-item .cs-count-text {
  color: #0A0A0A;
}

@media screen and (max-width: 991px) {
  .cs-counter-wrap .container .row > *:nth-child(-n+2) {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .cs-counter-wrap .container .row > *:nth-child(-n+3) {
    margin-bottom: 30px;
  }
}
/*--------------------------------------------------------------
  21. Section Forms
----------------------------------------------------------------*/
.cs-form-with-map .container-fluid {
  padding-right: calc((100% - 1320px) / 2);
}
@media screen and (min-width: 1600px) {
  .cs-form-with-map .cs-form-for-map {
    margin-left: 150px;
  }
}

@media screen and (max-width: 1350px) {
  .cs-form-with-map .cs-form-for-map {
    margin-left: 20px;
  }
  .cs-form-with-map .cs-form-light {
    padding-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .cs-form-with-map .cs-form-light {
    padding-right: 0px;
    margin-bottom: 110px;
  }
  .cs-form-with-map .cs-form-for-map .cs-form-with-map.cs-form-light {
    margin-bottom: 0px !important;
  }
}
/*--------------------------------------------------------------
  22. Team Member
----------------------------------------------------------------*/
.cs-team-wrapper .cs-members-container .cs-member-item {
  position: relative;
  max-width: 405px;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-member-img {
  position: relative;
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
          clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-member-img img {
  width: 100%;
  height: 100%;
  transition: transform 0.4s ease;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-member-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #300a6e6b;
  opacity: 0;
  transition: opacity 0.5s ease;
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
          clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-member-item-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 20px;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-member-item-content .cs-member-info {
  margin-left: 0;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-member-item-content .cs-member-info .cs-member-designation p {
  margin: 0px;
}
.cs-team-wrapper .cs-members-container .cs-member-item:hover .cs-member-img {
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
          clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
}
.cs-team-wrapper .cs-members-container .cs-member-item:hover .cs-member-img img {
  transform: scale(1.1) translateX(10px);
}
.cs-team-wrapper .cs-members-container .cs-member-item:hover .cs-member-img::after {
  opacity: 1;
  -webkit-clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
          clip-path: polygon(10% 0%, 100% 0, 100% 10%, 100% 90%, 90% 100%, 0 100%, 0% 90%, 0% 10%);
}
.cs-team-wrapper .cs-members-container .cs-member-item:hover .cs-social-contact {
  max-height: 220px;
  opacity: 1;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact {
  position: absolute;
  right: 0;
  bottom: 80px;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact ul {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact ul li {
  display: inline-block;
  margin-bottom: 1px;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact ul li a {
  padding: 15px 15px 8px 15px;
  background: #e60a54;
  display: inline-block;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact ul li a i {
  color: #fff;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact ul li:hover a {
  background: #fff;
}
.cs-team-wrapper .cs-members-container .cs-member-item .cs-social-contact ul li:hover a i {
  color: #0A0A0A;
}
.cs-team-wrapper .container-fluid {
  max-width: 1720px;
  padding: 0px 10px;
  margin: auto;
}
.cs-team-wrapper .container-fluid .row {
  margin: auto;
}
.cs-team-wrapper.cs-team-transparent .cs-members-container .cs-member-item .cs-member-img {
  -webkit-clip-path: inherit;
          clip-path: inherit;
}
.cs-team-wrapper.cs-team-transparent .cs-members-container .cs-member-item::after {
  -webkit-clip-path: inherit;
          clip-path: inherit;
}
.cs-team-wrapper.cs-team-transparent .cs-members-container .cs-member-item:hover .cs-member-img {
  -webkit-clip-path: inherit;
          clip-path: inherit;
}
.cs-team-wrapper.cs-team-transparent .cs-members-container .cs-member-item:hover .cs-member-img::after {
  -webkit-clip-path: inherit;
          clip-path: inherit;
}
.cs-team-wrapper.cs-team-transparent .cs-members-container .cs-member-item .cs-member-item-content {
  background: rgba(10, 10, 10, 0.45);
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 0 0 8px 8px;
}
.cs-team-wrapper.cs-team-transparent .cs-members-container .cs-member-item .cs-member-item-content h6,
.cs-team-wrapper.cs-team-transparent .cs-members-container .cs-member-item .cs-member-item-content p {
  color: #fff;
}
.cs-team-wrapper.cs-cargo-team .home1-team-slider {
  overflow: hidden;
}
.cs-team-wrapper.cs-cargo-team .home1-team-slider .swiper-slide {
  width: 320px !important;
  margin-right: 13px !important;
}

.cs-team-wrapper.cs-team-transparent.cs-cargo-team .cs-members-container .cs-member-item .cs-member-item-content {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .cs-team-wrapper .container-fluid {
    width: 100%;
    margin: auto;
  }
}
/*--------------------------------------------------------------
  23. CTA
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  24. Testimonial
----------------------------------------------------------------*/
.cs-testi-wrap {
  position: relative;
}
.cs-testi-wrap .cs-testi-wrap-in {
  text-align: center;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-content {
  margin: auto;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-slide-in {
  max-width: 820px;
  margin: auto;
  z-index: 4;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-slide-in .cs-testi-quote {
  margin-bottom: 30px;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-user-container {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-user-container .cs-user-single {
  cursor: pointer;
  display: flex;
  align-items: center;
  transition: all 0.5s ease;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-user-container .cs-user-single .cs-user-img {
  margin-right: 15px;
  transition: all 0.5s ease;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-user-container .cs-user-single .cs-user-info {
  margin-right: 15px;
  display: none;
  transition: all 0.5s ease;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-user-container .cs-user-single .cs-user-info p {
  margin: 0px;
}
.cs-testi-wrap .cs-testi-wrap-in .cs-testi-user-container .cs-user-single:last-child {
  margin-right: 0px;
}
.cs-testi-wrap .cs-testi-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: auto;
}
.cs-testi-wrap .cs-testi-arrow .cs-testi-right,
.cs-testi-wrap .cs-testi-arrow .cs-testi-left {
  width: 50px;
  height: 50px;
  background: #F3F3F3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
}
.cs-testi-wrap .cs-testi-arrow .cs-testi-right:hover,
.cs-testi-wrap .cs-testi-arrow .cs-testi-left:hover {
  background: #e60a54;
  transition: all 0.4s ease;
}
.cs-testi-wrap .cs-testi-arrow .cs-testi-right:hover i,
.cs-testi-wrap .cs-testi-arrow .cs-testi-left:hover i {
  color: #fff;
  transition: all 0.4s ease;
}
.cs-testi-wrap .cs-testi-arrow .cs-testi-right i {
  transform: rotate(-180deg);
}
.cs-testi-wrap .cs-testi-arrow i {
  font-size: 20px;
  line-height: 0px;
}

.cs-user-single.active .cs-user-info {
  display: initial !important;
  transition: all 0.5s ease !important;
}
.cs-user-single.active .cs-user-img img {
  border-radius: 100%;
  transition: all 0.5s ease !important;
}

@media screen and (max-width: 576px) {
  .cs-testi-wrap .cs-testi-arrow {
    display: none;
  }
  .cs-testi-wrap .cs-testi-user-container {
    gap: 20px;
    margin-top: 45px;
    flex-direction: column;
    align-items: center;
  }
  .cs-testi-wrap .cs-testi-user-container .cs-user-info {
    display: initial !important;
  }
}
/*--------------------------------------------------------------
  25. Project Case study
----------------------------------------------------------------*/
.cs-project-slider-wrapper .swiper-scrollbar {
  background: rgba(255, 255, 255, 0.2);
  height: 5px;
  width: 315px;
  position: initial;
}
.cs-project-slider-wrapper .swiper-scrollbar .swiper-scrollbar-drag {
  height: 5px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .cs-project-slider-wrapper .swiper-scrollbar {
    margin-left: 10px;
  }
}

/*--------------------------------------------------------------
  27. Posts
----------------------------------------------------------------*/

/*--------------------------------------------------------------
  32. FAQ
----------------------------------------------------------------*/
.cs_accordian .cs_accordian_item {
  margin-bottom: 30px;
}
.cs_accordian .cs_accordian_item .cs_accordian_header {
  padding: 20px 30px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cs_accordian .cs_accordian_item .cs_accordian_header i {
  transition: transform 0.5s;
}
.cs_accordian .cs_accordian_item .cs_accordian_header.cs_icon > i {
  transform: rotate(-180deg);
}
.cs_accordian .cs_accordian_item .cs_accordian_body {
  padding: 30px;
  font-size: 16px;
}
.cs_accordian .cs_accordian_item.cs_color_1 {
  border: none;
}
.cs_accordian .cs_accordian_item.cs_color_1 .cs_accordian_header {
  background-color: #F3F3F3;
  transition: all 0.4s ease;
}
.cs_accordian .cs_accordian_item.cs_color_1 .cs_accordian_header .cs_accordian_title {
  color: #0A0A0A;
  font-family: "Syne";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 500;
  line-height: 125%;
  transition: all 0.4s ease;
  margin: 0;
  padding: 0;
}
.cs_accordian .cs_accordian_item.cs_color_1 .cs_accordian_body {
  background: rgba(236, 236, 236, 0.7);
  font-size: 16px;
}
.cs_accordian.light-border-accordian .cs_accordian_item.cs_color_1 .cs_accordian_header {
  padding: 20px 0px;
  background-color: #fff;
  border-bottom: 1px solid #ECECEC;
}
.cs_accordian.light-border-accordian .cs_accordian_item.cs_color_1 .cs_accordian_header .cs_accordian_title {
  background: #fff;
}
.cs_accordian.light-border-accordian .cs_accordian_item.cs_color_1 .cs_accordian_body {
  background: #fff;
  padding: 30px 30px 0px 0px;
}
.cs_accordian.light-border-accordian .cs_accordian_header.active {
  background-color: #fff !important;
  border-bottom: 1px solid #e60a54 !important;
  color: #0A0A0A !important;
}
.cs_accordian.light-border-accordian .cs_accordian_header.active i {
  margin-top: 0px;
}
.cs_accordian.light-border-accordian .cs_accordian_header.active .cs_accordian_title {
  color: #0A0A0A !important;
}

.cs_accordian_header.active {
  background-color: #300a6e !important;
  color: #fff !important;
  transition: all 0.4s ease;
}
.cs_accordian_header.active i {
  margin-top: -10px;
}
.cs_accordian_header.active .cs_accordian_title {
  color: #fff !important;
  transition: all 0.4s ease;
}

.tab {
  display: inline-block;
}

.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

/*--------------------------------------------------------------
  28. Pricing
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  29. Text Moving
----------------------------------------------------------------*/
.cs-text-moving-wrap {
  overflow: hidden;
}
.cs-text-moving-wrap .cs_text-moving_in {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  min-width: 100%;
  gap: 70px;
}
.cs-text-moving-wrap .cs_text-moving {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 70px;
  animation: slide-left 20s linear infinite;
}
.cs-text-moving-wrap .cs_text-moving h2 {
  transition: all 0.3s ease;
}
.cs-text-moving-wrap .cs_text-moving h2:hover {
  color: #e60a54;
  transition: all 0.3s ease;
}

@media screen and (max-width: 576px) {
  .cs-text-moving-wrap .cs_text-moving {
    gap: 30px;
  }
  .cs-text-moving-wrap .cs_text-moving h2 {
    font-size: 60px;
  }
  .cs-text-moving-wrap .cs_text-moving svg {
    max-height: 50px;
  }
}
.cs_animation_speed_10 {
  animation: slide-left 10s linear infinite;
}

.cs_animation_speed_30 {
  animation: slide-left 30s linear infinite;
}

.cs_animation_speed_40 {
  animation: slide-left 40s linear infinite;
}

.cs_animation_speed_50 {
  animation: slide-left 50s linear infinite;
}

.cs_text-moving_hover_push:hover .cs_text-moving {
  animation-play-state: paused;
}

@keyframes slide-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/*--------------------------------------------------------------
  30. About Feature
----------------------------------------------------------------*/
.cs-com-feature-wrapper .container-fluid {
  padding-left: calc((100% - 1320px) / 2);
}
@media screen and (max-width: 1280px) {
  .cs-com-feature-wrapper .container-fluid {
    padding-left: 10px;
  }
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo {
  position: relative;
  z-index: 1;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-oc-wcu-p {
  max-width: 650px;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video .cs-video-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video .cs-video-img img {
  margin-right: 10px;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video .cs-video-img a {
  position: absolute;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video .cs-video-img .cs_round_btn {
  min-width: 100px;
  height: 100px;
  background: #fff;
  color: #0A0A0A;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video .cs-video-img .cs_round_btn:hover {
  background: #e60a54;
  color: #fff;
  border: 1px solid #e60a54;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video .cs-oc-cargo-wcu-img {
  margin-left: 10px;
}
.cs-com-feature-wrapper.cs-feature-for-ocean-cargo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ECECEC;
  -webkit-clip-path: polygon(0 0, 70% 0%, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 70% 0%, 70% 100%, 0% 100%);
  z-index: -1;
}

@media screen and (max-width: 1199px) {
  .cs-com-feature-wrapper .cs_center {
    flex-direction: column-reverse;
  }
  .cs-com-feature-wrapper.cs-feature-for-ocean-cargo {
    margin: auto;
  }
  .cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-lg-w-control {
    max-width: 960px;
    margin: auto;
  }
  .cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs_center {
    flex-direction: inherit;
  }
  .cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-img-with-video {
    margin-top: 50px;
  }
}
@media screen and (max-width: 730px) {
  .cs-com-feature-wrapper.cs-feature-for-ocean-cargo .cs-oc-cargo-wcu-img {
    display: none;
  }
}
/*--------------------------------------------------------------
  31. Work Process
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  26. Blog
----------------------------------------------------------------*/
.cs-img-anim-wrap .cs_portfolio_img.active img:nth-child(1) {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}
.cs-img-anim-wrap .cs_portfolio_img.active img:nth-child(2) {
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(20px);
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
          clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 25% 50%, 0% 0%);
  transition: all 0.5s;
}
/*--------------------------------------------------------------
  33. Maps Hotspot
----------------------------------------------------------------*/
.cs-map-hotspot-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cs-map-hotspot-wrap .cs-hotspot-map-img img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.hotspot-image-container {
  position: relative;
  margin: 1rem;
}

.hotspot {
  position: absolute;
  margin: 0;
  padding: 0;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.hotspot-button {
  height: 40px;
  width: 40px;
  animation: button-pulse 7s ease-in-out infinite;
  cursor: pointer;
  border: 1px solid #e60a54;
  border-radius: 100%;
}
.hotspot-button:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #e60a54;
  border: 5px solid #e60a54;
  opacity: 0.7;
  border-radius: 100%;
  content: "";
  display: block;
  background-color: #e60a54;
  transition: border-color 1s linear;
}
.hotspot.hotspot-top-left {
  top: 50%;
    left: 24%;
}
.hotspot.hotspot-top-right {
  top: 51%;
    right: 15%;
}
.hotspot.hotspot-bottom-left {
    bottom: 8%;
    left: 29%;
}
.hotspot.hotspot-bottom-right {
    bottom: 9%;
    right: 63%;
}

@keyframes button-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  40% {
    transform: scale(1.15, 1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
/*--------------------------------------------------------------
34. Contact 
----------------------------------------------------------------*/

.cs-form-cp-in form {
  max-width: 500px;
}
.cs-form-cp-in form input,
.cs-form-cp-in form textarea {
  background: transparent;
  border-radius: 0px;
  border: none;
  border-bottom: 1px solid #2f6263;
  color: rgba(255, 255, 255, 0.8);
}
.cs-form-cp-in form :focus-visible,
.cs-form-cp-in form :focus-visible,
.cs-form-cp-in form :focus,
.cs-form-cp-in form :target {
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
}
.cs-form-cp-in form :active {
  color: #fff;
}
.cs-form-cp-in form :focus {
  border-bottom: 1px solid #fff;
  box-shadow: none;
}
.cs-form-cp-in form input {
  height: 50px;
}
.cs-form-cp-in form ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Outfit";
}
.cs-form-cp-in form ::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Outfit";
}
.cs-form-cp-in form ::-moz-placeholder:hover {
  color: #fff;
}
.cs-form-cp-in form ::placeholder:hover {
  color: #fff;
}
.cs-form-cp-in .cs-primary-btn {
  margin-top: 30px;
}
.cs-form-cp-in.cs-form-light form input,
.cs-form-cp-in.cs-form-light form textarea {
  border-bottom: 1px solid #ECECEC;
  color: #0A0A0A;
}
.cs-form-cp-in.cs-form-light form ::-moz-placeholder {
  color: rgba(10, 10, 10, 0.8);
}
.cs-form-cp-in.cs-form-light form ::placeholder {
  color: rgba(10, 10, 10, 0.8);
}
.cs-form-cp-in.cs-form-light form ::-moz-placeholder:hover {
  color: #0A0A0A;
}
.cs-form-cp-in.cs-form-light form ::placeholder:hover {
  color: #0A0A0A;
}
.cs-form-cp-in.cs-form-light form :focus-visible,
.cs-form-cp-in.cs-form-light form :focus-visible,
.cs-form-cp-in.cs-form-light form :focus,
.cs-form-cp-in.cs-form-light form :target {
  border-bottom: 1px solid #e60a54;
}
.cs-form-cp-in.cs-form-light form :focus {
  border-bottom: 1px solid #e60a54;
}
@media screen and (max-width: 1199px) {
  .cs-form-cp-in form {
    max-width: 100% !important;
  }
}
/*--------------------------------------------------------------
  35. Order Track
----------------------------------------------------------------*/
/*--------------------------------------------------------------
  36. Error Page
----------------------------------------------------------------*/

/* ============================================================
   MOBILE LAYOUT FIXES  (max-width: 991px)
   ============================================================ */
@media (max-width: 991px) {

  /* 1 ── Expertise icons (below hero) */
  .cs-expert-area-item,
  .cs-exp-icon-title,
  .cs-exp-text {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
  .cs-exp-icon-title {
    flex-direction: column;
  }

  /* 2 ── Services cards */
  .cs-serivce-item-content-in,
  .cs-ser-content {
    text-align: center;
    align-items: center;
  }

  /* 3 ── "Drive Your Business Forward" about section */
  .cs-about-wrapper-1 .cs-about-title,
  .cs-about-wrapper-1 .cs-sec-title {
    text-align: center;
  }

  /* 4 ── Service card inner text */
  .cs-serivce-item-content-in .cs-ser-content h4,
  .cs-serivce-item-content-in .cs-ser-content p {
    text-align: center;
  }

  /* 5 ── Hide testimonials */
  .cs-testi-wrap {
    display: none !important;
  }

  /* 6 ── Big numbers / counters */
  .cs-counter-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cs-count-text {
    justify-content: center;
  }
  .cs-counter-title {
    text-align: center;
  }

  /* 7 ── Contact form */
  .cs-form-cp-in,
  .cs-form-cp-in h4,
  .cs-form-cp-in p {
    text-align: center;
  }

  /* 8 ── Footer */
  .cs-logi-cor-office,
  .cs-footer-widget {
    text-align: center;
  }
  .cs-footer-widget ul {
    padding-left: 0;
  }
  .cs-footer-widget .cs-social-common ul {
    justify-content: center;
  }
  .cs-max-width-200 {
    max-width: 100%;
    margin: 0 auto;
  }
  .cs-logi-emai-phone {
    text-align: center;
  }
  .cs-footer-copy-branding {
    width: auto !important;
    margin: 0 auto;
    align-items: center;
    text-align: center;
  }
  .cs-footer-copy-text {
    text-align: center !important;
  }

  /* CORRIGINDO NAVIO */
  .col-xl-6.col-lg-12.col-md-12 {
    padding: 0px 0px 0px 0px;
  }
  img#navio {
    padding: 0px 20px 0px 0px;
}
h2.impulsione-seu-negocio {
    margin: 50px 20px 0px 20px;
}
.cs-about-para {
    margin: 20px;
}

/* SERVIÇOS */
.cs-section-height {
        height: 50px;
    }
}

@media (max-width: 1440px) {
  p {
    font-size: 14px;
  }
}
