/* #Start Global styles */

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

html {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    /* 14px browser default */
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

body {
    font-family: 'Nunito', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: always;
    text-rendering: optimizeLegibility;
    font-size: 1rem;
    line-height: 20px;
    color: #323232;
    background: #fff;
    overflow-x: hidden !important;
}

::-moz-selection {
    color: #000;
    background: #fda41e;
}

::selection {
    color: #000;
    background: #fda41e;
}

body,
body.modal-open,
.modal.fade.in {
    padding-right: 0 !important;
}

.modal-open,
.modal-open .modal {
    padding: 0 !important;
}

.modal-content .modal-body {
    padding: 20px 24px;
}

:focus {
    outline: none !important;
}

::-moz-focus-inner {
    border: 0 !important;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

a {
    outline: none !important;
    text-decoration: none !important;
}

.nullvoid {
    padding: 0;
}

/* #Ends Global styles */

/* #Starts Theme & Color codes */

.blumine {
    background: #176380;
}

.bluechill {
    background: #0b97a7;
}

.slategray {
    background: #6c808a;
}

.gullgray {
    background: #90a4ae;
}

.site_grads {
    background: #176380;
    background-image: linear-gradient(90deg, #176380 0, #0b97a7 100%);
}

/* #End Theme & Color codes */

/* #Start Shadows */

.shadow-1 {
    box-shadow: 0 2px 1px -2px rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 1px -2px rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 2px 1px -2px rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 1px -2px rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 2px 1px -2px rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .1), 0 1px 4px 0 rgba(0, 0, 0, .2);
}

.shadow-2 {
    box-shadow: 0 6px 30px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 30px -2px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 30px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 30px -2px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 30px -2px rgba(0, 0, 0, 0.1);
}

.shadow-3 {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .2);
}

.shadow-4 {
    box-shadow: 0 14px 20px -12px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 14px 20px -12px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 14px 20px -12px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 14px 20px -12px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 14px 20px -12px rgba(0, 0, 0, 0.2);
}

.shadow-5 {
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .1), 0 3px 6px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .1), 0 3px 6px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .1), 0 3px 6px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .1), 0 3px 6px 0 rgba(0, 0, 0, .1);
    -o-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, .1), 0 3px 6px 0 rgba(0, 0, 0, .1);
}

