/*
|--------------------------------------------------------------------------
| Theme Fonts
|-------------------------------------------------------------------------- */
/*--------------------------------------------------------------
## Basic Color
----------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*
|--------------------------------------------------------------------------
| Theme Color Variable
|-------------------------------------------------------------------------- */
/*
|--------------------------------------------------------------------------
| Theme Spacial Style
|-------------------------------------------------------------------------- */
body,
.cs-secondary_font {
    font-family: "Montserrat", sans-serif;
    font-family: "Open Sans", sans-serif;
}

.cs-primary_font,
h1,
h2,
h3,
h4,
h3,
h6 {
    font-family: "Montserrat", sans-serif;
}

body,
.cs-secondary_color {
    color: #a7bdd3;
}

h1,
h2,
h3,
h4,
h3,
h6,
.cs-nav .cs-nav_list .cs-mega-wrapper > li > a,
.cs-nav .cs-nav_list .cs-mega-wrapper > li > a:hover,
.cs-primary_color,
.cs-primary_color_hover:hover,
.cs-tab_links.cs-style4 .active a,
.cs-footer_newsletter.cs-style1 .cs-footer_newsletter_input,
.url {
  color: #FFFFFF;
}

.cs-primary_bg,
.cs-primary_bg_hover:hover {
  background-color: #FFFFFF;
}

.cs-secondary_bg,
.cs-secondary_bg_hover:hover {
  background-color: #746f80;
}

.cs-primary_border,
.cs-primary_border_hover:hover {
  border-color: #FFFFFF;
}

.cs-primary_30_color {
    color: rgba(17, 28, 51, 0.3);
}

.cs-primary_40_color {
  color: rgba(17, 28, 51, 0.4);
}

.cs-primary_50_color {
  color: rgba(17, 28, 51, 0.5);
}

.cs-primary_60_color {
  color: rgba(17, 28, 51, 0.6);
}

.cs-primary_70_color {
  color: rgba(17, 28, 51, 0.7);
}

.cs-primary_80_color {
  color: rgba(17, 28, 51, 0.8);
}

.cs-primary_90_color {
    color: rgba(17, 28, 51, 0.9);
}

.cs-primary_color {
    color: rgba(17, 28, 51, 1);
}

.cs-primary_10_border,
.cs-primary_10_border_hover:hover {
  border-color: rgba(17, 28, 51, 0.1);
}

.cs-primary_15_border,
.cs-primary_15_border_hover:hover {
  border-color: rgba(17, 28, 51, 0.15);
}

.cs-primary_20_border,
.cs-primary_20_border_hover:hover {
  border-color: rgba(17, 28, 51, 0.2);
}

.cs-primary_30_border,
.cs-primary_30_border_hover:hover {
  border-color: rgba(17, 28, 51, 0.3);
}

.cs-primary_40_border,
.cs-primary_40_border_hover:hover {
  border-color: rgba(17, 28, 51, 0.4);
}

.cs-primary_50_border,
.cs-primary_50_border_hover:hover {
  border-color: rgba(17, 28, 51, 0.5);
}

.cs-secondary_border,
.cs-secondary_border_hover:hover {
  border-color: #746f80;
}
.cs-white_color {
    color: #FFF;
}
a:hover,
.cs-accent_color,
.cs-accent_color_hover:hover,
.cs-site_header.cs-style1 .current-menu-item > a,
.cs-accordians.cs-style2 .cs-accordian_head:hover .cs-accordian_title,
.cs-site_header.cs-style2 .cs-nav .cs-nav_list .current-menu-item > a,
.comment-list .reply a,
.cs-tab_links.cs-style2 .active a {
    color: #ff2759;
    color: #60B0FF;
}

.cs-accent_10_color,
.cs-accent_10_color_hover:hover {
  color: rgba(96, 176, 255, 0.1);
}

.cs-accent_20_color,
.cs-accent_20_color_hover:hover {
  color: rgba(96, 176, 255, 0.2);
}

.cs-accent_30_color,
.cs-accent_30_color_hover:hover {
  color: rgba(96, 176, 255, 0.3);
}

.cs-accent_40_color,
.cs-accent_40_color_hover:hover {
  color: rgba(96, 176, 255, 0.4);
}

.cs-accent_50_color,
.cs-accent_50_color_hover:hover {
  color: rgba(96, 176, 255, 0.5);
}

