/* 
Theme Name : M Pover
Author : Spick Technologies
Author URL : spicktech.com
Defination : This Theme Is based on the Cricket academy
 */
/* Font awesome CDN */
@import url('https://use.fontawesome.com/releases/v5.2.0/css/all.css');
/* Bootstrap CDN */
@import url('bootstrap.css');
/* Facncy Box CSS */
@import url('fancybox.css');
/* Google Font Signika CDN */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
/* Google Icons CDN */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v41/flUhRq6tzZclQEJ-Vdg-IuiaDsNZ.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}
/* Comman CSS*/
*,
*:after,
*:before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif !important;
  overflow-x: hidden;
  color: #44454A;
  font-weight: 300 !important;
}
img {
  width: 100%;
}
.img-thumbnail{
  width: 60%;
  margin-left: 80px;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
a {
  color:#000;
  text-decoration: none;
}
a:hover {
  color: #d12027;
  text-decoration: none;
  /* background-color: #4680cd; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300 !important;
  font-family: 'Roboto', sans-serif !important;
}
p {
  color: #44454A;
}
::selection {
  background-color: red;
  color: #fff;
}
::-moz-selection {
  background-color: red;
  color: #fff;
}
/* open menu */
/* .display-block {
  display: block;
  -webkit-animation: mobilemenu 0.5s linear;
  -moz-animation: mobilemenu 0.5s linear;
  -ms-animation: mobilemenu 0.5s linear;
  -o-animation: mobilemenu 0.5s linear;
  animation: mobilemenu 0.5s linear;
} */

/* .top-border{border-top:#d12027 solid 5px; } */
.video{ width:600px; margin:auto;}
.video-bg{ width:100%; float:left; background:url(../images/slider/video-bg.jpg) left top no-repeat; padding:150px 0px 20px; border-bottom:#d12027 solid 7px;}

.footer-menu{ width:100%; float:left; margin:0px; padding:0px;}
.footer-menu ul{ margin:0px; padding:0px; text-decoration:none; list-style:none;}
.footer-menu li{ font-size:16px; color:#FFF; margin:0px; padding:0px 0px 0px 28px; text-decoration:none; list-style:none; text-align:left; background:url(../images/icons/right-arrow.png) left top no-repeat; background-position:0px 3px;}




.gallery-title
{
    font-size: 36px;
    color: #d12027;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}
.filter-button
{
    font-size: 18px;
    border: 1px solid #d12027;
    border-radius: 5px;
    text-align: center;
    color: #d12027;
    margin-bottom: 30px;

}
.filter-button:hover
{
    font-size: 18px;
    border: 1px solid #d12027;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #d12027;

}
.btn-default:active .filter-button:active
{
    background-color: #d12027;
    color: white;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}






#testimonial4{
  overflow: hidden;
  min-height: 375px;
  position: relative;
  background: #1583c9;
}
#testimonial4 .carousel-inner{
  width: 75%;
  margin: auto;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  margin: 2px 3px;
  background-color: #000;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
  top: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin: auto;
  display: block;
  color: #f2f2f2;
  font-size: 18px;
  line-height: 46px;
  text-align: center;
  position: relative;
}

.testimonial4_slide p {
  color: #ffffff;
  font-size: 16px;
  margin: 40px 0 20px 0;
}

.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
}


@media only screen and (max-width: 480px){
  .testimonial4_control_button .carousel-control{
    display: none;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_header h4{
    font-size: 20px;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .testimonial4_control_button .carousel-control.left{
    left: 2%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 2%;
  }
  .testimonial4_header{
    width: 95%;
  }
  .testimonial4_slide{
    width: 98%;
    padding: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px){
  .testimonial4_control_button .carousel-control.left{
    left: 5%;
  }
  .testimonial4_control_button .carousel-control.right{
    right: 5%;
  }
}

@-webkit-keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	-webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes psBoxShadowEffect_2{
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #ffffff, 0 0 0 10px rgba(255,255,255,0.5);
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 5px 5px #ffffff, 0 0 0 5px rgba(255,255,255,0.5);
    transform: scale(1.5);
    opacity: 0;
  }
}


/* Home Slider */
@media (min-width: 320px) and (max-width: 420px) {
  /* #homeslider {
    margin-top: 130px;
  } */
}
#homeslider a {
  opacity: 1;
  cursor: drop !important;
}
#homeslider a:hover i {
  opacity: 1;
}
#homeslider i {
  transition: all 0.2s linear;
  opacity: 0;
  font-size: 32px;
}
#homeslider [data-slide="prev"]:hover i {
  margin-left: -30px;
}
#homeslider [data-slide="next"]:hover i {
  margin-right: -30px;
}
#homeslider .carousel-caption {
  width: 100%;
  left: 0;
  right: 0;
  bottom: -25px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: slidercaption 1s;
  -moz-animation: slidercaption 1s;
  -ms-animation: slidercaption 1s;
  -o-animation: slidercaption 1s;
  animation: slidercaption 1s;
}
@media (min-width: 320px) and (max-width: 480px) {
  #homeslider .carousel-caption {
    padding: 5px;

  }
}
#homeslider .carousel-caption p {
  color: #fff;
}
@media (min-width: 320px) and (max-width: 480px) {
  #homeslider .carousel-caption h1 {
    font-size: 20px;
    width: 95%;
    margin: 0 auto;
    padding: 5px 0;
  }
}
/* custom css */
.mpower-leval {
  padding: 30px 15px;
  background-color: #fff;
}
.mpower-leval p {
  font-size: 15px;
  text-align: center;
  margin-top: 15px;
}
.mpower-leval .row {
  padding: 30px;
}
.mpwer-commitment {
  background-image: url("../images/background-image.jpg");
  color: #000 !important;
  padding: 0 !important;
  background-attachment: fixed;
  -webkit-background-size: cover;
  background-size: cover;
}
.mpwer-commitment .bg-color {
  padding: 70px 15px;
  background-color: rgba(0, 0, 0, 0.5);
}
.mpwer-commitment .bg-color p {
  color: #FFF;
  font-size: 20px;
}
.mpwer-commitment .bg-color h2 {
  width: 40%;
  background-color: #FFF;
  padding: 10px;
  margin: 0 auto;
}
.mpwer-commitment .bg-color .container {
  border: 3px solid #FFF;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-top: -30px;
}
.mpower-team {
  padding: 30px 15px;
  background-color: #f1f1f1;
}
.mpower-team h3 {
  width: 100%;
  display: block;
  padding: 10px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: 200;
  border-bottom:#d12027 solid 7px;
}
.mpower-team .col-sm-3,
.mpower-team .col-sm-4 {
  overflow: hidden;
}
.mpower-team .col-sm-3:hover .caption,
.mpower-team .col-sm-4:hover .caption {
  bottom: -185px;
  height: 145%;
  right: -100px;
  bottom: -165px;
}
.mpower-team .col-sm-3:hover h3,
.mpower-team .col-sm-4:hover h3 {
  color: #000;
}
.mpower-team #teamslider .carousel-control-next {
  width: 5%;
  opacity: 1;
}
.mpower-team #teamslider .carousel-control-next i {
  color: #fff;
  font-size: 22px;
}
.mpower-team .caption {
  position: absolute;
  width: 100%;
  height: 100%;
  right: -100px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -450px;
 /* background-color: rgba(255, 0, 0, 0.5);*/
 background-color:rgba(0, 0, 0, 0.5);
 
  transition: all 0.3s linear;
}
.mpower-team .caption p {
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 314px;
  left: 0px;
  color: #fff;
  font-size: 24px;
}
.mpwer-gallery {
  padding: 30px 0;
}
.mpwer-gallery img {
  transition: all 0.6s linear;
}
.mpwer-gallery .row .col-sm-3 {
  padding: 0;
}
.mpwer-gallery .row .col-sm-3:hover .cpation {
  -webkit-transform: rotate(0deg) scale(1);
  -moz-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  -o-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
}
.mpwer-gallery .row .col-sm-3:hover img {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.mpwer-gallery .row .cpation {
  position: absolute;
  -webkit-transform: rotate(190deg) scale(0);
  -moz-transform: rotate(190deg) scale(0);
  -ms-transform: rotate(190deg) scale(0);
  -o-transform: rotate(190deg) scale(0);
  transform: rotate(190deg) scale(0);
  transition: all 0.5s linear;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
}
.mpwer-gallery .row .cpation .fa {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 38px !important;
  opacity: 1 !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mpwer-gallery h2 {
  margin: 30px auto;
}
.query {
  padding: 30px 15px;
}
.query input,
.query textarea {
  width: 80%;
  display: block;
  margin: 10px auto;
  border: 1px solid #000;
  padding: 7px 10px;
}
.query button {
  background-color: red;
  color: #fff;
  padding: 7px 10px;
  border: 1px solid #fff;
  width: 80%;
  display: block;
  margin: 0 auto;
}
/* custom pages css */
.mpower-founder {
  padding: 30px 15px;
}
footer {
  background-image: url('../images/background-images/player-desc-bg.jpg');
  -webkit-background-size: cover;
  background-size: cover;
  padding: 30px 15px;
}
footer * {
  color: #fff;
}
@media (min-width: 420px) and (max-width: 992px) {
  footer .text-right {
    text-align: center !important;
  }
}
.founder-profile {
  padding: 30px 15px;
  background-image: url('../images/background-images/founder-of-mpower-background-image-sumer-singh.jpg');
  background-attachment: fixed;
  background-size: cover;
}
.founder-profile * {
  color: #fff;
}
.founder-profile li {
  margin: 5px auto;
}
.founder-profile .founder-content {
  padding: 5px 70px;
}
.founder-profile img {
  border-bottom: 2px solid #fff;
}
.mpower-contact-us {
  padding: 30px 15px;
}
.mpower-contact-us input,
.mpower-contact-us textarea {
  outline: 0;
  box-shadow: 0 0 transparent;
  border: 1px solid;
  padding: 7px 10px;
  margin-bottom: 15px;
  width: 100%;
  display: block;
}
.mpower-contact-us input:hover,
.mpower-contact-us textarea:hover {
  outline: 0;
  box-shadow: 0 0 transparent;
  border: 1px solid;
}
.mpower-contact-us input button,
.mpower-contact-us textarea button {
  padding: 7px 10px;
  border: 1px solid #000;
}
.testimonials {
  padding: 30px 15px;
}
.testimonials i {
  font-size: 36px;
  padding: 14px 17px;
  border-radius: 50%;
  border: 1px solid #000;
}
.testimonials p {
  text-align: justify;
  margin: 25px;
}
.testimonials p:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
  top: 85px;
  left: 5px;
}
.testimonials p:after {
  content: "\f10e";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  font-weight: 900;
}
.testimonials p:last-child:before {
  display: none;
}
.testimonials p:last-child:after {
  display: none;
}
.mpower-media {
  padding: 30px 15px;
}
.mpower-media img {
  border: 1px solid #000;
}
.mpower-media .caption {
  background-color: #000;
  margin-top: -10px;
  margin-bottom: 10px;
}
.mpower-media .caption h3 {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.mpower-media .caption p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.mpower-media .carousel-control-prev,
.mpower-media .carousel-control-next {
  opacity: 1;
  width: 3%;
}
.academy-profile {
  padding: 30px 15px;
}
.mpower-programe {
  padding: 30px 15px;
}
.creadit {
  background-color: #000;
  padding-top: 15px;
  border-bottom:#d12027 solid 7px;
}
.creadit a:hover {
  color: red;
}
.creadit * {
  color: #fff;
}
.highlight {
  background-image: url('../images/background-images/academy-profile-of-mpower-cricket.jpg');
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 15px;
}


.gallery {
  background-image: url('../images/background-images/gallery.jpg');
  background-attachment: fixed;
  background-size: cover;
  padding: 50px 15px;
}

.gallery * {
  color: #fff;
}





.highlight * {
  color: #fff;
}
.highlight li {
  margin: 5px 0;
}
.mpwer-event {
  padding: 30px 15px;
}
.mpower-img img
{
  width: 300px;
  height: 230px;
}
.advance-heading strong
{
  border-bottom: 4px solid #d43536;
  font-size: 18px;
  font-weight: bold;
}
.mpower-title
{
  margin-bottom: 10px;
}
/* Accordian Start */
#accordionFaqs ul ul
{
  list-style-type: none;
}

/* accordion styles */
.accordion .card-header {
  cursor: pointer;
  background-color: #738748;
  color: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.38);
}
.accordion a.card-title {
    font-family: 'Roboto', sans-serif !important;
    font-weight: normal;
}
.accordion.heading-right .card-title {
  position: absolute;
  right: 50px;
}
.accordion.indicator-plus-before.round-indicator .card-header:before {
  font-family: "Font Awesome 5 Free";
  font-size: 14pt;
  content: "\f056";
  margin-right: 10px;
}
.accordion.indicator-plus-before.round-indicator .card-header.collapsed:before {
  content: "\f055";
  color: #ffffff;
}
.accordion.indicator-plus-before .card-header:before {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  float: left;
}
.accordion.indicator-plus-before .card-header.collapsed:before {
  content: "\f067";
}
.accordion.indicator-chevron .card-header:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  float: right;
}
.accordion.indicator-chevron .card-header.collapsed:after {
  content: "\f077";
}
.accordion.background-none [class^="card"] {
  background: transparent;
}
.accordion.border-0 .card {
  border: 0;
}

