/* 

Font Families

font-family: 'Winner-CompRegular';
font-family: "Titillium Web", sans-serif;

*/

* {
    padding:0px;
    margin:0px;
}
a:focus {
    outline: none !important;
}
.container  {
    max-width: 1700px !important;
}

ul {
    margin:0 !important;
    padding:0;
}
body {
    margin-bottom: 0px !important;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5 {
  font-family: 'Winner-CompRegular';
}
p, span, a {
  font-family: "Titillium Web", sans-serif;
}
header.entry-header {
    display: none;
}
.subheader header.entry-header {
    display: block;
}
.entry-content {
    margin-top: 0px;
}
.page {
    margin-bottom: 0px !important;
}
.widget {
    margin-bottom:0px !important;
}
a {
    text-decoration: none !important;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  .rotating {
    -webkit-animation: rotating 10s linear infinite;
    -moz-animation: rotating 10s linear infinite;
    -ms-animation: rotating 10s linear infinite;
    -o-animation: rotating 10s linear infinite;
    animation: rotating 10s linear infinite;
    margin-bottom: 0px !important;
    position: relative;
    z-index: 2;
  }
/* ***** ScrollBar CSS Start ******* */

body {
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
  }
  /* Define custom scrollbar styles */
  ::-webkit-scrollbar {
    width: 12px;
  }
  ::-webkit-scrollbar-thumb {
    background-color: #003C72;
  }


/* ***** ScrollBar CSS End ******* */
button#bottom_to_top {
  position: fixed;
  bottom: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 999;
  background: #12b5e8;
  border-radius: 50px;
  color: #fff;
  border: 1px solid #00c2ff;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all linear .25s;
  cursor: pointer;
  padding: 0 !important;
}
/* ***** Header CSS Start ******* */
.top-head-left {
  display: flex;
  align-items: center
}
.top-site-name {
    padding-right: 30px !important;
}
.top-site-name p {
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 28px;
}
.top-head-left div:last-child {
  padding-right: 0
}

.top-head-left div i {
  color: #ffffff;
  padding-right: 5px;
  font-size: 15px;
}
.top-head-left .top-email::after {
    content: "|";
}
.top-email::after {
    padding: 0px 10px;
}
.top-head-left div a, .top-head-left div {
    color: #fff;
    font-size: 16px;
    display: flex;
    position: relative;
    align-items: center;
}
ul#top-head-menu li a {
    color: #fff;
}
ul#top-head-menu li {
    display: flex;
}
ul#top-head-menu li::after {
    content: "|";
    color: #fff;
    padding: 0px 8px;
}
ul#top-head-menu li:last-child::after {
    display: none;
}
ul#top-head-menu li:last-child {
    border: none;
}
.search-box {
    width: 100%;
    max-width: 270px;
    background: #fff;
    padding: 3px;
    border-radius: 20px;
    margin-right: 10px;
    margin-left: 10px;
}
.search-box form.is-form-id-95 input {
    border: none !important;
    box-shadow: none !important;
    border-radius: 20px !important;
}
.search-box input.is-search-submit {
    background: #031F4E !important;
    color: #fff !important;
    padding: 0px 15px !important;
}
.search-box input.is-search-submit:hover {
    background: #ed3237 !important;
} 
.top-head-left div a {
  transition: all ease 500ms
}

.top-head-left div a:hover {
  transition: all ease 500ms;
  text-decoration: none;
  color: #65bcff
}
.top-head-right {
  display: flex;
  align-items: center;
  justify-content: end
}

.top-head-social ul {
  display: flex;
  list-style: none
}

.top-head-social ul li {
  padding: 0 5px
}

.top-head-social ul li a {
    font-size: 18px;
    padding: 5px;
    width: 32px;
    height: 32px;
    display: flex;
    border: 2px solid;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    transition: all ease 300ms;
    color: #fff;
}
.top-head-social ul li a:hover {
    background: #031f4e;
    border-color: #031f4e;
    transition: all ease 500ms;
}
header#masthead {
  position: relative;
  top: 0;
  z-index: 2;
}
.top-header {
    padding: 8px 0px;
    background: linear-gradient(90deg, rgba(3, 31, 78, 1) 41%, rgba(237, 50, 55, 1) 0%);
}
.top-header .row {
  align-items: center;
}
ul#primary-menu li:last-child:hover ul.sub-menu {
    right: 0;
    left: auto;
}
.main-header {
    padding: 15px 0px;
    background: #031f4e;
    position: relative;
}
.site-branding.logo {
    position: absolute;
    top: -30px;
}
.main-navigation ul {
  display: flex;
  justify-content: end;
}
ul#primary-menu li {
    padding-right: 35px;
}
ul#primary-menu li:last-child {
    padding-right: 0px;
}
.main-header .container .row {
  justify-content: start;
  align-items: center;
}
ul#primary-menu {
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
}
ul#primary-menu li a, .footer-nav ul.menu li a, .footer-contacts ul li a, .top-head-menu a {
  color: #ffffff;
  transition: all ease 500ms;
  display: inline-block;
  font-size: 20px;
  line-height: normal;
}
ul#primary-menu li a::after,
.footer-nav ul.menu li a::after,
.footer-contacts ul li a::after,
.footer-contact-details a::after,
.top-head-menu ul li a::after,
.top-head-menu a::after {
  content: '';
  display: block;
  width: 0;
  height: 3px;
  background: #ed3237;
  transition: width 0.3s;
}
.footer-nav ul.menu li a:hover {
  color:#fff !important;
}
ul#primary-menu li.current-menu-item a {
  border-bottom: 3px solid #ed3237;
  color: #ffffff;
}
ul#top-head-menu li.current-menu-item a {
  border-bottom: 3px solid #031F4E;
}
ul#primary-menu li.current-menu-item a::after,
ul#top-head-menu li.current-menu-item a::after {
  display: none;
}
ul#primary-menu li a:hover::after,
.footer-nav ul.menu li a:hover::after,
.footer-contacts ul li a:hover::after,
.footer-contact-details a:hover::after,
.top-head-menu ul li a:hover::after,
.top-head-menu a:hover::after {
  width: 100%
}

ul#primary-menu li a:hover,
.footer-nav ul.menu li a:hover,
.footer-contacts ul li a:hover,
.top-head-menu ul li a:hover,
.top-head-menu a:hover {
  color: #fff;
  display: inline-block;
}
.top-head-menu a::after {
    background: #031f4e;
}
.top-head-left div a:hover {
    color: #ed3237;
}
.top-head-menu a {
    color: #fff;
    font-size: 15px;
    text-align: right;
    font-weight: 700;
    padding-right: 14px;
}
.top-head-menu {
    width: auto;
}
.subheader {
    text-align: center;
    font-family: 'Winner-CompRegular';
    padding: 220px 30px;
    background-blend-mode: overlay;
    background-color: #00000099;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/program-banner.jpg);
}
.subheader h1 {
    color: #fff;
    font-size: 90px;
    font-weight: 900;
    letter-spacing: 3px;
}
.main-navigation ul ul a {
    width: 200px;
}
ul.sub-menu {
    display: block;
    background: #fff;
    border: none;   
    padding-top: 0px !important;
    top: 30px !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) !important;
}
ul.sub-menu li {
    padding-right: 0px !important;
    background: #fff;
}
ul.sub-menu li:last-child a {
    border: none;
}
ul.sub-menu li a:hover {
    background: #031f4e;
    color: #fff !important;
}
ul.sub-menu ul {
    left: 200px !important;
    position: absolute;
    display: none;
    top: 0px !important;
}
ul.sub-menu li:after {
    display: none;
}
ul.sub-menu li a {
    padding: 12px 15px !important;
    border-bottom: 1px solid #eaeaea;
    line-height: normal;
    font-size: 14px;
    font-weight: 400;
    color: #000 !important;
}
ul.sub-menu li a::after {
    bottom: 0px !important;
    position: absolute;
    left: 0px;
}
ul.sub-menu li.current-menu-item a {
    border-bottom: 2px solid #B88975;
    color: #fff !important;
    background: #031f4e !important;
}
li#menu-item-572:last-child:hover ul.sub-menu {
    right: auto !important;
}
.winner-font-text {
    font-family: 'Winner-CompRegular' !important;
    letter-spacing: 5px !important; 
}
span.font-text {
	font-weight:900;
    color: #9f0621 !important;
    font-size: 50px !important;
}
/* ***** Header CSS End ******* */

/*********** Home Page CSS Start ********/
.ycd-simple-timer-dots {
    display: none;
}

.ycd-simple-current-unite {
    padding: 0px 15px;
}

