body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}

.container-fluid{
    max-width: 1920px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}


.container{
    max-width: 1240px !important;
    width: 100%;
    margin: 0 auto;
}
a{
    text-decoration: none;
}
p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #222423;
}

/**********HEADER**********/

.menu-section{
    background-color: transparent; !important;
    padding: 10px 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}

.menu-section nav.navbar.navbar-expand-lg.bg-body-tertiary{
    background-color: transparent !important;
    padding: 0px;
}

.menu-section.fixed-top{
    background-color: #000;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
}

header.fixed-top .menu-section{
    background-color: #000;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%);
    padding: 5px 0;
}

header.fixed-top .menu-section .navbar-brand img {
    width: 120px;
}

.menu-section.fixed-top .navbar-brand img {
    width: 80px;
    position: relative;
    top: 0px;
}

.menu-section.fixed-top .navbar-expand-lg .navbar-collapse{
    border-top: none;
}

a.navbar-brand {
    width: 190px;
}

.navbar-brand img{
    width: 170px;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link{
    font-family: "Fira Sans Condensed", sans-serif;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 44px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;    
    letter-spacing: 2px;
} 

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: #e40031;
}


a.btn.btn-contact{
    border: 1px solid #e40031;
    background-color: #e40031;
    padding: 8px 30px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 30px;
}

a.btn.btn-contact:hover{
    border: 1px solid transparent;
    background-color: transparent;
    color: #fff;
}

.fixed-top a.btn.btn-contact{
    margin-top: -4px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding: 0px;
    border-radius: 5px;
    background-color: #f8f9fa;
    border: 1px solid #fff;
    width: 250px;
    box-shadow: 0px 4px 6px -4px rgba(0, 0, 0, 0.1),0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}

a.dropdown-item {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 10px;
}

a.dropdown-item i{
    padding-right: 5px;
}

a.dropdown-item:last-child{
    border-bottom: none;
}

/*.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin: 1em auto;
  width: 280px;
  background-color: #eee;
  padding: 0.5em 0;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.6);
  border-radius: 8px;
}*/

/*.navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: "▲";
    padding-left: 20px;
    position: absolute;
    top: -20px;
    width: 30px;
    color: #e40031;
}*/

a.dropdown-item:hover{
    color: #e40031;
    padding: 10px 10px;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #fff;
    color: #000;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

a.right-logo img{
    width: 70px;
    height: 70px;
}

.nav-logo-btn {
    position: absolute;
    top: 14px;
    right: 0%;
    z-index: 9;
}



/**********MOBILE MENU***********/

.clickmenus{
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    z-index: 99;
    display: none;
    float: left;
    background-color: #e40031;
    padding: 11px 13px;
    border-radius: 50%;
}

.clickmenus h6{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #e40031;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 14px 20px;
    border-bottom: 1px solid #d96506;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #fff;
    font-size: 12px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
    margin-top: 5px;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
    top: 13px;
    right: 26px;
    left: unset;
  }

  .fixed-top .clickmenus {
    top: 9px;
    z-index: 9;
  }
  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: auto;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
}

/**************BANNER SECTION*************/

/*.banner-section{
    background: url("../images/banner1.avif") top center no-repeat;
    width: 100%;
    background-size: cover;
    display: table;
    height: 100vh;
    text-align: center;
}

.banner-section .overlay{
    background-color: rgb(0 0 0 / 52%);
    height: 100vh;
  padding: 100px 0;
  display: table-cell;
  vertical-align: middle;
}*/

.banner-section .carousel .carousel-inner .carousel-item {
  height: 100vh;
  position: relative;
}

.banner-section .carousel .carousel-inner .carousel-item .carousel-caption.center-items{
    text-align: right;
}

.banner-section .carousel .carousel-inner .carousel-item .carousel-caption.last-items{
    text-align: center;
}

.carousel-item img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.0); /* black overlay with 50% opacity */
  z-index: 1;
}

.carousel-caption {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 15%;
    transform: translate(0%, -70%);
    color: #fff;
    text-align: left;
}


.banner-section h1{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 70px;
    line-height: 90px;
    font-weight: 900;
    color: #ffcc00;
    letter-spacing: 10px;
    margin-bottom: 20px;
}

.banner-section h1 span.fight{
    color: #e40031;
}

.banner-section h1 span.conquer{
    color: #34aadc;
}

.banner-section span{
    display: block;
}


a.btn.btn-join{
    border: 1px solid #e40031;
    background-color: #e40031;
    padding: 12px 30px 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
}

a.btn.btn-join:hover{
    border: 1px solid #e40031;
    background-color: #e40031;
    color: #fff;
}

/****************INQUERY SECTION**************/

