.slider_caption_header {
    color: white;
    font-size: 4em;
    letter-spacing: 0.2rem;
    font-family: "NexaLight", HelveticaNeueBold, Arial, sans-serif;
    font-weight: 600;
}

.mg-bottom--20 {
    margin-bottom: 20px;
}

.color_orange {
    color: #EA6D23;
}

.bolder-caption {
    font-weight: 600 !important;
}

.btn-extreme-new:hover, .btn-extreme-new:focus {
    background-color: #EA6D23;
    transition-delay: .5s;
}

.one-liner {
    font-size: 42px !important;
}

.f_extreme_list {
    padding: 39px 0 21px;}

.text-center-caption {
    text-align: center !important;
}

.lighter_caption {
    font-size: 42px !important;
    font-weight: 100;
}

.slider_caption_p {
    font-size: 1.6em;
    color: white;
    text-align: center;
}

header.major h1:after, .major h1:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 10%;
    background: #FFF;
    margin: 0 auto;
}

.about-section {
       background: #241e48;
    /* background-image: url(../img/background-main-2-bg.jpg); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: auto !important;
}

.services-section__area {
    padding: 30px;
    background-color: #fff;
    margin-top: 20px;
}

.services-section__area .services-header h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 2em;
}

.rows-pd {
    padding: 15px;
}

.feel-extreme-section {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.ul_center_now {
    width: 79%;
    margin: 0 AUTO;
}

.services-section__area .card {
    font-size: 1em;
    overflow: hidden;
    padding: 0;
    border: none;
    border-radius: .28571429rem;
}

.services-section__area .card-block {
    font-size: 1em;
    position: relative;
    margin: 0;
    padding: 1em;
    border: none;
    border-top: 1px solid rgba(34, 36, 38, .1);
    box-shadow: none;
}

.services-section__area .card-img-top {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 5px;
}

.services-section__area .card-title {
    font-size: 1.28571429em;
    font-weight: 700;
    line-height: 1.2857em;
    color: #241E48;
}

.services-section__area .card-text {
    clear: both;
    margin-top: .5em;
    color: rgba(0, 0, 0, .68);
    line-height: 1.4;
    font-size: 13px;
}

.services-section__area .card-footer {
    font-size: 1em;
    position: static;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: .75em 1em;
    color: rgba(0, 0, 0, .4);
    border-top: 1px solid rgba(0, 0, 0, .05) !important;
    background: #fff;
}

.services-section__area .card-inverse .btn {
    border: 1px solid rgba(0, 0, 0, .05);
}

.services-section__area .profile {
    position: absolute;
    top: -12px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 50%;
}

.services-section__area .profile-avatar {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.services-section__area .profile-inline {
    position: relative;
    top: 0;
    display: inline-block;
}

.services-section__area .profile-inline ~ .card-title {
    display: inline-block;
    margin-left: 4px;
    vertical-align: top;
}

.services-section__area .text-bold {
    font-weight: 700;
}

.services-section__area .meta {
    font-size: 1em;
    color: rgba(0, 0, 0, .4);
}

.services-section__area .meta a {
    text-decoration: none;
    color: rgba(0, 0, 0, .4);
}

.services-section__area .meta a:hover {
    color: rgba(0, 0, 0, .87);
}

.extreme-img-gallery {
    background-image: url(../img/home-main-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}


.bg-transparent-color-blue {
    background: rgb(35 30 71 / 75%);
    width: 100%;
    height: 100%;
}

.bg-transparent-color-black {
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
}

.bg-transparent-color-orange {
    background: rgb(211 100 37 / 62%);
    width: 100%;
    height: 100%;
}


.section-title-subheading {
    display: inline-block;
    font-family: "NexaLight", HelveticaNeueBold, Arial, sans-serif;
    text-transform: initial;
    letter-spacing: 0.35rem;
    line-height: 4rem;
    font-weight: 600;
    font-size: 4.1rem;
    margin-top: 0;
    text-transform: uppercase;
    color: rgb(255 255 255);
}

.section-title-heading {
    display: inline-block;
    font-family: "NexaLight", HelveticaNeueBold, Arial, sans-serif;
    text-transform: initial;
    letter-spacing: 0.2;
    line-height: 1.4;
    font-weight: 600;
    font-size: 6.2rem;
    margin-top: 0;
    text-transform: uppercase;
}

.extreme-heading {
    padding:50px 0 15px 0;
}

.gallery-extreme {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(8, 5vw);
    grid-gap: 15px;
}

.gallery-extreme .gallery_1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 7;
}

.gallery-extreme .gallery_2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery-extreme .gallery_3 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery-extreme .gallery_4 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 1;
    grid-row-end: 3;
}

.gallery-extreme .gallery_5 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 5;
}

.gallery-extreme .gallery_6 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 3;
    grid-row-end: 5;
}

.gallery-extreme .gallery_7 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 3;
    grid-row-end: 5;
}

.gallery-extreme .gallery_8 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 5;
    grid-row-end: 7;
}

.gallery-extreme .gallery_9 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 5;
    grid-row-end: 7;
}

.gallery-extreme .gallery_10 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 5;
    grid-row-end: 7;
}

.gallery-extreme .gallery_11 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 7;
    grid-row-end: 9;
}

.gallery-extreme .gallery_12 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 7;
    grid-row-end: 9;
}

.gallery-extreme .gallery_13 {
    grid-column-start: 5;
    grid-column-end: 7;
    grid-row-start: 7;
    grid-row-end: 9;
}

.gallery-extreme .gallery_14 {
    grid-column-start: 7;
    grid-column-end: 9;
    grid-row-start: 7;
    grid-row-end: 9;
}

.img_gallery {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img_gallery:before {
    content: '\A';
    position: absolute;
    width: 100%; height:100%;
    top:0; left:0;
    background:rgba(0,0,0,0.6);
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.img_gallery:hover:before {
    opacity: 1;
}


.video-holder {
    margin-top: 55px;
}

section.map-section ul.actions li a:hover {
    background-color: rgb(234 109 35);
    transition-delay: .5s;
}

#services-section, #map-section {
    padding-top: 0px;
}

.section {
    padding-top: 0;
    padding-bottom: 0px;
}

.yt-video-thumbnail {
    box-shadow: rgba(0, 0, 0, 0.508) 0 10px 10px -5px;

}

span.orange-overlay {
    background: rgb(35 30 71 / 85%);
    display: none;
    height: 153.16px;
    width: 233.25px;
    position: absolute;
    bottom: 153px;
    margin-bottom: -153px;
    transition-delay: .5s;
}

a:hover span.orange-overlay {
    display:block;
}

.extreme-video-cards {
    position: relative;
}

.extreme-video-cards .btn-play-vid, .extreme-video-cards .btn-play-hover {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50px;
}

.reviews-section, .contact-section-new {
    /* background: rgb(245 245 250) url(../../img/home-contacts-bg.jpg); */
   background-color: white;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto;
}