.ycd-simple-countdown-time.ycd-simple-countdown-number {
    background: #031F4E;
    width: 70px;
    height: auto !important;
    color: #fff;
    display: flex;
    justify-content: center;
    font-size: 65px !important;
    font-weight: 500;
    align-items: center;
    line-height: normal;
    font-family: "League Gothic", sans-serif;
}
.ycd-simple-timer-dots {
    display: none !important;
}
.count-down-row {
    padding-top: 50px;
    padding-bottom: 20px;
}
.count-down-row h2 {
    letter-spacing: 0px;
}
.count-down-row .big-heading {
    font-weight: 600 !important;
    margin-bottom: 20px;
    font-size: 36px;
    font-family: 'Titillium Web' !important;
}
.ycd-simple-countdown-label {
    font-size: 20px !important;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Titillium Web';
    padding-top: 6px;
}
/* .mid-count-col .vc_column-inner .wpb_wrapper {
    background: #ED3237;
    padding-top: 15px;
    padding-bottom: 25px;
} */
/* .mid-count-col .vc_column-inner h2, .mid-count-col .vc_column-inner div {
    color: #fff;
} */
/* .mid-count-col .vc_column-inner .ycd-simple-countdown-time.ycd-simple-countdown-number {
    background: transparent;
    border: 1px solid #fff;
} */
.count-down-box .wpb_wrapper {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.count-down-row .mid-count-col .vc_column-inner {
    padding: 0px !important;
}
.about-hockey-row p {
    color: #fff;
}
.about-hockey-row {
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/Rectangle-12.png),
    url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/Rectangle-13.jpg);
    background-repeat: no-repeat;
    background-position: 0px 100px, 100% -250px;
    background-size: 60%, 25%;
}
.about-hockey-row .theme-img {
    margin-top: 30px;
}
.about-hockey-row .big-heading {
    font-family: 'Winner-CompRegular' !important;
    letter-spacing: 3px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.programs-row .big-heading {
    padding-bottom: 20px;
}
.programs-row {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/blue-brush-img.png),
    url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/red-brush-img.png);
    background-repeat: no-repeat;
    background-size: 50%, 50%;
    background-position: -30% center, 130% center;
}
a.program-url {
    background: #031F4E;
    display: block;
    color: #fff !important;
    padding: 25px;
    transition: all ease 500ms;
}
.program_thumbnail {
    margin: 15px 0px;
}
.programs_main .col-md-3 {
    padding: 0px 8px;
}
a.program-url:hover {
    background: #ed3237;
}
a.program-url:hover span.program-url-btn {
   background: transparent;
    transition: all ease 500ms;
    border: 1px solid #fff;
    color: #fff;
}
.program_content {
  margin-bottom:20px;
}
a.program-url .program_title {
    font-family: 'Winner-CompRegular';
    font-size: 45px;
    line-height: normal;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
a.program-url .program_except {
    line-height: normal;
    font-size: 17px;
    display: flex;
}
a.program-url .program-url-btn {
    background: #fff;
    color: #031f4e;
    padding: 5px 15px;
    border-radius: 30px;
    border: 1px solid #fff;
    transition: all ease 500ms;
    display: inline-flex;
    line-height: normal;
    align-items: center;
}
a.program-url .program-url-btn i {
    padding-left: 5px;
}
.programs_main .col-md-3:first-child, .programs_main .col-md-3:nth-child(3) {
    padding: 0px 8px;
    display: flex;
    flex-direction: column-reverse;
}
.programs_main .col-md-3:nth-child(2) .program_thumbnail,
.programs_main .col-md-3:nth-child(4) .program_thumbnail {
    margin-top: 0px !important;
}


.shop_banner{
	background: url( https://metrojets.wpenginepowered.com/wp-content/uploads/2025/06/T-shirt-Banner.jpg ) no-repeat center center;
	padding: 320px 0;
}


.player-heading span {
    font-family: 'Titillium Web' !important;
    font-size: 91px;
    text-transform: uppercase;
    letter-spacing: 0px;
}
.potm_title {
    font-size: 54px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 30px;
    font-weight: 700;
    font-family: 'Titillium Web';
}
.player-heading h2 {
    font-size: 180px;
    color: #fff;
    font-family: 'Winner-CompRegular';
    font-weight: 900;
    display: grid;
    letter-spacing: 5px;
}
.potm_title {
    font-size: 54px;
    color: #fff;
    text-transform: uppercase;
    line-height: normal;
    margin-top: 35px;
    font-weight: 700;
    font-family: 'Titillium Web';
    margin-bottom: 10px;
}

.potm_performance ul {
    padding: 20px;
    display: flex;
    list-style: none;
}

.potm_performance ul li span {
    width: 100%;
    display: block;
    font-size: 36px;
    font-family: 'Winner-CompRegular';
}

.potm_performance ul li {
    text-align: center;
    font-size: 78px;
    line-height: normal;
    color: #fff;
    font-family: 'Winner-CompRegular';
    font-weight: 700;
    padding: 0px 40px;
    margin-top: -20px;
}
.potm_performance {
    background: #031F4E;
    display: inline-block;
    border-radius: 20px;
}
a.potm-url-btn {
    background: #ED3237;
    color: #fff;
    padding: 7px 25px;
    border-radius: 30px;
    border: 2px solid #fff;
    display: inline-flex;
    line-height: normal;
    align-items: center;
    font-size: 20px;
    transition: all ease 500ms;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 30px;
}
a.potm-url-btn i {
    padding-left: 10px;
}

a.potm-url-btn:hover {
    background: #fff;
    color: #ED3237;
    border-color: #ED3237;
}
.detail-box {
    width: 100%;
    max-width: 800px;
}
.potm_main {
    display: flex;
    justify-content: center;
    align-items: center;
}
.potm_row {
    padding-top: 20px;
    padding-bottom: 35px;
}
.kid-club-img {
    padding-top: 40px;
}
.kid-club-row {
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/Rectangle-37.png),
    url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/Rectangle-38.png);
    background-position: -5% 0%, 104% 50px;
    background-repeat: no-repeat;
    overflow: visible !important;
    z-index: 2;
}

.kid-club-row .theme-content span.designation {
    font-weight: 600;
    font-size: 24px;
}

.kid-club-row .theme-content span.more-info {
    font-size: 32px;
    font-weight: 600;
}

.kid-club-row .theme-content p {
    margin-bottom: 0px;
}

.kid-club-row .theme-content p:first-child {
    padding-bottom: 35px;
    font-weight: 600;
    font-size: 24px;
}

.kid-club-row .theme-content h2 {
    font-weight: 600;
    font-size: 46px;
    margin-bottom: 0px;
}
.kid-club-row .big-heading {
    margin-bottom: 30px;
    letter-spacing: 6px;
}
.testimonial-row {
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/testimonial-bg-img.jpg);
    background-position: bottom left;
    overflow: visible !important;
	background-repeat:no-repeat;
	background-size: cover;
	background-color: #ed3338;
}
.inner-left-row {
    width: 100%;
    margin: 0 auto !important;
    max-width: 630px;
    padding: 50px 20px;
    margin-right: 2% !important;
}
.testimonial-img {
    margin-bottom: 0px !important;
    padding-right: 90px;
}
.testimonial-img {
    margin-top: -70px;
} 
.red-brush-sec
 {
    overflow: visible !important;
    z-index: 1;
}
.red-brush-img {
    position: absolute;
    width: 420px;
    top: -170px;
    overflow: visible !important;
    right: -80px;
}
.vp-portfolio__item-meta {
    background: #031f4e;;
}
figcaption.vp-portfolio__item-caption.vp-portfolio__item-caption-text-align-center {
    background: #031f4e;;
}
h2.vp-portfolio__item-meta-title a {
    font-family: 'Winner-CompRegular';
    font-size: 32px;
	color:#fff !important;
}
.blog-row {
    padding-top: 60px;
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/Rectangle-12.png);
    background-repeat: no-repeat;
    background-position: -1100px -680px;
}
.blog-thumbnail {
    width: 30%;
    position: relative;
}
.blog-content {
    width: 70%;
    padding-left: 25px;
}
.blog-box {
    display: flex;
}
.blog-thumbnail .date {
    position: absolute;
    background: #031f4e;
    color: #fff;
    padding: 8px 20px;
    font-family: 'Winner-CompRegular';
    font-size: 25px;
    margin: 10px;
}
.quote {
    font-size: 200px;
    font-family: 'Winner-CompRegular';
    margin-top: 40px;
    font-weight: 100;
    position: absolute;
}
.right-quote {
    right: 0;
}
.note-box {
    line-height: normal;
    font-style: italic;
    background: #031f4e;
    padding: 12px;
    border-radius: 8px;
    color: #fff;
}
.about-row-box2 {
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/Rectangle-37.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 420px;
	margin-bottom:50px;
}
.make-payment-row {
    background-blend-mode: multiply;
    background-color: #ed3237;
    padding-bottom: 80px;
    background-attachment: fixed;
}
.make-payment-row h2 {
    color: #fff !important;
}
.make-payment-row p {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}
.make-payment-row .theme-btn a {
    border: 3px solid #fff !important;
}
/********* Home Page CSS End *********/




/* ***** Footer CSS Start ******* */

footer#colophon {
    padding-top: 75px;
    background: #151515;
}
span.footer-copyright {
  color: #fff;
}
span.footer-copyright a {
    color: #fff;
    transition: 0.5s all ease;
}

span.footer-copyright a:hover {
    color: #ed3237;
}
.footer-logo img {
  width: 100%;
  max-width: 220px;
  margin-bottom: 20px;
}
.about_company p {
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.footer-navigation h2,
.get_in_touch h2 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer-nav ul.menu {
    list-style: none;
    line-height: normal;
/*     column-count: 2;
    column-gap: 80px; */
}
.footer-nav ul.menu li {
  margin-top: 0px;
  margin-bottom: 7px;
}
.footer-nav ul.menu li a {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 5px;
}
.footer-nav ul.menu li:last-child a {
  margin-bottom: 0px;
}
footer#colophon .row {
  padding-bottom: 60px;
}
.big-heading {
    font-weight: 700 !important;
    font-family: 'Winner-CompRegular' !important;
    letter-spacing: 5px;
}
footer#colophon form#gform_1 .gform-footer.gform_footer.top_label {
  margin-top: 15px;
}
footer#colophon div#gform_fields_1 {
  column-gap: 0px;
  border: 2px solid #fff;
  border-radius: 10px;
}
footer#colophon form#gform_1 label {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer#colophon .gfield_required_asterisk {
  font-size: 18px;
}
footer#colophon p.gform_required_legend {
  display: none;
}
footer#colophon input#input_1_1 {
    border-radius: 0px;
    font-size: 20px;
    line-height: normal;
    padding: 30px 24px;
    letter-spacing: 1px;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: transparent;
    color: #fff;
}
footer#colophon input#gform_submit_button_1 {
    background: #ed3237;
    padding: 15px 7px;
    border: none !important;
    color: #fff;
    font-size: 22px;
    line-height: normal;
    box-shadow: none;
    transition: all ease 500ms;
    font-weight: 700;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
