/**
* Template Name: ComingSoon - v4.7.0
* Template URL: https://bootstrapmade.com/comingsoon-free-html-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  /*color: #ffffff;*/
  /*background: url("../img/bg_wcla.jpg") top center no-repeat;*/
  /*background-size: cover;*/
  background-color: #edeff4;
  position: relative;
}
.text-primary {
  color: #e51937 !important;
}
/*body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 34, 34, 0.9);
}*/

/*@media (min-width: 1024px) {
  body {
    background-attachment: fixed;
  }
}*/

a {
  color: #ff0000;
  text-decoration: none;
}

a:hover {
  color: #ff3333;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
}

@media screen and ( min-width: 768px ) {
  .desktop-none {
    display: none;
  } 
}

#main {
  position: relative;
}

.default_style1 {
  justify-content: space-between;
  align-items: center;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.card-transparent {
  background-color: transparent;
  border: none;
}

.card.recent-posts iframe {
    width: 100% !important;
}
.hiddeninDesktop {
  display: none;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ff0000;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ff2929;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.default-tabs-style {
  margin-top: 60px;
  margin-bottom: 30px;
}
.nav-tabs .nav-item .nav-link {
  color: #31404b;
  font-size: 16px;
  padding: 8px 25px;
}
.tab-content {
  border: 1px solid rgb(22 40 76 / 10%);
  background-color: white;
  margin-top: 0;
  border-top: 3px solid #16284c;
  box-shadow: 5px 5px 10px -5px rgba(22,40,76,0.2);
}
.accordion-item {
  border: none;
  background-color: transparent;
}
.nav-tabs .nav-item .nav-link {
  background-color: #fff;
  border-radius: 0;
  border: none;
  border-right: 1px solid rgb(30 32 36 / 5%);
}
.nav-tabs .nav-item .nav-link.active {
  background-color: #16284c;
  color: #ffffff;
}
.accordion-body {
  padding: 20px 20px;
  font-size: 14px;
  letter-spacing: -0.02em;
  font-weight: 400;
  line-height: 1.6em;
  color: #1e2024;
}
.nav-tabs .nav-item .nav-link:hover {
  background-color: rgb(22 40 76 / 10%);
}
@media screen and ( max-width: 991px ) {
  .accordion-button:not(.collapsed) {
    background-color: #16284c;
    color: #ffffff;
    box-shadow: none;
  }
  .hiddeninDesktop {
  display: block;
}
  .accordion-button:not(.collapsed)::after {
    filter: contrast(0);
  }
  .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .accordion-item {
    border-bottom: 1px solid rgb(222 226 230 / 50%);
  }
  .tab-content {
    border: none;
    border-top: 3px solid #16284c;
  }
  .nav-tabs .nav-item .nav-link:focus {
    background-color: #16284c;
  }
}



/* Header Css Starts From Here */
.mobile-search-form {
  display: none;
}
.navbar-nav .dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 100%;
  z-index: 1;
  border-radius: 0;
  background-color: #e1133c;
  border: 1px solid #e1133c;
  transition: all 0.3s ease;
  display: block;
  opacity: 0;
  visibility: hidden;
  min-width: 235px;
}
.navbar-nav .dropdown:hover .dropdown-menu, .navbar-nav .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}
.main-navbar .nav-link.show {
  background-color: #e51937;
}
.navbar-nav .dropdown-menu .dropdown-item {
  position: relative;
  font-weight: 700;
  line-height: 40px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 30px;
  transition: all 0.3s ease;
  color: #ffffff;
}
.navbar-nav .dropdown-menu li {
  margin: 0 -1px;
}
.main-navbar .nav-link.show::after {
  bottom: -2px;
  height: 100%;
}
.navbar-nav .dropdown-menu .dropdown-item:hover {
  background-color: #16284c;
  color: #ffffff;
}
.main-navbar .nav-link.show:hover {
  color: #ffffff;
  /* background-color: #16284c; */
}
.dropdown .dropdown-toggle i {
  transition: all 0.2s ease;
  position: relative;
  margin-left: 10px;
  font-weight: 600;
  font-size: 14px;
  z-index: 1;
}
.main-navbar .dropdown-toggle.show i.fa-angle-down, .main-navbar .dropdown-toggle i.fa-angle-down:hover {
  transform: rotateX(180deg);
}
.nav-item.dropdown:hover .dropdown-toggle .fa-angle-down {
  transform: rotateX(-180deg);
}
.navbar-nav .nav-link:hover i.fa {
  color: #ffffff;
}
.navbar-nav .dropdown-toggle:hover ~ .dropdown-menu {
  opacity: 1;
  visibility: visible;
}
.header_wrp {
  background-color: #f2f2f2;
}
.header_top_bar {
  background-color: #16284c;
  padding-bottom: 5px;
  padding-top: 5px;
}
.header-search-form {
  max-width: 300px;
  width: 100%;
}
.header-search-form .search-form {
  transition: all 0.2s ease;
  background-color: #ffffff;
  border-radius: 60px;
  position: relative;
}
.search-form .form-control {
  border: none;
  border: 1px solid #ffffff;
  background-color: transparent;
  border-radius: 20px;
  height: 30px;
  padding: 4px 60px 6px 20px;
  font-size: 12px;
}
.search-form .form-control:focus, .search-form .form-control:hover {
  border-color: rgb(22 40 76 / 40%);
  box-shadow: 0 0 20px 0 rgb(22 40 76 / 10%);
}
.search-form button {
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 51px;
  height: 30px;
  line-height: 30px;
  padding: 0;
  border: none;
  font-size: 16px;
  color: #16284c;
  transition: color, background-color 0.3s ease;
  border-radius: 0 20px 20px 0;
}
.search-form button:hover, .search-form button:focus {
  background-color: rgb(22 40 76);
}
.search-form button:hover i, .search-form button:focus i {
  color: #ffffff;
}
.login_signup {
  background-color: #f2f2f2;
  border-radius: 30px;
}
.login_signup ul li a {
  font-size: 12px;
  text-decoration: none;
  padding: 2px 5px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.2s ease;
  text-transform: uppercase;
  background-color: #16284c;
  color: #ffffff;
}
.first-header-inner {
  display: flex;
  align-items: center;
}
.login_signup ul li {
  display: flex;
}
.login_signup ul li:first-child {
  border-right: 1px solid rgb(22 40 76 / 10%);
}
.login_signup ul li a:hover {
  background-color: #e51937;
  color: #f2f2f2;
}
.login_signup ul li:first-child a {
  border-radius: 20px 0 0 20px;
}
.login_signup ul li:last-child a {
  border-radius: 0 20px 20px 0;
}
.header_top_right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_top_right .icon-txt {
  margin-right: 20px;
}
.header_top_right .icon-txt a {
  font-size: 12px;
  text-transform: uppercase;
  color: #212529;
  font-weight: 400;
}
.header_top_right .icon-txt a:hover {
  color: #e51937;
}
.header_top_right .icon-txt li {
  line-height: 0;
}
.search-form .form-control:hover {
  box-shadow: none;
}
.nav-item.active .nav-link::after {
  bottom: 0;
  height: 100%;
}
.secondary_header {
  /*overflow: hidden;*/
  background-color: #e1133c;
  padding: 5px 0;
  position: relative;
}
.secondary_header .navbar {
  padding: 0;
  justify-content: center;
}
.secondary_header .navbar-brand img {
  max-width: 100%;
}
a.navbar-brand {
  margin: auto;
  width: 100%;
  padding: 10px;
  max-width: 350px;
  display: block;
}
.menu-btn {
  display: none;
}
.main-navbar {
  margin-top: auto;
}
.main-navbar .navbar-nav {
  flex-direction: row;
  z-index: 2;
  /* mix-blend-mode: difference; */
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.main-navbar .navbar-nav a.nav-link {
  /*mix-blend-mode: difference;*/
  position: relative;
  font-weight: 700;
  line-height: 50px;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 12px;
  transition: all 0.3s ease;
  color: #ffffff;
}
/*.main-navbar::before {
  content: "";
  position: absolute;
  left: -20px;
  right: -1000%;
  bottom: 0;
  background-color: #292c31;
  background-color: #16284c;
  height: 100%;
  z-index: 1;
  transform: skewX(-30deg);
}*/
.main-navbar::before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  background-color: #16284c;
  transform: skewX(-30deg);
}