.contact-section-new {
    background-color: #efefef;
    height: unset;
}

.reviews-section .section-inner-holder {
    margin: 10vh 0 10vh 0;
}

.reviews-section .section-inner-holder .section-header h2 {
    margin: 5vh 0 5vh 0;
    font-size: 41px;
    color: rgb(36 30 72);
}

.contact-details .box {
    padding: 33px;
    background-color: #241E48;
    border-radius: 10px;
    box-shadow: rgb(0 0 0 / 51%) 0 10px 10px -5px;
}

.form-area-header {
    margin-left: 14px;
}

.form-area-header h2, .form-area-header p {
    color: #241E48;
}

.form-area-header h2 {
    font-size: 41px;
    margin-bottom: 15px;
}


.form-area-header p {
    font-size: 23px;
}

.contact-details .box .box-header h2 {
    color: #EA6D23;
    margin-bottom: 33px;
    font-size: 35px;
}

.contact-details-area p {
    color: rgb(255 255 255);
    line-height: 1.5;
    font-weight: lighter;
    font-size: 18px;
}

.s-icons {
    margin-right: 10px;
}

.social-icons {
    margin-top: 25px;
}

.social-icons .s-m-icons {
    width: 50%;
}

.form-area-section label {
    color: #241E48;
}

.form-area-section .form-control {
    border: 1px solid #241E48;
    background-color: #efefef;
}


.locate-padding {
    padding-top: 50px;
}

.btn-extreme {
    background-color: #EA6D23;
    border-color: #c04600;
}

.btn-extreme:hover, .btn-extreme:focus {
    background-color: #c04600;
    border-color: #EA6D23;
}

section.map-section ul.actions li a {
    /* width: 100%; */
    width: 14.5em;
}