footer#colophon input#gform_submit_button_1:hover {
    background: #031F4E;
    color: #ffffff;
}
footer#colophon footer .top-social-icons ul {
  justify-content: start;
}
footer#colophon section#text-3 p {
  color: #fff;
  line-height: normal;
  font-size: 16px;
}
.get_in_touch .top-social-icons ul {
  justify-content: start;
}
div#gform_wrapper_1 h2 {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
}
input#input_1_1:focus {
    outline: none;
}
.footer-contact-details i {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-contact-details div {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  color:#fff;
  font-size:18px;
  line-height: normal;
}
.footer-contact-details a {
  color: #fff !important;
  line-height: normal;
}
form#gform_1 {
  margin-bottom: 15px;
}
.get_in_touch .top-head-social ul li a {
  width: 38px;
  height: 38px;
  font-size: 18px;
}
.get_in_touch .top-head-social ul li a:hover {
    background: #ed3237;
    border-color: #ed3237;
}
.get_in_touch .top-head-social {
  display: flex;
  justify-content: start;
  margin-top: 30px;
}
.copyright-footer {
    background: #031f4e;
    padding: 20px 15px;
    text-align: center;
    font-size: 20px;
}
.about_company {
    padding-right: 35px;
}
/* ***** Footer CSS End ******* */
/* Testimonial Section CSS Start */
.quote-left {
  width: 100%;
  max-width: 50px;
  position: absolute;
  right: 20px;
  top: 5px;
}
.testimonials-container {
  margin-top: 30px;
  z-index: 1;
}
.testimonials-img-name {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.testimonials-img-name img {
  width: 140px;
}
.testimonials-name {
    font-size: 46px;
    color: #fff;
    font-weight: 600;
    line-height: normal;
    font-family: 'Winner-CompRegular';
    letter-spacing: 2px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.testimonials-desgination {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}
.testimonial-btns button.slick-prev {
  left: inherit;
  z-index: 2;
  right: 80px;
}
.testimonial-btns button.slick-next {
  left: inherit;
  z-index: 2;
  /* top: 220px; */
  right: 76px;
}
.testimonial-sec-row {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(184, 137, 116, 1) 100%);
  padding-top: 30px;
  padding-bottom: 100px;
}
.testimonial-img {
    bottom: 0;
    position: absolute;
}
.ratings {
  letter-spacing: 4px;
  color: #FCE340;
  margin-top: 15px;
}
.testimonial-inner .testimonial-content {
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    position: relative;
    width: 100%;
    max-width: 640px;
    font-family: 'Titillium Web';
    font-weight: 600;
    letter-spacing: 2px;
}
.sub-heading {
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
}
.testimonial-content span {
    position: absolute;
    left: 0;
    font-size: 45px;
}
.testimonial-content p {
    padding: 0px 70px;
    padding-top: 30px;
    padding-right: 0px;
}
.testimonial-content span:last-child {bottom: -10px;left: 93%;}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  left: 0;
  text-align: left !important;
}
.slick-dots li {
    height: 10px !important;
    transition: background 0.3s;
    margin: 0px !important;
    margin-right: 8px !important;
}

.slick-dots li.slick-active button {
    background: #ff7e82 !important;
}

.slick-dots li button {
    width: 20px !important;
    height: 10px !important;
    color: #ffffff !important;
    background: #ffffff !important;
}
.slick-dots li button:before {
  content: "" !important;
}
/* Testimonial Section CSS End */


/***** Blog Section CSS Start *******/

.blog-thumbnail iframe {
  border-radius: 20px;
  margin-bottom: 15px !important;
  height: 330px;
}
.blog-thumbnail img {
    margin-bottom: 20px !important;
}
p.blog_excerpt {
    line-height: normal;
    font-size: 20px;
}

a.blog_link {
    color: #ed3338;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    transition: all ease 500ms;
}

a.blog_link:hover {
    transition: all ease 500ms;
    color: #031f4e;
    letter-spacing: 2px;
}
.blog-thumbnail .date span {
    display: block;
    text-align: center;
}

.blog-thumbnail .date .max-date {
    font-family: 'Winner-CompRegular';
    font-size: 38px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 30px;
}
.blog-thumbnail .date .month {
    font-size: 18px;
    font-family: 'Titillium Web';
    line-height: normal;
    padding-top: 5px;
    font-weight: 600;
}
h3.blog_title {
    color: #031f4e;
    font-weight: 700;
    font-size: 30px;
    margin: 10px 0px;
    margin-bottom: 15px;
    margin-top: 0px;
    font-family: 'Titillium Web';
}
p.blog_excerpt {
    line-height: normal;
    font-size: 20px;
}
button.slick-arrow {
  background: #1c3a4b !important;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  transition: all ease 500ms;
  z-index: 1;
  top: 35%;
}
.slick-prev {
  left: -15px !important;
}
.slick-next {
  right: -15px !important;
}
button.slick-arrow::before {
  font-size: 38px;
  opacity: 1;
}
button.slick-arrow:hover {
  transition: all ease 500ms;
  background: #28536c !important;
}
.blog-rows .big-heading {
  font-size: 66px;
  margin-bottom: 50px;
  margin-top: 80px !important;
  font-weight: 600 !important;
  color: #1C3A4B;
}
/****** Blog Section CSS End ********/

/*---------- blog Page start ----------*/

.pagination li a,.pagination li a:hover,.pagination li.active a,.pagination li.disabled {
    color: #fff;
    text-decoration: none
}

.pagination li {
    display: inline
}

.pagination li a,.pagination li a:hover,.pagination li.active a,.pagination li.disabled {
    background-color: #031f4e;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: .75rem;
    display: block
}

.pagination li a:hover, .pagination li.active a {
    background-color: #ed3237;
}

.pagination ul {
    display: flex;
    margin: 15px auto;
    font-family: 'Barlow'
}

.pagination ul li {
    margin: 3px
}

.navigation.pagination {
    margin-bottom: 35px;
    margin-top: 30px;
    width: 100%;
    justify-content: center
}

.navigation.pagination ul li a {
    font-size: 20px;
    padding: 20px 20px;
    border-radius: 30px
}
.isotope-item {
  margin-top: 60px;
  padding-right: 50px !important;
}
.post-title-bg h2 {
  color: #000000 !important;
  font-size: 36px;
  font-weight: 600 !important;
  margin: 30px 0px;
}
#text-6 h2.widget-title{
  font-size: 25px;
  color: #194588;
  text-align: left;
  font-weight: 700;
  font-style: normal;
margin-left: -12px !important;
}

span.blog-title {
  font-size: 20px;
  font-weight: 600;
display: block;
margin-bottom: 10px !important;
}

span.blog-title a {
  color: #000000 !important;
  transition: linear all .25s;
}

span.blog-title a:hover {
  opacity: .7 !important;
}

.blog_page_read_more {
  margin-top: 10px;
margin-bottom:10px;
}

.blogImage {
  border: 1px solid #cccdcd;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  background: #ebebeb;
}

.blogBox.style3 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.blogPage.style8 .blogBox.style3 .blogImage {
  width: 33%;
}

.blogBox.style3 .blogImage {
  float: left;
  margin: 0 0 0 0;
  width: 25%;
}
.blogImage {
  border: 1px solid #cccdcd;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  background: #ebebeb;
}

.zoom {
  position: relative;
  overflow: hidden;
}

.zoom img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 230px;
  object-fit: cover;
width:100%;
}

.zoom:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blogDate {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 39px;
  background: #455a64;
  color: #fff;
  padding: 10px 13px;
  text-align: center;
}
body.single-post .blogDate {
  position: absolute;
/*   left: 25px;
  top: 10px; */
  z-index: 1;
  width: 45px;
  background: #455a64;
  color: #fff;
  padding: 7px 0px;
  text-align: center;
}
.blogImage .blogDate i {
  font-size: 12px;
  font-style: normal;
  display: block;
}

.blogImage .blogDate i ~ i {
  margin-left: -6px;
}

.blogPage hr {
  border-color: #d6d6d6;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.blogImage .blogDate hr {
  border-top: 1px solid #fff;
  margin: 5px 0 5px 0;
opacity: 1 !important;
}

.blogImage .blogDate i, .blogImage .blogDate span {
  margin-left: -3px;
}

.blogImage .blogDate span {
  font-size: 20px;
  font-style: normal;
  display: block;
}

a.more2, .blog_ul li a {
  color: #164688 !important;
transition: all 0.3s;
font-weight: bold;
}
a.more2:hover, .blog_ul li a:hover {
  opacity: .7 !important;
}

ul.blog_ul {
  margin: 20px 0 !important;
}