.inquery-left{
    background: url("../images/ask-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 60px 40px;
    text-align: center;
    width: 50%;
}

.inquery-left img{
    width: 220px;
    margin-bottom: 40px;
}

.inquery-left h5{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.inquery-left h4{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 38px;
    line-height: 44px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.inquery-left h4 span{
    font-weight: 700;
    color: #e40031;
}

a.btn.btn-asknow {
    border: 1px solid #e40031;
    background-color: #e40031;
    padding: 8px 30px 10px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 30px;
}

a.btn.btn-asknow:hover{
    border-radius: 4px;
}

.inquery-right{
    background: url("../images/register-bg.jpg") center center no-repeat;
    background-size: cover;
    padding: 60px 40px;
    text-align: center;
    width: 50%;
}

.inquery-right img{
    width: 220px;
    margin-bottom: 40px;
}

.inquery-right h5{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.inquery-right h4{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 38px;
    line-height: 44px;
    font-weight: 300;
    color: #fff;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.inquery-right h4 span{
    font-weight: 700;
    color: #e40031;
}

/************BOXING SECTION**************/

.boxing-section{
    background: url("../images/boxing-bg.jpg") top center no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0;
}

.boxing-box1{
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 308px;
    height: 308px;
    transform: rotate(45deg) translateY(0px);
    -moz-transform: rotate(45deg) translateY(0px);
    -webkit-transform: rotate(45deg) translateY(0px);
    background-color: #FFF;
    text-align: center;
    margin: 0 auto;
    display: block;
    top: 80px;
}

.boxing-box1:hover{
    background-color: #e40031;
}

.boxing-box1 .icon-box{
    background-color: #222423;
    width: 124px;
    height: 124px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
    line-height: 124px;
    left: -50px;
    margin: 0 auto;
    z-index: 1;
    transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    position: relative;
    top: 50px;
    margin-bottom: 30px;
}

.boxing-box1 h5{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 20px;
    width: 100%;
    top: 0px;
}

.boxing-box1 h5 a{
    color: #e40031;
    text-decoration: none;
}

.boxing-box1:hover h5 a{
    color: #fff;
}

.boxing-box1 p{
    margin-bottom: 0px;
    transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
        text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 40px;
    width: 100%;
    top: -5px;
}

.boxing-box1 p a.join{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.boxing-box1:hover a.join{
    color: #fff;
}




.boxing-box2{
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 308px;
    height: 308px;
    transform: rotate(45deg) translateY(0px);
    -moz-transform: rotate(45deg) translateY(0px);
    -webkit-transform: rotate(45deg) translateY(0px);
    background-color: #FFF;
    text-align: center;
    margin: 0 auto;
    display: block;
    left: 120px;
}

.boxing-box2:hover{
    background-color: #e40031;
}

.boxing-box2 .icon-box{
    background-color: #222423;
    width: 124px;
    height: 124px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
    line-height: 124px;
    left: -40px;
    margin: 0 auto;
    z-index: 1;
    transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    position: relative;
    top: 60px;
    margin-bottom: 70px;
}

.boxing-box2 h5{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 40px;
    width: 100%;
    top: -20px;
}

.boxing-box2 h5 a{
    color: #e40031;
    text-decoration: none;
}

.boxing-box2:hover h5 a{
    color: #fff;
}

.boxing-box2 p{
    margin-bottom: 0px;
    transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 60px;
    width: 100%;
    top: -12px;
}

.boxing-box2 p a.join{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.boxing-box2:hover a.join{
    color: #fff;
}





.boxing-box3{
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 308px;
    height: 308px;
    transform: rotate(45deg) translateY(0px);
    -moz-transform: rotate(45deg) translateY(0px);
    -webkit-transform: rotate(45deg) translateY(0px);
    background-color: #FFF;
    text-align: center;
    margin: 0 auto;
    display: block;
    right: 120px;
}

.boxing-box3:hover{
    background-color: #e40031;
}

.boxing-box3 .icon-box{
    background-color: #222423;
    width: 124px;
    height: 124px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
    line-height: 124px;
    left: -40px;
    margin: 0 auto;
    z-index: 1;
    transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    position: relative;
    top: 60px;
    margin-bottom: 70px;
}

.boxing-box3 h5{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 40px;
    width: 100%;
    top: -20px;
}

.boxing-box3 h5 a{
    color: #e40031;
    text-decoration: none;
}

.boxing-box3:hover h5 a{
    color: #fff;
}

.boxing-box3 p{
    margin-bottom: 0px;
    transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 60px;
    width: 100%;
    top: -12px;
}

.boxing-box3 p a.join{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.boxing-box3:hover a.join{
    color: #fff;
}





.boxing-box4{
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 308px;
    height: 308px;
    transform: rotate(45deg) translateY(0px);
    -moz-transform: rotate(45deg) translateY(0px);
    -webkit-transform: rotate(45deg) translateY(0px);
    background-color: #FFF;
    text-align: center;
    margin: 0 auto;
    display: block;
    bottom: 80px;
}

.boxing-box4:hover{
    background-color: #e40031;
}

.boxing-box4 .icon-box{
    background-color: #222423;
    width: 124px;
    height: 124px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.15);
    line-height: 124px;
    left: -40px;
    margin: 0 auto;
    z-index: 1;
    transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    position: relative;
    top: 60px;
    margin-bottom: 70px;
}

.boxing-box4 h5{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 15px;
    transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 40px;
    width: 100%;
    top: -20px;
}

.boxing-box4 h5 a{
    color: #e40031;
    text-decoration: none;
}

.boxing-box4:hover h5 a{
    color: #fff;
}

.boxing-box4 p{
    margin-bottom: 0px;
    transform: rotate(-45deg) translateY(0px);
    -moz-transform: rotate(-45deg) translateY(0px);
    -webkit-transform: rotate(-45deg) translateY(0px);
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    left: 60px;
    width: 100%;
    top: -12px;
}

.boxing-box4 p a.join{
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.boxing-box4:hover a.join{
    color: #fff;
}

.club-box{
    background-color: #e40031;
    width: 230px;
    height: 230px;
    display: inline-block;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    float: none;
    border: 5px solid #242524;
    padding: 25px 35px;
    text-align: center;
    position: absolute;
    z-index: 9;
}

.club-box img{
    margin-bottom: 15px;
}

.club-box h5{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

.club-box h6{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 25px;
    line-height: 30px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 0px;
    letter-spacing: 2px;
}

/************STRONG SECTION************/

.strong-section{
    padding: 15px 0;
    background-color: #e40031;
}

.strong-section h4{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 40px;
    line-height: 46px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 0px;
}

.strong-section h4 span{
    font-size: 16px;
    font-weight: 400;
    line-height: 46px;
    border-left: 1px solid #fff;
    margin-left: 20px;
    padding-left: 20px;
    height: 36px;
    display: inline-block;
}

/***************ABOUT SECTION*************/

.about-section{
    padding-top: 70px;
    background-color: #f1f1f1;
}

.about-left img{
    width: 100%;
}

.about-section h6{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.about-section h3{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
}

.about-section h3 span{
    font-weight: 800;
    color: #e40031;
}

.about-section p{
    margin-bottom: 30px;
}

.about-section h5{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #222423;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

.about-section ul{
    padding: 0px;
    margin: 0px;
}

.about-section ul li{
    list-style-type: none;
    margin-bottom: 20px;
}

.about-section ul li:last-child{
    margin-bottom: 0px;
}

.about-section ul li img{
    width: 75px;
    float: left;
    margin-right: 15px;
}

.about-section ul li h4{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 4px;
    color: #222423;
}

.about-section ul li p{
    margin-bottom: 0px;
    margin-left: 95px;
}

/***************CALCULATOR SECTION**************/

.calculator-section{
    background: #222423 url("../images/calculator-bg.png") top center no-repeat;
    width: 100%;
    background-size: cover;
    padding: 70px 0;
}

.calculator-left h6{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 10px;
}

.calculator-left h4{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    margin-bottom: 30px;
}

.calculator-left h4 span{
    color: #e40031;
    font-weight: 800;
}

.calculator-left p{
    color: #fff;
    margin-bottom: 20px;
}

.calculator-left select,
.calculator-left input.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #767676;
    border-radius: 0px;
    margin-bottom: 40px;
    width: 100%;
}

.calculator-left select,
.calculator-left input.form-control::placeholder{
    color: #fff;
}

.calculator-left select{
    -webkit-appearance: listbox !important;
}
.calculator-left select option{
    color: #000;
}

.calculator-left button.btn.btn-primary {
    border: 1px solid #e40031;
    background-color: #e40031;
    padding: 12px 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 30px;
    max-width: 212px;
    width: 100%;
    margin: 0 auto;
    display: block;
    transition-duration: 3s;
}
.calculator-left button.btn.btn-primary:hover{
    border-radius: 2px;
    transition-duration: 3s;
}

.calculator-right{
    text-align: center;
}

.calculator-right h4{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 45px;
    line-height: 120px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 4px;
    margin-bottom: 20px;    
}

.calculator-right h3{
    font-weight: 500;
    font-size: 150px;
    line-height: 100px;
    color: #fff;
}

/****************TRAINER SECTION**************/

.trainer-section{
    padding: 70px 0;
}

.trainer-section h5 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

.trainer-section h4 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
    text-align: center;
}

.trainer-section h4 span {
    font-weight: 800;
    color: #e40031;
}

.trainer-section img{
    border-radius: 230px;
    width: 100%;
}

.trainer-section img:hover{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.tainer-box-content{
    transition: all 0.3s linear;
}

.tainer-box-content:hover .trainer-box{
    background-color: #e40031;
    transition: all 0.3s linear;
}

.tainer-box-content:hover img{
    max-width: 370px;
    width: 100%;
    margin: 0 auto;
    display: block;
    transition: all 0.3s linear;
}

.trainer-box {
    background-color: #111;
    padding: 20px;
    text-align: center;
    border-radius: 30px;
    margin-top: -40px;
    position: relative;
    z-index: 9;
}

.trainer-box h6{
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.trainer-box h6 small{
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
}

.trainer-box ul{
    padding: 0px;
    margin: 0px;
}

.trainer-box ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 20px;
}

.trainer-box ul li a i{
    font-size: 16px;
    color: #fff;
}

/****************OFFER SECTION***************/

.offer-section{
    background: url("../images/member-img.jpg") top center no-repeat;
    width: 100%;
    background-size: cover;
    padding: 70px 0;
}

.offer-box{
    border: 3px solid #fff;
    padding: 40px 30px;
    text-align: center;
    margin-top: 60px;
}

.offer-box img{
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: -80px;
    background-color: #000;
    padding: 10px;
    margin-bottom: 20px;
}

.offer-box h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.offer-box h5{
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.offer-box h5 span{
  animation: blinker 1s linear infinite;
  color: #e40031;
      font-size: 40px;
    line-height: 30px;
    font-weight: 900;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

a.btn.btn-member{
    border: 1px solid #e40031;
    background-color: #e40031;
    padding: 12px 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 30px;
}

/**************TESTIMONIALS SECTION*************/

.testimonials-section{
    padding: 70px 0;
}


.testimonials-section h5 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

.testimonials-section h4 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 30px;
    text-align: center;
}

.testimonials-section h4 span {
    font-weight: 800;
    color: #e40031;
}

.testimonials-section img{
    width: 80px !important;
    border-radius: 50%;
    height: 80px;
    float: left;
    margin-right: 10px;
}

.testimonials-section h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #222423;
    padding-top: 20px;
    margin-bottom: 20px;
}

.testimonials-section h6 span{
    display: block;
    font-size: 14px;
    font-weight: 300;
}

.testimonials-section i.fa-quote-left{
    font-size: 40px;
    float: left;
    width: 90px;
    text-align: center;
}

.testimonials-section p{
    padding-left: 90px;
}

.testimonials-section .owl-nav{
    display: none;
}

/***************PROGRAM SECTION*************/

.program-section{
    padding-top: 70px;
}

.program-section h5 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
}

.program-section h3 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 0px;
    text-align: center;
}

.program-section h3 span {
    font-weight: 800;
    color: #e40031;
}

p.program-content {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #222423;
    text-align: center;
    margin-bottom: 20px;
}

.row.program-rows{
    background: url(../images/program-bg.jpg) top center no-repeat;
    width: 100%;
    background-size: cover;
    padding: 50px 0;
}

.program-box {
    padding: 25px 20px 26px;
    border: 4px solid #000;
    text-align: center;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
    min-height: 337px;
}

.program-box img{
    width: 50px;
    height: 35px;
    margin-bottom: 30px;
}

.program-box h5{
    font-size: 20px;
    font-weight: 300;
    color: #222423;
    margin-bottom: 15px;
}

.program-box h4{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 32px;
    line-height: 40px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.program-box h4 a{
    color: #222423;
    text-decoration: none;
}

.program-box h4 a:hover{
    color: #e40031;
}

/***************STRUCTURE SECTION**************/

.structure-left{
    background-color: #222423;
    padding: 100px 40px;
}

.structure-left-content h5 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 26px;
    line-height: 28px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.structure-left-content h3 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 70px;
    text-align: center;
}

.structure-left-content h3 span {
    font-weight: 800;
    color: #e40031;
}

.structure-left-content ul{
    padding: 0px;
    margin: 0px;
}

.structure-left-content ul li{
    list-style-type: none;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
}

.structure-left-content ul li h6{
    font-size: 28px;
    line-height: 32px;
    font-weight: 800;
    color: #ffb042;
    margin-right: 10px;
    font-family: 'FontAwesome';
    letter-spacing: 4px;
}

.structure-left-content ul li h6 span{
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}

.structure-left-content ul li h4{
    font-size: 24px;
    line-height: 26px;
    font-weight: 800;
    color: #00bcd4;
    margin-right: 10px;
    font-family: 'FontAwesome';
    letter-spacing: 3px;
} 

.structure-left-content{
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.structure-left-content h4{
    font-size: 22px;
    line-height: 26px;
    width: 100%;
    float: left;
    display: flex;
}
.structure-left-content h4 a{
    background: #ffcb2f;
    padding: 10px;
    width: 100%;
    color: #0a0a0a;
}
.structure-left-content h4 strong{
    font-size: 24px;
    color: #e40031;
}
.structure-left-content h4 span{
    font-size: 20px;
}

.structure-right{
    background: #e40031 url("../images/form-bg.png") top center no-repeat;
    background-size: cover;
    width: 50%;
    text-align: center;
    padding: 40px;
}

.structure-right-content{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.structure-right-content h5 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
}

.structure-right-content h3 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 40px;
    text-align: center;
}

.structure-right-content h3 span {
    font-weight: 800;
    color: #000;
}

.structure-right-content select,
.structure-right-content input.form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 10px;
    width: 100%;
    color: #fff;
    height: 40px;
}

.structure-right-content select,
.structure-right-content input.form-control::placeholder{
    color: #fff;
}

.structure-right-content select option{
    color: #000;
}

.structure-right-content button.btn.btn-primary {
    border: 1px solid #000;
    background-color: #000;
    padding: 12px 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 4px;
    border-radius: 30px;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

/***************FOOTER**************/

.top-footer{
    padding: 40px 0;
    background-color: #f1f1f1;
}

.top-footer h4{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #222423;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.top-footer img{
    max-width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}

.top-footer p{
    font-size: 16px;
    line-height: 20px;
    color: #666;
    margin-bottom: 15px;
}

.top-footer p a{
    color: #666;
    text-decoration: none;
}

.top-footer p a:hover{
    color: #e40031;
}

.footer-info ul{
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
}

.footer-info ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
}

.footer-info ul li a i{
    font-size: 18px;
    color: #949494;
}

.footer-info ul li a i:hover{
    color: #e40031;
}

.quick ul{
    padding: 0px;
    margin: 0px;
}

.quick ul li{
    list-style-type: none;
    padding-bottom: 10px;
}

.quick ul li a{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
    text-decoration: none;
}

.quick ul li a:hover{
    color: #e40031;
}

a.btn.btn-direction {
    background-color: #e40031;
    border: 1px solid #e40031;
    padding: 12px 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}












.connect-form label {
  display: none;
}

.connect-form input,
.connect-form textarea {
    padding-left: 32px;
    border-color: transparent;
    background-color: transparent;
    border-radius: 0px;
    border-bottom: 1px solid #777;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    color: #666;
}

.connect-form .btn-default {
  padding: 10px 26px;
    background-color: #e40031;
    border-radius: 30px;
    border: 0px;
    color: #F1F1F1;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.form-control:focus {
    color: #666;
    background-color: transparent;
    border-color: transparent;
    border-bottom: 1px solid #777;
    outline: 0;
    box-shadow: none;
}

.connect-form .btn-default:hover,
.connect-form .btn-default:focus {
    background-color: #e40031;
    color: #F1F1F1;
  border-color: transparent;
    border-radius: 4px;
  outline: none;
}

.connect-form .icon {
  position: relative;
    float: left;
    margin-left: 8px;
    margin-top: -36px;
    z-index: 2;
    color: #222222;
    font-size: 16px;
}

.connect-form .icon-textarea {
  float: left;
  margin-left: 8px;
  margin-top: -97px;
  position: relative;
  z-index: 2;
  color: #222222;
    font-size: 16px;
}

.bootom-footer{
    padding: 20px 0;
    background-color: rgb(10, 10, 10);
    text-align: center;
}

.bootom-footer p{
    font-size: 14px;
    line-height: 20px;
    color: #ababab;
    margin-bottom: 0px;
}




/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #e40031;
    color: #fff;
    width: 45px;
    height: 44px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
}

/*****************ABOUT US BANNER*****************/

.page-banner{
  background: url("../images/page-banner.webp") center center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 250px;
  text-align: center;
}

.page-banner .overlay{
  background-color: rgb(0 0 0 / 85%);
  height: 250px;
  padding: 50px 0;
  display: table-cell;
  vertical-align: bottom;
}

.page-banner h1{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 34px;
    line-height: 42px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 4px;
    margin-bottom: 0px;
}


.page-banner ul.breadcrumb {
    background: transparent;
    padding: 5px 0 0;
    margin: 0 auto;
    display: block;
    border-radius: 0px;
}

.page-banner ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.page-banner ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.page-banner ul.breadcrumb li a:hover{
  color: #fff;
  text-decoration: underline;
}

.page-banner ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}

.about-sections{
    padding: 70px 0;
}

.about-sections img{
    width: 100%;
    border-radius: 10px;
}

.about-sections h2 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 38px;
    font-weight: 700;
    color: #e40031;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 15px;
}

.about-sections ul{
    padding: 0px;
    margin: 0px;
}

.about-sections ul li{
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.about-sections ul li i{
    padding-right: 5px;
    color: #e40031;
}

.mission-section{
    padding: 70px 0;
    background-color: #f5f5f5;
}

.mission-box{
    border: 1px solid #e40031;
    background-color: #e40031;
    padding: 20px;
    border-radius: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
}

.mission-box p{
    color: #fff;
    margin-bottom: 0px;
    line-height: 26px;
}

.mission-section h4{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 26px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.mission-box1{
    border: 1px solid rgba(30, 30, 30, 1);
    background-color: rgba(30, 30, 30, 1);
    padding: 20px;
    border-radius: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
}

.mission-box2{
    border: 1px solid #004f85;
    background-color: #0067ad;
    padding: 20px;
    border-radius: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 90% 100%, 0 100%);
}

.mission-box1 p, .mission-box2 p{
    color: #fff;
    line-height: 26px;
}

.about-video{
    padding: 70px 0;
}

.about-video iframe{
    width: 100%;
    height: 500px;
}



/************COUNTER************/

#counter{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 70px 0px;
  width: 100%;
}
#counter .item{
    display: flex;
}
#counter .item span.span-plus{
        font-size: 20px;
    line-height: 50px;
    padding-left: 10px;
    color: #f9b700;
}
#counter .item .count{
    color: #e40031;
    margin-bottom: 5px;
    font-size: 40px;
    float: left;
    margin-right: 10px;
    line-height: 50px;
    font-weight: 900;
    width: 80px;
}
#counter .item h3{
      color: #222;
    text-align: left;
    text-transform: capitalize;
    font-size: 17px;
    line-height: 22px;
    padding-left: 15px;
    padding-top: 4px;
}