.main-navbar::after {
/*  content: "";
  position: absolute;
  right: 570px;
  left: -1000%;
  bottom: 0;
  background-color: #1e2024;
  background-color: #e51937;
  height: 100%;
  z-index: 1;
  transform: skewX(-30deg);*/
}
.main-navbar a.nav-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: unset;
  height: 0;
  width: auto;
  border: none;
  background-color: #e51937;
  transition: all 0.3s ease;
  top: 0;
  margin-left: auto;
}
.main-navbar a.nav-link:hover::after, .nav-item.dropdown:hover .dropdown-toggle::after {
  height: 100%;
  width: auto;
}
.main-navbar a.nav-link:hover {
  color: #e51937;
}
.main-navbar .nav-item span {
  position: relative;
  z-index: 2;
  color: #ffffff;
}
.copyright {
  background-color: #e51937;
  padding: 5px 0;
}
.copyright p {
  position: relative;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  color: #f2f2f2;
  font-size: 14px;
}
.copyright .container {
  position: relative;
}
.copyright .container::before {
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  bottom: 0;
  background-color: #16284c;
  transform: skewX(-30deg);
}
.home-banner-sec {
  width: 100%;
  overflow: hidden;
}
.banner_sec {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 370px;
  width: 100%;
}
.banner_sec::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.8);
}
.banner_content {
  z-index: 1;
  text-align: center;
  position: relative;
}
.banner_content .container {
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
}
.hero-unit__decor {
  margin: auto;
  display: block;
  text-align: center;
  margin-bottom: 11px;
  margin-top:55px;
}
.hero-unit__decor i.fa {
  color: #e51937;
  margin: 0 6px;
  font-weight: 900;
}
.hero-unit__subtitle {
  text-align: center;
  display: block;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0.25em;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.hero-unit__title {
  text-align: center;
  color: #fff;
  font-size: 50px;
  margin-bottom: 0.25em;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
}
.hero-unit__desc {
  text-align: center;
  margin-bottom: 2em;
  width: 100%;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
.banner-container-left {
  width: 65%;
}
.btn-default {
  border: 1px solid transparent;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  text-transform: uppercase;
  transition: all 0.3s ease;
  vertical-align: middle;
  font-size: 11px;
  line-height: 1.5em;
  border-radius: 2px;
  text-decoration: none;
  padding: 13px 28px;
}
.btn-inverse.btn-default {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.btn.btn-icon-right {
  padding-right: 22px;
}
.btn-icon-right i.fa {
  margin-left: 10px;
  font-weight: 900;
}
.btn-inverse.btn-default:hover {
  background-color: #e51937;
  border-color: #e51937;
}
.btn-inverse.btn-default:hover i {
  color: #ffffff !important;
}
.figure-right {
  width: 29%;
  padding: 50px;
  box-sizing: border-box;
}


.slick-next {
  right: 30px !important;
}
.slick-prev {
  left: 30px !important;
}
.slick-prev, .slick-next {
  z-index: 4;
}
.slick-prev:before, .slick-next:before {
  background-color: #e51937;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.9 !important;
  border-radius: 3px;
}
button.slick-prev::before {
  content: "\f104";
  font-family: 'fontawesome';
}
button.slick-next::before {
  content: "\f105";
  font-family: 'fontawesome';
}
.slick-prev, .slick-next {
  width: 40px !important;
  height: 40px !important;
}
ul.slick-dots li button:before {
  color: white;
  opacity: 1;
  font-size: 16px;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 0 2px #ffffff;
  border-radius: 20px;
  padding: 0;
  line-height: 22px;
}
ul.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #e51937;
  box-shadow: 0 0 0 2px #e51937;
}
ul.slick-dots {
  bottom: 20px;
}
ul.slick-dots li button:hover:before {
  color: #e51937;
  box-shadow: 0 0 0 2px #e51937;
}
.home-banner-slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.logo_img {
  background-color: #f0f0f0;
  height: 100px;
  margin: 0 15px;
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_img img {
  width: auto;
  max-width: 100%;
}
.logos_slider .slick-track .slick-slide {
  height: 100%;
  display: inline-block;
}
.logos_slider .slick-prev {
  left: 0 !important;
}
.logos_slider .slick-prev, .logos_slider .slick-next {
  width: auto !important;
  height: auto !important;
}
.logos_slider .slick-prev:before, .logos_slider .slick-next:before {
  height: auto;
  width: auto;
  background-color: transparent;
  color: #e51937;
  font-weight: bold;
}
.logos_slider .slick-next {
  right: 0 !important;
}
.logos_slider .slick-list.draggable {
  padding: 0 10px;
}
.logos_slider_sec {
  padding: 50px 0;
  background-color: #ffffff;
  box-shadow: 0 5px 10px 0px inset rgba(0,0,0,0.2);
}

/* Footer Css Starts From Here */
span.sbi_follow_btn {
  display: flex;
  padding: 5px 10px;
}
span.sbi_follow_btn a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
span.sbi_follow_btn a svg {
  width: 15px;
}
span.sbi_follow_btn a span {
  font-size: 12px;
  line-height: 15px;
  width: 100%;
  max-width: calc(100% - 25px);
  flex: calc(100% - 25px);
  margin-left: 10px;
}
.widget-contact-info__desc {
  margin-bottom: 30px;
}
.footer-wrp {
  padding: 80px 0;
  background: #1e2024;
}
.footer-logo a {
  display: inline-block;
}
.footer-logo img {
  max-width: 80%;
}
.widget__title {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  margin-bottom: 3.5em;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-col-inner p {
  margin-bottom: 1.5em;
  font-size: 14px;
  line-height: 22px;
  color: #5A5A5A;
  font-weight: 400;
}
.info-block__item .icon i {
  color: #e3163a;
}
.info-block__heading {
  color: #ffffff;
  font-size: 11px;
  line-height: 1.2em;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-weight: 700;
}
a.info-block__link {
  display: block;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1.2em;
  color: #6b6d70;
  vertical-align: top;
  transition: color 0.25s cubic-bezier(0.3, 0.1, 0.55, 1);
}
.info-block__item {
  position: relative;
  padding: 0 0 0 30px;
  margin-bottom: 1.5em;
}
.info-block__item span.icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 0;
}
.info-block__item--nopadding {
  padding: 0;
}
ul.social-links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
li.social-links__item {
  display: inline-block;
  vertical-align: middle;
  font-size: 9px;
  text-transform: uppercase;
  margin-right: 12px;
  color: #6b6d70;
}
li.social-links__item a {
  color: #6b6d70;
}
li.social-links__item a i {
  font-size: 12px;
  margin-right: 5px;
  transition: color 0.2s ease;
  color: #fff;
}
li.social-links__item a:hover, li.social-links__item a:hover i {
  color: #e3163a;
}
a.info-block__link:hover {
  color: #e3163a;
}
.posts__cat span {
  background-color: #e1133c;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
  padding: 3px 8px;
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.posts__title {
  line-height: 1em;
  font-style: normal;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  font-weight: 700;
  margin-bottom: 0;
}
.posts__item {
  margin-bottom: 18px;
}
.posts__title a {
  color: #fff;
  display: inline-block;
  transition: color 0.2s ease;
}
.posts__title a:hover {
  color: #e1133c;
}
.posts__date {
  color: #5A5A5A;
  line-height: 1.2em;
  vertical-align: middle;
  display: inline-block;
  margin-top: 0.25em;
  font-size: 11px;
}
@media screen and ( max-width: 1300px ) {

}



/* Inner Body Css Starts From Here */
.body-with-sidebar {
  padding: 50px 0;
}
.card_header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 22px 23px;
  background-color: #fff;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  position: relative;
  justify-content: space-between;
  margin-bottom: 15px;
}
.featured_news_sec .card {
  border: none;
  background-color: transparent;
}
.card_header::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #e1133c;
  border-radius: 3px 0 0 0;
}
.card_header h4 {
  font-weight: 700;
  color: #31404b;
  font-size: 16px;
  line-height: 1.2em;
  letter-spacing: -0.02em;
  margin-bottom: 0;
  text-transform: uppercase;
  font-style: normal;
  padding-right: 1em;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
  font-style: normal;
  flex-grow: 1;
}
.card-header__button {
    border-color: #dbdfe6;
    color: #fff;
    background-color: #e1133c;
    padding: 5px 13px;
    font-size: 9px;
    line-height: 1.5em;
    border-radius: 2px;
    border-radius: 10px;
}
.card-header__button:hover {
  background-color: #5A5A5A;
  border-color: #5A5A5A;
  color: #fff;
}
.post_grid {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.post_item > figure {
  margin: 0;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.post_item > figure img {
  border-radius: 4px 4px 0 0; 
  width: 100%;
}
.posts__thumb .posts__cat {
  position: absolute;
  left: 23px;
  top: 23px;
  line-height: 0;
}
.posts__thumb .posts__cat span {
  margin: 0;
}
.post_article {
  border: 1px solid #e4e7ed;
  background-color: #ffffff;
  margin-bottom: 15px;
  margin-bottom: 30px;
  border-radius: 4px;
  margin-top: 15px;
}
.posts__content {
  padding: 1px 24px;
  padding-top: 18px;
  position: relative;
  min-height: 200px;
}
.posts__cta {
  position: absolute;
  top: 0;
  right: 23px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e1133c;
  color: #ffffff;
  transition: all 0.2s ease;
}
.posts__cta i {
  transition: all 0.2s ease;
}
.posts__cta:hover i {
  transform: rotate(90deg);
  color: #ffffff;
}
.posts__content time {
  text-transform: uppercase;
  margin: 0;
}
.posts__content .posts__title {
  line-height: 1em;
  display: inline-block;
  font-size: 18px;
  margin: 0px 0;
}
.posts__content .posts__title a {
  color: #31404b;
  line-height: 1.3em;
}
.posts__content .posts__title a:hover {
  color: #e1133c;
}
.posts__excerpt {
  padding: 10px 0;
  color: #5A5A5A;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
.posts_content {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.posts__excerpt p {
  display: inline;
}
.card__footer {
  border-top: 1px solid #e4e7ed;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.post-author figure {
  margin: 0;
}
.post-author figure img {
  width: 24px;
  height: 24px;
  border-radius: 30px;
  margin-right: 10px;
}
.post-author__name {
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #5A5A5A;
  font-weight: 400;
  font-style: normal;
}
.post__meta {
  display: flex;
  min-width: 70px;
  flex-wrap: wrap;
  align-items: center;
}
.meta__item {
  text-transform: uppercase;
  line-height: 1.2em;
  margin-left: 15px;
  font-size: 10px;
  color: #5A5A5A;
}
.meta__item a {
  color: #5A5A5A;
}
.meta__item a:hover {
  color: #e1133c;
}
.card_content {
  overflow: hidden;
}
.card--has-table .card_header {
  margin: 0;
}
.card--has-table th {
  text-transform: uppercase;
}
.card--has-table th, .card--has-table td {
  padding: 13px 10px;
  font-size: 11px;
  color: #31404b;
}
.card--has-table th:first-child, .card--has-table td:first-child {
  padding-left: 24px;
  width: 50px;
}
.card--has-table th:last-child, .card--has-table td:last-child {
  padding-right: 24px;
  width: 50px;
}
.data-name .team-logo {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 2em;
  max-height: 2em;
  vertical-align: middle;
}
.data-name {
  min-width: 170px;
}
/*.table tr:hover, tr.highlighted {*/
/*  color: white;*/
  /*background-color: #f5f7f9;*/
/*  background-color:#16284c;*/
/*}*/
.text-ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.card--has-table {
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  background-color: #fff;
  margin-bottom: 30px;
}
.card--has-table .table {
  margin: 0;
}
.news_grid_style1 .news_item {
  border-bottom: 1px solid #e4e7ed;
  align-items: flex-start;
  padding-bottom: 24px;
  padding-right: 24px;
  margin-bottom: 24px;
  display: flex;
}
.news_grid_style1 .news_item figure {
  margin: 0 10px 0 0;
}
.posts__cat {
  line-height: 0;
}
.news_grid_style1 .posts__title a {
  color: #31404b;
  font-size: 14px;
  line-height: 1.3em;
}
.news_grid_style1 .posts__title a:hover {
  color: #e1133c;
}
.news_grid_style1 .news_item:last-child {
  margin-bottom: 0;
  border: none;
}
.body-sidebar {
  position: sticky;
  top: 30px;
}
.body-sidebar .card {
  margin-bottom: 25px;
}


/* Instagram Feed Css Starts From Here */
.insta_grid {
  padding: 15px 15px 0 15px;
}
.insta_grid .col-md-4 {
  margin-bottom: 30px;
}
.insta_grid a {
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
}
.insta_grid a img {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
  border-radius: 5px;
  border: 1px solid rgb(0 0 0 / 20%);
}
.insta_grid a::before {
  content: "";
  position: absolute;
  left: 0;
  right: unset;
  top: unset;
  margin: auto;
  bottom: 0;
  background-color: rgb(225 19 60 / 50%);
  border-radius: 5px;
  transition: all 0.3s ease;
  opacity: 0;
  /*visibility: hidden;*/
}
.insta_grid a:hover::before {
  opacity: 1;
  right: 0;
  top: 0;
  /*visibility: visible;*/
  transition: all 0.3s ease;
}

.col50{
  width:50%;
  float: left;
}









/*  Teams Page Css Starts From Here */
.error-template h2 {
  margin: 0 0 15px 0;
  font-weight: bold;
  text-transform: capitalize;
}
.error-details {
  font-size: 13px;
  margin-bottom: 0;
  text-transform: capitalize;
}
.h1-404 {
  font-size: 10em;
  font-weight: bold;
  line-height: normal;
  margin-bottom: 30px;
  color: #e1133c;
  text-shadow: 5px 5px 5px rgb(22 40 76 / 40%);
}
.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-banner::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url('../img/page-heading-pattern.png');
}
.inner-banner .container {
  z-index: 1;
}
.inner-banner .page-heading__title {
  text-align: center;
  margin: 0;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.02em;
  font-size: 34px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0;
}
.inner-banner .breadcrumbs {
  text-align: center;
}
.inner-banner .breadcrumbs ul {
  margin: 15px 0 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.6);
}
.inner-banner .breadcrumbs ul li {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.02em;
  padding: 0;
  font-style: normal;
  color: #fff;
}
.inner-banner .breadcrumbs ul li::after {
  content: "|";
  padding: 0 0.5em;
}
.inner-banner .breadcrumbs ul li:last-child::after {
  opacity: 0;
  padding: 0;
}
.inner-banner .breadcrumbs ul li a {
  color: #ffffff;
  transition: all 0.2s ease;
}
.inner-banner .breadcrumbs ul li a:hover {
  color: #e51937;
}
.content-filter {
  padding: 20px 0;
  background-color: #fff;
  border-bottom: 1px solid #e4e7ed;
}
.content-filter .form-group, .content-filter .post-filter__submit {
  height: 100%;
}
select.form-control {
  background-image: url('../img/chevron-bottom-single.png');
  background-position: calc(100% - 25px) center;
  background-repeat: no-repeat;
  background-size: 12px;
  height: 100%;
  color: #31404b;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #e4e7ed;
  border-radius: 0;
  padding: 15px 25px;
}
select.form-control.sm {
  padding: 5px 15px;
  background-size: 10px;
  background-position: calc(100% - 15px) center;
}
.content-filter .post-filter__submit button {
  padding: 15px 20px;
  font-size: 13px;
  line-height: 1.45em;
  color: #fff;
  background-color: #5A5A5A;
  font-weight: 600;
  height: 50px;
  border-color: #5A5A5A;
  border-radius: 0;
  min-width: 100%;
}
.content-filter .post-filter__submit button:hover {
  background-color: #e51937;
  border-color: #e51937;
}
.content-filter select.form-control:focus {
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.rgb-alpha-listing-nav {
  list-style: none;
  padding: 0;
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
.rgb-alpha-listing-nav li {
  width: 100%;
}
.rgb-alpha-listing-nav li a {
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 14px;
  color: #aeaeae;
  padding: 10px 0;
  text-align: center;
  line-height: normal;
  border-style: solid;
  border-color: #d9d7d7;
  background-color: #fff;
  text-transform: capitalize;
  border-width: 1px;
  width: 100%;
  border-right-width: 0;
}
.rgb-alpha-listing-nav li:last-child a {
  width: 100%;
  border-right-width: 1px;
}
.rgb-alpha-listing-nav li a:hover {
  background-color: #e51937;
  color: #ffffff;
  border-color: #e51937;
}
/* Team Listing Css Starts From Here */
.team-list-thumb {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.rgb-white-style {
  width: 100%;
  padding: 30px 30px 0;
  background-color: #ffffff;
}
.team-list-thumb a {
  width: 100%;
  display: inline-block;
  margin-bottom: 30px;
  display: inline-block;
}
img {
  max-width: 100%;
}
.team-list-thumb-title {
  display: flex;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  position: relative;
  background-color: #16284c;
}
.tag-no {
  z-index: 1;
  width: 160px;
  color: #ffffff;
  font-size: 16px;
  line-height: normal;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px;
}
.tag-no:before {
  right: 0;
  top: 0px;
  bottom: 0;
  left: -10px;
  content: "";
  z-index: -1;
  position: absolute;
  transform: skewX(-10deg);
  background-color: #e51937;
  -o-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -moz-transform: skewX(-10deg);
  -webkit-transform: skewX(-10deg);
}
.team-list-thumb-title h5 {
  max-width: calc(100% - 68px);
  padding: 15px 0;
  margin: auto;
  width: 100%;
  margin: 0;
  color: #fff;
  text-align: left;
  font-weight: normal;
  line-height: normal;
}
.team-list-thumb-title h5 a {
  padding-left: 20px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 0;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-list-thumb-title h5 a:hover {
  color: #e51937;
}
.team-list-thumb:hover {
  box-shadow: 0 1px 13px 0 rgb(0 0 0 / 17%);
}
.team-alpha-listing-page {
  margin-bottom: 50px;
}

/* News Listing Page Css Starts From Here */
.post_listing .post_article:first-child {
  margin-top: 0;
}
.post_listing .post_article:last-child {
  margin-bottom: 0;
}
.post_listing .posts__content h2.posts__title {
  margin: 0px;
  display: block;
  font-size: 18px;
  line-height: 1.07em;
}
.post_listing .posts__content time {
  margin-top: 0.7em;
}
.post_listing .posts__excerpt {
  padding: 8px 0 8px 0;
}
.readmore-excerpt {
  cursor: pointer;
  color: #31404b;
}
.readmore-excerpt:hover {
  text-decoration: none;
  color: #e1133c;
}
/* Single News Css Starts From Here */
.related-posts {
  background-color: rgb(30 32 36 / 5%);
  margin-top: 50px;
  padding: 50px 0;
}
.single-article-wrp .featured_news_sec {
  margin-top: -60px;
}
/* Single News Css Ends From Here */

/* Team Single Page Css Starts From Here */
.card_header .row {
  width: calc(100% + var(--bs-gutter-x));
}
.team-about-boxes {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;

  border-color: #e4e7ed;
  border-style: solid;
  border-width: 1px 0 0 1px;
  margin: -1px;
}
.cols-2 .about-box {
  width: 50%;
}
.about-box {
  width: 100%;
  border-style: solid;
  border-color: #e4e7ed;
  border-width: 0 1px 1px 0;
  background-color: #ffffff;
  background-image: linear-gradient(to right, rgba(228, 231, 237, 0.5) 4px, transparent 4px), linear-gradient(to right, rgba(228, 231, 237, 0.5) 4px, transparent 4px), linear-gradient(to right, rgba(228, 231, 237, 0.5) 4px, transparent 4px), linear-gradient(to right, rgba(228, 231, 237, 0.5) 4px, transparent 4px), linear-gradient(to right, rgba(228, 231, 237, 0.5) 4px, transparent 4px), linear-gradient(to right, rgba(228, 231, 237, 0.5) 4px, transparent 4px), linear-gradient(to right, whitesmoke 4px, transparent 4px), linear-gradient(to right, #ebebeb 4px, transparent 4px);
  background-repeat: repeat-x;
  background-size: 36px 24px, 36px 30px, 36px 34px, 36px 40px, 36px 37px, 36px 29px, 72px 30px, 108px 37px;
  background-position: 0 100%, 6px 100%, 12px 100%, 18px 100%, 24px 100%, 30px 100%, 6px 100%, 24px 100%;
  padding: 34px 15px 80px 15px;
  text-align: center;
}
.box-title {
  color: #31404b;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}
.about-text {
  word-break: break-word;
  font-size: 13px;
  letter-spacing: -0.02em;
  font-weight: 400;
  line-height: 1.2em;
  color: #5A5A5A;
  margin-bottom: 0;
}
.about-text a {
  color: #5A5A5A;
  display: inline-block;
  width: 100%;
}
.team-img {
  margin-bottom: 30px;
}
.team-img img {
  border: 1px solid #e4e7ed;
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.social-links ul li {
  background-color: #ffffff;
  margin-right: 10px;
}
.social-links ul li a {
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  display: inline-block;
  padding: 5px 10px;
  transition: all 0.3s ease;
  font-size: 18px;
  color: #5A5A5A;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-links ul li a:hover {
  background-color: #df103e;
  color: #ffffff;
}
.coaching-staff-sec {
  margin: 0;
  padding: 0 15px;
  background-color: #fff;
}
.single-staff {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.single-staff h2 {
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 700;
  color: #df103e;
  line-height: 24px;
  font-weight: 800;
}
.single-staff h4 {
  margin-bottom: -3px;
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: revert;
  line-height: 30px;
}
.single-staff h4 a {
  text-decoration: none;
  color: #ffffff;
}
.single-staff h5 {
  line-height: 24px;
  color: #aaa;
  font-size: 13px;
  margin: 0;
}
.single-staff h5 a {
  color: #aaa;
}
.team-single-wrp {
  margin-bottom: 15px;
}

.error-template {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}

#team_search.form-control {
  background-image: url(../img/zoom_icon.png);
  background-position: calc(100% - 25px) center;
  background-repeat: no-repeat; 
  background-size: 20px;
  height: 100%;
  color: #31404b;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid #e4e7ed;
  border-radius: 0;
  padding: 15px 25px;
}



/* Contact Page Css Starts From Here */
.contact-page-wrp {
  padding: 50px 0;
}
.assignor-box .box-title {
  background-color: #e1133c;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 5px 5px 5px 5px;
}
.assignor-box .box-content {
  background-color: #ffffff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.assignor-box .box-content h4 {
  background-color: #31404b;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
}
.assignor-box .box-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.assignor-box .box-content ul li {
  margin-bottom: 10px;
  font-size: 14px;
}
.assignor-box .box-content ul li:last-child {
  margin-bottom: 0;
}
.assignor-box .box-content ul li i {
  color: #5A5A5A;
  margin-right: 5px;
}
.assignor-box .box-content ul li a {
  color: #5A5A5A;
}
.assignor-box .box-content ul li:hover i, .assignor-box .box-content ul li:hover a {
  color: #31404b;
}

.teams-members-wrp {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  padding: 5px;
  border: 1px solid rgba(0,0,0,0.1);
  background-color: #ffffff;
}
.teams-members-header {
  width: 100%;
  max-width: calc(250px - 30px);
  display: flex;
  background-color: #ffffff;
  border-radius: 5px;
  margin: 15px;
  border: 1px solid rgba(0,0,0,0.05);
  background-color: rgb(0 0 0 / 10%);
}
.teams-members-body {
  width: 100%;
  max-width: calc(100% - 250px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.teams-members-header h2 {
  margin: auto;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding: 15px;
}
.teams-members-header h2 img {
  max-width: 40px;
  margin-right: 10px;
}
.teams-members-body ul {
  margin: 15px 0;
  list-style: none;
  padding: 15px;
  border-radius: 5px;
  background-color: #ffffff;
  border: 1px solid rgb(0 0 0 / 10%);
}
.teams-members-body ul li {
  font-size: 14px;
  position: relative;
  margin-bottom: 0;
}
.teams-members-body .title a {
  margin-bottom: 1px;
  font-size: 14px;
  color: #df103e;
  line-height: 24px;
  font-weight: 800;
}
.teams-members-body .name a {
  text-transform: uppercase;
  color: #31404b;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 700;
  line-height: 30px;
}
.teams-members-body ul li a {
  color: #5A5A5A;
  word-break: break-word;
}
.teams-members-body ul li a:hover {
  color: #31404b;
}
.teams-members-body ul li.name {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* Contact Page Css Ends From Here */


/* About Us Page Css Starts From Here */
.aboutUs-wrp {
  padding: 50px 0;
}
p, li {
  color: #5A5A5A;
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
}
p:last-child {
  margin: 0;
}
.aboutUs-wrp .card-body {
  background-color: #ffffff;
}
.aboutUs-wrp .card {
  margin-bottom: 60px;
}
.aboutUs-wrp .card:last-child {
  margin-bottom: 0;
}
.default-ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.default-ul li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 15px;
}
.default-ul li:last-child {
  margin-bottom: 0;
}
.default-ul li::before {
  content: "\f105";
  position: absolute;
  left: 0;
  top: 0;
  font-family: fontawesome;
  color: #e1133c;
  font-weight: bold;
}
.zigzag-sec {
  margin-bottom: 60px;
}
.zigzag-sec:last-child {
  margin-bottom: 0;
}
.img-col img {
  width: 100%;
}
/* About Us Page Css Ends From Here */

.posts__content p:last-child {
  margin-bottom: 1rem;
}


@media screen and ( min-width: 992px ) {
  .user-dropdown {
    display: none;
  }
  .back-btn {
    display: none;
  }
}
@media screen and ( max-width: 1400px ) {
  .news_grid_style1 .news_item figure {
    flex: 0 0 80px;
  }
  .news_grid_style1 .news_item .posts__inner {
    flex: 0 0 calc(100% - 80px);
  }
  .widget__title {
    margin-bottom: 2em;
  }
  .posts__title {
    line-height: 1.5em;
  }
  .banner_sec {
    height: 310px;
  }
  .banner-container-left {
    padding-left: 50px;
    word-break: break-word;
  }
  .hero-unit__title {
    font-size: 38px;
  }
  .hero-unit__subtitle {
    font-size: 14px;
  }
  .hero-unit__desc {
    font-size: 14px;
    line-height: 22px;
  }
  .posts__content .posts__title a {
    line-height: 1.2em;
  }
  .posts__content .posts__title {
    font-size: 18px;
    margin: 10px 0;
  }
  .posts__excerpt {
    font-size: 14px;
    line-height: 22px;
  }
  .coaching-staff-sec .col-md-3 {
    width: 33.3333%;
  }
}
@media screen and ( max-width: 1024px ) {
  .slick-prev:before, .slick-next:before {
    width: 25px;
    height: 26px;
  }
  .slick-prev, .slick-next {
    width: 25px !important;
    height: 30px !important;
  }
  .slick-prev {
    left: 15px !important;
  }
  .slick-next {
    right: 15px !important;
  }
  
}
@media screen and ( max-width: 991px ) {
  /* Mobile Menu Css Starts From Here */
  .secondary_header > .container {
    height: calc(100% - 30px);
    align-items: flex-start;
    position: relative;
    margin-top: 0;
    display: flex;
  }
  .secondary_header > .container::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
    margin: auto;
    background-color: #16284c;
  }
  .secondary_header .navbar, .main-navbar, .main-navbar .navbar-nav {
    max-height: 100%;
  }
  nav.navbar {
    overflow: auto;
  }
  .secondary_header {
    box-shadow: 0 0 40px 0 rgba(0,0,0,0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    max-width: 320px;
    padding: 10px;
    padding-top: 45px;
    z-index: 1025;
    left: -1000%;
    transition: all 1s ease;
    opacity: 0;
  }
  .active a.pushy-panel__toggle {
    background-color: #16284c;
  }
  .main-navbar .navbar-nav {
    height: auto;
    max-height: 100%;
  }
  .navbar-nav .dropdown-menu {
    display: none;
    position: relative;
    top: 0;
    background-color: rgb(242 242 242 / 20%);
    opacity: 1;
    visibility: visible;
    border-color: rgb(242 242 242 / 20%);
  }
  .navbar-nav .dropdown-menu.show {
    display: block;
  }
  /* Mobile Menu Css Ends From Here */

  /*******************************/
  /* Header Css Starts From Here */
  /*******************************/
  .menu-btn {
    display: flex;
    margin-left: 20px;
  }
  .pushy-panel__toggle {
    background-color: #e51937;
    height: 42px;
    width: 42px;
    line-height: 42px;
    display: inline-block;
    position: relative;
    border-radius: 5px;
  }
  span.pushy-panel__line {
    top: 50%;
    left: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%);
  }
  .back-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
  }
  .back-btn a {
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  span.pushy-panel__line, span.pushy-panel__line::after, span.pushy-panel__line::before {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 16px;
    background-color: #fff;
  }
  span.pushy-panel__line::before {
    top: -5px;
    transform-origin: top left;
    transition: transform 0.3s, width 0.3s, top 0.3s;
  }
  .pushy-panel__line::after {
    bottom: -5px;
    transform-origin: bottom left;
    transition: transform 0.3s, width 0.3s, bottom 0.3s;
  }
  .pushy-panel__toggle:hover, .pushy-panel__toggle:focus {
    background-color: #16284c;
  }
  .main-navbar::before {
    display: none
  }
  .main-navbar .navbar-nav li.nav-item {
    flex: 0 0 100%;
  }
  .main-navbar .navbar-nav a.nav-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
  }
  .close_menu {
    font-size: 0;
    width: 30px;
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    padding: 0 0 10px 0;
  }
  .close_menu a {
    display: inline-block;
    min-width: 20px;
    min-height: 25px;
    position: relative;
  }
  .close_menu a span {
    display: block;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
    margin: 5px 0;
  }
  .close_menu a span:first-child {
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
  }
  .close_menu a span:last-child {
    position: absolute;
    top: 50%;
    transform: rotate(-45deg) translateY(-50%);
  }
  .search-form button {
    height: 100%;
    border-radius: 0 5px 5px 0;
  }
  .header-search-form {
    justify-content: space-between;
    background-color: #e1133c;
    transition: all 0.3s ease;
    align-items: center;
    visibility: hidden;
    position: absolute;
    max-width: 100%;
    bottom: -70px;
    padding: 15px;
    display: flex;
    margin: auto;
    opacity: 0;
    right: 0;
    left: 0;
  }
  .header-search-form .search-form {
    width: 100%;
    max-width: calc(100% - 30px);
    margin-right: 10px;
    background-color: #f2f2f2;
    border-radius: 5px;
  }
  .search-form .form-control {
    padding: 4px 60px 6px 15px;
    background-color: #f2f2f2;
    border-radius: 5px;
    font-size: 13px;
    height: 40px;
  }
  .mobile-search-form {
    display: block;
    order: 1;
  }
  a.navbar-brand {
    margin-left: 0;
  }
  .header_top_right {
    order: 1;
    margin-left: 5px;
  }
  .header_top_right .icon-txt {
    margin-right: 5px;
  }
  .user-dropdown, .header_top_right .icon-txt a, .mobile-search-form button {
    color: #ffffff;
    width: 30px;
    display: flex;
    height: 30px;
    align-items: center;
    line-height: 30px;
    background-color: #16284c;
    border-radius: 5px;
    justify-content: center;
    border: 1px solid #16284c;
  }
  .login_signup {
    position: relative;
  }
  .login_signup .default_style1 {
    display: none;
    margin-top: 3px;
    position: absolute;
    right: 0;
    top: 100%;
    min-width: 100px;
    flex-wrap: wrap;
    background-color: rgb(242 242 242);
    padding: 5px 10px;
    border-radius: 5px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  }
  .header_top_right .default_style1 li {
        width: 100%;
        margin: 5px 5px;
    }

  i.fa.fa-instagram {
        color: #fff !important;
    }

  li.social-links__item a i {
    font-size: 12px;
    margin-right: 0px; 
    transition: color 0.2s ease;
    color: #fff;
  }
  i.fa.fa-facebook {
    color: #fff !important;
}
  .login_signup ul li:first-child {
    border-right: none;
  }
  .login_signup ul li:first-child a {
    border-radius: 20px;
  }
  .login_signup ul li:last-child a {
    border-radius: 20px;
  }
  .login_signup ul li a {
    width: 100%;
    text-align: center;
  }
  .first-header {
    position: relative;
    z-index: 1021;
  }
  .header_top_right .icon-txt a span {
    font-size: 0;
  }
  .header-search-form.active {
    opacity: 1;
    visibility: visible;
  }
  /*****************************/
  /* Header Css Ends From Here */
  /*****************************/


  /**********************************/
  /* Home Body Css Starts From Here */
  /**********************************/
  a.navbar-brand {
    max-width: 300px;
  }
  .hero-unit__subtitle {
    font-size: 12px;
  }
  .hero-unit__title {
    font-size: 24px;
  }
  .hero-unit__desc {
    font-size: 13px;
    margin-bottom: 1.5em;
  }
  .figure-right {
    padding: 0 15px;
  }
  .banner-container-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  ul.slick-dots li {
    width: 15px;
    height: 15px;
  }
  ul.slick-dots li button:before {
    width: 15px;
    height: 15px;
    font-size: 9px;
    line-height: 18px;
  }
  ul.slick-dots li button {
    width: 15px;
    height: 15px;
  }
  .banner_sec {
    height: 275px;
  }
  .news_grid_style1 .news_item {
    padding-bottom: 14px;
    padding-right: 14px;
    margin-bottom: 14px;
    padding-left: 0px;
  }
  .news_grid_style1 .news_item figure {
    flex: 0 0 100%;
    margin: 0;
  }
  .news_grid_style1 .news_item {
    flex-wrap: wrap;
  }
  .news_grid_style1 .news_item .posts__inner {
    flex: 0 0 100%;
    margin-top: 15px;
  }
  p, li, .posts__excerpt {
    font-size: 13px;
    line-height: 22px;
  }
  .posts__cta {
    font-size: 11px;
    height: 30px;
    width: 30px;
  }
  .posts__content {
    padding: 14px 14px;
    padding-top: 14px;
  }
  .card__footer {
    padding: 14px 14px;
  }
  .meta__item .icon-txt {
    display: flex;
    align-items: center;
  }
  .footer-logo {
    margin-bottom: 50px;
  }
  .footer-logo img {
    max-width: 250px;
    width: 100%;
  }
  .footer-wrp {
    padding: 60px 0;
  }
  /***************************/
  /* Home Css Ends From Here */
  /***************************/

  .team-list-thumb img {
    width: 100px;
  }
  .tag-no {
    width: 140px;
    font-size: 14px;
  }
  .team-list-thumb-title h5 a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }
  .team-list-thumb-title h5 {
    padding: 10px 0;
  }
  .content-filter {
    padding: 10px 0;
  }
  select.form-control, #team_search.form-control {
    background-position: calc(100% - 8px) center;
    padding: 5px 25px 5px 15px;
    background-size: 8px;
  }
  .content-filter .col {
    height: 40px;
  }
  #team_search.form-control {
    background-size: 15px;
  }
  .coaching-staff-sec .col-md-3 {
    width: 50%;
  }
  .social-links ul {
    flex-wrap: wrap;
  }
  .social-links ul li {
    margin-right: 5px;
    margin-bottom: 5px;
  }
  select.form-control.sm {
    background-position: calc(100% - 5px) center;
    background-size: 7px;
    padding-right: 20px;
  }
  .content-filter .col {
    height: 30px;
  }
  .content-filter .post-filter__submit button {
    font-size: 11px;
    padding: 10px 15px;
    line-height: 0.9em;
    height: 30px;
  }
  select.form-control, #team_search.form-control {
    font-size: 11px;
  }
  .teams-members-header {
    max-width: 100%;
  }
  .teams-members-body {
    max-width: 100%;
  }
  .related-posts {
    margin-top: 0;
  }
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
}

@media screen and ( max-width: 767px ) {
  .banner_sec {
    height: auto;
    padding: 40px;
    padding-bottom: 70px;
    flex-wrap: wrap;
  }
  .banner_sec .img {
    display: none;
  }
  .banner_content .container {
    flex-wrap: wrap;
  }
  .banner-container-left {
    order: 2;
  }
  .colmd20 {
    width: 95%!important;
  } 
  .banner-container-left {
    width: 100%;
    padding: 20px 0;
  }
  .figure-right {
    padding: 20px 0;
    width: 100%;
  }
  .home-banner-slider .slick-track .slick-slide, .home-banner-slider .slick-track, .banner_sec {
    height: 420px;
  }
  .figure-right img {
    max-height: 350px;
    margin: auto;
  }
  .home-banner-slider {
    background-color: #030406;
  }
  .insta_grid .col-md-4 {
    width: 33.3333%;
  }
  .body-sidebar {
    margin-top: 30px;
  }
  .news_grid_style1 .news_item figure {
    flex: 0 0 80px;
  }
  .news_grid_style1 .news_item .posts__inner {
    flex: 0 0 calc(100% - 95px);
    margin-left: 15px;
    margin-top: 0;
  }
  .instagram-widget .widget__content {
    display: flex;
    flex-wrap: wrap;
  }
  .instagram-col {
    flex: 0 0 100%;
    margin-top: 30px;
  }
  .instagram-widget .widget__content .col-md-4 {
    width: 33.3333%;
  }
  .footer-wrp .col-sm-4:nth-child(2), .footer-wrp .col-sm-4:nth-child(3) {
    flex: 0 0 50%;
  }
  .team-alpha-listing-page .col-md-4 {
    width: 50%;
  }
  .content-filter .col {
    flex: 0 0 50%;
    margin: 5px 0;
  }
  .team-single-wrp .col-md-4 {
    width: 33.3333%;
  }
  .team-single-wrp .col-md-8 {
    width: 66.666666666%;
  }
  .post_listing .posts__content h2.posts__title {
    font-size: 18px;
  }
  .related-posts .post_article {
    margin-bottom: 0;
  }
  .related-posts {
    margin-top: 15px;
  }
}

@media screen and ( max-width: 576px ) {
  .post_article {
    margin-bottom: 0;
    margin-top: 15px;
  }
  .colmd20 {
    width: 95%!important;
  } 
  .instagram_feed_sec {
    margin-top: 30px;
  }
  .footer-wrp .col-sm-4:nth-child(2), .footer-wrp .col-sm-4:nth-child(3) {
    flex: 0 0 100%;
  }
  .widget__title {
    margin-bottom: 1em;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-col-inner {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  .instagram-col {
    margin-top: 0;
  }
  span.sbi_follow_btn {
    margin-left: 10px;
  }
  .instagram-widget .widget__content {
    margin: 0 -10px;
  }
  .instagram-col .footer-col-inner {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
  }
  .insta_grid .col-md-4 {
    width: 50%;
  }
  .menu-btn {
    margin-left: 5px;
  }
  .pushy-panel__toggle {
    line-height: 32px;
    height: 32px;
    width: 32px;
  }
  .team-list-thumb-title {
    flex-wrap: wrap;
  }
  .team-list-thumb-title h5 {
    max-width: 100%;
    text-align: center;
  }
  .team-list-thumb-title h5 a {
    font-size: 13px;
  }
  .tag-no:before {
    transform: skewX(0deg);
  }
  .team-alpha-listing-page .row {
    margin: 0 -5px;
  }
  .team-alpha-listing-page .col-md-4 {
    padding: 0 5px;
  }
  .team-list-thumb {
    margin-bottom: 10px;
  }
  .tag-no {
    width: 100%;
  }
  .content-filter .col {
    padding: 0 5px;
  }
  .content-filter .row {
    margin: 0 -5px;
  }
  select.form-control, #team_search.form-control {
    font-size: 11px;
  }
  .content-filter .col {
    height: 30px;
  }
  .copyright .container::before {
    transform: skewX(0deg);
  }
  .team-single-wrp .col-md-8 {
    width: 100%;
  }
  .team-single-wrp .col-md-4 {
    width: 100%;
    margin-bottom: 30px;
  }
  .team-img {
    margin-bottom: 5px;
  }
  .coaching-staff-sec .col-md-3 {
    width: 100%;
  }
  .card_header .col-8 {
    width: 100%;
  }
  .card_header .col-4 {
    width: 100%;
    margin-top: 10px;
  }

}
body{
    background:#f5f5f5;
    margin-top:20px;}

/* ===== Career ===== */
.career-form {
  background-color: #4e63d7;
  border-radius: 5px;
  padding: 0 16px;
}

.career-form .form-control {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
}

.career-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

.career-form .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

.career-form .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

.career-form .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

.career-form .custom-select {
  background-color: rgba(255, 255, 255, 0.2);
  border: 0;
  padding: 12px 15px;
  color: #fff;
  width: 100%;
  border-radius: 5px;
  text-align: left;
  height: auto;
  background-image: none;
}

.career-form .custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.career-form .select-container {
  position: relative;
}

.career-form .select-container:before {
  position: absolute;
  right: 15px;
  top: calc(50% - 14px);
  font-size: 18px;
  color: #ffffff;
  content: '\F2F9';
  font-family: "Material-Design-Iconic-Font";
}

.filter-result .job-box {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
          box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
  padding: 10px 35px;
}

ul {
  list-style: none; 
}

.list-disk li {
  list-style: none;
  margin-bottom: 12px;
}

.list-disk li:last-child {
  margin-bottom: 0;
}

.job-box .img-holder {
  height: 65px;
  width: 65px;
  background-color: #4e63d7;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 65px;
}

.career-title {
  background-color: #4e63d7;
  color: #fff;
  padding: 15px;
  text-align: center;
  border-radius: 10px 10px 0 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(78, 99, 215, 0.9)), to(#5a85dd));
  background-image: linear-gradient(to right, rgba(78, 99, 215, 0.9) 0%, #5a85dd 100%);
}

.job-overview {
  -webkit-box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
          box-shadow: 0 0 35px 0 rgba(130, 130, 130, 0.2);
  border-radius: 10px;
}

@media (min-width: 992px) {
  .job-overview {
    position: -webkit-sticky;
    position: sticky;
    top: 70px;
  }
}

.job-overview .job-detail ul {
  margin-bottom: 28px;
}

.job-overview .job-detail ul li {
  opacity: 0.75;
  font-weight: 600;
  margin-bottom: 15px;
}

.job-overview .job-detail ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}

.job-overview .overview-bottom,
.job-overview .overview-top {
  padding: 35px;
}

.job-content ul li {
  font-weight: 600;
  opacity: 0.75;
  border-bottom: 1px solid #ccc;
  padding: 10px 5px;
}

@media (min-width: 768px) {
  .job-content ul li {
    border-bottom: 0;
    padding: 0;
    padding-right: 25px;
  }
}

.job-content ul li i {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.mb-30 {
    margin-bottom: 30px;
}
p.customP {
    margin-bottom: 5px;
}
.bgred{
  background-color: #e1133c;
  color: #fff;
}

.col50bn{
  margin-top: 50px;
}

.col30{
  width:40%;
  padding: 20px;
  float: left;
}

.col70{
  width:55%;
  float: left;
}
.bgwhite {
  background: #fff;
}

.team-vs {
    background-color: #fff;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    -webkit-box-shadow: 0 15px 30px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 10%);
}

.team-vs .score {
    position: absolute;
    top: 50%;
    left: 48%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 3rem;
    font-weight: 700;
    z-index: 2;
    letter-spacing: .2em;
}

.team-vs .team-1, .team-vs .team-2 {
    padding: 30px;
}

.w-50 {
    width: 50% !important;
}
.team-vs .team-2 {
    position: relative;
}

.team-vs .team-details {
    position: relative;
    z-index: 2;
}

.team-vs h3 {
    font-size: 20px;
    color: #000;
    font-weight: 900;
    margin-bottom: 20px;
}

.team-vs ul {
    color: #000;
}

.tblHeadng {
    background: #e51937;
    color: #fff;
    font-size: 16px;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 800;
}
h5#confName {
    text-transform: uppercase;
    font-weight: 800;
    color: #e51937;
}

h5#goalieconfName {
    text-transform: uppercase;
    font-weight: 800;
    color: #e51937;
}

ul.dropdown-menu li > ul.dropdown-menu {
    position: absolute;
    left: 234px !important;
    top:0px;
}
.colmd20 {
  width: 18%;
  margin:10px;
  float: left;
  text-align: center;
  background: #e1133c;
  border-radius: 20px;
}

.uppercaseText {
  text-transform: uppercase;
  color: #fff;
}

h2.uppercaseText {
    color: #fff;
}

.job-right.my-4.flex-shrink-0 {
    margin-left: 10px;
}

.job-box.d-md-flex.align-items-center.justify-content-between {
    border: solid 1px #636633;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
}

.body-sidebar .card {
    margin-bottom: 25px;
    padding: 10px;
}