ul.blog_ul li span {
  margin-right: 5px;
width: 40px;
  height: 40px;
  background: #1877f2;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 18px !important;
  color: #fff;
}

span.social_icons.icon_linkedin {
  background: #007bb5;
}

section#search-3 {
  background: #f1f1f1;
  border: 1px solid #dddddd;
  border-radius: 8px;
  padding: 30px 25px;
  margin-bottom: 30px;
}

section#search-3 form label {
  width: 75%;
}

input.search-field {
  width: 100%;
}

input.search-submit {
  background: #164688;
  color: #fff;
transition: all linear .25s !important;
}

input.search-submit:hover {
  opacity: .7 !important;
}

section#recent-posts-2 h2, section#text-5 h2, 
section#instagram-feed-widget-2 h2, section#search-2 h2, 
section#custom_html-2 h2, section#custom_html-3 h2, 
section#text-4 h2, section#fbtw_facebook-2 h2 {
    background: #031f4e;
    color: #fff;
    border-left: 20px solid #ed3237;
    line-height: 1.7;
    text-indent: 10px !important;
    font-size: 30px !important;
    margin-top: 20px;
    font-weight: 400;
}
#cboxLoadedContent {
overflow:scroll !important;
}
section#search-2 h2 {
margin-top:0px;
}
section#recent-posts-2 ul {
  margin-top: 10px !important;
}

section#recent-posts-2 ul li {
  display: block;
}

section#recent-posts-2 ul li a
 {
    color: #000 !important;
    display: flex;
    padding: 10px 0;
    transition: all linear .25s;
    border-bottom: 2px dotted #000 !important;
    align-items: start;
    line-height: normal;
    align-items: center;
    font-size: 16px;
}
section#recent-posts-2 ul li a:before {
  content: "\f0da";
  margin: 0 10px 0 0px;
  display: inline-block;
  font-family: FontAwesome;
float:left;
}

section#recent-posts-2 ul li:first-child a {
  border-top: 0px dotted #000 !important;
}

section#recent-posts-2 ul li:last-child a {
  border-bottom: 0px dotted #000 !important;
}

section#recent-posts-2 ul li a:hover {
  color:#1A7CBE !important;
/*     background: #47b6d2; */
  text-decoration: none;
}
.contact-col input#gform_submit_button_2 {
  background: #007d70 !important;
}

.contact-col input#gform_submit_button_2:hover {
  background: #015c53 !important;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  margin-top: 10px;
}

.heateor_sss_sharing_ul a {
  transition: all linear .25s !important;
}

.heateor_sss_sharing_ul a:hover {
  opacity: .7 !important;
}
span.blog-title {font-size: 26px;}
.single footer.entry-footer {
  display: none !important;
}
.blogDesc {line-height: normal;font-size: 16px;}

.blog_page_read_more a {
    transition: all ease 500ms;
    color: #ed3237;
    font-weight: 600;
    font-family: 'Winner-CompRegular';
    letter-spacing: 3px;
    font-size: 22px;
}

.blog_page_read_more a:hover {
  transition: all ease 500ms;
  letter-spacing: 5px;
  color: #000;
  text-decoration: none;
}
.more-description {
  display: flex;
  margin-top: 5px;
  align-items: center;
  margin-bottom: 13px;
}
.autor-name {
  text-transform: capitalize;
  font-weight: 500;
  color: #ffffff;
  background: #1c3a4b;
  padding: 10px 12px;
  border-radius: 30px;
}
body.blog .embed-container {
  height: 260px;
  object-fit: cover;
}
body.home .heateor_sss_horizontal_sharing {
  display: none;
}
span.blog-title a:hover {
  text-decoration: none;
}
.post-thumbnail img {
  width: 100%;
  height: 100%;
  border: 3px solid #df6441;
  margin-bottom: 15px;
}
.blogDate i {
  font-style: normal;
}

.blogDate hr {
  border-color: #fff;
  margin: 10px 0px;
}
body.single-post .entry-content .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
  display: none !important;
}
#search-2 span.screen-reader-text {
  display: none;
}
section#search-2 {
  background: #f1f1f1;
  /* border: 1px solid #dddddd; */
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 30px;
  margin-top:50px;
}
body.single-post section#search-2 {
  margin-top:0px !important;
}
section#search-2 input.search-field {
  width: 100%;
  border: none;
  padding: 10px 15px;
}
section#search-2 input.search-submit {
  background: #ed3237;
  color: #fff;
  transition: all linear .25s !important;
  padding: 10px 15px;
  border: none;
  line-height: normal;
  cursor: pointer;
  width: 30%;
}
section#search-2 label {
  margin-bottom: 0px;
  float: left;
  width: 70%;
  padding-right: 10px;
}
section#search-2 input.search-submit:hover {
  opacity: .7 !important;
}
section#search-2 h2 {
  display: none;
}
section#search-2 label {
  margin-bottom: 0px;
}

article.post header, article.post .post-thumbnail {
  display: none;
}
/* .post-img img {
  width: 100%;
/*     border: 10px solid #5f6f52; */
} */
.post-img {
  margin-bottom: 25px;
}
.widget_recent_entries ul {
  margin: 0px !important;
  padding: 0px !important;
}
.post-title-bg h2 {
  color: #000000 !important;
  font-size: 46px;
  font-weight: 500 !important;
  margin: 30px 0px;
  margin-bottom: 20px;
}
ul.zoom-instagram-widget__items {
  padding-left: 0px !important;
}
body.single-post .entry-content h2 {
  margin-top: 30px;
}
body.single-post .entry-content a {
  color: #01256b;
}
.post-date {
    background: #ed3237;
    padding: 5px 8px;
    color: #fff;
    border-radius: 8px;
    display: inline-block;
}
.blogBox.style2 p {
    line-height: normal;
    font-size: 18px;
}
body.single-post .entry-content {
    line-height: normal;
    margin-top: 20px;
}
body.blog .subheader,
body.single-post .subheader {
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/program-banner.jpg) !important;
}
/*
*
Blog Style End
*
*/


.theme-content {
  font-size: 22px;
  line-height: normal;
}

/* .theme-content ul li::marker {
  content: "\f00c";
  font-family: 'FontAwesome';
  font-size: 22px;
  color: #959D8D;
} */

.theme-content ul li::marker {
    font-size: 25px;
    color: #ed3237;
}
.theme-content ul {
    margin-left: 35px !important;
    margin-bottom: 20px !important;
}
.theme-content ul li {
    font-size: 20px;
    margin-bottom: 5px;
    padding-left: 0;
    text-transform: capitalize;
}
.theme-content a {
    color: #ed3237;
    text-decoration: underline !important;
}

.theme-content a:hover {
  text-decoration: none !important;
  color: #b7282d;
}
.theme-btn a {
    background: #ED3237 !important;
    border:3px solid #ED3237 !important;
    color: #fff !important;
    font-size: 22px !important;
    padding: 10px 25px !important;
    font-weight: 700;
    padding-right: 55px !important;
    font-family: 'Titillium Web';
}
.theme-btn a:hover {
  background: #fff !important;
  border-color: #ED3237 !important;
  color:#ED3237 !important;
  transition:all ease 500ms;
}
.theme-btn-dark a {
    background: #031f4e !important;
    border-color: #031f4e !important;
}
.theme-btn a i {
    font-size: 22px !important;
}
.testimonial-row .big-heading {
    margin-top: 20px !important;
}
form#gform_8 legend.gform-field-label {
    color: #fff;
    font-family: 'Winner-CompRegular';
    font-size: 34px;
    letter-spacing: 1px;
    padding-top: 10px !important;
}
/******** Landing Page CSS Start *********/
/* Page ID #295 */

body.page-id-295 header#masthead, body.page-id-295 footer#colophon {
    display: none;
}
.copyright-box1 {
    color: #fff;
    font-size: 26px;
    padding: 10px 0px;
    line-height: normal;
}
body.page-id-295 .landing-header {
    background: linear-gradient(180deg,
    rgba(167, 1, 23, 1) 22%,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 37%,
    #070B30 0%, #070B30 61%,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 75%,
    rgba(167, 1, 23, 1) 0%),
    rgba(255, 255, 255, 1) 0%;
}
body.page-id-295 .right-top-player {
    width: 65%;
}

body.page-id-295 .logo-cols .vc_column-inner .wpb_wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
body.page-id-295 .logo-cols .vc_column-inner .vc_figure {
    display: block !important;
}
body.page-id-295 .logo-img1 {
    width: 150px;
}
body.page-id-295 .logo-img2 {
    width: 35%;
    padding: 0px 30px;
    text-align: center !important;
}
body.page-id-295 .logo-img3 {
    width: 400px;
}
.metro-jets-row {
    padding-top: 30px;
    padding-bottom: 30px;
}
.playing-watch-heading {
    font-family: "Titillium Web", sans-serif !important;
    font-weight: 700 !important;
    margin-bottom: 30px !important;
} 
.detail-box_pow_inner {
    background: #fff;
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border-radius: 20px;
}
.pow_thumbnail img {
    width: 100%;
    max-width: 80px;
    border-radius: 100px;
    border: 2px solid #ec302b;
}
.pow_content {
    padding: 0px 20px;
}
.pow_title {
    font-family: 'Titillium Web' !important;
    font-size: 32px;
    line-height: normal;
    font-weight: 600;
}
.pow_title {
    font-family: 'Titillium Web' !important;
    font-size: 26px;
    font-weight: 600;
}

