/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */
/*
Theme Name: Sydney Child
Theme URI: http://athemes.com/theme/sydney
Author: aThemes
Author URI: http://athemes.com
Template: sydney
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: sydney
*/
.elementor-element.clippy-box-wrapper {
  padding: 10px 20px;
  width: 250px;
}

/* .elementor-element.clippy-box:after {
  content: "";
  display: block;
  width: 122%;
  height: 90px;
  background: url(https://securityboat.xyz/wp-content/uploads/bottom_shape_new.webp) no-repeat;

  background-size: 100%;
  position: absolute;
  z-index: 1;
  left: -20px;
  top: calc(100% - 15px);
} */
.elementor-element.clippy-box:after {
  content: "";
  display: block;
  width: 103%;
  height: 90px;
  /* background: url(https://securityboat.xyz/wp-content/uploads/bottom_shape_new.webp) no-repeat; */
  /* background: url(https://securityboat.xyz/wp-content/uploads/Polygon-2.png) no-repeat; */
  background: url(https://securityboat.xyz/wp-content/uploads/Polygon.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  z-index: 1;
  left: -3px;
  top: calc(100% - 17px);
}

.elementor-element.clippy-box {
  border-radius: 10px;
  transition: 0.2s ease all;
  min-height: 250px;
}

div.elementor-element.clippy-box .elementor-widget-text-editor .elementor-widget-container {
  position: relative;
  z-index: 2;
}

.elementor-element.clippy-box:hover .elementor-icon::after {
  transform: rotate(180deg);
}

.elementor-element.clippy-box:hover .elementor-icon::before {
  top: calc(100% - 13px);
  transform: rotate(180deg) translateY(50%);
}

.elementor-element.clippy-box:hover {
  background: linear-gradient(180deg, #011b3e 0%, #03496c 100%);
}

.elementor-element.clippy-box:hover::after {
  background: url(https://securityboat.xyz/wp-content/uploads/bottom_shape_hover-1.webp) no-repeat;
  background-size: 100%;
  width: 100%;
  left: 0;
}

div.elementor-element.clippy-box:hover .elementor-widget-heading .elementor-heading-title {
  color: #fff;
}

div.elementor-element.clippy-box:hover .elementor-widget-text-editor .elementor-widget-container {
  color: #fff;
  background: linear-gradient(180deg, transparent 40%, #03496c 100%);
}

.tab-in-tab .e-n-carousel.swiper .swiper-slide .elementor-element .e-con-inner .elementor-widget-text-editor {
  left: initial;
}

.elementor-17 .elementor-element.elementor-element-ea8f369 {
  overflow: hidden;
}

.elementor-element.social_icons_wrap.elementor-widget-share-buttons {
  position: absolute;
  width: auto;
  top: calc(100% - 30px);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s ease all;
}

.elementor-element.social_icons_wrap.elementor-widget-share-buttons.active {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.submenu_click .elementor-icon-wrapper {
  line-height: 1;
}

.submenu_click .elementor-icon-wrapper svg {
  transition: 0.5s ease all;
}

.submenu_click .elementor-icon-wrapper.active svg {
  transform: rotate(180deg);
}

.drop_menu_wrap .elementor-widget-icon-list ul {
  display: none;
  padding: 20px 0 0 !important;
}

.chapter-slider-wrap {
  width: 600px;
  max-width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 40px;
}

.event_filter_wrap {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-bottom: 60px;
}

.swiper.chapter-swiper {
  width: 100%;
  /*   padding: 0 70px; */
  padding: 0 clamp(0rem, 5.872vw - 1.174rem, 4.375rem);
}

.chapter-slide {
  width: 120px;
  height: 120px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
  border-radius: 100%;
  margin: 10px 5px;
  cursor: pointer;
}

.swiper-slide .chapter-slide img {
  height: 50px;
}

.chapter-slide h3 {
  font-family: "Yantramanav";
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  background: linear-gradient(180deg, #00aafa 0%, #2865db 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -text-fill-color: transparent;
  margin: 10px 0 0;
}

.chapter-slide:after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  top: -2px;
  left: -2px;
  background: linear-gradient(180deg, #00aafa 0%, #2865db 100%);
  position: absolute;
  z-index: -1;
  border-radius: 100%;
}

.chapter-slide.selected::after {
  background: #242565;
}

.chapter-slide.selected {
  background: #e9e9ff;
}

form.events_filter .reset_form {
  position: absolute;
  right: 0;
  top: 100%;
}

form.events_filter .reset_form input[type="reset"] {
  background: none;
  border: none;
  padding: 0;
  font-size: 12px;
  color: #000;
  outline: none;
}

form.events_filter {
  display: flex;
  flex-flow: row;
  background: linear-gradient(90deg, #242565 0%, #0ba9ea 100%);
  box-shadow: 0px 10px 50px rgba(61, 55, 241, 0.25);
  border-radius: 10px;
  width: 550px;
  max-width: 100%;
  padding: 15px clamp(0.938rem, 2.097vw + 0.518rem, 2.5rem);
  align-items: center;
  justify-content: center;
  gap: 0 clamp(0.938rem, 2.097vw + 0.518rem, 2.5rem);
  position: relative;
}

form.events_filter .form-field {
  width: 100%;
}

form.events_filter .form-field select {
  background: none;
  border: 1px solid #fff;
  border-width: 0 0 1px;
  color: #fff;
  width: 100%;
  padding: 2px 10px 5px 0;
  font-size: clamp(1rem, 0.168vw + 0.966rem, 1.125rem);
  font-weight: 500;
  outline: none;
  line-height: 20px;
  height: auto;
  cursor: pointer;
}
div.event_grid_wrap .gallery-wrapp .elementor-shape-circle.elementor-widget-icon {
  position: absolute;
  bottom: -15px;
  right: 25px !important;
  line-height: 0;
  z-index: 7;
}
.gallery-wrapp.gallery-ev-card .elementor-widget-heading .elementor-heading-title[class*="elementor-size-"] > a {
  color: #2865db;
  font-size: 16px;
  line-height: inherit;
  padding: 2px 20px 2px 5px;
  display: block;
  line-height: 1.2em;
}
.event-gallery .gallery-wrapp.gallery-ev-card .e-con-inner .e-con-full .elementor-widget-image img {
  border-radius: 10px;
  min-height: 240px;
  object-fit: cover;
}

.event-gallery .gallery-wrapp.gallery-ev-card .e-con-inner .elementor-element.elementor-widget-theme-post-title h1 {
  margin-top: 0;
  margin-bottom: 10px;
}

div.event_grid_wrap .gallery-wrapp.gallery-ev-card .elementor-shape-circle.elementor-widget-icon {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  right: 0 !important;
}
form.events_filter .form-field select option {
  border: none;
  color: #000;
}

.event-gallery .gallery-wrapp {
  border: 17px solid #ffffff;
  box-shadow: 0px 3.75px 13.6px rgba(162, 162, 162, 0.25);
  border-radius: 25px;
  padding: 0;
}

.event_grid_wrap .elementor-grid-3 .elementor-grid {
  gap: 40px 30px;
}

.event-gallery .gallery-wrapp .e-con-inner {
  padding: 0;
  gap: 0;
}

.event-gallery .gallery-wrapp .e-con-inner .post-m-wrap {
  padding: 0;
}
.event-gallery .gallery-wrapp .e-con-inner .e-con-full.g-ti-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  bottom: 0px;
}
.event-gallery .gallery-wrapp .post-m-wrap {
  position: relative;
}
.event-gallery .gallery-wrapp .e-con-inner .e-con-full.g-ti-wrap {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  padding: 0px 8px 8px 0;
}
.gallery-wrapp .g-ti-wrap .elementor-element.social_icons_wrap.elementor-widget-share-buttons {
  top: auto !important;
  bottom: 55px;
  right: 8px;
}
.share-icon-wrapp {
  background: #fff;
  border: 1px solid #153675;
  width: 40px;
  height: 40px;
  line-height: 40px;
  box-shadow: 0px 3.83px 3.83px 0px #00000040;
  border-radius: 50%;
}
.share-icon-wrapp .elementor-widget-container {
  height: 100%;
  width: 100%;
}
.share-icon-wrapp .elementor-widget-container .elementor-icon-wrapper {
  height: 100%;
  width: 100%;
}
div.share-icon-wrapp svg {
  height: 22px;
  width: 22px;
  padding: 0px;
  text-align: center;
}
div.share-icon-wrapp a.elementor-icon {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.event-gallery .gallery-wrapp .e-con-inner .elementor-element.elementor-widget-theme-post-title h1 {
  font-size: 18px;
  font-weight: 500;
  color: #2865db;
  display: inline-block;
  padding: 0 30px 0 10px;
  line-height: 30px;
  border-radius: 0 9px 9px 0;
  background: #fff;
}

.event-gallery .gallery-wrapp .e-con-inner .e-con-full {
  padding: 0;
}

.event-gallery .gallery-wrapp .e-con-inner .elementor-element.elementor-widget-theme-post-title {
  position: absolute;
  bottom: 15px;
}

.gallery-wrapp .elementor-shape-circle .elementor-icon svg {
  fill: #2865db;
}

.event_grid_wrap .gallery-wrapp .elementor-shape-circle.elementor-widget-icon {
  position: absolute;
  bottom: 15px;
  right: 10px !important;
  line-height: 0;
}

.gallery-wrapp .elementor-shape-circle .elementor-icon {
  font-size: 18px;
  background: #fff;
}

.elementor-toc__list-wrapper > li:first-child {
  display: none;
}

.event-gallery .gallery-wrapp .e-con-inner .e-con-full .elementor-widget-image img {
  border-radius: 10px;
}

.frm_style_formidable-style.with_frm_style .download-form .form-field.submit-wrap,
.frm_style_formidable-style.with_frm_style .form-field.cancel-wrap,
.frm_style_formidable-style.with_frm_style .start-register-form .form-field.submit-wrap,
.frm_style_formidable-style.with_frm_style .start-register-form .form-field.cancel-wrap,
.frm_style_formidable-style.with_frm_style .join-venue-form .form-field.submit-wrap,
.frm_style_formidable-style.with_frm_style .join-venue-form .form-field.cancel-wrap {
  grid-column: auto / auto;
}

.frm_style_formidable-style.with_frm_style .form-field.blank_space {
  grid-column: 10;
}
.frm_style_formidable-style.with_frm_style .start-register-form .form-field.blank_space,
.frm_style_formidable-style.with_frm_style .join-venue-form .form-field.blank_space {
  grid-column: 10;
}

@media screen and (max-width: 575px) {
  .chapter-slide {
    width: 90px;
    height: 90px;
  }
  .swiper-slide .chapter-slide img {
    height: 35px;
  }
  .chapter-slider-wrap {
    margin-bottom: 20px;
  }
  .event_filter_wrap {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 400px) {
  .chapter-slider-wrap .swiper-slide {
    margin-right: 20px !important;
  }
  .chapter-slide {
    width: 85px;
    height: 85px;
  }
  .chapter-slide h3 {
    margin: 6px 0 0;
  }
}

form#sjb-application-form {
  display: none;
}
.sjb-page .event_book_btn a {
  background-color: transparent;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  background-image: linear-gradient(90deg, var(--e-global-color-c03953b) 0%, var(--e-global-color-a5068be) 75%);
  border-radius: 8px;
  padding: 16px 30px 16px 30px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  min-height: 50px;
  text-transform: capitalize;
}
.sjb-page .event_book_btn a:hover,
.sjb-page .event_book_btn a:focus {
  background: linear-gradient(90deg, #1f75d8 0%, #0da6e9 100%);
  color: #fff;
}

/* .elementor-widget-container svg {
  width: 100%;
  height: auto;
} */

.hero-card.first-slide .left-wrap {
  flex: 0 0 65%;
}

.hero-card.first-slide .right-bar {
  flex: 0 0 35%;
  min-width: 400px;
  text-align: left;
}

.floating_label .frm_style_formidable-style.with_frm_style .form-field > label {
  font-size: 16px;
  line-height: 20px;
  padding: 5px 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  color: rgb(0 50 98 / 50%);
  font-weight: 500;
  width: auto;
  transition: 0.2s ease all;
}

.floating_label .frm_style_formidable-style.with_frm_style .frm_inside_container.frm_label_float_top > label,
.floating_label .frm_style_formidable-style.with_frm_style .frm_inside_container.filled > label {
  transform: translateY(-50%);
  color: #003262;
  top: 2px;
}

.floating_label .frm_style_formidable-style.with_frm_style .form-field > label:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: calc(50% - 2px);
  background: #fff;
  opacity: 0;
  visibility: visible;
  z-index: -1;
  left: 0;
}

.floating_label .frm_style_formidable-style.with_frm_style .frm_inside_container.frm_label_float_top > label:after,
.floating_label .frm_style_formidable-style.with_frm_style .frm_inside_container.filled > label:after {
  opacity: 1;
  visibility: visible;
}

.floating_label .frm_style_formidable-style.with_frm_style .form-field input:not([type="file"]):not([type="range"]):not([readonly]):focus,
.floating_label .frm_style_formidable-style.with_frm_style select:focus,
.floating_label .frm_style_formidable-style.with_frm_style .form-field textarea:focus,
.floating_label .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="text"],
.floating_label .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="password"],
.floating_label .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="email"],
.floating_label .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="number"],
.floating_label .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="url"],
.floating_label .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="tel"],
.floating_label .frm_style_formidable-style.with_frm_style .frm_focus_field input[type="search"],
.floating_label .frm_form_fields_active_style,
.floating_label .frm_style_formidable-style.with_frm_style .frm_focus_field .frm-card-element.StripeElement {
  box-shadow: none;
  border-color: #003262;
}

.floating_label .with_frm_style input[type="text"],
.floating_label .with_frm_style input[type="password"],
.floating_label .with_frm_style input[type="email"],
.floating_label .with_frm_style input[type="number"],
.floating_label .with_frm_style input[type="url"],
.floating_label .with_frm_style input[type="tel"],
.floating_label .with_frm_style input[type="phone"],
.floating_label .with_frm_style input[type="search"],
.floating_label .with_frm_style select,
.floating_label .with_frm_style textarea,
.floating_label .frm_form_fields_style,
.floating_label .with_frm_style .frm_scroll_box .frm_opt_container,
.floating_label .frm_form_fields_active_style,
.floating_label .frm_form_fields_error_style,
.floating_label .with_frm_style .frm-card-element.StripeElement,
.floating_label .with_frm_style .frm_slimselect.ss-main {
  padding: 0 20px;
  transition: 0.5s ease all;
  background: none;
  border-radius: 6px;
}

.floating_label .with_frm_style .sb-form-wrap input[type="text"],
.floating_label .with_frm_style .sb-form-wrap input[type="password"],
.floating_label .with_frm_style .sb-form-wrap input[type="email"],
.floating_label .with_frm_style .sb-form-wrap input[type="number"],
.floating_label .with_frm_style .sb-form-wrap input[type="url"],
.floating_label .with_frm_style .sb-form-wrap input[type="tel"],
.floating_label .with_frm_style .sb-form-wrap input[type="file"],
.floating_label .with_frm_style .sb-form-wrap input[type="search"],
.floating_label .with_frm_style .sb-form-wrap select,
.floating_label .frm_style_formidable-style.with_frm_style .sb-form-wrap .form-field input:not([type="file"]):not([type="range"]):not([readonly]):focus,
.floating_label .frm_style_formidable-style.with_frm_style .sb-form-wrap select:focus,
.floating_label .frm_style_formidable-style.with_frm_style .sb-form-wrap .form-field textarea:focus,
.floating_label .frm_style_formidable-style.with_frm_style .sb-form-wrap .frm_focus_field input[type="text"],
.floating_label .frm_style_formidable-style.with_frm_style .sb-form-wrap .frm_focus_field input[type="password"],
.floating_label .frm_style_formidable-style.with_frm_style .sb-form-wrap .frm_focus_field input[type="email"],
.floating_label .frm_style_formidable-style.with_frm_style .sb-form-wrap .frm_focus_field input[type="number"],
.floating_label .frm_style_formidable-style.with_frm_style .sb-form-wrap .frm_focus_field input[type="url"],
.floating_label .frm_style_formidable-style.with_frm_style .sb-form-wrap .frm_focus_field input[type="tel"],
.floating_label .frm_style_formidable-style.with_frm_style .sb-form-wrap .frm_focus_field input[type="search"],
.floating_label .frm_form_fields_active_style,
.floating_label .frm_style_formidable-style.with_frm_style .sb-form-wrap .frm_focus_field,
.floating_label .with_frm_style .sb-form-wrap textarea {
  background: none;
  border-radius: 6px;
}

.floating_label .with_frm_style .frm_inside_container {
  padding: 0;
}

.with_frm_style .sb-form-wrap.download-form .frm_primary_label::before {
  display: none;
}

/*--------------- # Tabs to dropdown in Mobile starts # ---------------*/
@media only screen and (max-width: 768px) {
  .holistic-approach-tab .elementor-tab-title {
    display: none !important;
  }

  .holistic-approach-tab .elementor-tabs-dropdown {
    position: relative;
    margin-bottom: 1em;
  }

  .holistic-approach-tab .dropdown-selected {
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
  }

  .holistic-approach-tab .elementor-tabs-dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #ccc;
    z-index: 999;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .holistic-approach-tab .elementor-tabs-dropdown-list li {
    padding: 10px;
    cursor: pointer;
    border-top: 1px solid #eee;
  }

  .holistic-approach-tab .elementor-tabs-dropdown-list li:hover {
    background: #f0f0f0;
  }

  .frm_style_formidable-style.with_frm_style .start-register-form .frm_fields_container,
  .frm_style_formidable-style.with_frm_style .join-venue-form .frm_fields_container {
    display: grid;
  }
  .frm_style_formidable-style.with_frm_style .start-register-form .form-field.submit-wrap,
  .frm_style_formidable-style.with_frm_style .start-register-form .form-field.cancel-wrap,
  .frm_style_formidable-style.with_frm_style .join-venue-form .form-field.submit-wrap,
  .frm_style_formidable-style.with_frm_style .join-venue-form .form-field.cancel-wrap {
    grid-column: auto / auto !important;
  }

  .frm_style_formidable-style.with_frm_style .start-register-form .form-field.blank_space,
  .frm_style_formidable-style.with_frm_style .join-venue-form .form-field.blank_space {
    grid-column: 10 !important;
  }
  .frm_style_formidable-style.with_frm_style .start-register-form input,
  .frm_style_formidable-style.with_frm_style .join-venue-form input {
    height: auto;
  }
}
/*--------------- # Tabs to dropdown in Mobile ends # ---------------*/

.elementor-element.video_border .elementor-widget-container {
  position: relative;
}

.elementor-element.video_border .elementor-widget-container:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(https://securityboat.xyz/wp-content/uploads/video-frame.png) no-repeat left top;
  background-size: 100% 100%;
  /* border: 1px solid #fff; */
  top: 0;
  left: 0;
}

.elementor-element.hero_slider_wrap .elementor-slide-button {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.sjb-page .grid-item .job_meta svg {
  margin: 0 8px 2px 0;
}

.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value {
  position: relative;
  padding-left: 40px;
  margin: 25px 0 0;
}

.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value svg {
  width: 20px;
  position: absolute;
  left: 0;
}

.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value p {
  margin: 0;
}

.sjb-page .sjb-search-job-type::after,
.sjb-page .sjb-search-location::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  background: url("images/droparrow.svg") no-repeat center center #fff;
}
