@charset "UTF-8";
/*--------------------------------------------------------------
## Basic Color
----------------------------------------------------------------*/
/*--------------------------------------------------------------
>> TABLE OF CONTENTS:
----------------------------------------------------------------
1. Typography
2. Preloader
3. Spacing
4. General
5. Slider
6. Isotope
7. Video Popup
8. Sidebar
9. Post Details
10. Portfolio Details
11. Service Details
12. Form
13. Commingsoon
14. Header
15. Footer
16. Accordian
17. Countdown
18. Counter
19. CTA
20. Contact
21. Menu Card
22. Expertise
23. Event
24. Gallery
25. Hero
26. Icon Box
27. Image Box
28. Info Card
29. Logo Carousel
30. Newsletter
31. Portfolio
32. Post
33. Pricing Table
34. Progressbar
35. Product
36. Shop Sidebar
37. Section Heading
38. Team
39. Testimonial
40. Text Box
41. Course
42. Video Block
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1. Typography
----------------------------------------------------------------*/
body,
html {
  color: #78778f;
  font-family: system-ui;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
  overflow-x: hidden;
}

h1,
h2,
h3 {
  clear: both;
  color: #0b0a60;
  padding: 0;
  margin: 0 0 20px 0;
  font-weight: 500;
  line-height: 1.2em;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 30px;
}

p {
  margin-bottom: 25px;
}

ul {
  margin: 0 0 25px 0;
  padding-left: 20px;
  list-style: square outside none;
}

i {
  font-style: italic;
}

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;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

b,
strong {
  font-weight: bold;
}

@media screen and (max-width: 991px) {
  body,
  html {
    font-size: 16px;
    line-height: 1.6em;
  }
  h2 {
    font-size: 36px;
    margin-bottom: 10px;
  }
}
/*--------------------------------------------------------------
2. Preloader
----------------------------------------------------------------*/
/*--------------------------------------------------------------
3. Spacing
----------------------------------------------------------------*/
@media screen and (min-width: 992px) {
  .cs-height_0 {
    height: 0px;
  }
  .cs-height_15 {
    height: 15px;
  }
  .cs-height_30 {
    height: 30px;
  }
  .cs-height_35 {
    height: 35px;
  }
  .cs-height_70 {
    height: 70px;
  }
  .cs-height_80 {
    height: 80px;
  }
  .cs-height_90 {
    height: 90px;
  }
  .cs-height_110 {
    height: 110px;
  }
  .cs-height_135 {
    height: 135px;
  }
  .cs-height_140 {
    height: 140px;
  }
  .cs-height_160 {
    height: 160px;
  }
}
@media screen and (max-width: 991px) {
  .cs-height_lg_15 {
    height: 15px;
  }
  .cs-height_lg_30 {
    height: 30px;
  }
  .cs-height_lg_35 {
    height: 35px;
  }
  .cs-height_lg_50 {
    height: 50px;
  }
  .cs-height_lg_60 {
    height: 60px;
  }
  .cs-height_lg_75 {
    height: 75px;
  }
  .cs-height_lg_80 {
    height: 80px;
  }
  .cs-height_lg_90 {
    height: 90px;
  }
  .cs-height_lg_100 {
    height: 100px;
  }
}
/*--------------------------------------------------------------
4. General
----------------------------------------------------------------*/
.container {
  max-width: 1200px;
}

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

.cs-white,
.cs-white_hover:hover {
  color: #fff;
}

.cs-white_bg {
  background-color: #fff;
}

.cs-medium {
  font-weight: 500;
}

.cs-semi_bold {
  font-weight: 600;
}

.cs-bold {
  font-weight: 700;
}

.cs-rounded {
  border-radius: 2em !important;
}

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

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

.cs-vertical_middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}

.cs-vertical_middle_in {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 100%;
}