.pow_performance ul {
    list-style: none;
    display: flex;
    align-items: center;
}

.pow_performance ul li:last-child {
    padding-left: 5px;
    color: #EE0808;
    font-weight: 700;
}

.pow_performance ul li {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    font-family: 'Titillium Web';
}

p.pow_content_inner {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 10px;
}
.detail-box_pow {
    padding: 0px 35px !important;
}
.adays-img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px !important;
}
.compare-row h2 {
    font-size: 44px;
    font-family: 'Titillium Web';
    font-weight: 600;
}
.adays-img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 10px !important;
}

.compare-row h2 {
    font-size: 44px;
    font-family: 'Titillium Web';
    font-weight: 600;
}
.compare-row .theme-content ul {
    font-family: 'Titillium Web';
    list-style: none !important;
    margin: 0px !important;
}
.compare-row .theme-content ul strong {
    color: #031F4E;
    font-size: 27px !important;
    font-weight: 600;
}
.compare-row .theme-content ul li
 {
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/Group-1171275921.png);
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 70px;
    background-size: 55px;
    margin-bottom: 30px;
}
.compare-row .theme-content ul li::marker {
    display: none;
    content: " " !important;
    font-family: inherit;
}
.cta-row h2 {
    font-weight: 600 !important;
    text-transform: capitalize;
}
.cta-row {
    background-color: #2E4259;
    padding-top: 50px;
    padding-bottom: 40px;
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/red-brush-img.png), 
    url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/Vector-1.png);
    background-size: 260px, 30%;
    background-repeat: no-repeat;
    background-position: -110px 10px, 120% 20px;
}
.theme-btn2 a {
    background-color: #ED3237 !important;
    color: #fff !important;
    font-family: 'Titillium Web' !important;
    font-size: 38px !important;
    font-weight: 700;
    line-height: inherit !important;
    padding: 30px 30px !important;
    transition: all ease 500ms !important;
}
.theme-btn2 a:hover {
    transition: all ease 500ms !important;
    background: #031f4e !important;
}
.login-form-row .login-form-img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.login-form-row {
    background-color: #031F4E;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url("https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/Untitled-design-2025-05-16T215558.653-1.png"), url("https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/kid-club-1.png");
    background-size: 26%, 45%;
    background-position: left bottom, 130% 40px;
    background-repeat: no-repeat;
}
.playing-watch-heading2 {
    font-size: 40px !important;
    font-family: 'Titillium Web' !important;
    font-weight: 300 !important;
}
.responsive-device-img {
    padding: 30px;
}
.metro-jets-row ul li::marker, .metro-jets-row ul li {
    color: #ED3237;
}
.metro-jets-row ul {
    margin-bottom: 20px !important;
    padding-left: 15px;
}
.compare-row .mejs-container {
    clear: both;
    max-width: 100%;
    height: 650px !important;
    border-radius: 20px;
}
.compare-row .mejs-poster.mejs-layer {
    background-size: contain !important;
}
body.page-id-295 .athletes-row .logo-img2 {
    width: 25%;
    padding: 0px 80px;
    text-align: center !important;
    padding-left: 0px;
}
body.page-id-295 .athletes-row .logo-img3 {
    width: 100%;
    max-width: 450px;
}
.athletes-row .theme-content {
    font-size: 38px;
    color: #fff;
    font-weight: 100;
}
.athletes-row .playing-watch-heading {
    font-weight: 600 !important;
    margin-bottom: 0px !important;
}
.athletes-row {
    padding-top: 50px;
    padding-bottom: 50px;
}
.athletes-row .count-content {
    font-size: 26px;
    line-height: normal;
    color: #fff;
}
.count-row h2.playing-watch-heading {
    font-weight: 700 !important;
}
.count-row .vc_column-inner::after {
    content: " ";
    position: absolute;
    background: #fff;
    height: 50px;
    width: 1px;
}
.steps-row {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: visible !important;
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/black-brush-img.png);
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: 171% -55%;
}
a#tab-step-6 b {
    right: 15px;
}
.gradient-row {
    z-index: 0;
}
.count-col-1 .vc_column-inner::after {
    background: transparent;
}
.gradient-col .playing-watch-heading {
    font-weight: 600 !important;
	padding-left: 50px;
    padding-right: 50px;
    padding-top: 250px;
}
.step-heading h2 {
    font-size: 48px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: Titillium Web !important;
    color: #031F4E !important;
}
.step-heading p {
    line-height: normal;
    font-size: 26px;
}
.jet-logo2 {
    width: 180px;
    float: right;
    position: absolute;
    right: 160px;
}
.steps-main-tabs {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0px 25px;
}
.steps-main-tabs ul.vc_tta-tabs-list li a b {
    display: none;
}
.steps-main-tabs ul.vc_tta-tabs-list li.vc_active a b {
    position: absolute;
    z-index: 1;
    background: #ED3237 !important;
    width: 68px;
    height: 68px;
    display: flex
;
    top: 0px;
    justify-content: center;
    align-items: center;
    right: -25px;
    border-radius: 60px;
    font-size: 38px;
}
.steps-main-tabs ul.vc_tta-tabs-list li {
    width: 100%;
}
.steps-main-tabs ul.vc_tta-tabs-list {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.steps-main-tabs .vc_tta-tabs-container {
    margin: 0px !important;
    width: 100% !important;
}
.steps-main-tabs ul.vc_tta-tabs-list {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    font-family: 'Titillium Web' !important;
    font-size: 26px;
    line-height: normal;
}
.steps-main-tabs ul.vc_tta-tabs-list li a {
    border: none !important;
}
.steps-main-tabs ul.vc_tta-tabs-list li.vc_active a {
    background: #031F4E !important;
    color: #fff !important;
}
.steps-main-tabs ul.vc_tta-tabs-list li a {
    border: none !important;
	border-radius:0px !important;
	color:#fff !important;
}

.steps-main-tabs ul.vc_tta-tabs-list li.vc_active a {
    background: #031F4E !important;
    color: #fff !important;
}
.steps-main-tabs ul.vc_tta-tabs-list li {
    margin: 0px !important;
}
.steps-main-tabs .vc_tta-panel-body {
    background: #031f4e !important;
    border: none !important;
    color: #fff !important;
    line-height: normal;
}

.step-content h2 {
    color: #fff !important;
    font-weight: 400;
    font-size: 42px;
    margin-bottom: 20px;
}

.step-content {
    font-family: Titillium Web !important;
    padding: 45px 30px;
    font-size: 24px;
    margin-bottom: 50px !important;
}
.steps-main-tabs ul.vc_tta-tabs-list li.vc_active a strong {
    display: none;
}
a#tab-step-1 {
    background: #263b5d !important;
}
a#tab-step-2 {
    background: #2b436a !important;
}
a#tab-step-3 {
    background: #475b7d;
}
a#tab-step-4 {
    background: #637491;
}
a#tab-step-5 {
    background: #6e81a1;
}
a#tab-step-6 {
    background: #7c8faf;
}
.next-step-btn {
    margin-bottom: 0px !important;
    text-align: left !important;
}

.next-step-btn a {
    background: #ed3237 !important;
    border-color: #ed3237 !important;
    color: #fff !important;
    font-size: 34px !important;
    border-radius: 0px !important;
	padding: 60px 25px !important;
}
.next-step-btn a i {
    font-size: 120px !important;
}
.next-step-btn a:hover {
    background: #ff0007 !important;
    border-color: #ff0007 !important !important;
}
.absolute-brush-img {
    position: absolute;
    width: 260px;
    top: -110px;
    left: 0%;
}
.absolute-blue-brush-img {
    width: 250px;
    position: absolute;
    bottom: -100px;
    left: -40px;
}
.steps-row .top-inner-row {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto !important;
    position: relative !important;
}
.compare-video video#video-295-1_html5 {
    height: 100% !important;
}
.steps-row .vc_tta-panel-body {
    border-radius: 0px !important;
	padding: 0px !important;
}
.athletes-row .logo-img2 {
    width: 250px !important;
}
body.page-id-295 .subheader {
    display: none;
}
.login-form-row .theme-content {
    font-size: 28px;
    color: #fff;
}
/********* Landing Page CSS End ***********/

/*********** About us page CSS Start *******/

.about-img {
    width: 100%;
    max-width: 800px;
    padding: 50px 30px;
    margin-bottom: 0px;
}

.about-img img {
    border: 12px solid #fff;
}

.about-row-box {
    background-image: url("https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/Rectangle-37.png");
    background-repeat: no-repeat;
    background-position: right;
    background-size: 420px;
	padding-top: 30px;
    padding-bottom: 30px;
}
.theme-content ol li {
    margin-bottom: 5px;
}
.ncaa-content {
    line-height: normal;
    font-size: 25px;
    color: #031F4E;
    font-weight: 700;
}
.important-notes-row {
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/Vector-1-1.png);
    background-repeat: no-repeat;
    background-position: 112% center;
    background-size: 570px;
}
/*********** About us page CSS End ********/
/********** Jr A team page CSS Start *****/

/* page-id-31 */

.page-id-31 .theme-content ul li {
    color: #031F4E;
    font-weight: 700;
    font-family: 'Titillium Web';
    margin-bottom: 5px;
    font-size: 36px;
}

.page-id-31 .theme-content ul li::marker {
    content: inherit !important;
    color: #ed3237;
    font-size: 42px;
}
/********** Jr A team page CSS End *****/

/********** Programs page CSS Start *****/
/* page-id-532 */