.cs-accent_60_color,
.cs-accent_60_color_hover:hover {
  color: rgba(96, 176, 255, 0.6);
}

.cs-accent_70_color,
.cs-accent_70_color_hover:hover {
  color: rgba(96, 176, 255, 0.7);
}

.cs-accent_80_color,
.cs-accent_80_color_hover:hover {
  color: rgba(96, 176, 255, 0.8);
}

.cs-accent_90_color,
.cs-accent_90_color_hover:hover {
  color: rgba(96, 176, 255, 0.9);
}

.cs-accent_color_2,
.cs-accent_color_2_hover:hover,
.cs-icon_box.cs-style2:hover .cs-add_btn,
.cs-site_header.cs-style3 .cs-nav .cs-nav_list > li > a:hover,
.cs-site_header.cs-style3 .cs-nav .cs-nav_list .current-menu-item > a,
.cs-site_header.cs-style3 .cs-nav .cs-nav_list ul a:hover,
.cs-site_header.cs-style3
.cs-nav
.cs-nav_list
> li.menu-item-has-children:hover
> a {
  color: #60B0FF;
}

.cs-accent_10_color_2,
.cs-accent_10_color_2_hover:hover {
  color: rgba(110, 66, 211, 0.1);
}

.cs-accent_20_color_2,
.cs-accent_20_color_2_hover:hover {
  color: rgba(110, 66, 211, 0.2);
}

.cs-accent_30_color_2,
.cs-accent_30_color_2_hover:hover {
  color: rgba(110, 66, 211, 0.3);
}

.cs-accent_40_color_2,
.cs-accent_40_color_2_hover:hover {
  color: rgba(110, 66, 211, 0.4);
}

.cs-accent_50_color_2,
.cs-accent_50_color_2_hover:hover {
  color: rgba(110, 66, 211, 0.5);
}

.cs-accent_60_color_2,
.cs-accent_60_color_2_hover:hover {
  color: rgba(110, 66, 211, 0.6);
}

.cs-accent_70_color_2,
.cs-accent_70_color_2_hover:hover {
  color: rgba(110, 66, 211, 0.7);
}

.cs-accent_80_color_2,
.cs-accent_80_color_2_hover:hover {
  color: rgba(110, 66, 211, 0.8);
}

.cs-accent_90_color_2,
.cs-accent_90_color_2_hover:hover {
  color: rgba(110, 66, 211, 0.9);
}

.cs-accent_bg,
.cs-accent_bg_hover:hover,
.cs-pricing_table.cs-style2:hover .cs-pricing_btn,
.cs-site_header.cs-style2 .cs-hamburger.active,
.cs-tab_links.cs-style5 .active a {
  background-color: #60B0FF;
}

.cs-accent_1_bg,
.cs-accent_1_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.01);
}

.cs-accent_2_bg,
.cs-accent_2_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.02);
}

.cs-accent_3_bg,
.cs-accent_3_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.03);
}

.cs-accent_4_bg,
.cs-accent_4_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.04);
}

.cs-accent_5_bg,
.cs-accent_5_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.05);
}

.cs-accent_6_bg,
.cs-accent_6_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.06);
}

.cs-accent_7_bg,
.cs-accent_7_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.07);
}

.cs-accent_8_bg,
.cs-accent_8_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.08);
}

.cs-accent_9_bg,
.cs-accent_9_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.09);
}

.cs-accent_10_bg,
.cs-accent_10_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.1);
}

.cs-accent_15_bg,
.cs-accent_15_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.15);
}

.cs-accent_20_bg,
.cs-accent_20_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.2);
}

.cs-accent_25_bg,
.cs-accent_25_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.25);
}

.cs-accent_30_bg,
.cs-accent_30_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.3);
}

.cs-accent_35_bg,
.cs-accent_35_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.35);
}

.cs-accent_40_bg,
.cs-accent_40_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.4);
}

.cs-accent_45_bg,
.cs-accent_45_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.45);
}

.cs-accent_50_bg,
.cs-accent_50_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.5);
}

.cs-accent_60_bg,
.cs-accent_60_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.6);
}

.cs-accent_70_bg,
.cs-accent_70_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.7);
}

.cs-accent_80_bg,
.cs-accent_80_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.8);
}

.cs-accent_90_bg,
.cs-accent_90_bg_hover:hover {
  background-color: rgba(96, 176, 255, 0.9);
}