.shadow-6 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.shadow-7 {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -o-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.shadow-8 {
    box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 8px 20px -6px rgba(0, 0, 0, 0.2);
}

.shadow-9 {
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
}

/* #End Shadows */

/* #Start Flex alignments css */

.flex_display {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex_auto {
    -webkit-flex: 1;
    -moz-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.flex_half {
    -webkit-flex: 1 1 50%;
    -moz-flex: 1 1 50%;
    -moz-box-flex: 1 1 50%;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
}

.row_reverse {
    flex-direction: row-reverse;
}

.flex_align_vertical {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex_align_center {
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
}

.flex_space_between {
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    -ms-flex-pack: space-between;
}

.flex_start {
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    -ms-flex-pack: flex-start;
}

.flex_end {
    justify-content: flex-end;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    -ms-flex-pack: flex-end;
}

/* #End Flex alignments css */

/* #Start Site front css */

#site_front {
    position: relative;
    background: url(../../img/welcome/patterns/banner-pattern.png) top 0 center no-repeat, linear-gradient(148deg, #c7216a 7%, #fda41e 100%);
    height: 100%;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    display: inline-block;
    background-size: 100%;
}

.site_navbar {
    padding: 25px;
    width: 100%;
}

.site_navbar .navbar {
    margin-bottom: 0;
}

.site_logo {
    width: 100%;
}

.site_logo>a {
    display: block;
    max-width: 210px;
    overflow: hidden;
    text-align: center;
}

.site_logo>a>img {
    max-width: 150px;
    display: inline-block;
    text-align: center;
}

.site_logo>a>span {
    display: block;
    padding-top: 10px;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
}

.site_login>ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.site_login>ul>li {
    padding: 0;
    font-size: 1rem;
    padding-left: 25px;
}

.site_login>ul>li>a {
    font-size: 1.143rem;
    color: rgba(255, 255, 255, 1);
    display: block;
    text-transform: capitalize;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
}

.site_login>ul>li>a:hover {
    color: rgba(255, 255, 255, 0.5);
}

/* #End Site front css */

/* #Start Site container css */

.site_container {
    max-width: 1200px;
    margin: 0 auto;
}

/* #End Site container css */

/* #Start Main collage css */

#site_collage {
    position: relative;
}

.site_collage_divider {
    pointer-events: none;
    height: 282px;
    width: 100%;
    background-image: url(../../img/welcome/patterns/pattern-2.svg);
    background-size: 100% 282px;
    background-repeat: no-repeat;
    background-position: center;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    margin-top: 80px;
}

.site_brief {
    padding: 80px 0;
    width: 100%;
}

.main_collage {
    width: 100%;
    overflow: hidden;
    max-height: 500px;
    display: block;
}

.main_collage img {
    width: 100%;
    display: block;
}

/* #End Main collage css */

.site_divider {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-repeat-y: no-repeat;
}

/* #Start What is MSA section css */

#whatismsa {
    background-color: #f15947;
    background-image: linear-gradient(148deg, #f15947 7%, #fda41e 100%);
    position: relative;
    margin-top: 40px;
}

#whatismsa::before {
    background: transparent url("../../img/welcome/patterns/wave.svg") top center no-repeat;
    background-size: auto auto;
    -webkit-background-size: 3000px 151px;
    background-size: 3000px 151px;
    content: '';
    display: block;
    height: 151px;
    left: 0;
    position: absolute;
    top: -5px;
    width: 100%;
}

.about_msa {
    padding: 190px 0 120px;
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    -ms-flex-pack: space-between;
}

.msa_text {
    padding: 0 0 0 75px;
    max-width: 450px;
}

.msa_text h2 {
    font-weight: 600;
    font-size: 3rem;
    line-height: 4.25rem;
    margin-bottom: 15px;
    color: #fff;
}

.msa_text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #fff;
}

.get_app {
    width: 100%;
    margin-top: 30px;
}

.get_app>a {
    color: #fda41e;
    background: #fff;
    padding: 1.215rem 2.72rem;
    display: inline-block;
    border-radius: 3px;
    font-size: 1.142rem;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
}

.get_app>a:hover {
    padding-right: 4rem;
}

.get_app>a:after {
    content: "\f178";
    font-family: 'FontAwesome';
    vertical-align: middle;
    position: absolute;
    opacity: 0;
    margin-left: -1rem;
    transition: 0.2s all linear;
    -webkit-transition: 0.2s all linear;
    -moz-transition: 0.2s all linear;
    -o-transition: 0.2s all linear;
    -ms-transition: 0.2s all linear;
}

.get_app>a:hover:after {
    opacity: 1;
    margin-left: 0.5rem;
}

.msa_img {
    position: relative;
    z-index: 2;
    line-height: 0;
    max-width: 790px;
}

.msa_top_divider {
    background-image: url(../../img/welcome/patterns/pattern-3.svg);
    background-size: 133.333333333% 337px;
    top: 0;
    height: 337px;
    z-index: 1;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

.msa_bottom_divider {
    background-image: url(../../img/welcome/patterns/pattern-4.svg);
    background-size: 133.333333333% 425px;
    bottom: 0;
    height: 410px;
    z-index: 1;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

/* #End What is MSA section css */

/* #Start Benefit for PLayers section css */

#benefit_player {
    background-color: #fda41e;
    background-image: linear-gradient(180deg, #fda41e 0%, #f9ba5b 100%);
    position: relative;
    padding: 50px 0 120px;
}

.benefit_block {
    justify-content: space-between;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    -ms-flex-pack: space-between;
}

.benefit_text_block {
    max-width: 450px;
}

.benefit_text h4 {
    font-weight: 600;
    font-size: 3rem;
    line-height: 4.25rem;
    margin-bottom: 15px;
    text-transform: capitalize;
}

#benefit_player .benefit_text>h4 {
    color: #fff;
}

#benefit_player .benefit_text>ul {
    padding-bottom: 80px;
}

#benefit_player .benefit_text>ul>li {
    color: #fff;
}

.benefit_text>ul {
    margin: 0;
    padding: 0;
}

.benefit_text>ul>li {
    font-size: 1.1rem;
    line-height: 2rem;
    margin-bottom: 10px;
}

.benefit_img {
    position: relative;
    z-index: 2;
    max-width: 600px;
}

.benefit_player_divider {
    background-image: url(../../img/welcome/patterns/pattern-5.svg);
    background-size: 100% 200px;
    bottom: -5px;
    height: 200px;
    z-index: 1;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

/* #End Benefit for PLayers section css */

/* #Start Benefit for Instructors section css */

#benefit_instructors {
    padding: 80px 0 0;
}

#benefit_instructors .benefit_text h4 {
    color: #fda41e;
}

#benefit_instructors .benefit_text>ul>li {
    color: #575757;
}

/* #End Benefit for Instructors section css */