.page-id-532 .theme-content ul li {
    color: #031F4E;
    font-weight: 700;
    font-family: 'Titillium Web';
    margin-bottom: 5px;
    font-size: 36px;
}

.page-id-532 .theme-content ul li::marker {
    content: inherit !important;
    color: #ed3237;
    font-size: 42px;
}

/********** Programs page CSS End *****/
/********** Programs page CSS Start *****/

.detail-staff-inner {
    border: 1px solid #ccc;
    background: #fff;
    padding: 20px;
    border-radius: 30px;
}
.staff_thumbnail img {
    border-radius: 15px;
}
.staff_thumbnail {
    margin-bottom: 30px;
}
.staff_title {
    font-size: 38px;
    font-family: 'Winner-CompRegular';
    font-weight: 900;
    color: #031f4e;
}
.staff_title span {
    display: block;
    font-weight: 400;
    font-size: 28px;
    line-height: normal;
    margin-top: 10px;
}
.staff_title span {
    display: block;
    font-weight: 400;
    font-size: 28px;
    line-height: normal;
    margin-top: 10px;
}

.staff_performance ul {list-style: none;line-height: normal;margin-bottom: 20px !important;}

.staff_performance ul li {
    font-size: 18px;
    font-family: 'Titillium Web';
    font-weight: 400;
    color: #656565;
}
.staff_performance ul li a {
    color: #656565;
    text-decoration: underline !important;
}
.staff_performance ul li a:hover {
    text-decoration: none !important;
}
.staff_content_box p {
    line-height: normal;
    font-size: 16px;
}
.staff_content_box p a {
    color: #ed3237;
    text-decoration: underline !important;
}
.staff_content_box p a:hover {
    text-decoration: none !important;
}
.detail-staff-inner {
    margin-bottom: 30px !important;
}
/********** Programs page CSS End *****/


/************ 404/Search Page CSS Start *************/

section.error-404.not-found, section.no-results.not-found {
    text-align: center;
    padding: 100px 0px;
}
.search-bar {
    margin: 50px 0px;
}
input.search-submit {
    background: #CD2F3A;
    border-color: #CD2F3A !important;
    cursor: pointer;
    color: #fff;
}
input.search-submit:hover {
    background: #031f4e;
    border-color: #031f4e !important;
}
.search-page-btn a {
    transition: all ease 500ms;
        background: #031f4e;
    padding: 18px 35px;
    display: table;
    margin: 0 auto;
    color: #fff !important;
    border-radius: 10px;
    font-size: 20px;
}
.search-page-btn a:hover {
    background: #CD2F3A;
    transition: all ease 500ms;
}
.search-bar input {
    padding: 15px 50px;
    line-height: normal;
    font-size: 20px;
}
input.search-field {
    padding-left: 25px;
}
body.search-results header.page-header {
    text-align: center;
    padding: 20px 0px;
}
body.search-results header.page-header h2 {
    font-size: 58px;
}
body.search-results .entry-summary {
    line-height: normal;
    font-size: 16px;
    float: left;
    background: #ebebeb;
    padding: 35px;
    border-radius: 10px;
    width: 100%;
}
body.search-results .entry-summary h2 {
    color: #031f4e;
    font-weight: 500;
    font-family: 'Winner-CompRegular';
    font-size: 60px;
    margin-bottom: 15px;
}
body.search-results .entry-summary p {
    font-size: 18px;
    color: #000;
}
body.search-results a.search-readmore {
    background: #CD2F3A !important;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 7px;
    font-size: 18px;
}
body.search-results a.search-readmore:hover {
    background: #031f4e !important;
    transition: all ease 500ms;
    color: #fff;
    text-decoration: none !important;
}
body.search-results .site-main {
    margin-bottom: 50px;
    display: flex;
    margin-top: 50px;
}
body.search-results .site-main h1 {
    font-weight: 600;
    color: #000;
    text-align: center;
    font-size: 52px;
}
section.no-results.not-found {
    text-align: center;
    margin: 80px 0px;
}
.search-no-results .search-bar {
    margin: 0px !important;
}
.page-content, .entry-content, .entry-summary {
    font-size: 18px;
}
/************ 404/Search page CSS End *************/

/************ Advnancement page CSS Start *************/

/* page-id-34 */

.page-id-34 .important-notes-row {
    background-position: 115% center;
    background-size: 52%;
    padding-top:30px !important;
    padding-bottom:50px !important;
}
.page-id-34 .important-notes-red-row {
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/red-brush-img2.png);
    background-repeat: no-repeat;
    background-position: -270px center;
    background-size: 65%;
    padding-top:30px !important;
    padding-bottom:50px !important;
}
/************ Advnancement page CSS End *************/

/************ Alumni page CSS Start *************/

/* page-id-35 */

.page-id-35 u {
    margin-top: 20px !important;
    display: block;
}

.page-id-35 .important-notes-row {
    background-position: 115% center;
    background-size: 52%;
    padding-top:30px !important;
    padding-bottom:50px !important;
}
.page-id-35 .important-notes-red-row {
    background-image: url(https://metrojets.wpenginepowered.com/wp-content/uploads/2025/05/red-brush-img2.png);
    background-repeat: no-repeat;
    background-position: -270px center;
    background-size: 65%;
    padding-top:30px !important;
    padding-bottom:50px !important;
}
.testimonial-img img {
    width: 770px;
}
.testimonial-img {
    justify-content: end !important;
    padding-right: 0px !important;
}
/************ Alumni page CSS End *************/

/*********** Contact Page CSS Start ************/

/* page-id-62 */

.page-id-62 .inner-left-row-form {
    width: 100%;
    margin: 0 auto !important;
    max-width: 740px;
    padding: 70px 20px;
    margin-right: 7% !important;
    padding-bottom: 130px;
    color:#fff;
}
.contact-row {
    /* background-color: #ed3237; */
    background-color: #031f4e;
}

div#gform_fields_7,
div#gform_fields_8 {
    row-gap: 15px;
}

form#gform_7 input, form#gform_7 textarea,
form#gform_8 input, form#gform_8 textarea, form#gform_8 select  {
    border-bottom: 2px solid #ffffff !important;
    background: #ed3237;
    color: #fff;
    font-size: 20px;
    line-height: normal !important;
    padding: 30px 20px;
    border-radius: 0px !important;
    font-family: 'Winner-CompRegular';
    letter-spacing: 3px;
    border: none;
	height:auto;
}
form#gform_7 input:focus, form#gform_7 textarea:focus,
form#gform_8 input:focus, form#gform_8 textarea:focus {
    outline: none !important;
}
input#gform_submit_button_7,
nput#gform_submit_button_8 {
    background-color: #fff !important;
    color: #ed3237 !important;
    padding: 20px 50px !important;
    font-size: 28px !important;
    background-size: cover !important;
}
input#gform_submit_button_7:hover,
input#gform_submit_button_8:hover {
    background: #013489 !important;
    color: #fff !important;
}
/*********** Contact Page CSS End ************/

/*********** Roster/Stats/Standing CSS Start ************/

/* page-id-33 */

.roster-btns {
    margin-bottom: 0px !important;
}
.roster-btns a {
    background: #031f4e !important;
    color: #fff !important;
    font-size: 22px !important;
    border-radius: 60px !important;
    transition: all ease 500ms !important;
}
.roster-btns a:hover {
    background: #ed3237 !important;
}

/*********** Roster/Stats/Standing CSS End ************/

body.page-id-532 .theme-content a,
body.page-id-31 .theme-content a  {
    color: #031f4e;
    text-decoration: underline !important;
}
body.page-id-532 .theme-content a:hover,
body.page-id-31 .theme-content a:hover {
    color: #ed3237;
    text-decoration: none !important;
}
.grid-sizer, .grid-item {
    width: 33.33% !important;
}

.hover_effect img {
  transition: all linear .25s;
}

.hover_effect img:hover {
  opacity: .7;
}

.burst_img img {
  max-width: 300px !important;
  width: 100%;
}

.blog_brust {
  text-align: center;
  padding: 30px;
}

.single-blog-post{
	max-width: 1320px;
  	margin: auto;
	padding-bottom: 50px;
}

#gform_confirmation_wrapper_7, #gform_confirmation_wrapper_8 {
  text-align: center;
  font-style: italic;
  font-size: 36px;
  line-height: 1;
  color: #0f5132;
  background: #d1e7dd;
  padding: 25px 0;
  border-radius: 10px;
}

.cky-notice-des a.cky-policy{
	font-weight: 700;
	transition: all linear .25s;
}

.cky-notice-des a.cky-policy:hover{
	color: #fff !important;
}


/***************************************************************** Responsive Area  **************************************************************/


@media screen and ( max-width: 1600px ){
	.inner-left-row{
		margin-right: -30% !important;
	}
	
	.right-quote{
		bottom: -60px;
	}
}

@media all and (max-width:1550px){
.search-box {
    max-width: 230px;
}
.top-header {
    background: linear-gradient(90deg, rgba(3, 31, 78, 1) 41%, rgba(237, 50, 55, 1) 0%);
}
.top-site-name p {
    font-size: 18px;
}
.top-head-left div a, .top-head-left div {
    font-size: 14px;
}
ul#top-head-menu li a {
    color: #fff;
    font-size: 14px;
}
ul#primary-menu li a {
    font-size: 16px;
}
ul#primary-menu li {
    padding-right: 30px;
}
.about-hockey-row {
    background-position: 0px 80px, right -250px;
    background-size: 90%, 25%;
}
.about-hockey-row .big-heading {
  margin-top: 70px;
  font-size: 64px !important;
  margin-bottom: 15px;
}
.red-brush-img {
    width: 340px;
    top: -240px;
}
}