.footer-container {
    margin-top: 60px;
}

.navbar-no-overflow {
    overflow: unset !important;
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.navbar-nav>li>.dropdown-menu a {
        color: #241E48;
    font-size: 1.2em;
    /* padding: 16px; */
    font-weight: 600;
    width: 100%;
    padding: 10px 0 10px 10px
}


#services-section, #map-section {
    padding-top: 0px;
    height: 100%;
}

.modal-dialog {
    width: 600px;
    margin: 123px auto;
}

.modal-header, .modal-footer {
    border-bottom: unset;
    border-top: unset;
}

.app_modal_btn {
    background-color: #EA6D23;
    color: white;
}

.modal-body {
    padding-bottom: unset;
}


.navbar-transparent.navbar-dark .navbar-collapse, .navbar-transparent .navbar-collapse {
    background-color: #00000029;
}

.football-team {
    /* background: rgb(245 245 250) url(../../img/home-contacts-bg.jpg); */
    background-color: #241e48;
}

.football-team h2 {
    color: #EA6D23 !important;
    text-align: left;
}

.football-team p {
    color: white;
    font-size: 1.9rem;
    text-align: left;
    line-height: 1.4;
}
/* .modal-header .close {
    margin-top: -24px;
} */

.football-gallery {
        position: absolute;
    top: 50px;
}

.modal-career {
    padding: unset !important;
}

.mail_link {
    color: #241E48;
}

.close-career {
    padding: 10px !important;
}

.major .extreme_liner:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 10%;
    background: #FFF;
    margin: unset !important;
}

.heading-title
{
	margin-bottom: 50px;
    font-family: "NexaBold", HelveticaNeueBold, Arial, sans-serif;
    font-size: 4.2rem;
    letter-spacing: 0.2rem;
    font-weight: 600;
    padding: 0 0 .3em;
    color: rgb(36 30 72);
}

.product-packages {
    background-color: rgb(250 250 250);
    padding-top: 50px;
    padding-bottom: 100px;
}

.pricingTable {
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    margin: 0 -15px;
    text-align: center;
    transition: all 0.4s ease-in-out 0s;
}

.pricingTable:hover{
    border: 2px solid #EA6D23;
    margin-top: -30px;
}

.pricingTable .pricingTable-header{
    padding: 30px 10px;
    background: #EA6D23;
}

.pricingTable .heading{
    display: block;
    color: #241e48;
    font-weight: 900;
    text-transform: uppercase;
    font-size:21px;
}

.pricingTable .pricing-plans {
    padding-bottom: 25px;
    border-bottom: 1px solid #d0d0d0;
    color: #000;
    font-weight: 900;
}

.pricingTable .price-value{
    color: #474747;
    display: block;
    font-size: 25px;
    font-weight: 800;
    line-height: 35px;
    padding: 0 10px;
}

.pricingTable .price-value span{
    font-size: 50px;
}

.pricingTable .subtitle{
    color: #82919f;
    display: block;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 100;
}

.pricingTable .pricingContent ul{
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}

.pricingTable .pricingContent ul li{
    padding: 20px 0;
}

.pricingTable .pricingContent ul li:nth-child(odd) {
    background-color: #fff;
}

.pricingTable .pricingContent ul li:last-child{
    border-bottom: 1px solid #dbdbdb;
}

.pricingTable .pricingTable-sign-up{
    padding: 25px 0;
}

.pricingTable .btn-block{
    width: 50%;
    margin: 0 auto;
    background: #e46367;
    border:1px solid transparent;
    padding: 10px 5px;
    color:#fff;
    text-transform: capitalize;
    border-radius: 5px;
    transition:0.3s ease;
}

.pricingTable .btn-block:after{
    content: "\f090";
    font-family: 'FontAwesome';
    padding-left: 10px;
    font-size: 15px;
}

.new_full_screen {
    height: unset !important;
}

.video_list {
    margin-bottom: 70px;
}

.navbar-dark .navbar-toggle {
    border-color: rgb(255 255 255) !important;
    width: 10%;
}

.contact-section {
    background: unset !important;
    background-color: rgb(239 239 239) !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

@media screen and (max-width:990px){
    .pricingTable{
        margin-bottom: 30px;
    }
}

@media screen and (max-width:767px){
    .pricingTable{
       margin: 0 0 30px 0;
    }
}