/* #Start Benefit for Institutions section css */

#benefit_institutions {
    background-color: #f7ea3c;
    background-image: linear-gradient(170deg, #f7ea3c 0%, #fa5a56 100%);
    position: relative;
    padding: 245px 0 108px;
}

#benefit_institutions .benefit_text>h4 {
    color: #fff;
}

#benefit_institutions .benefit_text>ul>li {
    color: #fff;
}

.benefit_institue_top_divider {
    background-image: url(../../img/welcome/patterns/pattern-6.svg);
    background-size: 100% 204px;
    top: -2px;
    height: 204px;
    z-index: 1;
}

.benefit_institue_bottom_divider {
    background-image: url(../../img/welcome/patterns/pattern-7.svg);
    background-size: 100% 405px;
    bottom: -5px;
    height: 405px;
    z-index: 1;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
}

/* #End Benefit for Institutions section css */

/* #Start Social video blocks section css */

.social_videos_container {
    padding-top: 80px;
    display: inline-block;
    text-align: center;
}

.social_videos_container p {
    font-size: 1.8rem;
    color: #6c808a;
    padding-bottom: 5%;
    font-weight: 300;
    line-height: 2.6rem;
    max-width: 1000px;
    display: inline-block;
}

.video_blocks {
    background: #fff;
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    /*padding: 30px;*/
    min-height: 300px;
    flex-flow: column nowrap;
}

.social_video_container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.social_site_video {
    overflow: hidden;
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
    border-radius: 4px !important;
}

.social_video_text {
    width: 100%;
    flex-wrap: wrap;
    padding: 15px 20px;
    min-height: 126px;
    flex-flow: column nowrap;
}

.social_video_text h2 {
    padding-bottom: 10px;
    color: #666666;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 300;
    flex-grow: 1;
}

.social_video_text span {
    color: #fda41e;
}

/* #End Social video blocks section css */

/* #Start Site logos and Social blocks section css */

#site_logos {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 80px 0 326px;
}

.logos_text {
    text-align: center;
    padding-bottom: 5%;
}

.logos_text p {
    font-size: 1.8rem;
    color: #6c808a;
    font-weight: 300;
    line-height: 2.6rem;
    max-width: 1000px;
    display: inline-block;
}

.logos_block {
    width: 100%;
    text-align: center;
}

.logos_block ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

.logos_block ul li {
    font-size: 1rem;
    margin-right: 25px;
    padding: 0;
}

.logos_block ul li:last-child {
    margin-right: 0;
}

.logos_block ul li img {
    max-width: 200px;
    display: block;
}

.social_blocks_container {
    padding-top: 80px;
    display: inline-block;
}

.social_blocks {
    background: #fff;
    box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 6px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 30px;
    min-height: 300px;
    flex-flow: column nowrap;
}

.social_text {
    width: 100%;
    flex-grow: 1;
}

.social_text p {
    line-height: 2rem;
    padding-bottom: 15px;
    color: #666666;
    font-size: 1.429rem;
    font-weight: 300;
}

.social_box_logo {
    width: 100%;
}

.social_box_logo span {
    line-height: 0;
    float: left;
    padding-right: 30px;
}

.social_box_logo p {
    color: #666;
}

.social_section_divider {
    background-image: url(../../img/welcome/patterns/pattern-8.svg);
    background-size: 100% 300px;
    bottom: -2px;
    height: 255px;
    z-index: 1;
}

/* #End Site logos and Social blocks section css */

/* #Start Sports Tabs section css */

#sports_tabs {
    background-color: #fda41e;
    padding: 80px 0;
    width: 100%;
    display: inline-block;
}

.sport_tab_container {
    padding: 0 60px;
}

.sport_tab_container .tab-content {}

.vertical_jump {
    background-image: url(../../img/welcome/sports-tabs/vertical-jump.png);
    background-repeat: no-repeat;
    background-position: top center
}

.ball_throw {
    background-image: url(../../img/welcome/sports-tabs/ball-throw.png);
    background-repeat: no-repeat;
    background-position: top center
}

.flying_start {
    background-image: url(../../img/welcome/sports-tabs/flying-start.png);
    background-repeat: no-repeat;
    background-position: top center
}

.shuttle_run {
    background-image: url(../../img/welcome/sports-tabs/shuttle-run.png);
    background-repeat: no-repeat;
    background-position: top center
}

.eightH_run {
    background-image: url(../../img/welcome/sports-tabs/800m-run.png);
    background-repeat: no-repeat;
    background-position: top center
}