@media screen and ( max-width: 1366px ){
	.inner-left-row{
		margin-right: -40% !important;
	}
	
	.right-quote{
		bottom: unset;
	}
	
	.blog-row .vc_col-sm-8 {
	  padding-left: 43px;
	}
	
	.blog-box .blog_excerpt {
	  display: none;
	}
}

@media all and (max-width:1300px){
.jet-logo2 {
    float: none;
    position: static;
    right: 160px;
    width: 100%;
	text-align: center !important;
}
.steps-row {
    background-position: 171% 420px;
}
.step-heading br {
    display: none;
}
.jet-logo2 img {
    width: 220px;
}
.steps-row .top-inner-row {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto !important;
    position: relative !important;
    padding: 0px 40px;
}
.step-heading br {
    display: none;
}
  .about-row .coming-event-heading {
    width: auto;
}
.red-brush-img {
        width: 340px;
        top: -120px;
}
.kid-club-row .theme-content p br {
    display: none;
}
.kid-club-row .big-heading {
    margin-bottom: 10px;
    letter-spacing: 6px;
}
.kid-club-row .theme-content h2 {
    font-size: 36px;
}
.about-hockey-row {
  background-position: left center, right center;
  background-size: 85%, 100%;
}
.about-hockey-row .big-heading {
 margin-top: 20px;
}
.about-hockey-row .theme-content {
    margin-bottom: 10px !important;
}
.about-hockey-row .theme-btn {
    margin-bottom: 20px !important;
}
.about-hockey-row .theme-btn a {
    border: 3px solid #031f4e !important;
}
.top-site-name {
    display: none !important;
}
.top-head-left {
    flex: 30% !important;
    max-width: 30% !important;
}
.top-head-right {
    flex: 70% !important;
    max-width: 70% !important;
}
.search-box {
        max-width: 200px;
}
.top-header {
  background: linear-gradient(90deg, rgba(3, 31, 78, 1) 32%, rgba(237, 50, 55, 1) 0%);
}
.count-down-row .big-heading {
    margin-bottom: 10px;
    font-size: 24px;
}
.ycd-simple-current-unite {
    padding: 0px 0px;
}
.ycd-simple-countdown-label {
    font-size: 18px !important;
}
.ycd-simple-countdown-time.ycd-simple-countdown-number {
    width: 60px;
    height: 65px;
    font-size: 44px !important;
}
.mid-count-col .vc_column-inner .wpb_wrapper {
    padding-left: 12px;
    padding-right: 12px;
}
.testimonial-row {
    background-size: cover;
    background-position: bottom;
}
.theme-content br {
    display: none;
}
}

@media screen and ( max-width: 1200px ){
	.inner-left-row{
		margin-right: 0% !important;
	}
	
	.right-quote{
		bottom: unset;
	}
	
	.blog-row .vc_col-sm-8 {
	  padding-left: 98px;
	}
}