#counter .item h3 span{
    display: block;
}

/**************NEWS SECTION*************/

.news-section{
    padding: 70px 0;
}

.news-section img{
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.blog-cotnents {
    padding-top: 20px;
    margin-bottom: 30px;
}

.blog-cotnents h2{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 22px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.blog-cotnents h2 a{
    color: #000;
    text-decoration: none;
}


.blog-cotnents h2 a:hover{
    color: #e40031;
}

.blog-cotnents ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.blog-cotnents ul li{
    list-style-type: none;
    display: inline-block;
}

.blog-cotnents ul li a{
    border: 1px solid #e3e3e3;
    background-color: #e3e3e3;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #111;
    text-decoration: none;
    display: block;
    border-radius: 5px;
}

.blog-cotnents p{
    margin-bottom: 10px;
}

a.btn.btn-views {
    border: 1px solid #e40031;
    background-color: transparent;
    border-radius: 5px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #e40031;
    text-transform: uppercase;
    padding: 8px 14px 6px;
}

a.btn.btn-views:hover{
    border: 1px solid #e40031;
    background-color: #e40031;
    color: #fff;
}




.news-section .card {
  overflow: hidden;
  background: #eee;
  position: relative;
  width: 100%;
  transition: 250ms all ease-in-out;
  margin-bottom: 30px;
  border: 1px solid #eee;
}

.news-section .card:hover {
  transform: scale(1.05);
}

.banner-img {
  position: absolute;
  object-fit: cover;
  height: 14rem;
  width: 100%;
}

.category-tag {
  font-size: 0.8rem;
  font-weight: bold;
  color: white;
  background: red;
  padding: 0.5rem 1.3rem 0.5rem 1rem;
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  top: 1rem;
  border-radius: 0 2rem 2rem 0;
}

.popular {
  background: #ef257a;
}

.technology {
  background: #651fff;
}

.psychology {
  background: #e85808;
}

.news-section .card-body {
  margin: 15rem 1rem 1rem 1rem;
  padding: 0px;
}

.blog-hashtag {
  font-size: 12px;
    font-weight: 500;
    line-height: 14px;
}

.blog-hashtag i{
    padding-right: 5px;
}

.blog-title {
  font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-title a{
    color: #222;
    text-decoration: none;
}

.blog-title a:hover{
    color: #e40031;
}

/*.blog-description {
  color: #000;
  font-size: 0.9rem;
}*/

.card-profile {
  display: flex;
  margin-top: 2rem;
  align-items: center;
}

.profile-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 50%;
}

.card-profile-info {
  margin-left: 1rem;
}

.profile-name {
  font-size: 1rem;
}

.profile-followers {
  color: #616b74;
  font-size: 0.9rem;
}

a.views {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    text-decoration: underline;
}

a.views:hover{
    color: #e40031;
    text-decoration: none;
}


/*****PAGINATION*****/

.b-pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex
}
#border-pagination {
  margin: 0;
  padding: 0;
}
#border-pagination li {
  display: inline;

}
#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #959595;
  padding: 5px 10px;
  border: 1px solid #959595;
  float: left;

}
#border-pagination li a {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s
}
#border-pagination li a.active {
  background-color: #e40031;
  color: #fff;
}
#border-pagination li a:hover:not(.active) {
  background: #e40031;
  color: #fff;
}

