@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;900&display=swap");

/* custom css */

html {
  font-size: 1rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  color: #2a2a2a;

  font-family: "Maven Pro", sans-serif;

  font-style: normal;

  font-size: 18px;

  font-weight: normal;

  margin: 0;

  padding: 0;

  line-height: normal;
}

html,
body {
  max-width: 100%;

  overflow-x: hidden;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

a,
a img,
a.spbtn,
.spbtn {
  text-decoration: none;

  -webkit-transition: all 0.5s ease;

  -moz-transition: all 0.5s ease;

  -o-transition: all 0.5s ease;

  transition: all 0.5s ease;

  display: inline-block;

  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: normal;

  font-weight: 500;

  margin: 0;
}

h1,
h2,
h3 {
  font-weight: 900;
}

.bmx_jersey_mid ul a {
  font-weight: 600;
}

p {
  margin: 0;
}

a {
  color: #0083ca;
}

a:hover {
  color: #40afea;
}

ul {
  list-style: none;

  padding: 0;
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.d-grid {
  display: grid;

  align-content: center;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.border-black {
  border-color: #000;
}

.bg-white {
  background-color: #fff;
}

.w-100,
.feedback_area .all_pro_box,
.testi_box a {
  width: 100% !important;
}

.mxw-100 {
  max-width: 100% !important;
}

.float-left {
  float: left;

  width: 100%;
}

.t-40,
.bmx_jersey_main h1 {
  font-size: 40px;
}

.t-14 {
  font-size: 14px;
}

.t-30 {
  font-size: 30px;
}

.t-36 {
  font-size: 36px;
}

.t-25 {
  font-size: 25px;
}

.t-16,
.t-16 p {
  font-size: 16px;
}

.t-19,
.t-19 p {
  font-size: 19px;
}

.t-20,
.bmx_jersey_main p {
  font-size: 20px;
}

.t-56 {
  font-size: 50px;
}

.t-42 {
  font-size: 42px;
}

.p-0 {
  padding: 0 !important;
}

.mt-1 {
  margin-top: 1rem;
}

.mb-1 {
  margin-bottom: 1rem;
}

.my-5 {
  margin: 3rem 0;
}

.my-7 {
  margin: 7rem 0;
}

.my-6 {
  margin: 5rem 0;
}

.py-5 {
  padding: 3rem 0;
}

.py-3 {
  padding: 1rem 0;
}

.pt-5 {
  padding-top: 3rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

.mb-5 {
  margin-bottom: 3rem;
}

.mt-5 {
  margin-top: 3rem;
}

.mb-4 {
  margin-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem;
}

.mr-30 {
  margin-right: 30px;
}

.ml-1 {
  margin: 0 30px;
}

.ml-2 {
  margin: 0 15px;
}

.pl-1 {
  padding: 0 30px;
}

.pl-2 {
  padding: 0 5px;
}

.line-26,
.line-26 p,
.line-26 ul,
.feedback_box p {
  line-height: 26px;
}

.height-auto {
  min-height: auto !important;
}

.color_blue,
.color_blue p,
.color_blue a,
.topbar a:hover,
.logosec .navbar-nav a:hover,
footer a:hover,
.fo_newsletter button:hover,
.bmx_box:hover a h4 {
  color: #0083ca;

  transition: all 0.5s ease;
}

.bgimg {
  background-size: cover;

  background-repeat: no-repeat;

  background-position: center top;
}

a.spbtn:hover,
.spbtn:hover {
  background-color: #424242;
}

a.spbtn,
.spbtn {
  text-align: center;

  padding: 12px 25px;

  color: #fff;

  font-size: 16px;

  border-radius: 35px;

  background-color: #0083ca;
}

/* custom css end */

.topbar {
  padding: 5px 0;

  background-color: #2a2a2a;
}

.topbar a {
  color: #fff;

  margin: 0 5px;
}

.logosec {
  border-bottom: 1px solid rgba(42, 42, 42, 0.1);
}

.logosec .navbar-logo {
  width: 80px;

  height: 95px;

  margin: 10px auto;

  background-image: url(../images/logo.png);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center center;
}

.logosec .navbar-nav a {
  font-weight: 500;

  margin: 0 15px;
}

.logosec .navbar-nav li {
  display: inline-block;
}

.logosec .navbar-nav a i {
  font-size: 14px;
}

.logosec .navbar-nav a,
.subnav-content .sub_mid2 a:hover {
  color: #2a2a2a;
}

.navbar {
  overflow: hidden;

  margin: 0;
}

.subnav-content {
  display: none;

  position: absolute;

  left: 0;

  border-top: 1px solid rgba(42, 42, 42, 0.1);

  background-color: #fff;

  width: 100%;

  z-index: 1;

  margin-top: 16px;

  transition: opacity 0.2s ease-in-out;

  -webkit-transition: opacity 0.2s;
}

.subnav-content .subnav_mid {
  width: 33.33%;

  padding: 30px;

  float: left;

  min-height: 100px;

  border-right: 1px solid rgba(42, 42, 42, 0.1);
}

li.subnav {
  padding: 8px 0 16px;

  margin-bottom: -1px;

  transition: opacity 0.2s ease-in-out;

  -webkit-transition: opacity 0.2s;
}

.subnav-content .subnav_mid:last-child ul li {
  display: block;

  margin-bottom: 10px;
}

.subnav-content .subnav_mid a p:hover,
.subnav-content .subnav_mid a span:hover {
  color: #40afea;

  transition: all 0.5s ease;
}

.menu_image {
  background: url(../images/menu_img.webp);

  background-repeat: no-repeat;

  width: 100%;

  max-height: 100%;

  min-height: 200px;

  background-position: center center;

  background-size: 100%;
}

.menuim {
  background: url(../images/banner.jpg);

  background-position: center center;

  background-size: 100%;
}

.menuim:hover {
  opacity: 0.6;

  transition: all 0.5s ease;
}

ul.subnav-content.text-left .subnav_mid ul li a,
.logosec .navbar-nav .subnav-content li p a,
.logosec .navbar-nav li.subnav_mid.sub_mid2 a {
  margin: 0;
}

.subnav-content .subnav_mid:last-child {
  border: none;
}

.subnav-content .subnav_mid ul li a {
  margin: 0 10px 10px;
}

.subnav-content .subnav_mid ul li a,
.subnav-content .subnav_mid span a,
.subnav-content .sub_mid2 a span {
  font-weight: 400;
}

.subnav:hover .subnav-content {
  display: block;
}

footer,
.bmx_jersey_main {
  padding: 40px 0;
}

footer {
  background-color: #2d2d2d;
}

footer h4 {
  margin-bottom: 22px;
}

footer ul li a {
  margin-bottom: 15px;
}

footer ul li a,
.fo_newsletter .form-control::placeholder,
.fo_newsletter button,
.f_social a,
.copyr a {
  color: #fff;
}

.foo_box {
  display: inline-block;

  width: 25%;

  padding: 0 15px;
}

.foo_box {
  width: 25%;
}

.fo_newsletter {
  margin-top: 50px;
}

.fo_newsletter .form-control {
  padding: 15px;

  font-size: 17px;

  background-color: transparent;

  border-radius: unset;

  border: 1px solid #fff;

  color: #fff;

  outline: none;

  box-shadow: none;

  width: 63%;

  display: inline-block;
}

.fo_newsletter button {
  background-color: transparent;

  border: none;

  padding: 15px;

  cursor: pointer;

  font-size: 18px;
}

.f_social a {
  margin-right: 12px;
}

.copyr {
  margin: 60px 0 22px;
}

.copyr .paypal {
  background-image: url(../images/paypal.png);

  background-position: center center;

  background-repeat: no-repeat;

  padding: 8px 28px;

  border-radius: 5px;

  background-color: #fff;
}

.hsec_banner {
  /* background-image: url(../images/banner.jpg); */

  /* height: 100vh; */

  /* height: 550px; */
}

.our_process_banner::before {
  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  background-color: #000000;

  opacity: 0.5;
}

.hsec_banner h1 {
  font-size: 36px;
}

.hsec_box {
  transform: translate(0, -50%);

  top: 50%;

  left: 0;

  right: 0;
}

.hsec_cta {
  padding: 22px 0;
}

.hsec_cta,
.process_mid {
  background-color: #0083ca;
}

.cta_box,
.custom_box {
  display: inline-block;

  width: 33%;

  padding: 0 15px;
}

.cta_box {
  align-self: center;
}

.cta_box p {
  margin: 0 0 5px;
}

.cta_box span {
  opacity: 0.8;
}

.trusted_box,
.bmx_box {
  display: inline-block;

  width: 16%;

  vertical-align: middle;
}

.bor_cta {
  border-left: 1px solid rgba(255, 255, 255, 0.2);

  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.hsec_custom {
  background-color: #242424;
}

.hsec_custom,
.hsec_trusted {
  padding: 50px 0;
}

.hsec_custom h2 {
  line-height: 52px;

  margin: 22px 0;
}

.custom_box h5 {
  margin-top: 20px;
}

.inner_banner {
  background-image: url(../images/bmx_banner.webp);

  height: 100vh;

  background-position: center center;
}

.inner_banner h2 {
  padding: 20px 0;

  font-size: 75px;

  background-color: rgba(233, 227, 227, 0.82);
}

.bmx_area {
  padding: 100px 0 65px;
}

.grid-col-5,
.bmx_area .column {
  display: grid;

  grid-template-columns: repeat(5, 1fr);

  grid-gap: 20px;
}

.feedback_area {
  padding-bottom: 100px;
}

.bmx_box {
  background-color: #fff;

  vertical-align: baseline;

  padding: 15px 10px;

  width: 100%;

  transition: all 0.3s ease;

  border-radius: 6px;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.bmx_box:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.bmx_box h5 {
  font-size: 18px;

  margin: 20px 0;
}

.bmx_jersey_mid {
  padding: 20px 0 60px;
}

.panel_area {
  padding: 20px 0 0;
}

hr {
  border: 1px solid #ddd;

  opacity: 1;

  margin: 20px 0;
}

.feedback_area hr {
  margin-bottom: 80px;
}

.feedback_box span {
  color: #bdc3c7;
}

.bmx_jersey_main h1 {
  line-height: 45px;
}

.bmx_jersey_main p {
  margin: 12px 0 24px;
}

.bmx_jersey_center {
  display: inline-block;

  width: 50%;

  padding: 0 15px;
}

.bmx_jersey_mid p,
.bmx_jersey_mid ul,
.teamsport_mid ul {
  line-height: 1.5;
}

.bmx_jersey_mid ul,
.teamsport_mid ul {
  list-style: disc;

  margin: 16px 0 0 38px;
}

.teamsport_mid ul {
  margin: 20px 0 35px 38px;
}

.step_area p {
  margin-bottom: 15px;
}

.form-group {
  float: left;

  width: 50%;
}

.cl_input {
  border-width: 0px;

  border-radius: 5px;

  background-color: #f4f4f4;

  color: #000;

  font-family: "Maven Pro", sans-serif;

  width: 91%;

  font-size: 16px;

  padding: 15px;

  resize: none;

  font-weight: 500;
}

.cl_input::placeholder {
  color: #747474;
}

.form-comm textarea {
  width: 96%;
}

button.spbtn {
  border: none;

  cursor: pointer;

  padding: 14px 30px;
}

.spbtn1 {
  border: 2px solid #0083ca;

  padding: 12px 20px;

  border-radius: 2px;

  color: #0083ca;

  font-weight: 500;

  transition: all 0.5s ease;
}

.spbtn1:hover {
  background-color: #0083ca !important;

  color: #fff;
}

.size_area {
  background-color: #f3f3f3;

  padding: 60px 0;
}

.size_area .bmx_jersey_center {
  align-self: end;
}

.cycling_banner {
  background-image: url(../images/cycling_banner.webp);

  background-position: center top;
}

.feedback_box {
  padding: 30px;

  border: 4px solid #0083ca;
}

/* .design_box .bmx_box {

  width: 13.8%;

} */

.chamois_box ul {
  margin: 0 0 15px 38px;

  list-style: circle;
}

.bmx_jersey_mid form {
  width: 92%;

  margin: auto;
}

select.cl_input {
  width: 96.5%;
}

.dragonboat_banner {
  background-image: url(../images/dragonboat_banner.webp);
}

.ski_banner {
  background-image: url(../images/ski_banner.webp);

  background-position: center top;
}

.run_banner {
  background-image: url(../images/run_banner.webp);
}

.sailing_banner {
  background-image: url(../images/sailing_banner.webp);

  background-position: center top;
}

.basketball_inner {
  background-image: url(../images/basketball_inner.webp);
}

.baseball_banner {
  background-image: url(../images/baseball_banner.webp);
}

.lacrosse_banner {
  background-image: url(../images/lacrosse_banner.webp);
}

.hockey_banner {
  background-image: url(../images/banner.jpg);
}

.track_field_banner {
  background-image: url(../images/track_field_banner.webp);
}

.soccer_banner {
  background-image: url(../images/soccer_banner.webp);
}

.volleyball_banner {
  background-image: url(../images/volleyball_banner.webp);
}

.inline_banner {
  background-image: url(../images/inline_banner.webp);

  background-position: center top;
}

.ball_hockey_banner {
  background-image: url(../images/ball_hockey_banner_new1.jpg);
}

.ringette_banner {
  background-image: url(../images/ringette_banner.webp);
}

.fieldhockey_banner {
  background-image: url(../images/fieldhockey_banner.webp);
}

.curling_banner {
  background-image: url(../images/curling_banner.webp);
}

.dragonboat_area .bmx_box {
  width: 25%;
}

.dragonboat_area a.spbtn {
  padding: 15px 25px;
}

.dragonboat_area .bmx_box h5 {
  margin: 30px 0;
}

.step_area {
  width: 82%;

  margin: auto;
}

.design_box .bmx_box h4 {
  margin-top: 10px;
}

.form-check {
  padding-bottom: 6px;
}

.our_process_banner {
  background-image: url(../images/our_process_banner.webp);

  min-height: 750px;

  background-position: center center;
}

.design_process_banner {
  background-image: url(../images/design_process_banner.webp);

  min-height: 500px;

  background-position: center center;
}

.mountain_bike_banner {
  background-image: url(../images/mountain_bike_banner.webp);
}

.our_process_banner::before {
  opacity: 0.2;
}

.our_process_banner h2 {
  font-size: 65px;
}

.process_area {
  padding: 60px 0;
}

.process_mid {
  padding: 70px 0;
}

.process_team_box {
  width: 50%;

  align-self: center;

  display: grid;
}

.process_team_box p {
  margin-bottom: 15px;
}

.team_box h3,
.team_box p,
.team_box ul {
  padding: 0 50px;
}

.team_box hr {
  margin: 20px 50px;
}

.process_team_box img {
  height: 750px;

  object-fit: cover;
}

.process_cont .lets_area {
  width: 65%;

  margin: 100px auto;
}

.design_process_banner .hsec_box h2 {
  border: 1px solid #fff;

  padding: 50px;

  display: inline-block;

  width: 530px;
}

.designp_box {
  width: 260px;

  margin: 0 auto 65px;
}

.team_box ul {
  list-style: disc;

  margin: 0 0 0 30px;
}

.designp_main .process_team_box img {
  max-height: 400px;

  height: 100%;
}

.process_team_box iframe {
  width: 100%;

  min-height: 389px;
}

.control_box {
  width: 55%;

  margin: auto;
}

.control_area .cta_box {
  align-self: flex-start;
}

.con_sub_main .lets_area {
  background-color: #f4f4f4;

  padding: 60px;
}

.con_sub_main .cl_input {
  background-color: #ffffff;
}

.color_chart_img img {
  margin-top: 60px;

  width: 50%;
}

.about_banner {
  background-image: url(../images/about_banner.webp);

  min-height: 650px;
}

.about_main {
  padding: 80px 0;
}

.about_main img {
  border-radius: 15px;
}

.contact_banner {
  background-image: url(../images/about_banner.webp);

  min-height: 460px;
}

.contact_main p {
  margin-bottom: 1rem;
}

.contact_map {
  margin-top: -60px;

  z-index: 11;
}

.contact_form {
  background-color: #e8e7ed;
}

.contact_form.process_cont .lets_area {
  margin: 40px auto;
}

.shipping_banner {
  background-image: url(../images/shipping_banner.webp);

  min-height: 400px;

  background-position: center center;

  background-size: cover;

  margin: 50px 5px;
}

.shipping_main {
  padding: 10px 0 60px;

  width: 75%;

  margin: auto;
}

.accordion-item {
  margin-bottom: 8px;
}

.accordion_titel {
  background: rgba(0, 131, 202, 0.41);

  padding: 10px;

  border-radius: 3px;

  cursor: pointer;
}

.accordion_contant {
  background-color: #fff;

  border: 1px solid #ffefe3;

  padding: 25px;

  display: none;

  border-bottom-left-radius: 3px;

  border-bottom-right-radius: 3px;
}

.ship_fa3x {
  font-size: 3em;
}

.ship_social a {
  margin: 0 10px;
}

.teamsport_main {
  margin: 50px 0;
}

.teamsport_box {
  padding: 40px 16px 50px;

  background-color: #f7f7f7;
}

.teamsport_box a.spbtn {
  width: -webkit-fill-available;
}

/* .teamsport_box .bmx_box {

  margin: 3.5rem 0 0;

} */

.featu_inner {
  width: 14%;

  display: inline-block;

  padding: 0 11px;
}

.get_in_area p {
  margin-bottom: 1.2rem;

  color: #000;
}

.get_in_area .teamsport_box {
  padding: 50px 15px 35px;
}

.container {
  max-width: 1260px;

  margin: auto;

  padding-left: 16px;

  padding-right: 16px;
}

.testimonials_banner {
  background-image: url(../images/testimonials_banner.webp) !important;
}

.testi_dragonboat {
  background-image: url(../images/testi_dragonboat.webp) !important;
}

.testi_cycling {
  background-image: url(../images/testi_cycling.webp) !important;
}

.testimonials_banner,
.testi_dragonboat,
.testi_cycling {
  min-height: 390px;
}

.testimonials_banner:before,
.testi_dragonboat::before,
.testi_cycling::before {
  content: "";

  position: absolute;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-color: rgba(11, 11, 11, 1);

  opacity: 0.3;
}

.testi_main {
  padding: 100px 0 70px;

  margin-bottom: 60px;

  background-color: rgba(244, 244, 244, 1);
}

.testi_box {
  width: 14%;

  display: inline-block;

  padding: 0 12px;

  margin-bottom: 3rem;
}

.testi_box img,
.feedback_area .all_pro_box img {
  height: 250px;

  object-fit: cover;
}

.sailing_area {
  padding-top: 0px !important;
}

.sail_bredcrumbs p {
  font-weight: 500;

  margin-bottom: 30px;
}

.sailing_area form,
.sailing_area form label {
  width: 100%;

  display: block;
}

.sailing_content p {
  margin-bottom: 15px;
}

.cart_group,
.sailing_area form label {
  margin-bottom: 8px;
}

.cart_quantity {
  display: inline-flex;

  border: 1px solid rgba(42, 42, 42, 0.5);

  border-radius: 2px;
}

.cart_quantity button,
.cart_quantity input {
  font-size: 16px;

  border: none;
}

.cart_quantity button {
  width: 25%;

  background: #fff;

  color: #2a2a2a;

  cursor: pointer;
}

.cart_quantity input {
  width: 50%;

  text-align: center;

  margin: 0 5px;

  padding: 16px 10px;
}

.cart_submit .spbtn1 {
  background-color: transparent;

  margin: 20px 0;

  text-transform: uppercase;

  cursor: pointer;

  font-weight: 600;

  border: 1px solid #0083ca;

  padding: 14px 20px;

  letter-spacing: 2px;
}

.h_testi_box {
  padding: 0 100px;
}

.happy_testi .owl-nav .owl-prev,
.happy_testi .owl-nav .owl-next,
.sailing_slider .owl-nav .owl-prev,
.sailing_slider .owl-nav .owl-next {
  position: absolute;

  left: 50px;

  top: 50%;

  transform: translate(0, -100%);

  color: #717171 !important;

  font-size: 45px !important;
}

.feedback_testi .owl-nav .owl-prev,
.feedback_testi .owl-nav .owl-next {
  position: absolute;

  left: 6px;

  top: 50%;

  transform: translate(0, -50%);

  color: #000 !important;

  font-size: 30px !important;

  background: #ffffffcf !important;

  width: 30px;

  height: 30px;

  border-radius: 100px;
}

.feedback_testi .owl-nav .owl-next {
  left: auto;

  right: 6px;
}

.feedback_testi .owl-nav .owl-prev span,
.feedback_testi .owl-nav .owl-next span {
  position: relative;

  top: -5px;
}

.happy_testi .owl-nav .owl-next {
  left: auto;

  right: 50px;
}

.sailing_slider .owl-nav .owl-next {
  right: -30px;

  left: auto;
}

.sailing_slider .owl-nav .owl-prev {
  left: -30px;
}

.sailing_slider .owl-nav .owl-prev,
.sailing_slider .owl-nav .owl-next {
  font-size: 20px !important;
}

.happy_testi .owl-dots {
  margin-top: 22px;
}

.owl-carousel .owl-dots .owl-dot.active {
  opacity: 1;
}

.owl-carousel .owl-dots .owl-dot {
  background-color: #717171;

  padding: 7px !important;

  border-radius: 100%;

  margin: 0 5px;

  opacity: 0.5;
}

.feedback_testi .owl-nav,
.feedback_testi_botom .owl-nav,
.short_slider .owl-nav,
.sailing_slider .owl-dots,
div#big .owl-nav,
.tabset .tab-panel {
  display: none;
}

.feedback_testi {
  padding-bottom: 30px;
}

.owl-dots {
  margin-top: 10px;
}

.short_slider .owl-item img,
.sailing_slider .owl-carousel .owl-item img {
  display: inline-block !important;

  width: auto !important;

  max-height: 300px;

  height: 100%;
}

.sailing_area .bmx_jersey_center.text-center {
  padding: 0 50px;
}

#thumbs .item img {
  cursor: pointer;
}

.tabset > input[type="radio"] {
  position: absolute;

  left: -200vw;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2) {
  display: block;
}

.tabset > label {
  position: relative;

  display: inline-block;

  padding: 13px 14px;

  color: #000;

  font-weight: 500;

  cursor: pointer;

  margin: 0 -3px;

  width: 45%;

  border-radius: 4px 4px 0 0;

  border-bottom: 1px solid #000;

  transition: all 0.5s ease;
}

.tab-panels {
  padding: 50px 0 0;
}

.tabset > label:hover {
  background: #343434;

  color: #fff;
}

.tabset > input:focus + label,
.tabset > input:checked + label {
  background: #000;

  color: #fff;
}

.teamsport_box .all_pro_box {
  height: 140px;

  display: block;

  border-radius: 6px;

  overflow: hidden;
}

.teamsport_box .all_pro_box img {
  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: all 0.3s ease;
}

.teamsport_box .all_pro_box:hover img {
  transform: scale(1.1) rotate(1deg);
}

.bmx_area .all_pro_box {
  height: 260px;

  padding: 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  background-color: rgb(1 131 203 / 5%);

  border-radius: 6px;
}

.bmx_area .all_pro_box img {
  height: 100%;

  object-fit: contain;
}
.bmx_area .all_pro_box:hover img {
  filter: drop-shadow(10px 10px 11px black);
  transform: translateY(-5px) scale(1.2);
}

.grid-col-6 {
  display: grid;

  grid-template-columns: repeat(6, 1fr);

  grid-gap: 16px;
}

.design_box .bmx_box {
  border: 1px solid #eee;
}
.green-text {
  color: #00b100;
}
.higlighted-bold {
  font-weight: bold;
}
.design_box .bmx_box:not(:hover) {
  box-shadow: none;
}
.bmx_box a:hover img {
  filter: drop-shadow(10px 10px 10px black);
  transform: scale(1.2);
}

.hero_slider {
  height: 100%;
}

.hero_slider-item {
  height: 100%;

  position: relative;

  display: flex !important;
}

.hero_slider-item a {
  position: absolute;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  z-index: 2;
}

.hero_slider-item img {
  margin: 0 auto;

  max-width: 100%;
}

.hero_slider-item.has-overlay::before {
  content: "";

  position: absolute;

  width: 100%;

  height: 100%;

  background-color: #000000;

  opacity: 0.5;
}

.hero_slider .slick-arrow {
  width: 30px;

  height: 30px;

  z-index: 9;
}

.hero_slider .slick-arrow::before {
  font-size: 30px;
}

.hero_slider .slick-prev {
  left: 10px;
}

.hero_slider .slick-next {
  right: 10px;
}

.teamsport_box h2 {
  margin-bottom: 40px;
}
.product-code-table {
  width: 100%;
  margin-top: 16px;
  border-collapse: collapse;
}
.product-code-table th,
.product-code-table td {
  border: 1px solid #bdbcc2;
  padding: 5px;
  text-align: left;
}
@media screen and (max-width: 1362px) {
  .container {
    max-width: 1140px;
  }

  .form-group {
    width: 48%;
  }

  .form-group,
  .form-comm {
    padding: 0 5px;
  }

  .form-comm {
    width: 97%;
  }

  .designp_main .process_team_box img {
    max-height: 550px;
  }

  .process_team_box iframe {
    min-height: 430px;
  }

  /* .teamsport_box .bmx_box {

    margin: 2.5rem 0 0;

    padding: 0 8px;

    width: 14%;

  } */

  .mr-30 {
    margin-right: 0;
  }

  .spbtn1 {
    margin: 3px;
  }

  .spbtn1.mt-1 {
    margin-top: 1rem;
  }

  .size_area .bmx_jersey_center h4 {
    margin-bottom: 6px;
  }

  .sailing_area .bmx_jersey_center.text-center {
    padding: 0 35px;
  }

  .cart_social .mr-30 {
    margin-right: 20px;
  }
}

@media (max-width: 1199px) {
  .grid-col-5,
  .bmx_area .column {
    grid-template-columns: repeat(4, 1fr);

    grid-gap: 14px;
  }

  .bmx_area .all_pro_box {
    height: 200px;
  }

  .grid-col-6 {
    grid-template-columns: repeat(4, 1fr);

    grid-gap: 12px;
  }
}

@media screen and (max-width: 992px) {
  .container {
    max-width: 940px;

    padding: 0 8px;
  }

  .menu_image {
    background-size: cover;

    min-height: 160px;
  }

  /* .hsec_banner, */

  .about_banner,
  .inner_banner,
  .our_process_banner {
    height: 100%;

    min-height: 400px;
  }

  .t-40,
  .bmx_jersey_main h1 {
    font-size: 32px;
  }

  .hsec_custom h2 {
    line-height: 38px;

    margin: 10px 0;
  }

  .hsec_custom .my-5.py-5 {
    padding: 2rem 0;

    margin: 2rem 0;
  }

  .fo_newsletter .form-control {
    width: 55%;
  }

  .fo_newsletter button {
    padding: 8px;
  }

  .about_main {
    padding: 50px 0 !important;
  }

  .about_main .column.mb-5.pb-4 {
    padding-bottom: 0px !important;
  }

  .inner_banner h2 {
    font-size: 48px;

    padding: 10px;
  }

  .bmx_area {
    padding: 65px 0;
  }

  /* .bmx_box {

    width: 16%;

  } */

  .t-56,
  .t-42 {
    font-size: 36px;
  }

  .contact_main .d-flex {
    display: block;

    padding-bottom: 0px;
  }

  
  .contact_main .bmx_jersey_center,
  .contact_map iframe,
  .size_area .bmx_jersey_center {
    width: 100%;

    padding: 0px;
  }

  .contact_map {
    margin-top: 50px;
  }

  .contact_form.process_cont .lets_area {
    margin: 0 auto;

    width: 100%;
  }

  .contact_form form.pt-5 {
    padding-top: 2rem;
  }

  .my-7 {
    margin: 3rem 0;
  }

  .bmx_area .column.mt-5.pt-5,
  .feedback_area.pt-5 {
    padding-top: 0;
  }

  .testi_box {
    width: 22%;

    padding: 0 6px;
  }

  .feedback_area {
    padding-bottom: 60px;
  }

  .con_sub_main .lets_area {
    padding: 25px;
  }

  .process_cont .lets_area {
    margin: 60px auto;

    width: 80%;
  }

  .our_process_banner h2 {
    font-size: 50px;
  }

  .process_mid {
    padding: 30px 0;
  }

  .process_team_box img {
    height: 100%;

    min-height: 300px;
  }

  .shipping_banner {
    margin: 30px 0;
  }

  .get_in_area p {
    margin-bottom: 15px;
  }

  .featu_inner {
    width: 13%;

    padding: 0 8px;
  }

  .bmx_jersey_main h1 {
    line-height: normal;
  }

  .bmx_jersey_main p {
    margin: 10px 0 15px;
  }

  footer,
  .bmx_jersey_main {
    padding: 30px 0;
  }

  .bmx_jersey_mid form,
  .step_area {
    width: 100%;
  }

  .bmx_jersey_mid.mb-5.pb-5 {
    margin-bottom: 0;
  }

  .bmx_jersey_mid {
    padding: 20px 0 40px;
  }

  .step_area h3,
  .panel_area h3.mb-5 {
    margin-bottom: 20px;
  }

  .size_area {
    padding: 40px 0;
  }

  .size_area .d-flex {
    margin-top: 20px;

    display: block;
  }

  .size_area .bmx_jersey_center.ml-1 {
    margin: 20px 0;
  }

  .ml-2 {
    margin: 0;
  }

  .size_area .bmx_jersey_center .line-26.mt-1 {
    margin-bottom: 15px;
  }

  /* .teamsport_box .bmx_box {

    width: 22%;

  } */

  .owl-carousel.happy_testi .owl-nav {
    display: block !important;
  }

  .grid-col-5,
  .bmx_area .column {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .container {
    max-width: 720px;
  }

  .logosec .navbar-logo {
    width: 100%;

    height: 80px;

    background-size: contain;
  }

  li.subnav {
    padding: 5px 0 10px;

    margin-bottom: -1px;
  }

  .subnav-content {
    margin-top: 10px;
  }

  .subnav-content .subnav_mid {
    width: 40%;
  }

  /* .hsec_banner, */

  .about_banner,
  .inner_banner,
  .contact_banner,
  .design_process_banner,
  .our_process_banner,
  .shipping_banner {
    min-height: 300px;

    background-position: center center;
  }

  .hsec_banner h1 {
    font-size: 30px;
  }

  .t-40,
  .bmx_jersey_main h1,
  .t-42,
  .t-30 {
    font-size: 28px;
  }

  .trusted_box img,
  .foo_box {
    width: 100%;
  }

  footer .d-flex,
  .bmx_jersey_mid .d-flex,
  .designp_main .column .d-flex,
  .control_area .d-flex,
  .form-group.req_box,
  .process_team_area .column .d-flex,
  .process_area .d-flex,
  .get_in_area .teamsport_box,
  .teamsport_mid .d-flex {
    display: block;
  }

  footer h4 {
    margin-bottom: 10px;
  }

  footer ul {
    margin: 0 0 15px;
  }

  footer ul li a {
    margin-bottom: 6px;
  }

  .fo_newsletter {
    margin: 12px 0 25px;
  }

  .copyr {
    margin: 30px 0 10px;
  }

  .foo_box {
    padding: 0;
  }

  .cta_box,
  .custom_box {
    padding: 0 10px;
  }

  .bmx_jersey_center,
  .form-group,
  .form-comm {
    width: 100%;

    padding: 0;
  }

  .about_main .column.mb-5.pb-4 {
    margin-bottom: 15px;
  }

  .about_main h3 {
    margin: 15px 0 10px;
  }

  .inner_banner h2,
  .our_process_banner h2 {
    font-size: 36px;
  }

  .bmx_area {
    padding: 50px 0 40px;
  }

  .bmx_box h5 {
    font-size: 16px;

    margin: 10px 0 12px;
  }

  /* .bmx_box {

    width: 20%;

  } */

  a.spbtn,
  .spbtn {
    padding: 10px 20px !important;

    font-size: 15px;
  }

  .contact_main .spbtn {
    margin-top: 10px;
  }

  .contact_map {
    margin-top: 35px;
  }

  .form-group,
  .form-comm {
    display: flex;

    margin-bottom: 12px !important;
  }

  .cl_input,
  .designp_main .process_team_box,
  .control_box,
  .control_area .cta_box,
  .process_team_box,
  .shipping_main,
  select.cl_input {
    width: 100%;
  }

  .my-7 {
    margin: 1.5rem 0;
  }

  .feedback_area .color_blue.mb-5 {
    margin-bottom: 28px;
  }

  .testi_box {
    margin-bottom: 1.5rem;

    width: 28% !important;
  }

  .testi_box img,
  .feedback_area .all_pro_box img {
    height: 180px;
  }

  .feedback_box {
    padding: 15px;

    border: 2px solid #0083ca;

    margin: 0 5px;
  }

  .design_process_banner .hsec_box h2 {
    padding: 20px 40px;

    width: auto;
  }

  .designp_main {
    margin: 40px 15px;

    padding: 0px !important;
  }

  .designp_box {
    width: 320px;

    margin: 0 auto 40px;
  }

  .team_box h3,
  .team_box p,
  .team_box ul {
    padding: 0px;

    text-align: left;
  }

  .team_box hr {
    margin: 15px 0 20px;
  }

  .team_box ul {
    margin: 0 0 0 15px;
  }

  .designp_main .process_team_box {
    margin-bottom: 30px;
  }

  .designp_main .process_team_box img {
    min-height: 100%;
  }

  .process_team_box iframe {
    min-height: 411px;
  }

  .control_area .cta_box {
    padding: 0 0 30px;
  }

  .control_area .cta_box h3 {
    margin: 10px 0;
  }

  .process_cont .lets_area {
    margin: 20px auto 50px;

    width: 100%;
  }

  .control_area .d-flex {
    padding-top: 2rem;
  }

  .con_sub_main .lets_area {
    padding: 25px 0px;
  }

  .con_sub_main .lets_area form {
    padding: 30px 15px 0;
  }

  .con_sub_main .lets_area .text-center {
    padding: 0 15px;
  }

  .control_area .cta_box {
    margin: 0;

    border: none;
  }

  .feedback_area hr {
    margin-bottom: 45px;
  }

  .dragonboat_area {
    padding: 50px 0 15px;
  }

  .process_area {
    padding: 40px 0;
  }

  .process_area .mb-4 {
    margin-bottom: 1rem;
  }

  .process_team_area {
    padding: 40px 15px 0;
  }

  .process_team_area .process_team_box {
    margin-bottom: 25px;
  }

  .process_team_box img {
    min-height: 100%;
  }

  .process_cont .lets_area form.pt-5 {
    padding-top: 1.5rem;
  }

  .process_area .cta_box {
    width: 100%;

    padding: 0 0 20px;
  }

  .shipping_banner {
    margin: 20px 0;
  }

  .shipping_main .column .mb-5 {
    margin-bottom: 1.5rem;
  }

  .ship_fa3x {
    font-size: 2em;
  }

  .teamsport_box {
    padding: 30px 0 38px;
  }

  /* .teamsport_box .bmx_box {

    margin: 1.5rem 0 0;

    width: 26%;

  } */

  .teamsport_box .bmx_box .all_pro_box,
  .teamsport_mid .mb-4,
  .get_in_area .teamsport_box h3 {
    margin-bottom: 15px;
  }

  .teamsport_mid,
  .get_in_area {
    padding: 0 !important;
  }

  .teamsport_mid ul {
    margin: 15px 0 18px 20px !important;
  }

  .featu_main h2 {
    margin-bottom: 25px;
  }

  .featu_inner {
    width: 21%;

    margin-bottom: 15px;
  }

  .get_in_area .teamsport_box {
    padding: 25px 15px 10px;
  }

  .get_in_area p {
    margin-bottom: 10px;
  }

  .teamsport_mid a img {
    margin-top: 30px;
  }

  .t-19,
  .t-19 p,
  .h_testi_box p,
  .t-20,
  .bmx_jersey_main p,
  .design_box .bmx_box h4,
  .bmx_jersey_mid p {
    font-size: 16px;
  }

  .bmx_jersey_main {
    padding: 18px 0 0;
  }

  .bmx_jersey_mid .d-flex.mb-5 {
    margin-bottom: 0;
  }

  .bmx_jersey_mid .bmx_jersey_center ul {
    margin: 10px 0 20px 25px;
  }

  .bmx_jersey_mid {
    padding: 20px 0 30px;
  }

  .bmx_jersey_mid form {
    padding-top: 1.5rem;
  }

  /* .design_box .bmx_box {

    width: 19%;

  } */

  .bmx_jersey_center h3.mb-4 {
    margin-bottom: 10px;
  }

  .bmx_jersey_center .mt-5 {
    margin-top: 1rem;
  }

  .mob_mar {
    padding: 0 0 20px !important;
  }

  .mob_bot {
    padding: 0 0 40px !important;
  }

  .bmx_jersey_mid .bmx_jersey_center img {
    margin-top: 15px;
  }

  .about_main {
    padding: 30px 0 !important;
  }

  .about_main .d-flex.pb-5 {
    padding-bottom: 20px;
  }

  .testi_main {
    padding: 60px 0 35px;

    margin-bottom: 50px;
  }

  .h_testi_box {
    padding: 0 40px;
  }

  .happy_testi .owl-nav .owl-prev {
    left: -7px;
  }

  .happy_testi .owl-nav .owl-next {
    right: -7px;
  }

  .sailing_area .bmx_jersey_center.text-center,
  .sailing_content form {
    padding: 0;
  }

  .sailing_slider .owl-nav .owl-prev {
    left: -13px;
  }

  .sailing_slider .owl-nav .owl-next {
    right: -13px;
  }

  .sail_bredcrumbs p {
    margin-bottom: 0px;
  }

  .sailing_content {
    padding: 20px 0 0;
  }

  .sailing_content ul.pb-4 {
    padding-bottom: 0px !important;
  }

  .bmx_jersey_center.text-center .panel_right hr {
    display: none;
  }

  .ml-1 {
    margin: 0;
  }

  .spbtn1 {
    margin: 10px 3px 0;
  }

  .hero_slider .slick-arrow::before {
    font-size: 20px;
  }

  .grid-col-5,
  .bmx_area .column {
    grid-template-columns: repeat(2, 1fr);
  }

  /* .teamsport_box .all_pro_box {

    height: 100px;

  } */

  .teamsport_box .bmx_box {
    padding: 6px 5px 10px;
  }

  .teamsport_box h2 {
    margin-bottom: 25px;
  }

  .bmx_area .all_pro_box {
    height: 180px;
  }

  .grid-col-6 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: 100%;
  }

  body,
  .t-20,
  .bmx_jersey_main p {
    font-size: 16px;
  }

  /* .logosec .navbar-logo {

    height: 40px;

    margin: 5px auto;

  } */

  .logosec .navbar-nav a {
    margin: 0 10px;
  }

  .topbar a {
    margin: 0 3px;
  }

  .subnav-content .subnav_mid {
    width: 93%;

    float: none;

    min-height: 100%;

    border: none;

    padding: 10px;
  }

  li.subnav .py-3 {
    padding: 10px 0;
  }

  .subnav-content .subnav_mid ul li a {
    margin: 0 4px 5px;
  }

  .subnav-content .subnav_mid .mb-1 {
    margin-bottom: 10px;
  }

  .hsec_banner h1 {
    font-size: 18px;
  }

  .hsec_banner h3 {
    font-size: 16px;
  }

  .hsec_banner p {
    font-size: 14px;
  }

  /* .hsec_banner, */

  .about_banner,
  .inner_banner,
  .contact_banner,
  .design_process_banner,
  .our_process_banner,
  .shipping_banner {
    min-height: 180px;
  }

  .hsec_box {
    padding: 0 10px;
  }

  .cta_box,
  .custom_box,
  .featu_inner {
    width: 100%;

    padding: 0;
  }

  .hsec_cta .d-flex,
  .teamsport_box .bmx_box .all_pro_box {
    display: block;
  }

  .bor_cta {
    border: none;

    padding: 8px 0;

    border-top: 1px solid rgba(255, 255, 255, 0.2);

    border-bottom: 1px solid rgba(255, 255, 255, 0.2);

    margin: 8px 0;
  }

  .hsec_cta {
    padding: 15px 0;
  }

  .hsec_custom,
  .hsec_trusted {
    padding: 40px 0;
  }

  .hsec_custom h2 {
    line-height: normal;
  }

  .t-40,
  .bmx_jersey_main h1,
  .t-25,
  .t-42 {
    font-size: 23px;
  }

  .hsec_custom .my-5.py-5 {
    padding: 0;

    margin: 2rem 0 3rem;

    display: block;
  }

  .custom_box h5 {
    margin: 12px 0 20px;
  }

  .mb-5 {
    margin-bottom: 2rem;
  }

  .mb-4 {
    margin-bottom: 1rem;
  }

  .trusted_box {
    width: 35%;

    padding: 0 10px;
  }

  .about_main {
    padding: 35px 0;
  }

  .t-30 {
    font-size: 22px;
  }

  .pb-5 {
    padding-bottom: 2rem;
  }

  .pt-5 {
    padding-top: 2rem;
  }

  .bmx_jersey_mid p,
  .bmx_jersey_mid ul,
  .teamsport_mid ul {
    line-height: 1.3;
  }

  .inner_banner .hsec_box {
    padding: 0px;
  }

  .inner_banner h2 {
    font-size: 24px;
  }

  .bmx_area {
    padding: 40px 0 25px;
  }

  .mt-5 {
    margin-top: 2rem;
  }

  .bmx_jersey_mid ul,
  .teamsport_mid ul {
    margin: 16px 0 0 20px;
  }

  .color_chart_img img {
    margin-top: 20px;

    width: 100%;
  }

  .bmx_jersey_mid {
    padding: 20px 0 40px;
  }

  .py-5 {
    padding: 2rem 0;
  }

  .t-56,
  .our_process_banner h2 {
    font-size: 28px;
  }

  .cl_input {
    padding: 12px;
  }

  .feedback_area .color_blue.mb-5 {
    margin-bottom: 15px;
  }

  .testi_box {
    width: 100% !important;

    padding: 0;

    margin-bottom: 1rem;
  }

  .testi_box img,
  .feedback_area .all_pro_box img {
    height: 250px;
  }

  .feedback_box {
    margin: 0 0 15px;
  }

  .feedback_area {
    padding-bottom: 40px;
  }

  .design_process_banner .hsec_box h2 {
    padding: 15px 18px;
  }

  .designp_box,
  .dragonboat_area .bmx_box,
  .teamsport_box .bmx_box,
  .design_box .bmx_box {
    width: 100%;
  }

  hr {
    margin: 15px 0;
  }

  .t-36 {
    font-size: 26px;
  }

  .process_team_box iframe {
    min-height: 180px;
  }

  .control_area .cta_box {
    padding: 0 0 20px;
  }

  .dragonboat_area .bmx_box h5 {
    margin: 10px 0 15px;
  }

  .dragonboat_area a.spbtn {
    display: inline-block !important;
  }

  .feedback_area hr {
    margin: 0 0 38px;
  }

  .process_area .mb-4 {
    margin-bottom: 10px;
  }

  .process_area .cta_box {
    padding: 0 0 15px;
  }

  .shipping_banner {
    margin: 10px 0;
  }

  .mb-1 {
    margin-bottom: 0.5rem;
  }

  .accordion_contant {
    padding: 10px;
  }

  .shipping_main {
    padding: 20px 0 45px;
  }

  .hsec_banner h1.py-3 {
    padding: 8px 0;
  }

  .teamsport_main {
    margin: 40px 0;
  }

  .teamsport_box {
    padding: 20px 10px 12px;
  }

  /* .teamsport_box .bmx_box, */

  .feedback_testi {
    padding: 0;
  }

  .featu_main h2 {
    margin-bottom: 20px;
  }

  .py-3 {
    padding: 0rem 0 10px;
  }

  .h_testi_box p.py-3 {
    padding: 10px 0;
  }

  .spbtn1 {
    padding: 8px 15px;

    line-height: normal;
  }

  .bmx_jersey_mid ul.chamois_box li ul {
    margin: 10px 0 15px 10px;
  }

  .bmx_jersey_mid .lets_area p br,
  .feedback_testi .owl-dots {
    display: none;
  }

  .mt-4 {
    margin-top: 1rem;
  }

  .pb-4 {
    padding-bottom: 1rem !important;
  }

  .testi_main {
    padding: 50px 0 40px;

    margin-bottom: 50px;
  }

  .contact_main p {
    margin-bottom: 10px;
  }

  .feedback_testi .owl-nav {
    display: block !important;
  }

  .owl-carousel .owl-dots .owl-dot {
    padding: 6px !important;

    margin: 0 2px;
  }

  .tabset > label {
    padding: 10px 0px;

    margin: 0px;

    width: 100%;
  }

  .tab-panels {
    padding: 25px 0 0;
  }

  .h_testi_box {
    padding: 0 18px;
  }

  .bmx_jersey_mid.mb-5 {
    margin-bottom: 0;
  }

  .sailing_slider .owl-nav .owl-prev,
  .sailing_slider .owl-nav .owl-next {
    font-size: 15px !important;

    transform: translate(0, -50%);
  }

  .sailing_slider .owl-nav .owl-prev {
    left: -10px;
  }

  .sailing_slider .owl-nav .owl-next {
    right: -10px;
  }

  .hero_slider .slick-arrow {
    width: 20px;

    height: 20px;
  }

  .hero_slider .slick-prev {
    left: 0;
  }

  .hero_slider .slick-next {
    right: 0;
  }

  .grid-col-5,
  .bmx_area .column {
    grid-gap: 10px 6px;
  }

  .teamsport_box .all_pro_box {
    height: 100px;
  }

  .teamsport_box h2 {
    margin-bottom: 15px;
  }

  .bmx_box {
    padding: 6px 6px 10px;
  }

  .grid-col-6 {
    grid-template-columns: repeat(2, 1fr);
  }
}