.cs-accent_bg_2,
.cs-accent_bg_2_hover:hover,
.cs-site_header.cs-style2.cs-sticky-active,
.cs-team_member.cs-style4 .cs-member_social_toggle.active {
    background-color: #60B0FF;
    background-color: rgb(24 255 255 / 0.99);
    background: linear-gradient(45deg,#60B0FF 2.93%,#26C6DA 99.47%);
    background-color: #60B0FF;
}
.cs-accent_bg_2_5{
    background-color: #60B0FF;
    background-color: rgb(24 255 255 / 0.99);
    background: linear-gradient(45deg,#061524 2.93%,#111c33 99.47%);
    background-color: #111c33;
}

.cs-accent_bg_2_5_5 {
    background-color: rgba(17, 28, 51, 0.54);
}

.cs-accent_1_bg_2,
.cs-accent_1_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.01);
}

.cs-accent_2_bg_2,
.cs-accent_2_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.02);
}

.cs-accent_3_bg_2,
.cs-accent_3_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.03);
}

.cs-accent_4_bg_2,
.cs-accent_4_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.04);
}

.cs-accent_5_bg_2,
.cs-accent_5_bg_2_hover:hover {
    background-color: rgba(110, 66, 211, 0.05);
    border: 1px solid rgb(96, 176, 255, .16);
}

.cs-accent_6_bg_2,
.cs-accent_6_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.06);
}

.cs-accent_7_bg_2,
.cs-accent_7_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.07);
}

.cs-accent_8_bg_2,
.cs-accent_8_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.08);
}

.cs-accent_9_bg_2,
.cs-accent_9_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.09);
}

.cs-accent_10_bg_2,
.cs-accent_10_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.1);
}

.cs-accent_15_bg_2,
.cs-accent_15_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.15);
}

.cs-accent_20_bg_2,
.cs-accent_20_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.2);
}

.cs-accent_25_bg_2,
.cs-accent_25_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.25);
}

.cs-accent_30_bg_2,
.cs-accent_30_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.3);
}

.cs-accent_35_bg_2,
.cs-accent_35_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.35);
}

.cs-accent_40_bg_2,
.cs-accent_40_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.4);
}

.cs-accent_45_bg_2,
.cs-accent_45_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.45);
}

.cs-accent_50_bg_2,
.cs-accent_50_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.5);
}

.cs-accent_60_bg_2,
.cs-accent_60_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.6);
}

.cs-accent_70_bg_2,
.cs-accent_70_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.7);
}

.cs-accent_80_bg_2,
.cs-accent_80_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.8);
}

.cs-accent_90_bg_2,
.cs-accent_90_bg_2_hover:hover {
  background-color: rgba(110, 66, 211, 0.9);
}

.cs-border_color {
  border-color: rgba(17, 28, 51, 0.1);
}

.cs-accent_border,
.cs-accent_border_hover:hover,
.cs-nav .cs-nav_list ul,
.cs-slider_nav .slick-current .cs-slider_mini_thumb,
.cs-slider_nav_1 .slick-current .cs-slider_mini_thumb,
.ui-slider .ui-state-active {
    border-color: #60B0FF;
    border-color: #60B0FF;
}

.cs-accent_10_border,
.cs-accent_10_border_hover:hover,
.comment-list .children,
.comment-list .children .comment:not(:first-child) {
  border-color: rgba(96, 176, 255, 0.1);
}

.cs-accent_15_border,
.cs-accent_15_border_hover:hover {
    border-color: rgba(96, 176, 255, 0.15);
}

.cs-accent_20_border,
.cs-accent_20_border_hover:hover {
  border-color: rgba(96, 176, 255, 0.2);
}

.cs-accent_30_border,
.cs-accent_30_border_hover:hover {
  border-color: rgba(96, 176, 255, 0.3);
}

.cs-accent_40_border,
.cs-accent_40_border_hover:hover {
  border-color: rgba(96, 176, 255, 0.4);
}

.cs-accent_border_2,
.cs-accent_border_2_hover:hover,
.cs-team_member.cs-style8:hover .cs-member_image img,
.ui-state-default,
.ui-widget-content .ui-state-default {
  border-color: #60B0FF;
}

.cs-accent_10_border_2,
.cs-accent_10_border_2_hover:hover {
  border-color: rgba(110, 66, 211, 0.1);
}

.cs-accent_15_border_2,
.cs-accent_15_border_2_hover:hover {
  border-color: rgba(110, 66, 211, 0.15);
}