.sport_tab_container .nav-tabs {
    border-bottom: none;
    margin: 0 0 6rem;
    padding: 0;
    text-align: center;
}

.sport_tab_container .nav-tabs>li {
    display: inline-block;
    margin-right: 10px;
    width: 18%;
    float: unset;
}

.sport_tab_container .nav-tabs>li>a {
    border: none;
    color: #fff;
    background: transparent;
    display: inline-block;
    position: relative;
    padding: 85px 0 0;
}

.sport_tab_container .nav-tabs>li>a:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 0px;
    bottom: -16px;
    position: relative;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    -ms-transition: width .5s ease, background-color .5s ease;
}

.sport_tab_container .nav-tabs>li>a:hover:after {
    background: #fff;
    width: 100%;
}

.sport_tab_container .nav-tabs>li.active>a {
    cursor: pointer;
    position: relative;
}

.sport_tab_container .nav-tabs>li.active>a:after {
    content: '';
    display: block;
    margin: auto;
    height: 4px;
    width: 100%;
    bottom: -16px;
    position: relative;
    background: #fff;
    transition: width .5s ease, background-color .5s ease;
    -webkit-transition: width .5s ease, background-color .5s ease;
    -moz-transition: width .5s ease, background-color .5s ease;
    -o-transition: width .5s ease, background-color .5s ease;
    -ms-transition: width .5s ease, background-color .5s ease;
}

.sport_tab_container .nav-tabs>li.active>a,
.sport_tab_container .nav-tabs>li.active>a:focus,
.sport_tab_container .nav-tabs>li.active>a:hover {
    border: none;
    border-radius: 0;
    color: #fff;
    background: transparent;
}

.sports_tabtext {
    padding-right: 3.5rem;
}

.sports_tabtext h4 {
    font-size: 1.714rem;
    font-weight: 300;
    margin-bottom: 25px;
    color: #fff;
}

.sports_tabtext p {
    font-size: 1.143rem;
    line-height: 2.086rem;
    color: rgba(255, 255, 255, 0.8);
}

.video_container {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-left: 3.5rem;
}

.site_video {
    overflow: hidden;
    display: block;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.custom_svg_play_icon {
    background: unset;
    border: unset;
    border-radius: unset;
    box-shadow: unset;
    color: unset;
    display: none;
    padding: 0;
    z-index: 2;
    overflow: hidden;
}

.custom_svg_play_icon.plyr__control--overlaid:focus,
.custom_svg_play_icon.plyr__control--overlaid:hover {
    background: transparent;
}

.line-icon {
    height: 140px !important;
    fill: none !important;
    width: 70px !important;
    stroke: #fff !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke-dasharray: 280 !important;
    stroke-dashoffset: 0 !important;
    pointer-events: unset !important;
}

.stroke-4 {
    stroke-width: 2;
}

.svg-fill {
    fill: #000;
}

.line-icon:hover {
    -webkit-animation: draw 3s linear alternate infinite;
    animation: draw 3s linear alternate infinite;
    stroke: #fda41e !important;
}

@-webkit-keyframes draw {
    0% {
        stroke-dashoffset: 280;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

/* #End Sports Tabs section css */

/* #Start Footer css */

#site_footer {
    background-color: #fda41e;
    background-image: linear-gradient(180deg, #fda41e 0%, #f9ba5b 100%);
    width: 100%;
    display: inline-block;
    padding: 80px 0 20px;
}

.site_copyright p {
    color: #fff;
}

.powered_logo {
    display: inherit;
}

.powered_logo a {
    max-width: 200px;
    overflow: hidden;
    display: inline-block;
}

/* #End Footer css */

/* #Start Show your interest modal css */

.syi_modal_header {
    position: relative;
    border-bottom: none;
}

.syi_modal_header .modal-title {
    text-align: center;
    font-size: 1.4rem;
    color: #fda41e;
}

.syi_modal_header .close {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 0 1rem;
    display: flex;
    align-items: center;
    color: #fda41e;
    opacity: 1;
}

.popClick_img {
    width: 100%;
    text-align: center;
}

.popClick_img ul {
    margin: 0;
    padding: 0 4rem;
    font-size: 0;
    line-height: 0;
}

.popClick_img ul li {
    font-size: 1rem;
    line-height: normal;
    padding: 0;
}

.popClick_img ul li a {
    display: block;
    overflow: hidden;
}

.popClick_img ul li a img {
    max-height: 200px;
    display: block;
}

.popClick_img ul li span {
    display: block;
    padding-top: 10px;
    font-size: 1.1rem;
    color: #fda41e;
}

/* #End Show your interest modal css */