/* Accordian End*/
.title {
  color:#000;
  font-weight:bold!important;
 /* font-size:32px!important;*/
  text-transform:uppercase!important;
}
/* all animation is here */
@-webkit-keyframes slidercaption {
  0% {
    opacity: 0;
    -webkit-transform: translate(-500px, 0);
    -moz-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    -o-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-o-keyframes slidercaption {
  0% {
    opacity: 0;
    -webkit-transform: translate(-500px, 0);
    -moz-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    -o-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-moz-keyframes slidercaption {
  0% {
    opacity: 0;
    -webkit-transform: translate(-500px, 0);
    -moz-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    -o-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes slidercaption {
  0% {
    opacity: 0;
    -webkit-transform: translate(-500px, 0);
    -moz-transform: translate(-500px, 0);
    -ms-transform: translate(-500px, 0);
    -o-transform: translate(-500px, 0);
    transform: translate(-500px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.nextfont{
  color: #fff !important;
}


.imgp{
  cursor: pointer;
  border-radius: 30px;
  width: 280px;
  height: 250px;
}
.imggp{
  border-radius: 10px;
}
.w-100 {
    width: 100% !important;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.imgsemi{
  border-radius: 30px;
}


/* section start css */
.team-taxte h3{
  font-weight: bold !important;
  font-size: 36px;
  color: #ffffff;
}

.amar{
  background: linear-gradient(rgb(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../images/bg-img.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.team-btn{
  text-align: center;
}
.team-btn a{
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.5px;
  transition: 1s ease-in;
}
.team-btn a:hover{
  background: #d12027;
}