/****************BLOG DETAIL PAGE***************/

.blog-detail-section{
  padding: 70px 0;
}

.blog-detail-img img{
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 40px;
}

.blog-detail-left h2{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 900;
    color: #222;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.blog-detail-left h3{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.blog-left-icon ul{
  padding: 0px;
  margin: 0px;
    margin-bottom: 10px;
}

.blog-left-icon ul li{
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
}

.blog-left-icon ul li a{
  font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #777;
    text-decoration: none;
  text-decoration: none;
}

.blog-left-icon ul li a:hover{
  color: #e40031;
}

.blog-left-social ul{
  padding: 0px;
  margin: 0px;
    margin-bottom: 10px;
    text-align: right;
    margin-right: 20px;
}

.blog-left-social ul li{
  list-style-type: none;
  display: inline-block;
  padding-left: 15px;
}

.blog-left-social ul li a{
    font-size: 20px;
    line-height: 26px;
    color: #777;
    text-decoration: none;
}

.blog-left-social ul li a:hover{
  color: #e40031;
}

.blog-detail-right h4{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: 2px;
    background-color: #fff;
    padding: 10px 10px 12px;
    border-radius: 5px;
}

.blog-detail-right ul{
  padding: 0px;
  margin: 0px;
}

.blog-detail-right ul li{
  list-style-type: none;
}

.blog-detail-right ul li a{
  text-decoration: none;
    background-color: #eee;
    padding: 10px;
    display: flex;
    border-radius: 5px;
    margin-bottom: 20px;
}

.blog-detail-right ul li a img{
  width: 60px;
    height: 60px;
    float: left;
    margin-right: 10px;
    border-radius: 50%;
    object-fit: cover;
}