.cs-accent_20_border_2,
.cs-accent_20_border_2_hover:hover {
  border-color: rgba(110, 66, 211, 0.2);
}

.cs-accent_30_border_2,
.cs-accent_30_border_2_hover:hover {
  border-color: rgba(110, 66, 211, 0.3);
}

.cs-accent_40_border_2,
.cs-accent_40_border_2_hover:hover {
  border-color: rgba(110, 66, 211, 0.4);
}

.cs-player_btn.cs-style2 .cs-player_btn_in::after {
  -webkit-box-shadow: 0px 10px 40px 0px rgb(5 144 255 / 0.58);
          box-shadow: 0px 10px 40px 0px rgb(5 144 255 / 0.58);
}

.cs-nav .cs-nav_list ul a:hover {
  background-color: rgba(96, 176, 255, 0.1);
  color: #60B0FF;
}

.cs-gradient_bg_1 {
    background: linear-gradient(45deg, #0B0212 0%, rgba(255, 255, 255, 0) 100%);
}

.cs-gradient_bg_2 {
  background: linear-gradient(45deg, rgba(255, 246, 245, 0) 0%, #fff6f5 100%);
}

.cs-btn.cs-style6.cs-accent_bg .cs-btn_icon {
  background-color: rgba(255, 255, 255, 0.25);
}

.cs-btn.cs-style6.cs-accent_bg:hover .cs-btn_icon {
  background-color: #60B0FF;
}

.cs-btn.cs-style6.cs-accent_color .cs-btn_icon {
  background-color: #60B0FF;
}

.cs-btn.cs-style6.cs-accent_color:hover .cs-btn_icon {
  background-color: rgba(255, 255, 255, 0.25);
}

.cs-btn.cs-style6.cs-accent_bg_2 .cs-btn_icon {
  background-color: rgba(255, 255, 255, 0.25);
}

.cs-btn.cs-style6.cs-accent_bg_2:hover .cs-btn_icon {
  background-color: #60B0FF;
}

.cs-btn.cs-style6.cs-accent_color_2 .cs-btn_icon {
  background-color: #60B0FF;
}

.cs-btn.cs-style6.cs-accent_color_2:hover .cs-btn_icon {
  background-color: rgba(255, 255, 255, 0.25);
}

.cs-tab_links.cs-style1 {
  background-color: rgba(96, 176, 255, 0.15);
}

.cs-tab_links.cs-style1 li:not(.active) a:hover {
  color: #60B0FF;
  background-color: rgba(96, 176, 255, 0.1);
}

.cs-tab_links.cs-style1 .active a {
  background-color: #60B0FF;
}

.cs-tab_links.cs-style3 a {
  background-color: rgba(110, 66, 211, 0.1);
}

.cs-tab_links.cs-style3 a:hover {
  color: #fff;
  background-color: #60B0FF;
}

.cs-tab_links.cs-style3 .active a {
  background-color: #60B0FF;
  color: #fff;
}

.cs-portfolio.cs-style2 .cs-portfolio_info {
  background: -webkit-gradient(linear, left bottom, left top, from(#60B0FF), to(rgba(96, 176, 255, 0)));
  background: linear-gradient(0deg, #60B0FF 0%, rgba(96, 176, 255, 0) 100%);
}

.cs-hero.cs-style6,
.cs-shape_bg:after,
.cs-testimonial.cs-style6 .cs-testimonial_text {
  background-color: rgba(96, 176, 255, 0.04);
}

.cs-testimonial.cs-style6 .cs-testimonial_text:before {
  border-top-color: rgba(96, 176, 255, 0.04);
}

.cs-btn.cs-style2,
.cs-btn.cs-style5 {
  padding: 17px 40px 13px;
}

.cs-isotop_filter.cs-style1 .active a {
  color: #60B0FF;
  background-color: rgba(110, 66, 211, 0.1);
}

.cs-icon_box.cs-style7:hover .cs-icon_box_icon {
  /*background-color: #60B0FF;*/
}

.cs-icon_box.cs-style7:hover .cs-icon_box_info {
    background-color: rgb(39 147 255 / 0.10);
    border: 1px solid rgba(96, 176, 255, .32);
}

.cs-icon_box.cs-style7 .cs-icon_box_icon {
    border: 1px solid rgba(96, 176, 255, .16);
    border-radius: 1rem;
}

.cs-icon_box.cs-style7:hover .cs-icon_box_icon {
    border: 1px solid rgba(96, 176, 255, .4);
    background-color: rgba(96, 176, 255, .4);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.cs-icon_box.cs-style7:hover .cs-icon_box_title {
  color: #60B0FF;
}

.cs-team_member.cs-style7:hover .cs-team_member_bg {
  background-color: rgba(96, 176, 255, 0.1);
}

.cs-shape_bg.cs-style8:after {
  background-color: #60B0FF;
}

.cs-counter.cs-style5:hover .cs-counter_number {
  color: #60B0FF;
}

.cs-counter.cs-style5:hover .cs-counter_title {
  color: #746f80;
}

[class*="cs-gradient_overlay_"]::after {
  background: linear-gradient(60deg, #60B0FF 13%, #60B0FF 100%);
}

.cs-post_pagination.cs-style1 .page-numbers .page-number.next {
  color: #60B0FF;
}

.cs-post_pagination.cs-style1 .page-numbers .page-number:hover {
  background-color: rgba(96, 176, 255, 0.1);
  color: #60B0FF;
}

.cs-post_pagination.cs-style1 .page-numbers .page-number.current {
  background-color: #60B0FF;
}

.cs-post6_wrap .cs-post.cs-style6:not(:last-child) {
  border-bottom-color: rgba(110, 66, 211, 0.2);
}

.cs-team_member.cs-style3 .cs-member_info:after {
  background: linear-gradient(45deg, #60B0FF 0%, #60B0FF 100%);
}

.cs-team_member.cs-style3 .cs-member_btn {
  background: linear-gradient(45deg, #60B0FF 0%, #60B0FF 100%);
}

.cs-counter.cs-style3 .cs-counter_icon:after {
  background: linear-gradient(45deg, #60B0FF 0%, #60B0FF 100%);
}

.cs-post_pagination.cs-style2 .page-numbers a.page-number:hover,
.cs-post_pagination.cs-style2 .page-numbers .current {
  color: #60B0FF;
  border-color: rgba(96, 176, 255, 0.3);
}

.cs-post_pagination.cs-style2 .page-numbers a.next {
  background-color: rgba(96, 176, 255, 0.1);
  border-color: transparent;
}

.cs-post_pagination.cs-style2 .page-numbers a.next:hover {
  color: #fff;
  background-color: #60B0FF;
}

.cs-sidebar_widget_title::after {
  background-color: #60B0FF;
}

.searchform input#s,
.tagcloud a {
  background-color: rgba(110, 66, 211, 0.15);
}

.searchform:after,
.tagcloud a:hover {
  background-color: #60B0FF;
}

.ui-widget-content {
  background: rgba(110, 66, 211, 0.2);
}

.ui-widget-header {
  background: #60B0FF;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: rgba(110, 66, 211, 0.1);
}

.select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background: #60B0FF;
}

.ui-slider .ui-state-active {
  background: #60B0FF;
}

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: rgba(17, 28, 51, 0.4) transparent transparent transparent;
}

.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent rgba(17, 28, 51, 0.4) transparent;
}

.select2-container--default .select2-selection--single,
.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: rgba(110, 66, 211, 0.1);
}

.cs-checkout_select .select2-container--default .select2-selection--single,
.cs-checkout_select .select2-dropdown {
  background-color: rgba(110, 66, 211, 0.07);
}

.cs-checkbox input:checked + label:before,
.cs-radio input:checked + label:before {
  border-color: #60B0FF;
}

.cs-checkbox label:after,
.cs-radio label:after {
  background-color: #60B0FF;
}

@media screen and (max-width: 991px) {
  .cs-btn.cs-style2,
  .cs-btn.cs-style5 {
    padding: 13px 30px 10px;
  }
}


.cs-slider.cs-style2 .cs-slide {
    width: 72% !important;
}
.cs-slider.cs-style2 .cs-portfolio_img img {
    -moz-border-radius: 2rem;
    -webkit-border-radius: 2rem;
    border-radius: 2rem;
}
.cs-slider.cs-style2 .slick-slide > div {
    margin-left: 1rem;
    overflow: hidden;
}

.event-image {
    /*opacity: .54;*/
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.img-rounded {
    -moz-border-radius: 1rem !important;
    -webkit-border-radius: 1rem !important;
    border-radius: 1rem !important;
}