.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-review {
  color: #ffa61a;
  font-family: "Font Awesome 5 Free";
  font-size: 15px;
  line-height: 1.2em;
  width: 102px;
  position: relative;
  font-weight: 900;
  letter-spacing: 4px;
}
.cs-review:before {
  content: "\f005\f005\f005\f005\f005";
  font-weight: 400;
}
.cs-review .cs-review_in {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.cs-review .cs-review_in:after {
  content: "\f005\f005\f005\f005\f005";
}

.cs-left_full_width {
  height: 100%;
  width: 50vw;
  margin-left: calc(-50vw + 102.7%);
  text-align: center;
}
.cs-left_full_width.cs-space_right_90 {
  padding-right: 90px;
}

.cs-parallax [class*=cs-to_],
.cs-bg_parallax {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cs-bg_parallax {
  background-repeat: repeat;
}

.cs-flying_img_wrap {
  position: relative;
}
.cs-flying_img_wrap .cs-flying_img {
  position: absolute;
}
.cs-flying_img_wrap.cs-style1 .cs-posiiton1 {
  right: -10%;
  bottom: -135px;
}
.cs-flying_img_wrap.cs-style2 .cs-posiiton1 {
  left: -9%;
  top: 50%;
}
.cs-flying_img_wrap.cs-style2 .cs-posiiton2 {
  right: 0;
  top: 20%;
}
.cs-flying_img_wrap.cs-style3 .cs-posiiton1 {
  left: -1%;
  top: 50%;
  z-index: 1;
}
.cs-flying_img_wrap.cs-style3 .cs-posiiton2 {
  right: 0;
  top: -30%;
}
@media screen and (max-width: 1650px) {
  .cs-flying_img_wrap.cs-style3 .cs-posiiton1 {
    left: -7%;
  }
}
@media screen and (max-width: 1450px) {
  .cs-flying_img_wrap.cs-style3 .cs-posiiton1 {
    left: -15%;
  }
}
@media screen and (max-width: 1360px) {
  .cs-flying_img_wrap.cs-style3 .cs-posiiton1,
  .cs-flying_img_wrap.cs-style3 .cs-posiiton2 {
    display: none;
  }
  .cs-left_full_width.cs-space_right_90 {
    padding-right: 40px;
  }
  .cs-flying_img_wrap.cs-style2 .cs-posiiton2,
  .cs-flying_img_wrap.cs-style2 .cs-posiiton1 {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .cs-left_full_width.cs-space_right_90 {
    padding-right: 0;
  }
  .cs-flying_img_wrap.cs-style1 .cs-posiiton1 {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 700px;
  }
  .cs-left_full_width {
    width: 100%;
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
4. Button
----------------------------------------------------------------*/

.cs-btn.cs-style3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2em;
}

.cs-btn.cs-style6 {
  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;
  line-height: 1.6em;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-width: 1px;
  border-style: solid;
}
.cs-btn.cs-style6 .cs-btn_icon {
  border-radius: 5px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  font-size: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-btn.cs-style6 .cs-btn_text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 10px 30px;
}
.cs-btn.cs-style6.cs-btn_lg {
  font-size: 111%;
}
.cs-btn.cs-style6.cs-btn_lg .cs-btn_icon {
  width: 44px;
  height: 44px;
  margin-right: 8px;
  position: relative;
}
.cs-btn.cs-style6.cs-btn_lg .cs-btn_text {
  padding: 13px 30px;
}
@media screen and (max-width: 991px) {
  .cs-btn.cs-style6.cs-btn_lg .cs-btn_text {
    padding: 10px 20px;
    font-size: 100%;
  }
}
@media screen and (max-width: 575px) {
  .cs-btn.cs-style6 .cs-btn_icon {
    display: none;
  }
}
/*--------------------------------------------------------------
5. Slider
----------------------------------------------------------------*/
.cs-slider {
  position: relative;
}

.cs-slider_arrows.cs-style1 {
  position: absolute;
  bottom: -30px;
  right: 40px;
  -webkit-box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
          box-shadow: 0px 30px 80px 0px rgba(30, 27, 55, 0.2);
  background-color: #fff;
  border-radius: 7px;
  overflow: hidden;
  color: #0b0a60;
}
.cs-slider_arrows.cs-style1.cs-type3 {
  border-radius: 0;
  right: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -22px;
}
.cs-slider_arrows.cs-style1.cs-type3 .cs-slider_arrows_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs-slider_arrows.cs-style1.cs-type3 .cs-left_arrow {
  margin-right: 3px;
}
.cs-slider_arrows.cs-style1.cs-type3 svg {
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 575px) {
  .cs-slider_arrows.cs-style1 {
    bottom: -20px;
    right: 30px;
  }
}
/*--------------------------------------------------------------
6. Isotope
----------------------------------------------------------------*/
/*--------------------------------------------------------------
7. Video Popup
----------------------------------------------------------------*/

.cs-video_popup {
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

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

.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;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  padding: 15px;
}

.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 {
  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;
  -webkit-transition: all 0.4s ease-in-out;
  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;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.4s ease-in-out;
  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;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.4s ease-in-out;
  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*/
/*--------------------------------------------------------------
8. Sidebar
----------------------------------------------------------------*/

/*--------------------------------------------------------------
9. Post Details
----------------------------------------------------------------*/
/*--------------------------------------------------------------
10. Portfolio Details
----------------------------------------------------------------*/
/*--------------------------------------------------------------
11. Service Details
----------------------------------------------------------------*/

/*--------------------------------------------------------------
12. Form
----------------------------------------------------------------*/

/*--------------------------------------------------------------
13. Commingsoon
----------------------------------------------------------------*/
/*--------------------------------------------------------------
14. Header
----------------------------------------------------------------*/
.cs-site_header {
  position: relative;
  z-index: 101;
}
.cs-site_header .cs-btn.cs-style6 {
  font-size: 16px;
}

.cs-search.cs-style1 {
  width: 435px;
  position: relative;
}
.cs-search.cs-style1 .cs-search_input {
  background-color: #fff;
  width: 100%;
  border: none;
  padding: 10px 25px;
  border-radius: 25px;
  height: 50px;
  font-size: 16px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 155, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(2, 0, 155, 0.1);
}
.cs-search.cs-style1 .cs-search_input:focus {
  outline: none;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(2, 0, 155, 0.1);
          box-shadow: 0px 1px 5px 0px rgba(2, 0, 155, 0.1);
}
.cs-search.cs-style1 .cs-search_input::-webkit-input-placeholder {
  color: #83847f;
}
.cs-search.cs-style1 .cs-search_input:-ms-input-placeholder {
  color: #83847f;
}
.cs-search.cs-style1 .cs-search_input::-moz-placeholder {
  color: #83847f;
}
.cs-search.cs-style1 .cs-search_input::-ms-input-placeholder {
  color: #83847f;
}
.cs-search.cs-style1 .cs-search_input::placeholder {
  color: #83847f;
}
.cs-search.cs-style1 .cs-search_btn {
  position: absolute;
  border: none;
  width: 65px;
  height: 40px;
  top: 5px;
  right: 5px;
  border-radius: 20px;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-search.cs-style1 .cs-search_btn:focus {
  outline: none;
}

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

.cs-nav_overlay {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  border-radius: 100%;
  -webkit-transform: scale(0.04), translateY(9999px);
          transform: scale(0.04), translateY(9999px);
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0.98;
}

.cs-search_form.cs-style1 {
  position: relative;
  z-index: 1;
  max-width: 590px;
  width: 100%;
  margin-left: auto;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-search_form.cs-style1 .cs-search_input {
  height: 66px;
  width: 100%;
  border: none;
  font-size: 20px;
  padding: 5px 30px;
  outline: none;
  border-radius: 40px;
}
.cs-search_form.cs-style1 .cs-search_close {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 45px;
  width: 45px;
  outline: none;
  border: 1px solid;
  border-radius: 50%;
  cursor: pointer;
}

.cs-search_wrap {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.cs-search_wrap.active {
  opacity: 1;
  visibility: visible;
}
.cs-search_wrap.active .cs-nav_overlay {
  -webkit-animation: hanburgerEffect 0.8s ease-out forwards;
          animation: hanburgerEffect 0.8s ease-out forwards;
  height: 100%;
}
.cs-search_wrap.active .cs-search_form.cs-style1 {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.cs-search_wrap .cs-nav_overlay {
  cursor: no-drop;
}

.cs-site_header.cs-style1,
.cs-site_header.cs-style2,
.cs-site_header.cs-style3 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-site_header.cs-style1 .cs-main_header_in,
.cs-site_header.cs-style1 .cs-top_header_in,
.cs-site_header.cs-style2 .cs-main_header_in,
.cs-site_header.cs-style2 .cs-top_header_in,
.cs-site_header.cs-style3 .cs-main_header_in,
.cs-site_header.cs-style3 .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;
  height: 90px;
  position: relative;
}
.cs-site_header.cs-style1 .cs-main_header_right,
.cs-site_header.cs-style2 .cs-main_header_right,
.cs-site_header.cs-style3 .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%;
}

.cs-toolbox_icon_btn {
  cursor: pointer;
}

.cs-site_header.cs-style1.cs-sticky-active {
  background-color: #fff;
  -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
          box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}
.cs-site_header.cs-style1 .cs-social-btn.cs-style1 li {
  font-size: 18px;
  color: #9998a8;
  margin-right: 20px;
}
.cs-site_header.cs-style1 .cs-social-btn.cs-style1 li:last-child {
  margin-right: 0;
}
.cs-site_header.cs-style1 .cs-toolbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-site_header.cs-style1 .cs-toolbox > *:not(:first-child) {
  margin-left: 35px;
}
.cs-site_header.cs-style1 .cs-toolbox > *.cs-search_wrap {
  margin-left: 0px !important;
}
.cs-site_header.cs-style1 .cs-nav + .cs-toolbox {
  margin-left: 40px;
}
.cs-site_header.cs-style1 .cs-language_toggle {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-site_header.cs-style1 .cs-language_toggle .fa-language {
  margin-right: 8px;
}
.cs-site_header.cs-style1 .cs-language_toggle .cs-toggle_arrow {
  margin-left: 8px;
  font-size: 15px;
  -webkit-transition: inherit;
  transition: inherit;
}
.cs-site_header.cs-style1 .cs-icon_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-site_header.cs-style1 .cs-icon_btn i {
  margin-right: 8px;
  font-size: 17px;
}
.cs-site_header.cs-style1 .cs-header_category_toggle {
  border: none;
  height: 100%;
  padding: 0;
  border-radius: 0 35px 35px 0;
  overflow: hidden;
}
.cs-site_header.cs-style1 .cs-header_category_toggle i {
  margin-right: 10px;
}
.cs-site_header.cs-style1 .cs-header_category_toggle span {
  margin-left: 30px;
  -webkit-transition: inherit;
  transition: inherit;
}
.cs-site_header.cs-style1 .cs-header_category_toggle_in {
  padding: 10px 25px;
  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;
  height: 100%;
  -webkit-transition: inherit;
  transition: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-site_header.cs-style1 .cs-header_category_wrap {
  height: 100%;
}
.cs-site_header.cs-style1 .cs-header_category_list {
  border-top: 2px solid #fff;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 2px;
  background-color: #fff;
  width: 317px;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(73, 75, 65, 0.1);
          box-shadow: 0px 10px 40px 0px rgba(73, 75, 65, 0.1);
  z-index: 2;
  border-radius: 0 0 10px 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 550px;
  overflow: auto;
  margin: 10px 0 0;
}
.cs-site_header.cs-style1 .cs-header_category_list ul {
  list-style: none;
  padding: 10px 0;
  margin: 0;
}
.cs-site_header.cs-style1 .cs-header_category_list ul ul {
  padding: 0 0px;
  margin: 0 20px;
  border-width: 0;
  border-left-width: 1px;
  border-style: solid;
  font-size: 15px;
  line-height: 1.6em;
  display: none;
}
.cs-site_header.cs-style1 .cs-header_category_list ul ul a {
  padding: 4px 0 4px 20px;
  display: block;
}
.cs-site_header.cs-style1 .cs-header_category_list li {
  position: relative;
}
.cs-site_header.cs-style1 .cs-header_category_list .cs-subcategory_toggle {
  position: absolute;
  right: 15px;
  width: 30px;
  height: 30px;
  top: 3px;
  cursor: pointer;
  z-index: 2;
  border-radius: 3px;
}
.cs-site_header.cs-style1 .cs-header_category_list .cs-subcategory_toggle i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-site_header.cs-style1 .cs-header_category_list .cs-subcategory_toggle.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cs-site_header.cs-style1 .active .cs-header_category_toggle {
  border-bottom-right-radius: 0;
}
.cs-site_header.cs-style1 .active .cs-header_category_list,
.cs-site_header.cs-style1 .active .cs-language_list {
  opacity: 1;
  visibility: visible;
  margin-top: 0px;
}
.cs-site_header.cs-style1 .active .cs-header_category_toggle .cs-toggle_arrow,
.cs-site_header.cs-style1 .active .cs-language_toggle .cs-toggle_arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cs-site_header.cs-style1 .cs-action_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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-action_count {
  position: absolute;
  left: 16px;
  top: -9px;
  font-size: 12px;
  line-height: 1.2em;
  border-radius: 50%;
  min-width: 20px;
  padding: 3px;
  z-index: 1;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(2, 0, 155, 0.1);
          box-shadow: 0px 1px 2px 0px rgba(2, 0, 155, 0.1);
}
.cs-site_header.cs-style1 .cs-action_count2 {
  position: absolute;
  left: 11px;
  bottom: 14px;
  border-radius: 50%;
  z-index: 1;
  padding: 3px;
  line-height: 1.2em;
  -webkit-box-shadow: 0 0 0px 1px #fff;
          box-shadow: 0 0 0px 1px #fff;
}
.cs-site_header.cs-style1 .cs-language_list {
  position: absolute;
  right: 0;
  background-color: #fff;
  list-style: none;
  padding: 10px 0;
  margin: 0;
  margin-top: 20px;
  -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);
  z-index: 2;
  width: 200px;
  border-width: 3px 0 0 0;
  border-style: solid;
  border-radius: 0 0 7px 7px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-site_header.cs-style1 .cs-language_list a {
  display: block;
  line-height: 1.5em;
  padding: 10px 20px;
}
.cs-site_header.cs-style1 .cs-header_category_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 20px;
}
.cs-site_header.cs-style1 .cs-header_category_item svg,
.cs-site_header.cs-style1 .cs-header_category_item img {
  width: 24px;
  margin-right: 10px;
}
.cs-site_header.cs-style1 .cs-category_name {
  display: block;
  position: relative;
  padding-left: 12px;
}
.cs-site_header.cs-style1 .cs-category_name i {
  position: absolute;
  top: 6px;
  left: 0;
  font-size: 16px;
}
.cs-site_header.cs-style1.cs-type1 {
  background-color: #fff;
  -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-site_header.cs-style1.cs-type1 .current-menu-item > a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  bottom: 0;
}
.cs-site_header.cs-style1.cs-type2 .cs-main_header_in {
  padding: 0 50px;
  -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);
  border-radius: 45px;
  margin-top: 35px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-site_header.cs-style1.cs-type2 .current-menu-item > a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  bottom: 0;
}
.cs-site_header.cs-style1.cs-type2.cs-sticky-active .cs-main_header_in {
  padding: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  margin-top: 0px;
}
.cs-site_header.cs-style1.cs-type3 .current-menu-item > a:before {
  content: "";
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: currentColor;
  top: 25px;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.cs-site_header.cs-style1.cs-type4 .cs-main_header_in {
  padding: 0 30px;
  -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);
  border-radius: 5px;
  margin-top: 35px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-site_header.cs-style1.cs-type4 .current-menu-item > a:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: currentColor;
  bottom: 0;
}
.cs-site_header.cs-style1.cs-type4.cs-sticky-active .cs-main_header_in {
  padding: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0px;
  margin-top: 0px;
}
.cs-site_header.cs-style1.cs-type5 {
  font-size: 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cs-site_header.cs-style1.cs-type5 .cs-main_header_in {
  height: 70px;
}
.cs-site_header.cs-style1.cs-type5 .current-menu-item > a:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: currentColor;
  bottom: 0;
}

.cs-site_header.cs-style2.cs-sticky-active {
  background-color: #264653;
  -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
          box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
}
.cs-site_header.cs-style2 .cs-nav_wrap {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  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;
  padding-bottom: 120px;
  opacity: 0;
  visibility: hidden;
}
.cs-site_header.cs-style2 .cs-nav_wrap .cs-nav,
.cs-site_header.cs-style2 .cs-nav_wrap .cs-nav_toolbox {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-site_header.cs-style2 .cs-nav_wrap.active {
  opacity: 1;
  visibility: visible;
}
.cs-site_header.cs-style2 .cs-nav_wrap.active .cs-nav_overlay {
  -webkit-animation: hanburgerEffect 0.8s ease-out forwards;
          animation: hanburgerEffect 0.8s ease-out forwards;
  height: 100%;
}
.cs-site_header.cs-style2 .cs-nav_wrap.active .cs-nav,
.cs-site_header.cs-style2 .cs-nav_wrap.active .cs-nav_toolbox {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.cs-site_header.cs-style2 .cs-hamburger {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-site_header.cs-style2 .cs-hamburger.active {
  height: 54px;
  width: 54px;
  border-radius: 50%;
}
.cs-site_header.cs-style2 .cs-hamburger.active span {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2px;
  margin-left: -25%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cs-site_header.cs-style2 .cs-hamburger.active span:first-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cs-site_header.cs-style2 .cs-hamburger.active span:last-child {
  display: none;
}
.cs-site_header.cs-style2 .cs-nav {
  height: initial;
}
.cs-site_header.cs-style2 .cs-nav .cs-nav_list > li > a {
  font-size: 30px;
  color: #fff;
}
.cs-site_header.cs-style2 .cs-nav .cs-nav_list .current-menu-item > a:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  bottom: 0%;
  left: 0%;
}
.cs-site_header.cs-style2 .cs-nav .cs-nav_list ul a {
  font-size: 20px;
}
.cs-site_header.cs-style2 .cs-hamburger_wrap {
  position: relative;
  z-index: 1;
}
.cs-site_header.cs-style2 .cs-nav_toolbox {
  position: absolute;
  bottom: 50px;
  color: #fff;
}
.cs-site_header.cs-style2 .cs-toolbox.cs-center {
  position: relative;
  z-index: 2;
}
.cs-site_header.cs-style2 .cs-toolbox_icon_btn {
  height: 44px;
  width: 44px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  font-size: 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@-webkit-keyframes hanburgerEffect {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transition: ease-out;
    transition: ease-out;
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0);
            transform: scale(0.02) translateY(0);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}

@keyframes hanburgerEffect {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
            transform: scale(0.04) translateY(300%);
  }
  40% {
    -webkit-transition: ease-out;
    transition: ease-out;
    -webkit-transform: scale(0.04) translateY(0);
            transform: scale(0.04) translateY(0);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0);
            transform: scale(0.02) translateY(0);
  }
  61% {
    -webkit-transform: scale(0.04);
            transform: scale(0.04);
  }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0;
  }
}
.cs-site_header.cs-style3 .cs-main_header_in {
  height: 140px;
}
.cs-site_header.cs-style3 .cs-hamburger {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  left: 64px;
  z-index: 10;
}
.cs-site_header.cs-style3 .cs-nav_wrap {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100vh;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.cs-site_header.cs-style3 .cs-nav_wrap.active {
  opacity: 1;
  visibility: visible;
}
.cs-site_header.cs-style3 .cs-nav_wrap.active .cs-nav_out {
  top: 0;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.cs-site_header.cs-style3 .cs-nav_wrap.active .cs-nav_cross {
  opacity: 1;
  -webkit-transform: scale(1) rotate(180deg);
          transform: scale(1) rotate(180deg);
}
.cs-site_header.cs-style3 .cs-nav_out {
  height: inherit;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: auto;
  position: relative;
  top: -100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-site_header.cs-style3 .cs-nav_out::after {
  content: "";
  position: fixed;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.15);
}
.cs-site_header.cs-style3 .cs-nav_in {
  height: inherit;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 50px 30px;
}
.cs-site_header.cs-style3 .cs-munu_dropdown_toggle {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
}
.cs-site_header.cs-style3 .cs-nav {
  display: block;
  height: initial;
  padding: 40px 0;
}
.cs-site_header.cs-style3 .cs-nav .cs-nav_list {
  display: block !important;
}
.cs-site_header.cs-style3 .cs-nav .cs-nav_list li {
  margin-right: 0;
}
.cs-site_header.cs-style3 .cs-nav .cs-nav_list > li > a {
  padding: 12px 0;
  font-size: 30px;
  line-height: 1.2em;
}
.cs-site_header.cs-style3 .cs-nav .cs-nav_list > li ul a {
  font-size: 22px;
  line-height: 1.2em;
  padding: 10px 0px;
  font-weight: 400;
  display: inline-block;
  position: relative;
  margin-left: 20px;
}
.cs-site_header.cs-style3 .cs-nav .cs-nav_list .current-menu-item > a:before {
  content: "";
  height: 3px;
  width: 100%;
  background-color: currentColor;
  position: absolute;
  bottom: 20%;
  left: 0%;
}
.cs-site_header.cs-style3 .cs-nav .cs-nav_list ul {
  opacity: 1;
  visibility: visible;
  position: initial;
  background-color: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.cs-site_header.cs-style3 .cs-nav .cs-nav_list ul a {
  font-size: 30px;
  line-height: 1.2em;
  padding: 12px 30px;
}
.cs-site_header.cs-style3 .cs-nav .cs-nav_list ul a:hover {
  background-color: transparent;
}
.cs-site_header.cs-style3 .cs-nav .cs-nav_list .menu-item-has-children > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 15px;
  font-size: 20px;
  position: relative;
  top: -3px;
}
.cs-site_header.cs-style3 .cs-nav .cs-nav_list .menu-item-has-children.active > a:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cs-site_header.cs-style3 .cs-nav_cross {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(98, 29, 23, 0.2);
          box-shadow: 0px 10px 50px 0px rgba(98, 29, 23, 0.2);
  width: 54px;
  height: 54px;
  border: none;
  padding: 0;
  color: #fff;
  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-left: -27px;
  z-index: 3;
  top: 40px;
  outline: none;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cs-site_header.cs-style3.cs-type1 .cs-main_header_in {
  height: 120px;
}
.cs-site_header.cs-style3.cs-type1 .cs-hamburger {
  position: relative;
  margin-right: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.cs-hamburger_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.cs-hamburger_wrap .cs-hamburger {
  margin-right: 22px;
}
.cs-hamburger_wrap:hover .cs-hamburger span {
  width: 100%;
}

.cs-hamburger {
  position: relative;
  width: 36px;
  height: 25px;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.cs-hamburger span {
  background-color: currentColor;
  height: 4px;
  width: 100%;
  border-radius: 3px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cs-hamburger span:nth-child(2) {
  width: 30px;
}
.cs-hamburger span:last-child {
  width: 20px;
}
.cs-hamburger:hover span {
  width: 100%;
}

.cs-toolbox > *:not(:first-child) {
  margin-left: 15px;
}

.cs-toolbox_btn {
  border-radius: 5px;
  color: #fefefe;
  font-size: 16px;
  display: inline-block;
  padding: 11px 30px;
  min-width: 135px;
  text-align: center;
  font-weight: 500;
  line-height: 1.5em;
  -webkit-box-shadow: 0px 10px 40px 0px rgba(59, 20, 0, 0.1);
          box-shadow: 0px 10px 40px 0px rgba(59, 20, 0, 0.1);
  position: relative;
}
.cs-toolbox_btn span {
  position: relative;
  z-index: 1;
}

.cs-search_toggle_sm {
  display: none;
}

.cs-header_toolbox-nav {
  font-size: 16px;
  line-height: 1.4em;
}
.cs-header_toolbox-nav li:not(:first-child) {
  margin-left: 40px;
}
.cs-header_toolbox-nav a {
  position: relative;
}
.cs-header_toolbox-nav a:hover {
  color: #fe0000;
}
.cs-header_toolbox-nav .cs-label {
  position: absolute;
  right: -3px;
  top: -3px;
  height: 7px;
  width: 7px;
  background: #fe0000;
  border-radius: 50%;
}

.cs-site_header_full_width .container {
  max-width: 100%;
  padding: 0 50px;
}

.cs-site_header_style1 {
  border-bottom: 1px solid #1a188d;
}
.cs-site_header_style1 .cs-main_header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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-site_header.cs-style1.cs-type5 .menu-item-has-children .current-menu-item > a:before,
.cs-site_header.cs-style2 .menu-item-has-childrent .current-menu-item > a::before,
.cs-site_header.cs-style1.cs-type1 .menu-item-has-children .current-menu-item > a::before,
.cs-site_header.cs-style1.cs-type4 .menu-item-has-children .current-menu-item > a:before,
.cs-site_header.cs-style1.cs-type3 .menu-item-has-children .current-menu-item > a:before {
  display: none;
}

@media screen and (max-width: 1199px) {
  .cs-main_header .container {
    max-width: 100%;
  }
  .cs-site_header.cs-style1 .cs-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.cs-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-site_header.cs-sticky-header {
  position: fixed;
  z-index: 200;
  width: 100%;
  top: 0;
  left: 0;
}

.cs-site_branding {
  display: inline-block;
  margin-top: 10px;  
  margin-bottom: 10px;  
}

.cs-site_branding img {
  height: 80px; /* Increased logo height */
}

@media screen and (min-width: 1200px) {
  .cs-main_header {
    position: relative;
  }
  .cs-main_header .container-fluid {
    padding-right: 40px;
    padding-left: 40px;
  }
  .cs-main_header_center,
  .cs-top_header_center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .cs-site_header.cs-style1 .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%;
  }
  .cs-site_header.cs-style1 .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%;
  }
  .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 > ul {
    left: 0;
    top: calc(100% + 15px);
  }
  .cs-nav .cs-nav_list > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs-nav .cs-nav_list li:not(.cs-mega-menu) {
    position: relative;
  }
  .cs-nav .cs-nav_list ul {
    width: 260px;
    background-color: #fff;
    position: absolute;
    background-color: #fff;
    -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);
    border-top: 3px solid;
    border-radius: 0 0 7px 7px;
    padding: 10px 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
  }
  .cs-nav .cs-nav_list ul li:hover ul {
    top: 0px;
  }
  .cs-nav .cs-nav_list ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .cs-nav .cs-nav_list ul a {
    font-size: 90%;
    display: block;
    line-height: 1.5em;
    padding: 12px 20px;
  }
  .cs-nav .cs-nav_list ul ul {
    top: 15px;
    left: 100%;
  }
  .cs-site_header.cs-style3 .cs-nav .cs-nav_list > li ul {
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-height: 0;
    height: initial !important;
  }
  .cs-site_header.cs-style3 .cs-nav .cs-nav_list > li.menu-item-has-children.active ul {
    max-height: 520px;
  }
  .cs-munu_toggle,
  .cs-munu_dropdown_toggle {
    display: none;
  }
  .cs-nav .cs-nav_list .cs-mega-wrapper {
    width: 1170px !important;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    position: absolute;
    padding: 0;
  }
  .cs-nav .cs-nav_list .cs-mega-wrapper > li {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 10px 0;
  }
  .cs-nav .cs-nav_list .cs-mega-wrapper > li:not(:last-child) {
    border-right: 1px solid #eeeeff;
  }
  .cs-nav .cs-nav_list .cs-mega-wrapper > li > a {
    color: #0b0a60;
    font-weight: 600;
  }
  .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%;
    -webkit-box-shadow: none;
            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-nav .cs-nav_list > li.menu-item-has-children ul:not(.cs-mega-wrapper) li.menu-item-has-children > a:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 800;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 12px;
    right: 16px;
  }
}
@media screen and (max-width: 1500px) {
  .cs-site_header.cs-style3 .cs-hamburger {
    left: 30px;
  }
}
@media screen and (max-width: 1360px) {
  .cs-site-branding {
    max-width: 190px;
  }
  .cs-site_header_full_width .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .cs-site_header.cs-style3,
  .cs-site_header.cs-style3.cs-type1 {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
            box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
  }
  .cs-site_header.cs-style3 .cs-main_header_in,
  .cs-site_header.cs-style3.cs-type1 .cs-main_header_in {
    height: 90px;
  }
  .cs-site_header.cs-style3 .cs-hamburger,
  .cs-site_header.cs-style3.cs-type1 .cs-hamburger {
    left: initial;
  }
  .cs-site_header.cs-style3 .cs-hamburger_wrap,
  .cs-site_header.cs-style3.cs-type1 .cs-hamburger_wrap {
    height: 25px;
    display: block;
  }
  .cs-site_header.cs-style3 .cs-hamburger {
    right: 15px;
  }
  .cs-site_header.cs-style3.cs-type1 .cs-hamburger {
    color: #0b0a60;
    right: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .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%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 2px;
    width: 10px;
    background-color: #78778f;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs-munu_dropdown_toggle:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
  }
  .cs-munu_dropdown_toggle.active:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  .cs-nav .cs-nav_list {
    position: absolute;
    width: 100vw;
    left: -15px;
    background-color: #fff;
    padding: 10px 0;
    display: none;
    top: 100%;
    border-top: 1px solid #eeeeff;
    border-bottom: 1px solid #eeeeff;
    overflow: auto;
    max-height: calc(100vh - 80px);
    font-size: 16px;
    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: 32px;
    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: 3px;
    background-color: #0b0a60;
    display: block;
  }
  .cs-munu_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-munu_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-munu_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-style1 .cs-munu_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-header_toolbox {
    margin-right: 50px;
  }
  .cs-toolbox_btn {
    padding: 8px 20px;
    min-width: 100px;
  }
  .cs-nav .cs-nav_list a {
    position: relative;
  }
  .cs-site_header.cs-style1 .cs-main_header_in {
    height: 80px;
  }
  .cs-site_header.cs-style1 .cs-nav + .cs-toolbox {
    margin-left: 0;
  }
  .cs-site_header.cs-style3 .cs-munu_toggle {
    display: none;
  }
  .cs-site_header.cs-style3 .cs-nav_out,
  .cs-site_header.cs-style3 .cs-nav_out::after {
    width: 100%;
  }
  .cs-site_header.cs-style3 .cs-nav_cross {
    left: initial;
    margin-left: 0;
    right: 30px;
    top: 30px;
    width: 45px;
    height: 45px;
  }
  .cs-site_header.cs-style3 .cs-nav_in {
    padding: 30px 30px;
    text-align: center;
  }
  .cs-site_header.cs-style3 .cs-nav .cs-nav_list {
    position: initial;
    background-color: transparent;
    border: none;
    width: initial;
  }
  .cs-site_header.cs-style3 .cs-nav .cs-nav_list > li > a {
    padding: 10px 0;
    font-size: 24px;
  }
  .cs-site_header.cs-style1 .cs-toolbox {
    margin-left: 0;
    margin-right: 55px;
  }
  .cs-site_header.cs-style2 .cs-main_header_in {
    height: 70px;
  }
  .cs-site_header.cs-style2 .cs-nav .cs-nav_list .current-menu-item > a::after {
    display: none;
  }
  .cs-site_header.cs-style2 .cs-nav .cs-nav_list {
    display: block;
    position: relative;
    background-color: transparent;
    border: none;
    left: 0;
    top: 0;
    overflow: initial;
    max-height: initial;
  }
  .cs-site_header.cs-style2 .cs-nav .cs-nav_list > li > a {
    font-size: 20px;
  }
  .cs-site_header.cs-style2 .cs-munu_toggle {
    display: none;
  }
  .cs-site_header.cs-style2 .cs-hamburger.active {
    height: 44px;
    width: 44px;
  }
  .cs-site_header.cs-style2 .cs-nav_toolbox {
    text-align: left !important;
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
    bottom: initial;
  }
  .cs-site_header.cs-style2 .cs-nav_wrap {
    display: block;
    padding: 70px 0 80px;
  }
  .cs-site_header.cs-style2 .cs-social_btns.cs-style1 a {
    height: 36px;
    width: 36px;
  }
  .cs-site_header.cs-style2 .cs-social_btns.cs-style1 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cs-site_header.cs-style2 .cs-munu_dropdown_toggle:before,
  .cs-site_header.cs-style2 .cs-munu_dropdown_toggle:after {
    width: 14px;
    background-color: white;
  }
  .cs-site_header.cs-style2 .cs-munu_dropdown_toggle {
    top: 9px;
  }
  .cs-site_header.cs-style2 .cs-nav .cs-nav_list ul a {
    font-size: 18px;
    color: #fff;
  }
  .cs-site_header.cs-style2 .cs-nav_wrap {
    overflow: auto;
  }
  .cs-hamburger span {
    height: 3px;
  }
  .cs-site_header.cs-style1 .cs-top_header .cs-toolbox {
    margin-right: 0;
  }
  .cs-site_header.cs-style1 .cs-header_category_toggle {
    height: 70px;
    margin-left: -15px;
  }
  .cs-site_header.cs-style1 .cs-header_category_list {
    margin-left: -15px;
  }
  .cs-site_header .current-menu-item > a:before {
    display: none;
  }
  .cs-search.cs-style1 {
    width: 380px;
  }
  .cs-site_header.cs-style1.cs-type5 .cs-munu_toggle span,
  .cs-site_header.cs-style1.cs-type5 .cs-munu_toggle span:before,
  .cs-site_header.cs-style1.cs-type5 .cs-munu_toggle span:after {
    height: 2px;
  }
  .cs-site_header.cs-style1.cs-type5 .cs-munu_toggle span:before {
    margin-top: -8px;
  }
  .cs-site_header.cs-style1.cs-type5 .cs-munu_toggle span:after {
    margin-top: 8px;
  }
  .cs-site_header.cs-style1.cs-type5 .cs-toggle_active span:after,
  .cs-site_header.cs-style1.cs-type5 .cs-toggle_active span:before {
    margin-top: 0;
  }
  .cs-site_header.cs-style1.cs-type5 .cs-munu_toggle {
    width: 28px;
  }
  .cs-site_branding img {
    height: 35px;
  }
  .cs-site_header.cs-style1.cs-type2,
  .cs-site_header.cs-style1.cs-type4 {
    background-color: #fff;
  }
  .cs-site_header.cs-style1.cs-type2 .cs-main_header_in,
  .cs-site_header.cs-style1.cs-type4 .cs-main_header_in {
    padding: 0;
    border-radius: 0;
    margin-top: 35px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
    margin-top: 0;
  }
  .cs-site_header .cs-btn.cs-style6 {
    font-size: 14px;
  }
  .cs-site_header .cs-btn.cs-style6 .cs-btn_text {
    padding: 7px 20px;
  }
  .cs-site_header.cs-style1.cs-type4 .cs-main_header_in {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0px;
    margin-top: 0;
    background-color: transparent;
  }
  .cs-site_header.cs-style1 .cs-main_header_center .cs-site_branding {
    position: absolute;
    left: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .cs-site_header.cs-style1.cs-type5 .cs-action_box {
    margin-right: 55px;
  }
  .cs-site_header.cs-style3 .cs-munu_dropdown_toggle {
    height: 50px;
  }
  .cs-site_header.cs-style3 .cs-nav .cs-nav_list > li > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .cs-site_header.cs-style3 .cs-nav .cs-nav_list .menu-item-has-children > a:after {
    margin-left: 10px;
    font-size: 16px;
    margin-top: -2px;
  }
}
@media screen and (max-width: 991px) {
  .cs-site_header .container {
    max-width: 100%;
  }
  .cs-site_header.cs-style1 .cs-action_box .cs-action_value {
    display: none;
  }
  .cs-search_1_out {
    position: absolute;
    left: 0;
    top: -70px;
    width: 100%;
    background-color: #fff;
    height: 70px;
    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;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .cs-site_header.cs-style1 .cs-search_toggle_sm {
    background-color: transparent;
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    right: 44px;
    top: 91px;
    position: absolute;
    z-index: 1;
  }
  .cs-site_header.cs-style1 .cs-search_1_wrap.active .cs-search_1_out {
    top: 0;
  }
  .cs-site_header.cs-style1 .cs-header_category_list {
    width: 306px;
  }
  .cs-site_header.cs-style1 .cs-action_box > *:not(:last-child) {
    margin-right: 25px;
  }
  .cs-site_header.cs-style1.cs-type5 {
    font-size: 16px;
  }
  .cs-site_header.cs-style1.cs-type5 .cs-top_header_in {
    height: 70px;
  }
  .cs-site_header.cs-style1.cs-type5 .cs-main_header_in,
  .cs-site_header.cs-style1.cs-type5 .cs-header_category_toggle {
    height: 60px;
  }
  .cs-site_header.cs-style1.cs-type5 .cs-action_box {
    margin-right: 85px;
  }
  .cs-search.cs-style1 {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 575px) {
	.cs-site_branding img {
        height: 80px !important;  
        max-width: 90%;  
    }
  .cs-header_toolbox {
    margin-right: 44px;
  }
  .cs-toolbox > a:not(:first-child) {
    margin-left: 10px;
  }
  .cs-site_header.cs-style3 .cs-nav_cross {
    right: 15px;
    top: 30px;
  }
  .cs-toolbox_btn,
  .cs-hamburger_text,
  .cs-site_header .cs-btn.cs-style6 {
    display: none;
  }
  .cs-hamburger_wrap .cs-hamburger {
    margin-right: 0;
  }
  .cs-site_branding img {
    height: 32px;
  }
  .cs-site_header.cs-style1 .cs-toolbox > *:not(:first-child) {
    margin-left: 25px;
  }
  .cs-site_header.cs-style1 .cs-icon_btn i {
    margin-right: 0;
  }
  .cs-site_header.cs-style1 .cs-icon_btn span {
    display: none;
  }
  .cs-site_header.cs-style1 .cs-language_wrap .cs-toggle_text {
    display: none;
  }
  .cs-site_header.cs-style1 .cs-language_toggle .fa-language {
    margin-right: 0;
  }
  .cs-site_header.cs-style1 .cs-header_category_wrap .cs-header_category_toggle span {
    display: none;
  }
  .cs-site_header.cs-style1 .cs-header_category_toggle_in {
    padding: 10px 15px;
    font-size: 20px;
  }
  .cs-site_header.cs-style1 .cs-header_category_toggle_in i {
    margin-right: 5px;
  }
  .cs-site_header.cs-style1 .active .cs-header_category_list {
    left: 0;
  }
  .cs-site_header.cs-style1 .active .cs-header_category_list {
    margin-top: 0;
  }
  .cs-site_header.cs-style1 .cs-header_category_wrap {
    position: inherit !important;
  }
  .cs-site_header.cs-style1 .cs-header_category_list {
    width: calc(100% + 30px);
    margin-left: -15px;
    max-height: calc(100vh - 130px);
  }
}
@media screen and (max-width: 450px) {
  .cs-toolbox > a:not(:first-child) {
    margin-left: 0;
  }
}
/*--------------------------------------------------------------
15. Footer
----------------------------------------------------------------*/
.cs-footer_item {
  margin-bottom: 30px;
}

.cs-footer.cs-style4 .menu,
.cs-footer.cs-style4 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.cs-footer.cs-style4 ul li i {
  font-size: 16px;
  margin-right: 12px;
}
.cs-footer.cs-style4 .menu li:not(:last-child),
.cs-footer.cs-style4 ul li:not(:last-child) {
  margin-bottom: 5px;
}
.cs-footer.cs-style4 .menu a,
.cs-footer.cs-style4 ul a {
  display: inline-block;
  position: relative;
}
.cs-footer.cs-style4 .menu a:after,
.cs-footer.cs-style4 ul a:after {
  content: "";
  height: 1px;
  background-color: currentColor;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.cs-footer.cs-style4 .menu a:hover:after,
.cs-footer.cs-style4 ul a:hover:after {
  opacity: 1;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.cs-footer.cs-style4 {
  position: relative;
}
.cs-footer.cs-style4 .cs-widget_title {
  font-size: 24px;
  margin-bottom: 30px;
}
.cs-footer.cs-style4 .cs-copyright-wrap {
  padding-left: 45%;
  margin-top: -80px;
  height: 80px;
}
.cs-footer.cs-style4 .cs-copyright {
  border-width: 0;
  border-top-width: 1px;
  border-style: solid;
  padding: 10px 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.cs-footer.cs-style4 .cs-address_widgert {
  padding-bottom: 43px;
  position: relative;
  margin-bottom: 0;
}
.cs-footer.cs-style4 .cs-address_widgert .cs-footer_logo {
  margin-bottom: 44px;
  position: relative;
  z-index: 1;
}
.cs-footer.cs-style4 .cs-address_widgert ul {
  position: relative;
  z-index: 1;
}
.cs-footer.cs-style4 .cs-address_widgert ul li {
  position: relative;
  padding-left: 40px;
}
.cs-footer.cs-style4 .cs-address_widgert ul li:not(:last-child) {
  margin-bottom: 20px;
}
.cs-footer.cs-style4 .cs-address_widgert ul i {
  position: absolute;
  left: 0;
  top: 6px;
  font-size: 16px;
}
.cs-footer.cs-style4 .cs-footer_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.cs-footer.cs-style4 .cs-footer_col {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 120px;
  padding-top: 135px;
  position: relative;
}
.cs-footer.cs-style4 .cs-footer_col:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  margin-right: 100px;
  padding-bottom: 0;
}
.cs-footer.cs-style4 .cs-footer_col:first-child:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 101vw;
  right: 0px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.04);
}
.cs-footer.cs-style4 .cs-footer_item {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1199px) {
  .cs-footer.cs-style4 .cs-footer_col:first-child {
    margin-right: 5.5%;
  }
  .cs-footer.cs-style4 .cs-copyright-wrap {
    padding-left: 43%;
    margin-top: -80px;
    height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .cs-footer .container {
    max-width: 100%;
  }
  .cs-footer.cs-style4 .cs-footer_col {
    padding-top: 60px;
    padding-bottom: 105px;
  }
  .cs-footer.cs-style4 .cs-footer_col:first-child {
    margin-right: 0;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .cs-footer.cs-style4 .cs-address_widgert {
    padding-bottom: 53px;
  }
  .cs-footer.cs-style4 .cs-copyright-wrap {
    padding-left: 0;
  }
  .cs-footer.cs-style4 .cs-copyright-wrap .cs-copyright {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .cs-footer.cs-style4 .cs-address_widgert .cs-footer_logo {
    margin-bottom: 30px;
  }
  .cs-footer.cs-style4 .cs-widget_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 575px) {
  .cs-footer.cs-style4 .cs-footer_col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding-bottom: 0;
    padding-top: 0;
  }
  .cs-footer.cs-style4 .cs-copyright-wrap {
    margin-top: 0;
  }
  .cs-footer.cs-style4 .cs-footer_col:first-child:before {
    display: none;
  }
  .cs-footer.cs-style4 .cs-address_widgert {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .cs-footer.cs-style4 .cs-footer_row {
    padding-bottom: 20px;
    padding-top: 80px;
  }
}
/*--------------------------------------------------------------
16. Accordian
----------------------------------------------------------------*/
/*--------------------------------------------------------------
17. Countdown
----------------------------------------------------------------*/
/*--------------------------------------------------------------
18. Counter
----------------------------------------------------------------*/

/* Odometer */
/*--------------------------------------------------------------
19. CTA
----------------------------------------------------------------*/
/*--------------------------------------------------------------
20. Contact
----------------------------------------------------------------*/
/*--------------------------------------------------------------
21. Menu Card
----------------------------------------------------------------*/
/*--------------------------------------------------------------
22. Expertise
----------------------------------------------------------------*/
/*--------------------------------------------------------------
23. Event
----------------------------------------------------------------*/

/*--------------------------------------------------------------
24. Gallery
----------------------------------------------------------------*/

/*--------------------------------------------------------------
25. Hero
----------------------------------------------------------------*/
.cs-hero_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs-hero_btns .cs-btn {
  margin-right: 30px;
}
.cs-hero_btns .cs-btn:last-child {
  margin-right: 0;
}

.cs-hero.cs-style10 {
  height: 900px;
  position: relative;
}
.cs-hero.cs-style10 .cs-hero_text {
  position: relative;
  z-index: 2;
}
.cs-hero.cs-style10 .cs-hero_minititle {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 10px;
  letter-spacing: 2.4px;
}
.cs-hero.cs-style10 .cs-hero_title {
  font-size: 75px;
  margin-bottom: 25px;
}
.cs-hero.cs-style10 .cs-hero_subtitle {
  margin-bottom: 45px;
}
.cs-hero.cs-style10 .cs-hero_img {
  position: absolute;
  right: 4.9%;
  top: 13%;
  width: 693px;
  height: 681px;
}
.cs-hero.cs-style10 .cs-hero_main_img {
  animation: none !important;
  -webkit-animation: none !important;
}

.cs-hero.cs-style10 .cs-hero_mini_img {
  position: absolute;
}
.cs-hero.cs-style10 .cs-hero_mini_img img {
  max-width: initial;
}
.cs-hero.cs-style10 .cs-posiiton5 {
  top: 22%;
  left: 79%;
  -webkit-animation: semi-rotate 5s infinite ease-in-out;
          animation: semi-rotate 5s infinite ease-in-out;
}

@-webkit-keyframes semi-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes semi-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@media screen and (max-width: 1500px) {
  .cs-hero.cs-style10 .cs-hero_img {
    right: 2%;
  }
}
@media screen and (max-width: 1300px) {
  .cs-hero.cs-style10 .cs-hero_img {
    right: 0%;
  }
  .cs-hero.cs-style10 .cs-hero_title {
    font-size: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .cs-hero.cs-style10 {
    height: initial;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cs-hero.cs-style10 .cs-hero_img {
    right: 0%;
    position: relative;
    margin-top: 60px;
    top: initial;
  }
}
@media screen and (max-width: 991px) {
  .cs-hero.cs-style10 .cs-hero_minititle {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 7px;
  }
  .cs-hero.cs-style10 .cs-hero_title {
    font-size: 50px;
    margin-bottom: 25px;
    line-height: 1.2em;
  }
  .cs-hero.cs-style10 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .cs-hero.cs-style10 .cs-hero_subtitle {
    margin-bottom: 30px;
  }
  .cs-hero.cs-style10 .cs-hero_img {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cs-hero.cs-style10 [class*=cs-to_] {
    display: none;
  }
  .cs-hero.cs-style10 .cs-hero_img {
    width: 100%;
    height: initial;
    text-align: center;
  }
}
/*--------------------------------------------------------------
26. Icon Box
----------------------------------------------------------------*/
/*--------------------------------------------------------------
27. Image Box
----------------------------------------------------------------*/

.cs-image_box.cs-style5 {
  display: inline-block;
  position: relative;
  padding: 40px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  margin-left: 85px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .cs-image_box.cs-style5 {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 575px) {
  .cs-image_box.cs-style5 {
    padding: 20px;
  }
}
/*--------------------------------------------------------------
28. Info Card
----------------------------------------------------------------*/
.cs-info_card.cs-style2 {
  position: relative;
}
.cs-info_card.cs-style2 .cs-info_card_bg {
  position: absolute;
  height: 100%;
  width: 81%;
  left: 0;
  top: 0;
}
.cs-info_card.cs-style2 .cs-info_card_in {
  width: 525px;
  margin-left: auto;
  margin-right: -10%;
  -webkit-box-shadow: 0px 20px 80px 0px rgba(46, 20, 0, 0.15);
          box-shadow: 0px 20px 80px 0px rgba(46, 20, 0, 0.15);
  border-radius: 0 60px 0 60px;
  padding: 55px 50px 65px;
  position: relative;
  z-index: 1;
}
.cs-info_card.cs-style2 .cs-info_card_heading {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 32px;
}
.cs-info_card.cs-style2 .cs-info_card_list {
  margin-bottom: 43px;
}
.cs-info_card.cs-style2 .cs-info_card_list li:not(:last-child) {
  margin-bottom: 28px;
}
.cs-info_card.cs-style2 .cs-info_card_list .cs-info_card_title {
  font-size: 24px;
  color: #3c3c78;
  font-weight: bold;
  margin-bottom: 6px;
}
.cs-info_card.cs-style2 .cs-info_card_list .cs-info_card_subtitle {
  font-size: 20px;
  line-height: 1.4em;
  margin: 0;
}

@media screen and (max-width: 1600px) {
  .cs-info_card.cs-style2 .cs-info_card_in {
    margin-right: 0;
  }
}
@media screen and (max-width: 1350px) {
  .cs-info_card.cs-style2 .cs-info_card_in {
    margin-right: 10%;
  }
}
@media screen and (max-width: 991px) {
  .cs-info_card.cs-style2 .cs-info_card_bg {
    width: 100%;
  }
  .cs-info_card.cs-style2 .cs-info_card_in {
    margin-right: auto;
    -webkit-transform: initial !important;
            transform: initial !important;
  }
  .cs-info_card.cs-style2 .cs-info_card_heading {
    font-size: 40px;
  }
}
@media screen and (max-width: 575px) {
  .cs-info_card.cs-style2 .cs-info_card_in {
    width: 100%;
    border-radius: 0 40px 0 40px;
    padding: 45px 30px 45px;
  }
  .cs-info_card.cs-style2 .cs-info_card_list .cs-info_card_subtitle {
    font-size: 18px;
  }
  .cs-info_card.cs-style2 .cs-info_card_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .cs-info_card.cs-style2 .cs-info_card_heading {
    margin-bottom: 25px;
  }
  .cs-info_card.cs-style2 .cs-info_card_list {
    margin-bottom: 35px;
  }
  .cs-info_card.cs-style2 .cs-info_card_heading {
    font-size: 36px;
  }
}
/*--------------------------------------------------------------
29. Logo Carousel
----------------------------------------------------------------*/
/*--------------------------------------------------------------
30. Newsletter
----------------------------------------------------------------*/
/*--------------------------------------------------------------
31. Portfolio
----------------------------------------------------------------*/
/*--------------------------------------------------------------
32. Post
----------------------------------------------------------------*/
/*--------------------------------------------------------------
33. Pricing Table
----------------------------------------------------------------*/
.cs-pricing_table.cs-style1 {
  box-shadow: 0 1px 2px rgba(28, 25, 241, 0.2);
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  transition: all 0.4s ease;
  width: 100%; /* Esnek genişlik */
  box-sizing: border-box; /* Padding ve border genişliğe dahil */
}

.cs-pricing_table.cs-style1:hover {
  box-shadow: 0 20px 80px rgba(1, 0, 98, 0.1);
}

.cs-pricing_table.cs-style1 .cs-pricing_image {
  height: 190px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 80px 80px;
  font-size: 72px;
}

.cs-pricing_table.cs-style1 .cs-pricing_image img {
  max-width: 130px;
  width: 100%; /* Resim mobil ekranlarda esnek */
}

.cs-pricing_table.cs-style1 .cs-pricing_table_in {
  padding: 0 20px 30px; /* Daha az padding mobil için */
  position: relative;
  max-width: 100%; /* Sabit max-width kaldırıldı */
  margin: auto;
}

.cs-pricing_table.cs-style1 .cs-pricing_name {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px; /* Mobil için biraz küçültüldü */
  margin: 0;
  padding-top: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #eeeeff;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature {
  font-size: 16px; /* Mobil için daha küçük font */
  line-height: 1.6em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature i {
  margin-right: 15px;
}

.cs-pricing_table.cs-style1 .cs-pricing_feature li:not(:last-child) {
  margin-bottom: 12px;
}

.cs-pricing_table.cs-style1 .cs-price_wrap {
  font-size: 32px; /* Mobil için küçültüldü */
  display: flex;
  justify-content: center;
  line-height: 1em;
  margin-bottom: 30px;
}

.cs-pricing_table.cs-style1 .cs-pricing_duration {
  font-size: 16px;
  color: #78778f;
  position: relative;
  bottom: -5px;
}

.cs-pricing_table.cs-style1 .cs-pricing_label {
  position: absolute;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5em;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  border-radius: 10px;
  padding: 1px 20px;
  top: -10px;
  z-index: 1;
}

.cs-pricing_table.cs-style1 .cs-pricing_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px; /* Mobil için küçültüldü */
  line-height: 1.6em;
  border-width: 1px;
  border-style: solid;
  border-radius: 5px;
  padding: 8px 30px; /* Daha küçük padding */
  width: 100%; /* Düğme tam genişlik */
  box-sizing: border-box;
}

.cs-pricing_table.cs-style1 .cs-pricing_btn:hover {
  color: #fff;
  box-shadow: 0 10px 40px rgba(72, 72, 72, 0.2);
}

/* Orta ekranlar için */
@media screen and (min-width: 768px) {
  .cs-pricing_table.cs-style1 .cs-pricing_table_in {
    padding: 0 40px 40px;
  }
  .cs-pricing_table.cs-style1 .cs-pricing_name {
    font-size: 30px;
  }
  .cs-pricing_table.cs-style1 .cs-pricing_feature {
    font-size: 18px;
  }
  .cs-pricing_table.cs-style1 .cs-price_wrap {
    font-size: 36px;
  }
  .cs-pricing_table.cs-style1 .cs-pricing_btn {
    font-size: 17px;
    padding: 10px 40px;
    width: auto; /* Büyük ekranlarda tam genişlik kalkar */
  }
}

/* Büyük ekranlar için */
@media screen and (min-width: 992px) {
  .cs-pricing_table.cs-style1 .cs-pricing_table_in {
    padding: 0 65px 40px;
    max-width: 400px; /* Büyük ekranlar için max-width geri gelir */
  }
}
/*--------------------------------------------------------------
34. Progressbar
----------------------------------------------------------------*/

/*--------------------------------------------------------------
35. Product
----------------------------------------------------------------*/

.cs-product.cs-style5 {
  border-radius: 0 50px;
  padding: 1px 0;
  margin-top: 110px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cs-product.cs-style5 .cs-product_img {
  margin-top: -110px;
  display: block;
}
.cs-product.cs-style5 .cs-product_img img {
  border-radius: 50%;
  -webkit-box-shadow: 0px 10px 40px rgba(91, 39, 0, 0.2);
          box-shadow: 0px 10px 40px rgba(91, 39, 0, 0.2);
}
.cs-product.cs-style5 .cs-product_info {
  padding: 35px 35px 26px;
}
.cs-product.cs-style5 .cs-product_title {
  font-size: 26px;
  margin-bottom: 7px;
}
.cs-product.cs-style5 .cs-product_subtitle {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
}
.cs-product.cs-style5:hover {
  background-color: #fff;
  -webkit-box-shadow: 0px 20px 70px 0px rgba(1, 0, 98, 0.1);
          box-shadow: 0px 20px 70px 0px rgba(1, 0, 98, 0.1);
}

@media screen and (max-width: 1199px) {
	.cs-site_branding img {
        height: 80px !important; /* 35px yerine 80px */
        max-width: 90%; /* Mobil için daha iyi sığar */
    }
}
/*--------------------------------------------------------------
36. Shop Sidebar
----------------------------------------------------------------*/

/*--------------------------------------------------------------
37. Section Heading
----------------------------------------------------------------*/
.cs-section_heading.cs-style4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.cs-section_heading.cs-style4 .cs-section_subtitle {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2em;
  letter-spacing: 3px;
  margin-bottom: 10px;
}
.cs-section_heading.cs-style4 .cs-section_title {
  margin: 0;
  font-size: 52px;
  line-height: 1.17em;
}

.cs-section_heading.cs-style2 .cs-section_subtitle {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 2.3px;
  margin-bottom: 15px;
}
.cs-section_heading.cs-style2 .cs-section_title {
  font-size: 52px;
  line-height: 1.17em;
  margin: 0;
}
.cs-section_heading.cs-style2.cs-size2 .cs-section_subtitle {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
.cs-section_heading.cs-style2.cs-size2 .cs-section_title {
  font-size: 48px;
}
.cs-section_heading.cs-style4 .cs-section_heading_left {
  margin-bottom: -8px;
}
.cs-section_heading.cs-style4.cs-size2 .cs-section_subtitle {
  font-size: 18px;
  letter-spacing: 1px;
}
.cs-section_heading.cs-style4.cs-size2 .cs-section_title {
  font-size: 48px;
}

@media screen and (max-width: 991px) {
  .cs-section_heading.cs-style4 .cs-section_subtitle {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  .cs-section_heading.cs-style4 .cs-section_title,
  .cs-section_heading.cs-style2 .cs-section_title {
    font-size: 40px !important;
    line-height: 1.2em !important;
  }
  .cs-section_heading.cs-style4 .cs-section_title br {
    display: none;
  }
  .cs-section_heading.cs-style2 .cs-section_subtitle {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 1px;
    margin-bottom: 10px;
  }
  .cs-section_heading.cs-style4 {
    display: block;
  }
  .cs-section_heading.cs-style4 .cs-section_title {
    margin-bottom: 0;
  }
  .cs-section_heading.cs-style4 .cs-section_title br {
    display: none;
  }
  .cs-section_heading.cs-style2.cs-size2 .cs-section_subtitle {
    font-size: 16px;
    margin-bottom: 10px;
    letter-spacing: 1px;
  }
  .cs-section_heading.cs-style4 .cs-section_heading_left {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  .cs-section_heading.cs-style2 .cs-section_title,
  .cs-section_heading.cs-style4 .cs-section_title {
    font-size: 36px !important;
  }
}
/*--------------------------------------------------------------
38. Team
----------------------------------------------------------------*/
/*--------------------------------------------------------------
39. Testimonial
----------------------------------------------------------------*/

.cs-testimonial.cs-style7 {
  padding-top: 100px;
}
.cs-testimonial.cs-style7 .cs-testimonial_in {
  padding: 1px 100px 52px;
}
.cs-testimonial.cs-style7 .cs-testimonial_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -100px;
  margin-bottom: 35px;
}
.cs-testimonial.cs-style7 .cs-review_wrap {
  margin-bottom: 30px;
}
.cs-testimonial.cs-style7 .cs-review {
  font-size: 20px;
  letter-spacing: 8px;
  width: 148px;
  margin-left: 2px;
}
.cs-testimonial.cs-style7 .cs-testimonial_text {
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 22px;
}
.cs-testimonial.cs-style7 .cs-avatar_name {
  font-size: 20px;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .cs-testimonial.cs-style7 .cs-testimonial_in {
    padding: 1px 30px 52px;
  }
  .cs-testimonial.cs-style7 .cs-testimonial_text {
    font-size: 18px;
  }
}
/*--------------------------------------------------------------
40. Text Box
----------------------------------------------------------------*/
.cs-text_box.cs-style1 .cs-text_box_subtitle {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 1.2em;
  margin-bottom: 11px;
}
.cs-text_box.cs-style1 .cs-text_box_title {
  font-size: 52px;
  margin-bottom: 0px;
  line-height: 1.17em;
}
.cs-text_box.cs-style1 .cs-text_box_text {
  margin-bottom: 0px;
}
.cs-text_box.cs-style1.cs-size1 .cs-text_box_subtitle {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 1.2em;
  margin-bottom: 10px;
}
.cs-text_box.cs-style1.cs-size1 .cs-text_box_title {
  font-size: 48px;
  line-height: 1.22em;
}

@media screen and (max-width: 991px) {
  .cs-text_box.cs-style1 .cs-text_box_subtitle {
    font-size: 20px;
    letter-spacing: 1px;
  }
  .cs-text_box.cs-style1 .cs-text_box_title {
    font-size: 40px !important;
    line-height: 1.2em !important;
  }
}
@media screen and (max-width: 575px) {
  .cs-text_box.cs-style1 .cs-text_box_title {
    font-size: 36px !important;
  }
}
/*--------------------------------------------------------------
41. Course
----------------------------------------------------------------*/

/*--------------------------------------------------------------
42. Video Block
----------------------------------------------------------------*//*# sourceMappingURL=style.css.map */

.cs-whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #25D366;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
  color: #fff; /* İkon rengi beyaz */
}

.cs-whatsapp-button:hover {
  transform: scale(1.1);
}

.cs-whatsapp-button i {
  font-size: 36px; /* İkon boyutu */
}

/* Mobil için ayarlar */
@media screen and (max-width: 767px) {
  .cs-whatsapp-button {
    width: 50px;
    height: 50px;
    bottom: 15px;
    right: 15px;
  }
  .cs-whatsapp-button i {
    font-size: 30px;
  }
}

/* Masaüstü için ayarlar */
@media screen and (min-width: 768px) {
  .cs-whatsapp-button {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }
  .cs-whatsapp-button i {
    font-size: 36px;
  }
}