@media all and (max-width:1170px){
.steps-main-tabs i.vc_tta-icon.fa.fa-solid.fa-arrow-right {
    display: none;
}
.next-step-btn a {
    font-size: 30px !important;
    border-radius: 0px !important;
}
.next-step-btn a i {
    font-size: 48px !important;
}
  ul#primary-menu li {
    padding-right: 15px;
}
.about-hockey-row {
  background-position: left center, right center;
  background-size: cover, 100%;
}
ul#primary-menu li a {
  font-size: 15px;
}
.footer-nav ul.menu li a {
    font-size: 18px;
    margin-bottom: 0px;
}
.kid-club-row {
    padding-top: 30px;
    padding-bottom: 30px;
}
.red-brush-sec {
    display: none;
}
}

 @media all and (max-width:1024px){

.testimonial-row {
    background: #ed3338 !important;
}
.testimonial-inner .testimonial-content {
    width: 100%;
    max-width: 100%;
}
.testimonial-row .inner-left-row {
    width: 100%;
    margin: 0 auto !important;
    max-width: 100%;
    padding: 50px 20px;
    margin-right: auto !important;
}
.player-img-col
 {
    display: none !important;
}
.review-col {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
}
.search-box {
        max-width: 230px;
}
.count-row .wpb_column {
    width: 100%;
    margin-bottom: 50px;
}
.count-row .vc_column-inner::after {
    display: none;
}
.athletes-row .logo-img2 {
    width: 300px !important;
    padding-right: 40px !important;
}
.compare-row h2 {
    font-size: 38px;
}
.detail-box_pow {
    padding: 0px 15px !important;
}
.detail-box_pow_inner {
    display: block;
    text-align: center;
}

.pow_content {
    padding: 0px;
    text-align: center;
}
.pow_performance ul {
    justify-content: center;
}
.about-hockey-row p {
    color: #fff;
    font-size: 18px;
}
.about-hockey-row .big-heading {
  font-size: 58px !important;
  margin-bottom: 15px;
}
.theme-btn a {
    font-size: 18px !important;
    padding: 8px 20px !important;
    font-weight: 700;
    padding-right: 50px !important;
}
.count-down-row .big-heading {
  margin-bottom: 10px;
  font-size: 32px;
}
.count-down-row .big-heading {
        margin-bottom: 10px;
        font-size: 27px;
    }
.footer-contacts ul {
  display:block !important;
}
.footer-contacts ul li {
    margin-bottom: 15px;
}
.programs-content p {
  line-height: 30px;
  font-size: 18px;
}
.programs-content h2 {
  font-size: 32px;
}
.right-nav-btn {
  justify-content: end;
}
.nav-col {
  padding-right: 11% !important; 
}
.main-navigation {
  display: none;
}
.logo-col {
  flex: 30% !important;
  max-width: 30% !important;
  width: 30% !important;
}
.nav-col {
  flex: 70% !important;
  max-width: 70% !important;
  width: 70% !important;
}
.theme-content p br {
  display: none;
}
.big-heading br {
  display: none;
}
.serv-box-row .wpb_column {
  flex: 100%;
}
.left-footer-sec {
  width: 100% !important;
  flex: 100% !important;
  max-width: 100% !important;
}
.about_company p br {
  display: none;
}
.left-footer-sec:first-child {
  margin-bottom: 30px;
  text-align: center;
}
.get_in_touch .contact-info {
    justify-content: center;
}
.footer-contact-details div {
    justify-content: center;
}
.get_in_touch .top-head-social {
    justify-content: center;
    margin-top: 25px;
}
.footer-nav ul.menu {
    column-count: 1;
}
.mid-footer-sec a {
    font-size:20px !important;
}
.mid-footer-sec {
    width: 100% !important;
    flex: 100% !important;
    max-width: 100% !important;
    text-align: center;
    margin-bottom: 30px;
}
.right-footer-sec {
  flex: 100% !important;
  max-width: 100% !important;

}
.footer-social-icons {
  margin-bottom: 20px;
}
.top-head-left {
  flex: 50% !important;
  max-width: 50% !important;
}
.top-head-right {
  flex: 50% !important;
  max-width: 50% !important;
}
.top-header {
  background: linear-gradient(90deg, rgba(3, 31, 78, 1) 0%, rgba(237, 50, 55, 1) 0%);
}
.site-branding.logo {
    position: static;
    width: 100px;
}
.main-header {
    padding: 15px 0px;
}
.about_company {
    padding-right: 0px;
}
.count-down-row .big-heading {
        margin-bottom: 10px;
        font-size: 21px;
}
body.page-id-295 .logo-img3 {
    width: 230px;
}
body.page-id-295 #rmp_menu_trigger-274 {
        display: none;
}
body.page-id-295 .logo-img1 {
    width: 90px;
}
body.page-id-295 .logo-img2 {
    width: 38%;
}
.programs_main .col-md-3 {
    width: 50% !important;
    flex: 50% !important;
    max-width: 50% !important;
}
.potm_thumbnail {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}
span.font-text {
    font-size: 26px !important;
}
}

 @media all and (max-width:767px){
	 
body.privacy-policy .entry-content {
    margin: 0px 0 40px 0;
}	
body.privacy-policy ul {
    padding-left: 30px;
}	 
body.privacy-policy h2 {
       font-size: 20px;
 }
body.privacy-policy ul li {
    font-size: 15px;
    line-height: 22px;
}	 
body.privacy-policy  p {
    font-size: 15px;
    line-height: 22px;
}	 
body.privacy-policy h3 {
    font-size: 20px;
    line-height: normal;
}	 
.steps-row .vc_tta-panel-heading {
    margin-bottom: 0px !important;
}
span.font-text {
    font-size: 18px !important;
}
body.page-id-532 .theme-content a,
body.page-id-31 .theme-content a {
    color: #031f4e;
    text-decoration: underline !important;
    font-size: 26px;
}
td {
  line-height: normal;
  font-size: 16px !important;
}
.about-row-box, .about-row-box2, .page-id-34 .important-notes-red-row {
	padding:30px;
    background-image: inherit !important;
}
.subheader {
    padding: 60px 30px;
}
.subheader h1 {
    color: #fff;
    font-size: 65px;
}
.important-notes-row {
    background-image: inherit;
}
.programs_main .col-md-3 {
  width: 100% !important;
  flex: 100% !important;
  max-width: 100% !important;
  }
.next-step-btn a {
    padding: 30px 25px !important;
}
.absolute-brush-img {
    position: absolute;
    width: 200px;
    top: -150px;
    left: 0%;
}
.steps-row {
    background-position: 171% bottom !important;
}
.absolute-blue-brush-img {
    z-index: -1;
}
.steps-main-tabs h4.vc_tta-panel-title {
    font-size: 34px !important;
}
.steps-main-tabs .vc_active h4.vc_tta-panel-title a {
    background: #3c4758 !important;
}
.steps-main-tabs span.vc_tta-title-text b {
    display: none;
}
.steps-main-tabs h4.vc_tta-panel-title a {
    color: #fff !important;
    background: #475b7d !important;
}

.steps-row .vc_tta-panel-heading {
    border: none !important;
}
  .footer-contacts ul {
    display: flex !important;
    justify-content: space-between;
}
.steps-row .vc_tta-panel-heading {
    margin-bottom: 0px !important;
}
.gradient-col .playing-watch-heading {
    padding-top: 150px;
    text-align: center !important;
    padding-bottom: 20px;
	font-size: 40px !important;
}
.steps-row .jet-logo2 img {
    width: 270px;
}
.steps-row .step-heading h2 br {
    display: none;
}
.steps-row .step-heading h2 {
    font-size: 35px;
}
.steps-row .jet-logo2 {
    position: static;
    float: none;
    text-align: center !important;
    width: 100%;
}
.copyright-box1 {
    font-size: 22px;
    padding: 0px 0px;
}
.metro-jets-row .wpb_single_image {
    text-align: center !important;
    margin-bottom: 0px !important;
}
body.page-id-295 .athletes-row .logo-cols .vc_column-inner .wpb_wrapper {
    display: table;
    margin: auto !important;
}
body.page-id-295 .athletes-row .logo-img2 {
    display: table;
    margin: 0 auto;
    padding: 0px !important;
    margin-bottom: 20px !important;
	width: 200px !important;
}

.metro-jets-row .playing-watch-heading {
    margin-bottom: 20px !important;
    font-size: 40px !important;
}
.metro-jets-row .theme-content {
    margin-bottom: 0px !important;
}
.cta-row {
    background-image: inherit;
}
.login-form-row {
    background-image: inherit;
}
.login-form-row .playing-watch-heading {
    margin-bottom: 30px !important;
}
.cta-row h2 {
    font-weight: 600 !important;
    text-transform: capitalize;
    margin-bottom: 25px !important;
}
.cta-row .theme-btn2 a {
        font-size: 26px !important;
        padding: 10px 30px !important;
        line-height: 30px !important;
}
.pow_thumbnail {
    margin-bottom: 10px;
}
.playing-watch-heading {
    font-size: 50px !important;
    margin-bottom: 0px !important;
}
.col-md-4.detail-box_pow {
    margin-top: 20px;
}
.ycd-simple-countdown-time.ycd-simple-countdown-number {
width: 60px;
height: 60px;
font-size: 44px !important;
padding-bottom: 0px !important;
}
.programs_main .col-md-3:first-child, .programs_main .col-md-3:nth-child(3) {
    flex-direction: column;
    margin-bottom:15px;
}
.player-heading h2 {
    font-size: 120px;
}
.potm_performance ul {
    padding: 20px;
    display: block;
    column-count: 1;
    list-style: none;
}
.testimonial-row {
    background: #ed3237;
}
.testimonial-img {
    margin-top: 0;
}
.blog-sec-img {
    display: none;
}
.blog-row {
  background: #fff;
}
.blog-thumbnail {
    width: 100%;
    position: relative;
}
.blog-content {
    width: 100%;
    padding-left: inherit !important;
}
.blog-box {
    display: block;
    margin-bottom: 30px !important;
}
.blog-row .big-heading {
    text-align: center !important;
    font-size: 70px !important;
}
.testimonial-row .big-heading {
    margin-top: 0px !important;
    font-size: 52px !important;
}
.kid-club-row {
    background: #fff !important;
}
.potm_performance ul li {
  text-align: center;
  font-size: 54px;
  margin-top: 0px !important;
}
.player-heading span {
    font-size: 38px;
}
.potm_title {
        font-size: 42px;
        margin-top: 0px !important;
}
.kid-club-row .big-heading {
 font-size: 85px !important;
}
.kid-club-row .theme-content span.more-info {
    font-size: 26px;
    font-weight: 600;
}
.kid-club-img {
    padding-top: 0px;
    text-align: center !important;
}
.potm_performance ul li {
    text-align: center;
    font-size: 54px;
}
.potm_performance ul li span {
    font-size: 21px;
    letter-spacing: 3px;
}
.potm_performance ul li {
    padding: 0px 20px;
}
.potm_main {
    display: block;
    text-align: center;
}
.potm_thumbnail {
    width: 100%;
    max-width: 360px;
    margin: 50px auto;
}
.about-hockey-row {
 background-position: left center, right center;
 background-size: cover, 100%;
 flex-direction: column-reverse;
}
.programs-row .big-heading {
    padding-bottom: 5px;
    font-size: 60px !important;
}
.programs-row .theme-content {
    font-size: 18px;
}
.about-hockey-row .theme-img {
    margin-top: 30px;
    margin-bottom: 0px !important;
}
.count-down-row {
    padding-top: 20px;
    padding-bottom: 20px;
}
.mid-count-col .vc_column-inner .wpb_wrapper {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.helmet-img {
    text-align: center !important;
    width: 120px;
    margin: 20px auto;
}
.count-down-box .wpb_wrapper {
    margin-bottom: 0px !important;
}
.count-down-row .big-heading {
        margin-bottom: 10px;
        font-size: 26px;
}
.top-head-right {
        flex: 100% !important;
        max-width: 100% !important;
}
.top-head-left {
  flex: 100% !important;
  max-width: 100% !important;
}
.top-head-social {
    display: none;
}
.search-box {
  max-width: 100%;
  margin-top: 10px;
}
.top-head-left div a, .top-head-left div {
  font-size: 16px;
  display: block;
}
.top-email::after {
  display: none !important;
}
.top-head-left div:last-child {
    margin-top: 7px;
}
.top-head-left {
    display: block;
    width: 100%;
    text-align: center;
}
.gallery-row h2.big-heading {
    font-size: 60px !important;
}
nav#footer-navigation1, nav#footer-navigation2 {
  width: 100%;
}
section#text-2 p {
  text-align: center;
  line-height: normal;
}
.footer-nav ul.menu {
  margin-top: 20px !important;
}
.footer-nav ul.menu li {
  margin-top: 5px;
}
.foot-phone {
    margin-top: 0px !important;
}
.get_in_touch .contact-info {
    width: 100%;
    max-width: 100%;
}
footer#colophon .row {
    padding-bottom: 30px;
}
footer#colophon div#gform_fields_1 {
    row-gap: 0px;
}
footer#colophon input#gform_submit_button_1 {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 10px !important;
}
.get_in_touch img {
  padding-right: 0px;
  padding-top: 30px;
}
.get_in_touch {
  text-align: center;
}
.footer-social-icons ul li:last-child {
    padding-right: 0px;
}
.footer-social-icons ul {
  justify-content: center;
}
  .footer-logo img {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
}
.footer-social-icons h2 {
  text-align: center;
}
.footer-navigation {
    margin-bottom: 40px;
    text-align: center;
}
.footer-nav {
    display: block !important;
}
.about_company p br {
    display: none;
}
.top-head-left div a {
    display: block !important;
}
.top-head-right {
    margin-top: 7px;
    margin-bottom: 5px;
}
.left-top-player, .right-top-player {
    display: none;
}
.compare-row .theme-content ul li {
    padding-left: 50px;
    background-size: 35px;
    margin-bottom: 30px;
}
.compare-row .theme-content ul strong {
    font-size: 24px !important;
}
.athletes-row .theme-content {
    font-size: 28px;
    color: #fff;
    font-weight: 100;
    margin-top: 15px;
}	 
	.blog-row .vc_col-sm-8 {
		padding-left: 0;
	}
	 
	 .blog-box .blog_excerpt{
		 display: block;
	 }
	 .not-just-p {
    font-size: 50px !important;
    line-height: 50px !important;
	margin-bottom: 15px !important;
}
	 .metro-jets-p {
    font-size: 26px !important;
}
	.built-for-the-p {
    font-size: 35px !important;
    line-height: 35px !important;
	margin-bottom: 15px !important;
} 
	 .show-your-rink-row::before{
		 display: none !important;
	 } 
	 div.show-your-rink-row {
    padding-bottom: 25px !important
}
	.metro-jets-p::before {
    bottom: 0px !important;
} 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
}

 @media all and (max-width:600px){
 .big-heading {
  font-size: 32px;
}
.testimonials-container {
    margin-top: 20px;
    z-index: 1;
}
.nav-col {
  padding-right: 18% !important;
}
.logo-col {
  flex: 40% !important;
  max-width: 40% !important;
}
.testimonial-content p {
    padding: 0px !important;
}
.quote {
    display: none;
}
}
 @media all and (max-width:500px) {
  #rmp_menu_trigger-127 {
    top: 115px;
}
.cta-row h2 {
   font-weight: 600 !important;
   text-transform: capitalize;
   margin-bottom: 25px !important;
   font-size: 41px !important;
}

body.page-id-295 .landing-header {
    background: #031f4e !important;
}
body.page-id-295 .logo-img2 {
    width: 53%;
    padding: 10px 20px;
}
}