.blog-detail-right ul li a h5{
    font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.blog-detail-right ul li a:hover{
    background-color: #e40031;
}

.blog-detail-right ul li a:hover h5{
    color: #fff;
}

/*.blog-detail-right ul li a h5:hover{
    color: #e40031;
}*/

.blog-detail-right ul li p{
  font-size: 14px;
  line-height: 18px;
  color: #777;
  margin-bottom: 0px;
}

/***************CONTACT US PAGE START HERE**************/

.address-section{
    padding-top: 100px;
    padding-bottom: 70px;
}

.address-box {
    background-color: #ededed;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.address-box i{
    font-size: 34px;
    color: #e40031;
    margin-bottom: 20px;
}

.address-box h2{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    color: #222;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.address-box p{
    margin-bottom: 0px;
}

.address-box a{
    color: inherit;
}

.form-box{
    background-color: #ededed;
    padding: 44px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.form-box h3{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #222;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 25px;
}

.form-box input{
    border: 1px solid #424242;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    height: 46px;
    color: #222;
    margin-bottom: 20px;
    background-color: transparent;
}

.form-box input::placeholder {
  color: #959595;
}

.form-box .form-control:focus{
    border: 1px solid #777 !important;
    color: #222;
}

.form-box textarea{
    border: 1px solid #424242;
    background-color: transparent;
    border-radius: 5px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    height: 100px;
    color: #fff;
    margin-bottom: 20px;
}

.form-box textarea::placeholder {
  color: #959595;
}

.form-control:focus-visible,
.form-control:focus{
    background-color: transparent;
    border-color: 1px solid transparent !important;
    box-shadow: none;
    color: #fff;
}

.form-box button.btn.btn-primary {
    border: 1px solid #383838;
    background-color: #383838;
    padding: 10px 30px 12px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    max-width: 170px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.form-box button.btn.btn-primary:hover{
    border: 1px solid #e40031;
    background-color: #e40031;
    color: #fff;
}

/******************FAQS PAGE START HERE*******************/

.faqs-section{
    padding: 50px 0;
}

.faqs-section h2{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    color: #222;
    text-align: center;
    margin-bottom: 20px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  border-radius: 8px;
  background-color: #e1e1e1;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
ul.accordion-list li {
  position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #cdcdcd;
    padding: 20px;
    margin: 0 auto 15px auto;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3 {
    font-family: "Fira Sans Condensed", sans-serif;
    letter-spacing: 1px;
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-size: 15px;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #222;
}
ul.accordion-list li h3:after {
  content: "";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #e40031;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 14px;
}

/****************LOGIN PAGE START HERE***************/

.login-sections{
    padding: 70px 0;
}

.form-modal{
    position:relative;
    width:450px;
    height:auto;
    margin-top:4em;
    left:50%;
    transform:translateX(-50%);
    background:#fff;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow:0 3px 20px 0px rgba(0, 0, 0, 0.1)
}

.form-modal button{
    cursor: pointer;
    position: relative;
    text-transform: capitalize;
    font-size:1em;
    z-index: 2;
    outline: none;
    background:#fff;
    transition:0.2s;
}

.form-modal .btn{
    border-radius: 20px;
    border:none;
    font-weight: bold;
    font-size:1.2em;
    padding:0.8em 1em 0.8em 1em!important;
    transition:0.5s;
    border:1px solid #ebebeb;
    margin-bottom:0.5em;
    margin-top:0.5em;
}

.form-modal .login , .form-modal .signup{
    background:#e40031;
    color:#fff;
}

.form-modal .login:hover , .form-modal .signup:hover{
    background:#222;
}

.form-toggle{
    position: relative;
    width:100%;
    height:auto;
}

.form-toggle button{
    width:50%;
    float:left;
    padding:1.5em;
    margin-bottom:1.5em;
    border:none;
    transition: 0.2s;
    font-size:1.1em;
    font-weight: bold;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.form-toggle button:nth-child(1){
    border-bottom-right-radius: 20px;
}

.form-toggle button:nth-child(2){
    border-bottom-left-radius: 20px;
}

#login-toggle{
    background:#e40031;
    color:#ffff;
}

.form-modal form{
    position: relative;
    width:90%;
    height:auto;
    left:50%;
    transform:translateX(-50%);  
}

#login-form , #signup-form{
    position:relative;
    width:100%;
    height:auto;
    padding-bottom:1em;
}

#signup-form{
    display: none;
}


#login-form button , #signup-form button{
    width:100%;
    margin-top:0.5em;
    padding:0.6em;
}

.form-modal input{
    position: relative;
    width:100%;
    font-size:1em;
    padding:1.2em 1.7em 1.2em 1.7em;
    margin-top:0.6em;
    margin-bottom:0.6em;
    border-radius: 20px;
    border:none;
    background:#ebebeb;
    outline:none;
    font-weight: bold;
    transition:0.4s;
}

.form-modal input:focus , .form-modal input:active{
    transform:scaleX(1.02);
}

.form-modal input::-webkit-input-placeholder{
    color:#222;
}


.form-modal p{
    font-size:16px;
    font-weight: bold;
}

.form-modal p a{
    color:#e40031;
    text-decoration: none;
    transition:0.2s;
}

.form-modal p a:hover{
    color:#222;
}


.form-modal i {
    position: absolute;
    left:10%;
    top:50%;
    transform:translateX(-10%) translateY(-50%); 
}

.fa-google{
    color:#dd4b39;
}

.fa-linkedin-in{
    color:#3b5998;
}

.fa-windows{
    color:#0072c6;
}

.-box-sd-effect:hover{
    box-shadow: 0 4px 8px hsla(210,2%,84%,.2);
}

@media only screen and (max-width:500px){
    .form-modal{
        width:100%;
    }
}

@media only screen and (max-width:400px){
    i{
        display: none!important;
    }
}








/***************EVENT SECTION*************/

.event-section{
    padding: 70px 0;
}


.row.event-rows{
    background-color: rgb(255 255 255 / 15%);
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    margin-bottom: 30px;
}

.event-section h4{
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
}

.event-section h4 span{
    color: #e40031;
}

.event-section h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #e40031;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: center;
}

.calendar-box{
    background-color: #d7cbff;
    border-right: 1px solid #585858;
    padding: 50px 30px;
    text-align: center;
    border-radius: 10px 0 0 10px ;
}

.calendar-box h5{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 50px;
    line-height: 58px;
    font-weight: 700;
    color: #222;
    margin-bottom: 0px;
}

.calendar-box h5 span{
    display: block;
    font-size: 20px;
    line-height: 24px;
}

.event-mid{
    padding: 30px;
    background-color: #d7cbff;
}

.event-mid ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.event-mid ul li{
        list-style-type: none;
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #777;
    font-weight: 400;
    margin-right: 20px;
}

.event-mid ul li i{
    padding-right: 5px;
}

.event-mid h5{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.event-mid h5 a{
    color: #111;
    text-decoration: none;
}

.event-mid h5 a:hover{
    color: #e40031;
}

.event-mid p{
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 0px;
}

.event-mid p i{
    color: #e40031;
    padding-right: 5px;
}

.event-right {
    display: flex;
    padding: 30px;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #585858;
    background-color: #ccbdff;
}

.event-right a.btn.btn-readmore{
    border: 1px solid #e40031;
    background-color: #e40031;
    padding: 12px 20px 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 0px;
    text-transform: uppercase;
}

a.btn.btn-events {
    border: 1px solid #e40031;
    background-color: #e40031;
    padding: 12px 20px 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 85% 100%, 0 100%);
    text-transform: uppercase;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/***************PROGRAM DETAIL PAGE START HERE**************/

.page_body_title{ text-align: center; padding: 10px; }
.page_body_title h2{ font-size: 30px; font-weight: bold; color: #df0000;}
.page_body_title p{}

.program-detail-section{
    padding: 70px 0;
}

.program-detail-section img{
    width: 100%;
    margin-bottom: 20px;
}

.program-detail-section h2{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    color: #222;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.program-detail-section ul{
    padding: 0px;
    margin: 0px;
}

.program-detail-section ul li{
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #777;
    padding-bottom: 15px;
}

.program-detail-section ul li i{
    color: #e40031;
    padding-right: 5px;
}

/**************PAYMENT PAGE START HERE**************/

.online-body {
    padding: 70px 0;
}

.row.detailsrow img{
    width: 100%;
}

.row.detailsrow{
/*    box-shadow: 0 0 15px #9a9a9a;*/
    background-color: #e9e9e9;
    padding: 40px 25px;
    border-radius: 10px;
    margin-left: 0px;
    margin-right: 0px;
}

.detailsrow h4{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.detailsrow label{
    display: block;
    margin-bottom: 2px;
    width: 100%;
    font-weight: 600;
}

.detailsrow input.form-control{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 42px;
    color: #000;
}

.detailsrow select{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 42px;
    color: #888;
}

.detailsrow textarea{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 60px;
    color: #888;
}

.detailsrow .form-check{
    width: 100%;
}

.detailsrow .form-group{
    margin-bottom: 40px;
}

.payment-radio label {
    display: block;
    margin-bottom: 2px;
    width: 17%;
    font-weight: 600;
}

.payment-radio input#male {
    margin-right: 7px;
    margin-top: 4px;
}

.payment-radio input#female {
    margin-right: 7px;
    margin-top: 4px;
}

.detailsrow img{
    width: 100%;
    margin-bottom: 20px;
}

.detailsrow button.btn.btn-primary{
    border: 2px solid #e40031;
    background-color: #e40031;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}

.detailsrow button.btn.btn-primary:hover{
    border: 2px solid #434343;
    background-color: #434343;
    color: #fff;
}







.row.detailsrow-pay form{
    box-shadow: 0 0 15px #9a9a9a;
    padding: 40px;
    border-radius: 10px;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.row.detailsrow-pay h4{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 20px;
}

.row.detailsrow-pay label{
    display: block;
    margin-bottom: 2px;
    width: 100%;
    font-weight: 600;
}

.row.detailsrow-pay input.form-control{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 42px;
    color: #000;
}

.row.detailsrow-pay select{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 42px;
    color: #888;
}

.row.detailsrow-pay textarea{
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 0px;
    height: 60px;
    color: #888;
}

.row.detailsrow-pay .form-check{
    width: 100%;
}

.row.detailsrow-pay .form-group{
    margin-bottom: 40px;
}

.row.detailsrow-pay .payment-radio label {
    display: block;
    margin-bottom: 2px;
    width: 17%;
    font-weight: 600;
}

.row.detailsrow-pay .payment-radio input#male {
    margin-right: 7px;
    margin-top: 4px;
}

.row.detailsrow-pay .payment-radio input#female {
    margin-right: 7px;
    margin-top: 4px;
}

.row.detailsrow-pay img{
    width: 100%;
    margin-bottom: 20px;
}

.row.detailsrow-pay button.btn.btn-primary{
    border: 2px solid #e40031;
    background-color: #e40031;
    padding: 12px 30px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}

.row.detailsrow-pay button.btn.btn-primary:hover{
    border: 2px solid #434343;
    background-color: #434343;
    color: #fff;
}




/**************TRAINER PAGE START HERE**************/


.teamWrapper {
    padding: 70px 0;
}
/*.teamGrid {
    display: grid;
    grid-template-columns: 32.33% 32.33% 32.33%;
    column-gap: 1.5%;
    margin-top: 100px;
}*/

/*.teamGrid{
  margin-top: 100px !important; 
}*/
.teamGrid .colmun{
    margin-top: 60px;
    margin-bottom: 60px;
}
.avatar {
    position: absolute;
    left: 0;
    right: 0;
    top: -80px;
    text-align: center;
}
.teamcolinner {
    position: relative;
}
.avatar > img {
    width: 150px;
    margin: auto;
    border-radius: 50%;
    border: 1px solid rgb(170 170 173/ 1);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
}
.teamcolinner {
    position: relative;
    border: 1px dashed #ddd;
    min-height: 100px;
    background: #fff;
    z-index: 9;
}
.teamcol {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    transition: transform 1s ease-in-out;
}
.teamcol:hover {
    transform: translateY(-30px);
    box-shadow: 0px 3px 10px 3px rgb(170 170 173 / 0.5);
    transition: transform 1s ease-in-out;
}
.teamcol:before {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    top: 0;
    background: -webkit-linear-gradient(#ffbf00, #ffa000);
    border-top-right-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:after {
    content: "";
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(#fe7d0b, #fe7d0b);
    border-bottom-left-radius: 10px;
    transition: width 1s ease-in-out;
}
.teamcol:hover::before, .teamcol:hover::after {
    width: 100%;
    transition: width 1s ease-in-out;
}
.member-name {
    font-family: "Fira Sans Condensed", sans-serif;
    margin-top: 100px;
}
.member-designation{ text-align: center; font-family: "Fira Sans Condensed", sans-serif; }
.member-designation h4{ font-size: 18px; color: #ed4646; }
.member-info {
    padding: 10px 20px;
}
.social-listing {
    align-items: center;
    justify-content: center;
    display: flex;
    list-style: none;
    padding: 0;
}
.social-listing >li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background: #f4f5f7;
    border-radius: 50%;
    margin: 5px;
}

.social-listing >li a{
  color: #222;
  text-decoration: none;
}

.social-listing >li a:hover{
  color: #e40031;
}


.member-mail p a{
  color: #222;
  text-decoration: none;
}

.member-mail p a:hover{
  text-decoration: underline;
  color: #e40031;
}

/*************SHOP PAGE START HERE*************/

.product-section{
    padding: 70px 0;
}

.product-section{
  padding-top: 10px
  padding-bottom: 30px;
}

.product-section h6{
    font-family: "Fira Sans Condensed", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
  margin-bottom: 20px;
}

.product-filter{
  text-align: right;
}

.product-filter label{
    font-family: "Fira Sans Condensed", sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  color: #000;
}

.product-filter select{
  border: 1px solid #ddd;
  height: 40px;
  padding: 10px;
}

.product-left h4{
  font-size: 24px;
  line-height: 28px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

.product-left ul{
  padding: 0px;
  margin: 0px;
  margin-bottom: 25px;
}

.product-left ul li{
  list-style-type: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 10px;
}

.product-left ul li a{
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
  text-decoration: none;
}

.product-left ul li a i{
  text-align: right;
  float: right;
  position: relative;
  top: 4px;
}






.product-grid{font-family:Raleway,sans-serif;text-align:center;padding:0 0 72px; margin-bottom: 30px; border:1px solid rgba(0,0,0,.1);overflow:hidden;position:relative;z-index:1}
.product-grid .product-image{position:relative;transition:all .3s ease 0s}
.product-grid .product-image a{display:block}
.product-grid .product-image img{width:100%;height:350px;object-fit: cover;}
.product-grid .pic-1{opacity:1;transition:all .3s ease-out 0s}
.product-grid:hover .pic-1{opacity:1}
.product-grid .pic-2{opacity:0;position:absolute;top:0;left:0;transition:all .3s ease-out 0s}
.product-grid:hover .pic-2{opacity:1}
.product-grid .social{width:150px;padding:0;margin:0;list-style:none;opacity:0;transform:translateY(-50%) translateX(-50%);position:absolute;top:60%;left:50%;z-index:1;transition:all .3s ease 0s}
.product-grid:hover .social{opacity:1;top:50%}
.product-grid .social li{display:inline-block}
.product-grid .social li a{color:#fff;background-color:#333;font-size:16px;line-height:40px;text-align:center;height:40px;width:40px;margin:0 2px;display:block;position:relative;transition:all .3s ease-in-out}
.product-grid .social li a:hover{color:#fff;background-color:#e40031}
.product-grid .social li a:after,.product-grid .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.product-grid .social li a:hover:after,.product-grid .social li a:hover:before{opacity:1}
.product-grid .product-discount-label,.product-grid .product-new-label{color:#fff;background-color:#e40031;font-size:12px;text-transform:uppercase;padding:2px 7px;display:block;position:absolute;top:10px;left:0}
.product-grid .product-discount-label{background-color:#333;left:auto;right:0}
.product-grid .rating{color:#FFD200;font-size:12px;padding:12px 0 0;margin:0;list-style:none;position:relative;z-index:-1;background-color: #fff;}
.product-grid .rating li.disable{color:rgba(0,0,0,.2)}
.product-grid .product-content{background-color:#fff;text-align:center;padding:12px 0;margin:0 auto;position:absolute;left:0;right:0;bottom:-32px;z-index:1;transition:all .3s}
.product-grid:hover .product-content{bottom:0}
.product-grid .title{font-size:13px;font-weight:400;letter-spacing:.5px;text-transform:capitalize;margin:0 0 10px;transition:all .3s ease 0s}
.product-grid .title a{color:#828282}
.product-grid .title a:hover,.product-grid:hover .title a{color:#e40031}
.product-grid .price{color:#333;font-size:17px;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.6px;margin-bottom:8px;text-align:center;transition:all .3s}
.product-grid .price span{color:#999;font-size:13px;font-weight:400;text-decoration:line-through;margin-left:3px;display:inline-block}
.product-grid .add-to-cart{color:#000;font-size:13px;font-weight:600}
@media only screen and (max-width:990px){.product-grid{margin-bottom:30px}
}

a.btn.btn-shop {
    border: 1px solid #e40031;
    background-color: #e40031;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    max-width: 155px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}


/**************SHOP DETAIL PAGE START HERE************/

.product-detail-section{
  padding-top:  70px;
  border-top: 1px solid #eee;
}



.card{
  border: none !important;
}

.card-wrapper{
    max-width: 1400px;
    margin: 0 auto;
}
.product-detail-section img{
    width: 100%;
    display: block;
}
.img-display{
    overflow: hidden;
}
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase img{
    min-width: 100%;
    height: 500px;
    object-fit: cover;
}
.img-select{
    display: flex;
}
.img-item{
    margin: 0.3rem;
}
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item:hover{
    opacity: 0.8;
}

.product-content{
    padding: 2rem 1rem;
}
.product-title{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 3rem;
    text-transform: capitalize;
    font-weight: 700;
    position: relative;
    color: #12263a;
    margin: 1rem 0;
}
.product-title::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    width: 80px;
    background: #12263a;
}
.product-link{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 0.9rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all 0.5s ease;
}
.product-link:hover{
    opacity: 0.9;
}
.product-rating{
    color: #ffc107;
}
.product-rating span{
    font-weight: 600;
    color: #252525;
}
.product-price{
    margin: 1rem 0;
    font-size: 1rem;
    font-weight: 700;
}
.product-price span{
    font-weight: 400;
}
.last-price span{
    color: #f64749;
    text-decoration: line-through;
}

.new-price span del{
    color: #e40031;
}
.new-price span{
    color: black;
    font-weight: 600;
}

.product-detail select{
  border: 1px solid #ccc;
  padding: 6px 10px;
  font-size: 14px;
  border-radius: 5px;
}


.product-detail h2{
    font-family: "Fira Sans Condensed", sans-serif;
    text-transform: capitalize;
    color: #12263a;
    padding-bottom: 0;
    margin-bottom: 0px;
    margin-top: 20px;
}
.product-detail p{
    font-size: 0.9rem;
    padding: 0;
    opacity: 0.8;
    margin: 0px;
}
.product-detail ul{
    margin: 1rem 0;
    font-size: 0.9rem;
    padding: 0px;
}
.product-detail ul li{
    margin: 0;
    list-style: none;
    background: url(https://fadzrinmadu.github.io/hosted-assets/product-detail-page-design-with-image-slider-html-css-and-javascript/checked.png) left center no-repeat;
    background-size: 18px;
    padding-left: 1.7rem;
    margin: 0.4rem 0;
    font-weight: 600;
    opacity: 0.9;
}
.product-detail ul li span{
    font-weight: 400;
}
.purchase-info{
    margin: 1.5rem 0;
}
.purchase-info input,
.purchase-info .btn{
    border: 1.5px solid #ddd;
    border-radius: 25px;
    text-align: center;
    padding: 0.45rem 1.2rem;
    outline: 0;
    margin-right: 0.2rem;
    margin-bottom: 0;
}
.purchase-info input{
    width: 80px;
    margin-bottom: 0px;
}
.purchase-info .btn{
    cursor: pointer;
    color: #fff;
}
.purchase-info .btn:first-of-type{
    background: #256eff;
}
.purchase-info .btn:last-of-type{
    background: #f64749;
}
.purchase-info .btn:hover{
    opacity: 0.9;
}
.social-links{
    display: flex;
    align-items: center;
}

.social-links p{
  margin-bottom: 0px;
}
.social-links a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000;
    border: 1px solid #000;
    margin: 0 0.2rem;
    border-radius: 50%;
    text-decoration: none;
    font-size: 0.8rem;
    transition: all 0.5s ease;
}
.social-links a:hover{
    background: #000;
    border-color: transparent;
    color: #fff;
    text-decoration: none;
}

@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .card-wrapper{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .product-content{
        padding-top: 0;
    }
}

.uk-button-large{
  padding: 0px !important;
}

/**************PRIVACY POLICY PAGE START HERE*************/

.policy-section{
    padding: 70px 0;
}

.terms-section{
    padding: 70px 0;
}

.terms-section h2{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.terms-section h3{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.terms-section h4{
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

/***************SERVICE PAGE START HERE*************/

.service-section{
    padding: 70px 0;
}

.service-grid {
    background: #fcfcfc;
}
    .service-title h4 {
    position: relative;
    display: inline-block;
}
.service-icon {
    position: relative;
}
.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
}
.about-info-text h2 {
    margin-bottom: 23px;
    text-transform: capitalize;
    font-weight: 700;
    line-height: .9;
}
.about-info-text p {
    padding: 0 100px;
    font-size: 18px;
    margin-bottom: 26px;
      position: relative;
}
.about-content p {
    margin-bottom: 0;
}
.about-info-text a {
    margin-bottom: 20px;
      position: relative;
}
.service-icon i {
    font-size: 40px;
    color: #e40031;
    margin-bottom: 20px;
    display: inline-block;
}
.service-wrap {
    border: 1px solid #e6e6e6;
    padding: 50px 30px;
      position: relative;
}

.service-wrap p{
      position: relative;
}

.service-wrap:hover {
    background-image: url(../images/blog3.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: local;
    transition: all .5s;
}

.service-wrap:hover:before {
    background: rgba(0, 0, 0, 0.2901960784313726);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0px;
    content: "";
    top: 0;
    opacity: 1;
}

.service-wrap h4 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 600;
    color: #1e2331;
    margin-bottom: 17px;
    font-size: 18px;
    text-transform: capitalize;
      position: relative;
      letter-spacing: 1px;
}
.service-wrap a {
    font-size: 14px;
    font-weight: 600;
      position: relative;
    color: #000;
}

.service-wrap:hover h4,.service-wrap:hover p, .service-wrap:hover a, .service-wrap:hover i{
    color: #fff;
}


/******************CART PAGE START*****************/

.cart-section{
    padding: 100px 0;
    border-top: 1px solid #eee;
}

.cart-section h1{
    font-size: 40px;
    line-height: 44px;
    font-weight: 400;
    color: #000;
    margin-bottom: 25px;
}

a.keep-shopping {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    text-align: right;
    float: right;
}

.cart-left h2{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cart-left h2 a{
    color: #000;
    text-decoration: none;
}

.cart-left img{
    width: 100px;
    height: 60px;
    float: left;
    margin-right: 20px;
}

.cart-left h3{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cart-left h3 a{
    color: #000;
    text-decoration: none;
}

a.edit{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: underline;
    display: block;
    margin-bottom: 10px;
}

a.btn.btn-later {
    border: 1px solid #ccc;
    background-color: #ddd;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    border-radius: 5px;
    max-width: 40px;
    width: 100%;
    margin-bottom: 10px;
}

a.btn.btn-later:hover {
    border: 1px solid #ccc;
    background-color: #ccc;
}

a.btn.btn-remove {
    border: 1px solid #ccc;
    background-color: #ddd;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #000;
    border-radius: 5px;
    max-width: 40px;
    width: 100%;
    margin-bottom: 10px;
}

a.btn.btn-remove:hover {
    border: 1px solid #ccc;
    background-color: #ccc;
}

.cart-subtotal h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.cart-subtotal h6 span {
    float: right;
}

.cart-subtotal h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.cart-subtotal h5 span {
    float: right;
}





.cart-left fieldset label{
    font-size: 12px;
    line-height: 14px;
}

.cart-left fieldset p{
    font-size: 12px;
    line-height: 14px;
}

.cart-left fieldset textarea{
    width: 100%;
    height: 80px;
    border-radius: 5px;
    border: 1px solid #eee;
    font-size: 12px;
    padding-left: 10px;
}

.cart-left select{
  border: 1px solid #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    margin-right: 20px;
    width: 200px;
    display: block;
    margin-bottom: 20px;
}

.cart-right .contact-shop{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    text-align: right;
    display: block;
}

.cart-right{
    padding-right: 40px;
}

.cart-right select{
    width: 60px;
    height: 30px;
    font-size: 14px;
    margin-bottom: 10px;
}

.cart-left p{
    font-size: 14px;
    line-height: 18px;
}

.cart-right h5{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.cart-right h6{
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #000;
}

.cart-right h4{
    font-size: 20px;
}

.paybox{
    box-shadow: 0 4px 20px rgba(34, 34, 34, 0.15);
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.paybox h4{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.paybox ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.paybox ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 5px;
}

.paybox h6{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
}

.paybox h6 span{
    float: right;
}

.paybox input{
  height: 30px;
  margin-bottom: 0px;
}

.paybox h5{
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.paybox h5 span{
    float: right;
}

.paybox .input-group{
    margin-bottom: 20px;
}

.paybox input{
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  padding: 6px;
  border-radius: 5px;
  font-size: 14px;
  width: 100%;
}

.paybox input#gift-checkbox-YuniqueKollection-input {
    border: 2px solid #000 !important;
    height: 27px;
    width: 27px;
    margin-right: 10px;
}

.paybox p img{
    margin-right: 10px;
}

a.btn.btn-proceed {
    border: 1px solid #ff7622;
    background-color: #ff7622;
    width: 100%;
    border-radius: 30px;
    padding:  16px 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

a.btn.btn-proceed1 {
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    border-radius: 30px;
    padding: 16px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

a.btn.btn-proceed1 img{
  width: 100%;
  max-width: 70px;
  margin: 0 auto;
  display: block;
}

.paybox p{
    font-size: 12px;
    line-height: 16px;
    color: #777;
    margin-bottom: 0px;
    text-align: center;
}

a.btn.btn-proceeded {
    border: 1px solid #e40031;
    background-color: #e40031;
    border-radius: 30px;
    padding: 10px 30px;
    float: right;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
}

a.btn.btn-proceeded:hover{
    border: 1px solid #434343;
    background-color: #434343;
    color: #fff;
}




.checkout-section{
    padding: 70px 0;
    border-top: 1px solid #eee;
}

.checkout-box {
    box-shadow: 0 4px 20px rgba(34, 34, 34, 0.15);
    padding: 20px;
    border-radius: 10px;
}

.checkout-box h2 {
    font-family: "Fira Sans Condensed", sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

.checkout-box label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 2px;
    display: block;
}

.checkout-box input {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 15px;
}

.checkout-box select {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 15px;
}

.checkout-box textarea {
    width: 100%;
    height: 140px;
    padding: 10px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin-bottom: 15px;
}

button.btn.btn-proceed {
    border: 1px solid #e40031;
    background-color: #e40031;
    width: 100%;
    border-radius: 30px;
    padding: 16px 12px;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

button.btn.btn-proceed:hover{
    border: 1px solid #434343;
    background-color: #434343;
    color: #fff;
}



button.btn.btn-proceed1 img {
    width: 100%;
    max-width: 70px;
    margin: 0 auto;
    display: block;
}

.delivery-section{
  padding: 60px 0;
  border-top: 1px solid #eee;
}

.delivery-box{
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(34, 34, 34, 0.15);
  margin-bottom: 30px;
}

.delivery-box p{
  margin-bottom: 5px;
}

.delivery-box p a{
  color: #007bff;
  text-decoration: none;
}

.collect{
  border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
}

.office{
  padding: 5px;
  background-color: #ddd;
}

.office {
    padding: 2px 10px;
    background-color: #ddd;
    line-height: 10px;
    border-radius: 3px;
}

.product-items{
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 4px 20px rgba(34, 34, 34, 0.15);
}

.product-items img{
    width: 60px;
    height: 40px;
    display: inline-block;
    margin-right: 10px;
}

.product-items p{
  text-align: right;
  margin-bottom: 2px;
}

.delivery-section h1{
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #000;
  margin-bottom: 15px;
}

ul.pay-method{
  padding: 0px;
  margin: 0px;
}

ul.pay-method li{
  list-style-type: none;
  display: inline-block;
  margin-bottom: 5px;
}

ul.pay-method li a{
  text-decoration: none;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #ddd;
  display: block;
}

ul.pay-method li a img{
  width: 100px;
  height: 60px;
  margin: 0 auto;
  display: block;
}

ul.pay-method li a h5{
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0px;
}

/*******************MEDIA QUERY*****************/

@media(max-width: 1150px){
    .boxing-box2{
        left: 90px;
    }
    .boxing-box3{
        right: 90px;
    }
    .about-section p,
    .about-section h5,
    .about-section h3{
        margin-bottom: 15px;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 10px;
    }
    a.btn.btn-member{
        font-size: 16px;
    }
}

@media(max-width: 1024px){
    .navbar-expand-lg .navbar-nav .nav-link{
        padding: 10px 5px;
    }
    .banner-section .carousel .carousel-inner .carousel-item{
        height: 70vh;
    }
    .carousel-caption{
        top: 55%;
    }
    .banner-section h1{
        font-size: 50px;
        line-height: 60px;
    }
    .boxing-box2{
        left: 70px;
    }
    .boxing-box3{
        right: 70px;
    }
    .club-box{
        width: 200px;
        height: 200px;
        margin-left: -40px;
        margin-top: 40px;
    }
    .club-box h5{
        font-size: 26px;
        line-height: 26px;
    }
    .club-box h6{
        font-size: 20px;
        line-height: 25px;
    }
}

@media(max-width: 991px){
    .navbar-brand img {
        width: 130px;
    }
    .nav-logo-btn {
        top: 7px;
        right: 70px;
    }
    .fixed-top a.btn.btn-contact {
        margin-top: -1px;
    }
    .boxing-box3{
        right: 60px;
    }
    .boxing-box2{
        left: 60px;
    }
    a.btn.btn-member{
        font-size: 14px;
        letter-spacing: 2px;
    }
    .row.program-rows{
        background: none;
    }
    .pro-middle{
        display: none;
    }
    .structure-left{
        padding: 100px 20px;
    }
    .boxing-box1,
    .boxing-box2,
    .boxing-box3,
    .boxing-box4{
        top: 0px;
        padding: 50px 0;
        margin-bottom: 30px;
        transform: rotate(0deg) translateY(0px);
        -moz-transform: rotate(0deg) translateY(0px);
        -webkit-transform: rotate(0deg) translateY(0px);
    }
    .boxing-box1 p,
    .boxing-box1 .icon-box,
    .boxing-box1 h5,
    .boxing-box2 p,
    .boxing-box2 .icon-box,
    .boxing-box2 h5,
    .boxing-box3 p,
    .boxing-box3 .icon-box,
    .boxing-box3 h5,
    .boxing-box4 p,
    .boxing-box4 .icon-box,
    .boxing-box4 h5{
        transform: rotate(0deg) translateY(0px);
        -moz-transform: rotate(0deg) translateY(0px);
        -webkit-transform: rotate(0deg) translateY(0px);
    }
    .boxing-box2 p,
    .boxing-box2 h5,
    .boxing-box2 .icon-box,
    .boxing-box3 p,
    .boxing-box3 h5,
    .boxing-box3 .icon-box,
    .boxing-box4 p,
    .boxing-box4 h5,
    .boxing-box4 .icon-box,
    .boxing-box1 p,
    .boxing-box1 h5,
    .boxing-box1 .icon-box{
        left: 0px;
    }
    .boxing-box1 .icon-box,
    .boxing-box2 .icon-box,
    .boxing-box3 .icon-box,
    .boxing-box4 .icon-box{
        top: 0px;
    }
    .boxing-box2{
        left: 0px;
        margin-bottom: 30px;
    }
    .boxing-box3 {
        right: 0px;
        margin-bottom: 30px;
    }
    .boxing-box2 .icon-box,
    .boxing-box3 .icon-box,
    .boxing-box4 .icon-box{
        margin-bottom: 40px;
    }
    .boxing-box4{
        bottom: 0px;
    }
    .club-box-column .club-box{
        display: none;
    }
    .strong-section h4{
        font-size: 30px;
        line-height: 36px;
    }
    .about-section h3{
        font-size: 24px;
        line-height: 28px;
    }
    .trainer-box h6{
        font-size: 16px;
        line-height: 20px;
    }
    a.btn.btn-member{
        letter-spacing: 0;
    }
    .structure-left-content ul li{
        padding: 20px 10px;
    }
    .inquery-left h4,
    .inquery-right h4{
        font-size: 30px;
        line-height: 38px;
        letter-spacing: 2px;
    }
    .program-box{
        min-height: 360px;
    }
    .news-section img{
        height: 350px;
    }
    .address-box{
        padding: 10px;
    }
    .address-box p{
        font-size: 14px;
    }
}

@media(max-width: 768px){
    .strong-section h4 span{
        border-left: none;
        padding-left: 0px;
        margin-left: 0px;
        height: auto;
        line-height: 20px;
    }
    .about-left img{
        margin-bottom: 20px;
    }
    .tainer-box-content:hover img{
        max-width: 100%;
    }
    .tainer-box-content{
        margin-bottom: 30px;
    }
    .structure-left-content ul li{
        padding: 20px 8px;
    }
    a.btn.btn-member{
        font-size: 12px;
        padding: 12px 20px;
    }
    .inquery-left h5,
    .inquery-right h5{
        font-size: 20px;
        letter-spacing: 2px;
    }
    .boxing-box2,
    .boxing-box3,
    .boxing-box4,
    .boxing-box1{
        width: 100%;
    }
    .news-section img{
        height: 250px;
    }
}

@media(max-width: 767px){
    .inquery-right,
    .inquery-left{
        width: 100%;
        padding: 30px 20px;
    }
    .about-section{
        padding-bottom: 70px;
    }
    .program-box{
        max-width: 100%;
        min-height: auto;
        margin-bottom: 20px;
    }
    .structure-left-content ul li,
    .structure-left{
        padding: 20px;
    }
    .structure-right-content,
    .structure-left-content{
        max-width: 100%;
    }
    .structure-right-content h3,
    .structure-left-content h3{
        margin-bottom: 20px;
    }
    .structure-left-content ul{
        text-align: center;
    }
    .structure-right{
        width: 100%;
        padding: 20px;
    }
    .top-footer h4{
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .banner-section h1{
        letter-spacing: 5px;
    }
    .about-sections img,
    .inquery-left h4, .inquery-right h4,
    .inquery-right img, .inquery-left img{
        margin-bottom: 20px;
    }
    .mission-box2,
    .mission-box1,
    .mission-box{
        margin-bottom: 20px;
        padding: 20px;
    }
    .blog-left-social ul{
        text-align: left;
    }
    .blog-left-social ul li{
        padding-left: 0px;
        padding-right: 15px;
    }
    .news-section img{
        height: auto;
    }
    .checkout-box{
        margin-bottom: 30px;
    }
    .paybox{
        max-width: 100%;
    }
    .login-section form{
        padding: 0px;
    }
    .row.detailsrow img{
        display: none;
    }
    .calendar-box{
        border-right: none;
        border-bottom: 1px solid #bdbdbd;
        border-radius: 0px;
        padding: 20px;
    }
    .event-right{
        border-top: 1px solid #bdbdbd;
        border-radius: 0px;
        padding: 20px;
        border-left: none;
    }
    .event-mid p,
    .event-mid h5,
    .event-mid ul{
        text-align: center;
    }
    .event-mid{
        padding: 20px;
    }
    .form-modal{
        margin-top: 0px;
    }
}

@media(max-width: 600px){
    .banner-section .carousel .carousel-inner .carousel-item{
        height: 450px;
    }
    .banner-section h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .about-sections,
    .program-section,
    .testimonials-section,
    .offer-section,
    .online-body,
    .service-section,
    .trainer-section,
    .product-section,
    .event-section,
    .calculator-section,
    .checkout-section,
    #counter,
    .blog-detail-section,
    .address-section,
    .mission-section,
    .news-section,
    .about-video,
    .teamWrapper,
    .cart-section,
    .about-section,
    .policy-section,
    .program-detail-section,
    .login-section,
    .faqs-section,
    .login-sections,
    .terms-section,
    .boxing-section{
        padding: 30px 0;
    }
    .calculator-left button.btn.btn-primary,
    .calculator-left h4{
        margin-bottom: 20px;
    }
    .page-banner h1{
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .form-box h3,
    .about-sections h2,
    .testimonials-section h4,
    .trainer-section h4,
    .faqs-section h2,
    .program-detail-section h2,
    .blog-detail-left h2,
    .product-title,
    .calculator-right h4{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 15px;
    }
    .row.program-rows{
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .top-footer{
        padding: 20px 0;
    }
    .banner-section h1 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 2px;
    }
    .blog-detail-img img{
        margin-bottom: 20px;
        height: auto;
    }
    .row.detailsrow-pay form,
    .form-box{
        padding: 20px;
    }
    .row.detailsrow{
        padding: 20px 5px;
    }
    .row.detailsrow-pay .form-group,
    .detailsrow .form-group{
        margin-bottom: 15px;
    }
    label.lable-pay{
        display: block !important; 
        width: 100% !important;
    }
    .paydiv{
        width: 100%;
        display: flex;
    }
    .row.detailsrow-pay .payment-radio label{
        width: 77%;
    }
    .img-showcase img{
        height: 350px;
    }
    .product-content{
        padding: 0px;
    }
    .purchase-info input {
        width: 50px;
        font-size: 12px;
        padding: 4px 10px;
    }
    .purchase-info .btn{
        font-size: 12px;
        padding: 6px 12px;
    }
    .product-filter{
        text-align: left;
        margin-bottom: 15px;
    }
    .product-section h6{
        margin-bottom: 10px;
    }
    .form-modal{
        width: 100%;
    }
}

@media(max-width: 575px){
    .login-section .form-container {
        padding: 0 5px;
    }
}

@media(max-width: 500px){
    .banner-section .carousel .carousel-inner .carousel-item{
        height: 350px;
    }
    .structure-left-content ul li{
        padding: 20px 10px;
    }
}

@media(max-width: 400px){
    .structure-left-content ul li {
        padding: 20px;
        width: 100%;
        margin-bottom: 20px;
    }
    .banner-section h1 {
        font-size: 24px;
        line-height: 30px;
        letter-spacing: 0px;
        margin-bottom: 10px;
    }
    .clickmenus{
        right: 5px;
    }
    .nav-logo-btn {
        right: 48px;
    }
}















































































































































































