/*

TemplateMo 548 Training Studio

https://templatemo.com/tm-548-training-studio

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #7a7a7a;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Poppins', sans-serif;
}

::selection {
  background: #b70040ff;
  color: #fff;
}

::-moz-selection {
  background: #b70040ff;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.site-navigation img{
  margin-top: 8px !important;
}


.common-page p {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  text-align: end;
  line-height: 45px;
}


.row {
  justify-content: center;
  align-items: center;
}


.image-container {
  position: relative;
  width: 80%;
  height: 500px;
  margin-top: 50px;
  border-radius: 30px;
  max-width: 100%;
  background-image:  url('../images/one.jpg');
  background-size: cover; 
            background-position: center;
            justify-content: end;
            align-items: center;
            display: flex;
            padding: 50px;

}
.image-container img {
  width: 100%;
  height: auto; 
  border-radius: 30px;
}
.card-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  padding: 25px;
  border-radius: 20px; 
  border: 1px solid rgba(255, 255, 255, 0.6); 
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 250px; 
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start; 
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); 
  color: #fff; 
  text-align: center; 
}
.card-overlay h4 {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  color: #ffffff;
}
.card-overlay p {
  margin: 10px 0;
  color: #ffffff;
}

  .card-mini {
  background-image: url(../images/card1.jpg);
  height: 330px;
  width: 250px;
  border-style: none;
  border-radius: 30px;
  padding: 30px;
  margin: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
}

.card-mini:hover {
  height: 330px;
  width: 250px;
  background-color: #DD004D;
  border-radius: 30px;
  padding: 30px;
  border-color: #d9d9d900;
  color: #fff !important;
  box-shadow:  0 8px 16px #444444; 
}

.card-mini h4 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;

    
}
.card-mini .logo{
  /* margin-top:60px; */
  
}

.card-mini p {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #c7c5c1;
    display: none; /* Initially hidden */
    line-height: 18px;
    
}

.card-mini q {
    font-style: italic;
    font-size: 12px;
    color: #888;
}

.card-mini:hover p {
    display: block; /* Show paragraph on hover */
}

.card-mini1 {
  background-image: url(../images/creative.jpg);
  height: 330px;
  width: 250px;
  border-style: none;
  border-radius: 30px;
  padding: 30px;
  margin: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
}

.card-mini1:hover {
  height: 330px;
  width: 250px;
  background-color: #DD004D;
  border-radius: 30px;
  padding: 30px;
  border-color: #d9d9d900;
  color: #fff !important;
  box-shadow:  0 8px 16px #444444; 
}

.card-mini1 h4 {
  margin: 0;
  font-size: 25px;
  font-weight: bold;

  
}
.card-mini1 .logo{
/* margin-top:60px; */

}

.card-mini1 p {
  margin: 10px 0px 0px 0px;
  font-size: 14px;
  font-weight: 500;
  color: #c7c5c1;
  display: none; /* Initially hidden */
  line-height: 18px;
  
}

.card-mini1 q {
  font-style: italic;
  font-size: 12px;
  color: #888;
}

.card-mini1:hover p {
  display: block; /* Show paragraph on hover */
}


.card-mini2 {
background-image: url(../images/card3.jpg);
height: 330px;
  width: 250px;
  border-style: none;
  border-radius: 30px;
  padding: 30px;
  margin: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
}

.card-mini2:hover {
  height: 330px;
  width: 250px;
  background-color: #DD004D;
  border-radius: 30px;
  padding: 30px;
  border-color: #d9d9d900;
  color: #fff !important;
  box-shadow:  0 8px 16px #444444; 
}

.card-mini2 h4 {
  margin: 0;
  font-size: 25px;
  font-weight: bold;

  
}
.card-mini2 .logo{
/* margin-top:60px; */

}

.card-mini2 p {
  margin: 10px 0px 0px 0px;
  font-size: 14px;
  font-weight: 500;
    color: #c7c5c1;
  display: none; /* Initially hidden */
  line-height: 18px;
  
}

.card-mini2 q {
  font-style: italic;
  font-size: 12px;
  color: #888;
}

.card-mini2:hover p {
  display: block; /* Show paragraph on hover */
}

.card-mini3 {
  background-image: url(../images/card4.jpg);
  height: 330px;
  width: 250px;
  border-style: none;
  border-radius: 30px;
  padding: 30px;
  margin: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #ffffff;
  }
  
  .card-mini3:hover {
    height: 330px;
    width: 250px;
    background-color: #DD004D;
    border-radius: 30px;
    padding: 30px;
    border-color: #d9d9d900;
    color: #fff !important;
    box-shadow:  0 8px 16px #444444; 
  }
  
  .card-mini3 h4 {
    margin: 0;
    font-size: 25px;
    font-weight: bold;
  
    
  }
  .card-mini3 .logo{
  /* margin-top:60px; */
  }
  
  .card-mini3 p {
    margin: 10px 0px 0px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #c7c5c1;
    display: none; /* Initially hidden */
    line-height: 18px;
    
  }
  
  .card-mini3 q {
    font-style: italic;
    font-size: 12px;
    color: #888;
  }
  
  .card-mini3:hover p {
    display: block; /* Show paragraph on hover */
  }
  

.row-important {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
}
  


.service-mini {
  margin: 10px;
  height: 250px;
  width: 520px;
  background-color: rgb(245, 245, 245);
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1a1a1a;
  border-style: solid;
  border-width: 1.5px;
  border-color: #f0f0f0;
  transition: transform 0.3s ease;
}
.service-mini:hover {
  transform: scale(1.05);
  cursor: pointer;
  background-image: url(../images/ca1.jpg);
  background-position: center;
  /* background-color: #b70040ff; */
}




.service-mini:hover p {
  color: white;
}
.service-mini:hover h4 a{
  color: white;
}
.service-mini-extra {
  height: 250px;
  width: 500px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
}
.service-mini:hover .icon-button{
  background-color: white;
  color: #b70040ff;
}
/* ------------- */

.service-mini1 {
  margin: 10px;
  height: 250px;
  width: 520px;
  background-color: rgb(245, 245, 245);
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1a1a1a;
  border-style: solid;
  border-width: 1.5px;
  border-color: #f0f0f0;
  transition: transform 0.3s ease;
}
.service-mini1:hover {
  transform: scale(1.05);
  cursor: pointer;
  background-image: url(../images/ca2.jpg);
  background-position: center;
  /* background-color: #b70040ff; */
}

.service-mini1:hover p {
  color: white;
}
.service-mini1:hover h4 a{
  color: white;
}
.service-mini1-extra {
  height: 250px;
  width: 500px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
}
.service-mini1:hover .icon-button{
  background-color: white;
  color: #b70040ff;
}


.service-mini2 {
  margin: 10px;
  height: 250px;
  width: 520px;
  background-color: rgb(245, 245, 245);
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1a1a1a;
  border-style: solid;
  border-width: 1.5px;
  border-color: #f0f0f0;
  transition: transform 0.3s ease;
}
.service-mini2:hover {
  transform: scale(1.05);
  cursor: pointer;
  background-image: url(../images/ca3.jpg);
  background-position: center;
  /* background-color: #b70040ff; */
}

.service-mini2:hover p {
  color: white;
}
.service-mini2:hover h4 a{
  color: white;
}

.service-mini2-extra {
  height: 250px;
  width: 500px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
}
.service-mini2:hover h4 a{
  color: white;
}

.service-mini2:hover .icon-button{
  background-color: white;
  color: #b70040ff;
}
.service-mini3 {
  margin: 10px;
  height: 250px;
  width: 520px;
  background-color: rgb(245, 245, 245);
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1a1a1a;
  border-style: solid;
  border-width: 1.5px;
  border-color: #f0f0f0;
  transition: transform 0.3s ease;
}
.service-mini3:hover {
  transform: scale(1.05);
  cursor: pointer;
  background-image: url(../images/ca4.jpg);
  background-position: center;
  /* background-color: #b70040ff; */
}

.service-mini3:hover p {
  color: white;
}
.service-mini3:hover h4 a{
  color: white;
}

.service-mini3-extra {
  height: 250px;
  width: 500px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #1a1a1a;
}
.service-mini3:hover .icon-button{
  background-color: white;
  color: #b70040ff;
}

.service-mini4 {
  margin: 10px;
  height: 250px;
  width: 520px;
  background-color: rgb(245, 245, 245);
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1a1a1a;
  border-style: solid;
  border-width: 1.5px;
  border-color: #f0f0f0;
  transition: transform 0.3s ease;
}
.service-mini4:hover {
  transform: scale(1.05);
  cursor: pointer;
  background-image: url(../images/ca5.jpg);
  background-position: center;
  /* background-color: #b70040ff; */
}

.service-mini4:hover p {
  color: white;
}
.service-mini4:hover h4 a{
  color: white;
}

.service-mini4-extra {
  height: 250px;
  width: 500px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  
}

.service-mini4:hover .icon-button{
  background-color: white;
  color: #b70040ff;
}

.service-mini5 {
  margin: 10px;
  height: 250px;
  width: 520px;
  background-color: rgb(245, 245, 245);
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1a1a1a;
  border-style: solid;
  border-width: 1.5px;
  border-color: #f0f0f0;
  transition: transform 0.3s ease;
}
.service-mini5:hover {
  transform: scale(1.05);
  cursor: pointer;
  background-image: url(../images/ca6.jpg);
  background-position: center;
  /* background-color: #b70040ff; */
}

.service-mini5:hover p {
  color: white;
}
.service-mini5:hover h4 a{
  color: white;
}

.service-mini5-extra {
  height: 250px;
  width: 500px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  
}

.service-mini5:hover .icon-button{
  background-color: white;
  color: #b70040ff;
}

.service-mini6 {
  margin: 10px;
  height: 250px;
  width: 520px;
  background-color: rgb(245, 245, 245);
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1a1a1a;
  border-style: solid;
  border-width: 1.5px;
  border-color: #f0f0f0;
  transition: transform 0.3s ease;
}
.service-mini6:hover {
  transform: scale(1.05);
  cursor: pointer;
  background-image: url(../images/ca7.jpg);
  background-position: center;
  /* background-color: #b70040ff; */
}

.service-mini6:hover p {
  color: white;
}
.service-mini6:hover h4 a{
  color: white;
}

.service-mini6-extra {
  height: 250px;
  width: 500px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  
}
.service-mini6:hover .icon-button{
  background-color: white;
  color: #b70040ff;
}
.service-mini7 {
  margin: 10px;
  height: 250px;
  width: 520px;
  background-color: rgb(245, 245, 245);
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1a1a1a;
  border-style: solid;
  border-width: 1.5px;
  border-color: #f0f0f0;
  transition: transform 0.3s ease;
}
.service-mini7:hover {
  transform: scale(1.05);
  cursor: pointer;
  background-image: url(../images/ca8.jpg);
  background-position: center;
  /* background-color: #b70040ff; */
}

.service-mini7:hover p {
  color: white;
}
.service-mini7:hover h4 a{
  color: white;
}

.service-mini7-extra {
  height: 250px;
  width: 500px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  
}
.service-mini7:hover .icon-button{
  background-color: white;
  color: #b70040ff;
}
.service-mini8 {
  margin: 10px;
  height: 250px;
  width: 520px;
  background-color: rgb(245, 245, 245);
  padding: 30px;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #1a1a1a;
  border-style: solid;
  border-width: 1.5px;
  border-color: #f0f0f0;
  transition: transform 0.3s ease;
}
.service-mini8:hover {
  transform: scale(1.05);
  cursor: pointer;
  background-image: url(../images/ca9.jpg);
  background-position: center;
  /* background-color: #b70040ff; */
}

.service-mini8:hover p {
  color: white;
}
.service-mini8:hover h4 a{
  color: white;
}

.service-mini8-extra {
  height: 250px;
  width: 500px;
  background-color: rgb(255, 255, 255);
  padding: 30px;
  margin-bottom: 50px;
  border-radius: 30px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  
}
.service-mini8:hover .icon-button{
  background-color: white;
  color: #b70040ff;
}
.pack-button-extra a {
  margin-top: 20px;
  display: inline-block;
  font-size: 10px;
  padding: 12px 20px;
  background-color: #b70040ff !important;
  color: #fff !important;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border-radius: 50px;
}

.pack-button-extra a:hover {
  background-color: #b70040ff;

}

.service-header{
  color: #313131;
  align-items: center;
  display: flex;
  justify-content: space-between;
}


.head-service {
  margin-bottom: 10px;
  font-weight: bold;
}

.section-package {
  text-align: center;
  /* margin-top: 140px; */
  margin-bottom: 80px;
}

.icon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; /* Square button */
  height: 40px; /* Square button */
  background-color: #414141; /* Grey background color */
  border: 1px solid #d9d9d900;
  border-radius: 100px; /* Border radius for rounded corners */
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s;
  color: #ffffff;
  transform: rotate(-45deg);
}


.our-service-head a {
  margin: 20px 0px 20px 0px;
  display: inline-block;
  font-size: 15px;
  padding: 12px 20px;
  background-color: #b70040ff;
  color: #ffffff !important;
  text-align: center;
  font-weight: bold;
  /* text-transform: uppercase; */
  transition: all .3s;
  border-radius: 50px;
}

/* todo : make it responsive */
.pack {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; 
}

.pack-mini {
  width: 250px;
  background-color: #f1f1f1;
  padding-top: 50px;
  margin-bottom: 50px;
  border-radius: 5px;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.pack-mini:hover {
  transform: translateY(-20px);
}

.pack-mini-premium {
  width: 250px;
  background-color: #f1f1f1;
  padding-top: 50px;
  margin-bottom: 50px;
  border-radius: 5px;
  color: #1a1a1a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.pack-mini-premium:hover {
  transform: translateY(-20px);
}

.pack-mini-premium .pack-text{
  color: #000;
}

.pack-cost {
  font-weight: bold;
  margin-top: 10px;
  font-size: 25px;
}

.pack-button-premium a{
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  padding: 12px 60px;
  background-color:  #b70040ff !important;
  color: #ffffff !important;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border-radius: 50px;
  margin-bottom: 50px;
  font-weight: bold;
}

.pack-button a {
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
  padding: 12px 60px;
  background-color: #b70040ff !important;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  transition: all .3s;
  border-radius: 50px;
  margin-bottom: 50px;
}

.pack-button a:hover {
  background-color: #b70040ff;

}

.pack-texttwo {
  font-size: 10px !important;
  color: #000000 !important;
  /* height:550px; */
  width: 250px;
  background-color: rgb(255, 255, 255);
  border-radius:  0px 0px 5px 5px;
  padding: 30px;
  color: #1a1a1a;

}

.pack-texttwo p{
  position: relative;
  padding-left: 25px;
  margin: 10px 0;
}

.pack-texttwo p::before {
  content: "\f00c"; /* Unicode for the Font Awesome check icon */
  font-family: "Font Awesome 5 Free"; /* Make sure this matches your Font Awesome version */
  font-weight: bold; /* Required for solid icons in Font Awesome 5 */
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* common */

.section-common {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #f4f4f4 !important;
  /* width: auto; */
  padding: 90px 0px 100px 0px;
  color: #000000;
  /* margin-top: 100px;margin-bottom: 100px; */
}


/* footer */
.site-footer
{
  background-color:#ffffff;
  padding:45px 0 20px;
  font-size:13px;
  line-height:30px;
  color:#000000;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#000000;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:1px
}
.site-footer a
{
  color:#000000;
}
.site-footer a:hover
{
  color:#b70040ff;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#b70040ff;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-right:6px;
  /* margin-right:0; */
  border-radius:100%;
  background-color:#efefef
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  background-color:#eceeef;
  color:#818a91;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#b70040ff
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}
.social-icons a.facebook:hover
{
  background-color:#b70040ff
}
.social-icons a.twitter:hover
{
  background-color:#b70040ff
}
.social-icons a.linkedin:hover
{
  background-color:#b70040ff
}
.social-icons a.dribbble:hover
{
  background-color:#b70040ff
}
@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }

  .pack {
    display: flex;
    flex-direction: column;
  }

}

.common-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #b70040ff!important;
  width: auto;
  padding-top: 50px;
  height: 400px;
}

.common-para {
width: 1000px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}


/* footer */

  .rowtwo {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }

  .section-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #b70040ff !important;
    width: auto;
    height: 600px;
}

.contact-text {
  color: #ffffff;
  font-size: 40px;
  width: 350px !important;
  font-weight: bold;
  text-align: end;
  line-height: 45px;
}


.section-service {
  text-align: start;
  width: 400px;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 80px;
}

.section-service h2 {
  font-size: 28px;
  font-weight: 800; 
  color: #232d39;
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-service h2 em {
  font-style: normal;
  color: #b70040ff;
}

.section-service img {
  margin: 20px auto;
}

.section-heading {
  text-align: start;
  margin-top: 0px;
  margin-bottom: 80px;
}

.section-heading h2 {
  font-size: 28px;
  font-weight: 800; 
  color: #232d39;
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 em {
  font-style: normal;
  color: #b70040ff;
}

.section-heading img {
  margin: 20px auto;
}

.dark-bg h2 {
  color: #fff;
}

.dark-bg p {
  color: #fff;
}

.main-button a {
  display: inline-block;
  font-size: 12px !important;
  padding: 1px 20px;
  background-color: #b70040ff !important;
  color: #ffffff !important;
  text-align: center;
  /* text-transform: uppercase; */
  transition: all .3s;
  border-radius: 50px;
}

.main-button:hover {
  color: #fff !important;
}

.hero-head {
  width: 70%;
letter-spacing: 1px;
font-size: 50px;
font-weight: bolder;
color: #ffffff;
margin-bottom: 20px;
line-height: 60px;
text-align: center;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}


.hero-para {
font-size: 17px;
color: #000000;
margin-bottom: 30px;
text-align: center;
}


.hero-button-one a {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 50px;
  background-color: #b70040ff !important;
  /* color: #000000 !important; */
  text-align: center;
  transition: all .3s;
  border-radius: 50px;
  color: #ffffff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.hero-button-one a:hover {
  background-color: #b70040ff;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background: rgba(255, 255, 255, 0.801) !important;
  height: 80px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  backdrop-filter: blur(8px)
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #232d39;
}

/* .background-header .main- .nav li:last-child a {
  color: #fff !important;
} */

/* .background-header .main-nav .nav li:last-child a:hover {
  color: #fff!important;
} */

.background-header .main-nav .nav li:hover a {
  color: #b70040ff;
}

/* .background-header .nav li a.active {
  color: #DD004D!important;
} */

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  background: rgb(255, 255, 255);
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 40px;
  /* padding-right: 20px; */
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #7a7a7a;
  /* text-transform: uppercase; */
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #797979;
}


.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active{
  color: #b70040ff!important;
  opacity: 1;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #b70040ff;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #b70040ff!important;
    opacity: 1;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area .main-nav .nav li:last-child {
    width: 100%;
    background-color: #b70040ff;
    color: #fff;
  }
  .header-area .main-nav .nav li:last-child a {
    background-color: #b70040ff!important;
  }
  .header-area .main-nav .nav li:last-child a:hover,
  .header-area .main-nav .nav li:last-child:hover a {
    background-color: #b70040ff!important;
    color: #fff!important;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #232d39 !important;
  }
  .header-area .main-nav .nav li:last-child a {
    color: #fff!important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #b70040ff!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

.carousel-inner {
  position: relative;
  margin-top: 80px;
}

/* ------------------------------------------------------------ */
.carousel-caption {
  width: 80%;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  
}

.quicklook-heading {
  font-size: 25px !important;
  color: #5a5a5a;
  margin: 70px 0px;
  font-weight: bold;
  z-index: 1;
}


/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
  margin-bottom: 80px;

}

.feature-item {
  display: inline-block;
  margin-bottom: 60px;
  display: flex;
  align-items: center;

}

.feature-item .left-icon img {
  float: left;
  margin-right: 30px;
}

.feature-item .right-content {
  display: inline;
}

.feature-item .right-content h4 {
  margin-top: 0px;
  margin-bottom:  7px;
  letter-spacing: 0.25px;
  color: #232d39;
  font-size: 19px;
  font-weight: 600;
  text-transform: capitalize;
}

.feature-item .right-content a.text-button {
  margin-top: 7px;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  color: #b70040ff;
  font-weight: 500;
}
/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#call-to-action {
  padding: 120px 0px;
  background-image: url(../images/cta-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}

.cta-content h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 800;
  color: #fff;
  letter-spacing: 1px;
}

.cta-content h2 em {
  font-style: normal;
  color: #b70040ff;
}

.cta-content p {
  font-size: 16px;
  color: #fff;
  margin: 15px 0px 25px 0px;
}



/*
--------------------------------------------
Our Classes
--------------------------------------------
*/

#our-classes {
  margin-bottom: 140px;
}

#tabs ul {
  margin: 0;
  padding: 0;
}
#tabs ul li {
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
#tabs ul li:last-child {
  margin-bottom: 0px;
}
#tabs ul li a {
  text-transform: capitalize;
  width: 100%;
  padding: 30px 30px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 5px;
  font-size: 19px;
  color: #232d39;
  letter-spacing: 0.5px;
  font-weight: 600;
  transition: all 0.3s;
}
#tabs .main-rounded-button a {
  text-align: center;
  padding: 20px 30px;
  width: 100%;
  border-radius: 5px;
  display: inline-block;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.5px;
  font-weight: 600;
  background-color: #b70040ff;
}
#tabs .main-rounded-button a:hover {
  background-color: #f9735b;
}
#tabs ul li a img {
  max-width: 100%;
  margin-right: 20px;
}
#tabs ul .ui-tabs-active span {
  background: #faf5b2;
  border: #faf5b2;
  line-height: 90px;
  border-bottom: none;
}
#tabs ul .ui-tabs-active a {
  color: #b70040ff;
}
#tabs ul .ui-tabs-active span {
  color: #1e1e1e;
}
.tabs-content {
  margin-left: 30px;
  text-align: left;
  display: inline-block;
  transition: all 0.3s;
}
.tabs-content img {
  max-width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.tabs-content h4 {
  font-size: 23px;
  font-weight: 700;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.tabs-content p {
  font-size: 14px;
  color: #7a7a7a;
  margin-bottom: 28px;
}


/* 
---------------------------------------------
schedule
--------------------------------------------- 
*/

#schedule {
  padding: 0px 0px 140px 0px;
  background-image: url(../images/schedule-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#schedule table {
  width: 100%;
  text-align: center;
  border: 1px solid #fff;
}

#schedule table tbody {
  border-top: 1px solid #fff; 
}

#schedule table tbody tr {
  border-bottom: 1px solid #fff;
}

#schedule table tbody tr td {
  border-right: 1px solid #fff;
  height: 100px;
}

#schedule table tr td {
  color: #fff;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.schedule-table.filtering .ts-item {
    opacity: 0;
    transition: all 0.5s;
}

.schedule-table.filtering .ts-item.show {
    opacity: 1;
    transition: all 0.5s;
}

#schedule .filters {
  margin-bottom: 40px;
}
#schedule .filters ul {
  padding: 0;
  text-align: center;
}
#schedule .filters ul li {
  list-style: none;
  display: inline;
  cursor: pointer;
  position: relative;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#schedule .filters ul li:after {
  content: "/";
  margin-left: 10px;
  color: #fff;
}
#schedule .filters ul li:last-child {
  margin-right: 0px;
}
#schedule .filters ul li:last-child::after {
  display: none;
}
#schedule .filters ul li.active,
#schedule .filters ul li:hover {
  color: #b70040ff;
}
#schedule .filters-content {
  margin-top: 50px;
}
#schedule .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
#schedule .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}


/* 
---------------------------------------------
trainers
--------------------------------------------- 
*/

#trainers .trainer-item {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  padding: 40px;
}

#trainers .trainer-item img {
  width: 100%;
  border-radius: 5px;
}

#trainers .trainer-item span {
  font-size: 13px;
  font-weight: 500;
  color: #b70040ff;
  display: inline-block;
  margin-top: 25px;
  margin-bottom: 10px;
}

#trainers .trainer-item h4 {
  font-size: 19px;
  font-weight: 600;
  color: #232d39;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

#trainers .trainer-item p {
  margin-bottom: 20px;
}

#trainers .trainer-item ul.social-icons li {
  display: inline-block;
  margin-right: 12px;
}

#trainers .trainer-item ul.social-icons li:last-child {
  margin-right: 0px;
}

#trainers .trainer-item ul.social-icons li a {
  color: #232d39;
  transition: all .3s;
}

#trainers .trainer-item ul.social-icons li a:hover {
  color: #b70040ff;
}


/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us {
  margin-top: 140px;
}

#contact-us .container-fluid .col-lg-6 {
  padding: 0px;
}

#contact-us .contact-form {
  padding: 80px;
  background-image: url(../images/contact-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#contact-us .contact-form #contact {
  background-color: #fff;
  padding: 40px;
  border-radius: 5px;
}

.contact-form input,
.contact-form textarea {
  color: #7a7a7a;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 40px;
  outline: none;
  line-height: 40px;
  padding: 0px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}

.contact-form button {
  display: inline-block;
  font-size: 13px;
  padding: 11px 17px;
  background-color: #b70040ff;
  color: #fff;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  transition: all .3s;
  border: none;
  outline: none;
  margin-top: -8px;
}

.contact-form button:hover {
  background-color: #f9735b;
}




/* 
---------------------------------------------
footer
--------------------------------------------- 
*/
footer {
  text-align: center;
  padding: 30px 0px;
}

footer p {
  color: #232d39;
  font-size: 13px;
}

footer p a {
  cursor: pointer;
  color: #b70040ff;
}

footer p a:hover {
  color: #b70040ff;
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white; /* Background set to white */
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.js-preloader.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* Animation for the dot to move right */
@-webkit-keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

@keyframes dot {
  50% {
      -webkit-transform: translateX(96px);
      transform: translateX(96px);
  }
}

/* Animation for the dots to move left */
@-webkit-keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

@keyframes dots {
  50% {
      -webkit-transform: translateX(-31px);
      transform: translateX(-31px);
  }
}

.preloader-inner {
  position: relative;
scale: 0.1;
  background: white; 
}




/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


@media (max-width: 992px) {

  .main-banner .caption h2 {
    font-size: 64px;
  }
  #features {
    margin-bottom: 110px;
  }
  #features .feature-item {
    margin-bottom: 30px;
  }
  #our-classes .tabs-content {
    margin-left: 0px;
    margin-top: 30px;
  }
  .trainer-item {
    margin-bottom: 30px;
  }
  #contact-us #map {
    margin-bottom: -7px;
  }
  #contact-us .contact-form {
    padding: 30px;
  }
  #contact-us .contact-form #contact {
    padding: 30px;
  }

}

@media (max-width: 450px) {


  .carousel-inner {
    position: relative;
    margin-top: 70px;
  }
  
  
  .carousel-caption {
    width: 80%;
    position: absolute;
    display: flex;
    flex-direction: column;
  justify-content: center;
  align-items: center;
  left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
  
  }


  /* .common-page {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #b70040ff !important;
    width: auto;
    padding-top: 70px;
    height: 300px;
  } */
  
  .common-page p {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
  }

  .section-common {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #f4f4f4 !important;
    /* width: auto; */
    padding: 40px 0px 70px 0px;
    color: #000000;
    /* margin-top: 100px;margin-bottom: 100px; */
  }


  .common-para {
    width: 350px ;
    text-align: justify;
    display: flex;
    justify-content: center;
    align-items: center;
    }

 
    .service-mini-extra {
      height: 250px;
      width: 500px;
      background-color: rgb(255, 255, 255);
      padding: 30px;
      margin-bottom: 50px;
      border-radius: 30px;
      display: flex;
      text-align: center;
      justify-content: center;
      align-items: center;
      color: #1a1a1a;
    }
    
    .pack-button-extra a {
      margin-top: 20px;
      display: inline-block;
      font-size: 14px;
      padding: 12px 20px;
      background-color: #b70040ff !important;
      color: #fff !important;
      text-align: center;
      font-weight: 400;
      text-transform: uppercase;
      transition: all .3s;
      border-radius: 50px;
    }
    
    .pack-button-extra a:hover {
      background-color: #b70040ff;
    
    }


  

  .contact-text {
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: start !important;
    margin-bottom: 60px;
  }


  #features {
    margin-bottom: 10px;
  
  }
  
  .feature-item {
    display: inline-block;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
  
  }


  .quicklook-heading {
    font-size: 25px !important;
    color: #000000;
    margin-bottom: 40px;
    font-weight: bold;
  }
  
.section-service {
  text-align: start;
  width: 300px;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 80px;
}

.section-service h2 {
  font-size: 25px;
  font-weight: 800; 
  color: #232d39;
  /* text-transform: uppercase; */
  letter-spacing: 0.5px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-service h2 em {
  font-style: normal;
  color: #b70040ff;
}

.section-service img {
  margin: 20px auto;
}


  .section-contact {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #b70040ff !important;
    width: auto;
    height: 600px;
}

.right-content {
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
  

  .row {
    
    justify-content: center !important;
  align-items: center !important;
  }

  .feature-item .right-content a.text-button {
    margin-left: 130px;
  }

  .section-heading{
    padding: 30px;
    margin-bottom: 40px;
    text-align: center;
  }

  .hero-head {
    letter-spacing: 1px;
    font-size: 30px;
    font-weight: bolder;
    color: #ffffff;
    width: 90%;
    margin-bottom: 10px;
    line-height: 40px;
      /* text-transform: uppercase; */
      text-align: center;
    }
    
    .hero-para {
      width: 90%;
    font-size: 15px;
    color: #222222;
    /* width: 250px; */
    margin-bottom: 30px;
    text-align: center;
    line-height: 20px;
    }

.carousel-item img {
  height: 600px;
  width: 320% !important;
  margin-left: -440px;



}

    .section-important {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      background-color: #f4f4f4 !important;
  
      padding: 90px 0px 100px 0px;
      color: #000000;
      margin-top: 100px;margin-bottom: 100px;
  }

  .service-mini-extra {
    height: 250px;
    width: 500px;
    background-color: rgb(255, 255, 255);
    padding: 30px;
    margin-bottom: 0px;
    border-radius: 30px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: #1a1a1a;
  }


  .row-important {
width: 370px;
  }

  .section-package {
    text-align: center;
    /* margin-top: 140px; */
    margin-bottom: 80px;
  }

  .pack {
    display: flex;
    justify-content: center;
    align-items: center; 
  }

  .feature-item .left-icon img {
    float: left;
    margin-right: 30px;
    width: 90px;
  }

  .features-items {
    margin: 5px;
  }

}



.right-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* Align items to start of the container */
}

.right-content input,
.right-content textarea {
  color: white;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  padding-bottom: 10px;
  outline: none;
  width: 100%; /* Take up full width of the container */
}

.right-content input[type="submit"] {
  color: rgb(0, 0, 0);
  font-size: 14px;
  background-color: rgb(255, 255, 255);
  border: 1px solid white;
  padding: 10px;
  cursor: pointer;
  border-radius: 50px;
  font-weight: bold;
  width: 100px;
}

.right-content input[type="submit"]:hover,
.right-content input[type="submit"]:active {
  background-color: white;
  color: black;
}

.right-content input[type="submit"]:focus {
  outline: none;
}

.input {
  margin-bottom: 20px !important; 
}

.right-content input::placeholder,
.right-content textarea::placeholder {
    color: white;
}
.no-border {
  border: none;
}
.no-bg {
  border: none;
}



/* our structure */


/* .main-container {
  position: relative;
padding-top: 100px;
padding-bottom: 100px;
padding-left: 300px;
padding-right: 300px;
}

.underlay-card {
  background: linear-gradient(135deg, #FF0059, #FF0059);
  border-radius: 20px 70px 20px 20px; 
  padding: 20px;
  padding-bottom: 60px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  height: 300px;
}

.overlay-card {
  background: #fff;
  color: #333;
  padding: 20px;
  border-radius: 25px;
  position: absolute;
  top: 70px; 
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: calc(100% - 40px);
  max-width: 700px;
  text-align: center;
}

.overlay-card h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.overlay-card p {
  font-size: 16px;
  margin-bottom: 20px;
}

.overlay-card button {
  background-color: #FF0059;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); 
  gap: 5px; 
  font-size: 18px;
  list-style: none;
  padding: 0;
  margin-top: 60px; 
  margin-bottom: -40px;
}

.service-list li {
  padding: 10px;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .overlay-card {
      width: calc(100% - 30px);
      top: -50px;
  }

  .overlay-card h1 {
      font-size: 20px;
  }

  .overlay-card p {
      font-size: 14px;
  }

  .overlay-card button {
      font-size: 14px;
      padding: 8px 16px;
  }

  .service-list {
      grid-template-columns: 1fr;
      font-size: 16px;
  }
} */


.card-header {
  background-color: #00000000;
  text-align: start;
  border-style: none;
  padding-left: 0px !important;
}

.card {
  border-style: none;
}

.card a {
text-decoration: none !important;
}

.card-body {
  text-align: start;
  padding: 0px 0px 0px 60px !important;
}

.card-body a {
font-size: 15px;
}

.modal-header {
  padding: 50px;
}

.modal-header a{
  padding-top: 10px;
  font-size: 16px;
}


/*  */

.active-tab {
  color: #b70040ff !important;
  font-weight: bold;
}
.head-service a{
  color: #000000;
}


.main-container {
  position: relative;
  max-width: 800px;
  width: 100%;
}

.underlay-card {
  background: linear-gradient(135deg, #b70040ff, #b70040ff);
  border-radius: 20px 70px 20px 20px; /* Circular top-right radius */
  padding: 20px;
  padding-bottom: 60px; /* Increase padding bottom to fit content */
  color: #fff;
  text-align: center;
  margin-top: 50px;
}

.overlay-card {
  background: #fff;
  color: #333;
  padding: 20px;
  border-radius: 25px;
  position: absolute;
  top: -60px; /* Overlay effect */
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: calc(100% - 40px); /* Adjust to ensure it fits within container */
  max-width: 700px;
  text-align: center;
}

.overlay-card h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

.overlay-card p {
  font-size: 16px;
  margin-bottom: 20px;
}

.overlay-card button {
  background-color: #b70040ff;
  color: #fff;
  border: none;
  padding: 10px 20px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* Two rows and three columns */
  gap: 5px; /* Reduce gap between services */
  font-size: 18px;
  list-style: none;
  padding: 0;
  margin-top: 60px; /* Adjust spacing from the card */
  margin-bottom: -40px;
}

.service-list li {
  padding: 10px;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .overlay-card {
      width: calc(100% - 30px);
      top: -50px; /* Adjust overlay effect for smaller screens */
  }

  .overlay-card h1 {
      font-size: 20px;
  }

  .overlay-card p {
      font-size: 14px;
  }

  .overlay-card button {
      font-size: 14px;
      padding: 8px 16px;
  }

  .service-list {
      grid-template-columns: 1fr;
      font-size: 16px;
  }
}

/* header */

.site-nav {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%; 
  background-color: #ffffffcc;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
  backdrop-filter: blur(8px)
}

.site-nav {
  padding-top: 20px;
  padding-bottom: 20px; }
  .site-nav h1 {
    margin: 0;
    padding: 0;
    font-size: 24px; }
  .site-nav .site-navigation .site-menu {
    margin-bottom: 0; }
    .site-nav .site-navigation .site-menu > li {
      display: inline-block; }
      .site-nav .site-navigation .site-menu > li > a {
        font-size: 14px;
        padding: 10px 15px;
        display: inline-block;
        text-decoration: none !important;
        color: #9e9e9e; 
      font-weight: 600;
      }
        .site-nav .site-navigation .site-menu > li > a:hover {
          color: #b70040ff; }
      .site-nav .site-navigation .site-menu > li.cta-button a {
        padding: 6px 20px;
        border: 2px solid rgba(255, 255, 255, 0.1);
        color: #000000;
        border-radius: 30px; }
        .site-nav .site-navigation .site-menu > li.cta-button a:hover {
          color: #000000;
          background: #b70040ff;
          border-color: #b70040ff; }
      .site-nav .site-navigation .site-menu > li.active > a {
        color: #b70040ff; }
    .site-nav .site-navigation .site-menu .has-children {
      position: relative; }
      .site-nav .site-navigation .site-menu .has-children > a {
        position: relative;
        padding-right: 20px; }
        .site-nav .site-navigation .site-menu .has-children > a:before {
          position: absolute;
          content: "▼"; /* Unicode character for downward arrow */
          font-size: 14px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
      }
      
      .site-nav .site-navigation .site-menu .has-children .dropdown {
        /* width: 250px; */
        font-weight: 600;
        visibility: hidden;
        opacity: 0;
        top: 100%;
        z-index: 999;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
        border-radius: 20px;
        padding: 20px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #ffffff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s; }
        .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top {
          position: absolute; }
          .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            bottom: 100%;
            left: 20%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none; }
          .site-nav .site-navigation .site-menu .has-children .dropdown.arrow-top:before {
            display: none;
            border-color: rgba(136, 183, 213, 0);
            border-bottom-color: #ffffff;
            border-width: 10px;
            margin-left: -10px; }
        .site-nav .site-navigation .site-menu .has-children .dropdown a {
          margin-bottom: 5px;
          font-size: 13px;
          text-transform: none;
          letter-spacing: normal;
          -webkit-transition: 0s all;
          -o-transition: 0s all;
          transition: 0s all;
          color: #9e9e9e; }
        .site-nav .site-navigation .site-menu .has-children .dropdown .active a {
          color: #b70040ff !important; 
        font-weight: 600;}
        .site-nav .site-navigation .site-menu .has-children .dropdown > li {
          list-style: none;
          padding: 0;
          margin: 0;
          min-width: 180px; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li > a {
            padding: 5px 20px;
            display: block; }
            .site-nav .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #b70040ff; }
              
              .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
                content: "▼";
                right: 20px; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
            left: 100%;
            top: 0; }
            .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown li a:hover, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children > ul li a:hover {
              color: #b70040ff; }
          .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:hover > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:active > a, .site-nav .site-navigation .site-menu .has-children .dropdown > li.has-children:focus > a {
            color: #b70040ff; }
      .site-nav .site-navigation .site-menu .has-children:hover > a, .site-nav .site-navigation .site-menu .has-children:focus > a, .site-nav .site-navigation .site-menu .has-children:active > a {
        color: #b70040ff; }
      .site-nav .site-navigation .site-menu .has-children:hover, .site-nav .site-navigation .site-menu .has-children:focus, .site-nav .site-navigation .site-menu .has-children:active {
        cursor: pointer; }
        .site-nav .site-navigation .site-menu .has-children:hover > .dropdown, .site-nav .site-navigation .site-menu .has-children:focus > .dropdown, .site-nav .site-navigation .site-menu .has-children:active > .dropdown {
          -webkit-transition-delay: 0s;
          -o-transition-delay: 0s;
          transition-delay: 0s;
          margin-top: 0px;
          visibility: visible;
          opacity: 1; }

.site-mobile-menu-close {
  display: block;
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 99;
  cursor: pointer;
  top: -20px; }
  .site-mobile-menu-close > span {
    cursor: pointer;
    display: block;
    position: absolute;
    height: 30px;
    width: 30px; }
    .site-mobile-menu-close > span:before, .site-mobile-menu-close > span:after {
      position: absolute;
      content: "";
      width: 2px;
      height: 30px;
      background: #000000; }
    .site-mobile-menu-close > span:before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .site-mobile-menu-close > span:after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #ffffff;
  height: calc(100vh);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.8s all cubic-bezier(0.23, 1, 0.32, 1); }
  .offcanvas-menu .site-mobile-menu {
    -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%); }
  .site-mobile-menu .site-mobile-menu-header {
    width: 100%;
    float: left;
    padding-left: 20px;
    padding-right: 20px; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
      float: right;
      margin-top: 8px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
        font-size: 30px;
        display: inline-block;
        padding-left: 10px;
        padding-right: 0px;
        line-height: 1;
        cursor: pointer;
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
    .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
      float: left;
      margin-top: 10px;
      margin-left: 0px; }
      .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
        display: inline-block;
        text-transform: uppercase; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
          max-width: 70px; }
        .site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
          text-decoration: none; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 0 20px 20px 20px;
    height: calc(100vh - 52px);
    padding-bottom: 150px; }
  .site-mobile-menu .site-nav-wrap {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative; }
    .site-mobile-menu .site-nav-wrap a {
      padding: 5px 20px;
      display: block;
      position: relative;
      color: #000000; }
      .site-mobile-menu .site-nav-wrap a:hover {
        color: #b70040ff; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #b70040ff; }
    .site-mobile-menu .site-nav-wrap .arrow-collapse {
      position: absolute;
      right: 0px;
      top: 0px;
      z-index: 20;
      width: 36px;
      height: 36px;
      text-align: center;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #f8f9fa; }
      .site-mobile-menu .site-nav-wrap .arrow-collapse:before {
        font-size: 14px;
        z-index: 20;
        content: "▼";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%) rotate(-180deg);
        -ms-transform: translate(-50%, -50%) rotate(-180deg);
        transform: translate(-50%, -50%) rotate(-180deg);
        -webkit-transition: .3s all ease;
        -o-transition: .3s all ease;
        transition: .3s all ease; }
        
      .site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }

    .site-mobile-menu .site-nav-wrap > li {
      display: block;
      position: relative;
      float: left;
      width: 100%; }
      .site-mobile-menu .site-nav-wrap > li > a {
        padding-left: 20px;
        font-size: 14px; 
        margin-top: 10px;
      }
      .site-mobile-menu .site-nav-wrap > li > ul {
        padding: 0;
        margin: 0;
        list-style: none; }
        .site-mobile-menu .site-nav-wrap > li > ul > li {
          display: block; }
          .site-mobile-menu .site-nav-wrap > li > ul > li > a {
            padding-left: 40px;
            font-size: 14px; 
            margin-top: 10px;
          }
          .site-mobile-menu .site-nav-wrap > li > ul > li > ul {
            padding: 0;
            margin: 0; }
            .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
              display: block; }
              .site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
                font-size: 14px;
                padding-left: 60px; }

/* Burger */
.burger {
  width: 28px;
  height: 32px;
  cursor: pointer;
  position: relative; }
  .burger.light:before, .burger.light span, .burger.light:after {
    background: #b70040ff; }

.burger:before, .burger span, .burger:after {
  width: 100%;
  height: 2px;
  display: block;
  background: #000;
  border-radius: 2px;
  position: absolute;
  opacity: 1; }

.burger:before, .burger:after {
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.35s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.35s cubic-bezier(0.23, 1, 0.32, 1), background-color 1.15s cubic-bezier(0.86, 0, 0.07, 1);
  content: ""; }

.burger:before {
  top: 4px; }

.burger span {
  top: 15px; }

.burger:after {
  top: 26px; }

/* Hover */
.burger:hover:before {
  top: 7px; }

.burger:hover:after {
  top: 23px; }

/* Click */
.burger.active span {
  opacity: 0; }

.burger.active:before, .burger.active:after {
  top: 40%; }

.burger.active:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5);
  /*for IE*/ }

.burger.active:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-5);
  /*for IE*/ }

.burger:focus {
  outline: none; }


  .service-mini:hover .fa-solid.fa-bullhorn {
    color: white;
}

.service-mini1:hover .fa-solid.fa-bullseye {
  color: white !important;
}

.service-mini2:hover .fa-solid.fa-chart-pie {
  color: white !important;
}

.service-mini3:hover .fa-solid.fa-rocket {
  color: white !important;
}

.service-mini4:hover .fa-solid.fa-paper-plane {
  color: white !important;
}

.service-mini5:hover .fa-solid.fa-brush {
  color: white !important;
}

.service-mini6:hover .fa-solid.fa-lock {
  color: white !important;
}

.service-mini7:hover .fa-solid.fa-gear {
  color: white !important;
}

.service-mini8:hover .fa-solid.fa-money-bill-wave {
  color: white !important;
}


@media (min-width: 768px) and (max-width: 1023px) { 

  .site-footer
  {
    background-color:#ffffff;
    padding:45px 0 20px;
    font-size:11px;
    line-height:30px;
    color:#000000;
  }
  .site-footer hr
  {
    border-top-color:#bbb;
    opacity:0.5
  }
  .site-footer hr.small
  {
    margin:20px 0
  }
  .site-footer h6
  {
    color:#000000;
    font-size:12px;
    text-transform:uppercase;
    margin-top:5px;
    letter-spacing:1px
  }

  .site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-right:12px;
  /* margin-right:0; */
  border-radius:100%;
  background-color:#efefef
}

}


.whatsapp-icon {
  position:fixed;
	width:60px;
	height:60px;
	bottom:90px;
	right:25px;
	background-color:#25d366;
	border-radius:50px;
  font-size:30px;
  z-index: 1;
  display: flex;
  justify-content: center; 
  align-items: center; 
}
.my-float{
	margin-top:10px;
  color: white;
  font-size: 35px;
}


/* accordion */

.unique-seo-content p {
  font-size: 16px !important;
  font-weight: 400 !important;
}

.accordion {
  padding-left: 90px;
  padding-right: 90px;
  padding-bottom: 100px;
  width: 100% !important;
}

.card {
background-color: #e4e4e4 !important;
  border-style: none !important;
  border-radius: 20px !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px !important;
}

.card-header {
  font-size: 16px !important;
  box-shadow: none !important;
  color: #000000 !important;
  font-weight: 400 !important;
  text-align: start !important;
  padding: 20px !important;
}


.card-body {
  background-color: #f3f3f3 !important;
  font-size: 14px !important;
  padding: 20px !important;
}



@media (max-width: 768px)  { 

  .accordion {
    padding-left: 20px !important;
    padding-right: 20px !important;
    padding-bottom: 100px !important;
  }

}


/* chatbot */


.chatbot-toggler {
  z-index: 1 !important;


	width:60px;
	height:60px;
	bottom:110px;
	right:40px;
	border-radius:50px;


  position: fixed;
  outline: none;
  border-color: #ffffff;
  border-style: none !important;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: #dc3545;
  transition: all 0.2s ease;
}
.chatbot-toggler:focus {
  z-index: 1 !important;


	width:60px;
	height:60px;
	bottom:110px;
	right:40px;
	border-radius:50px;


  position: fixed;
  outline: none;
  border-color: #ffffff;
  border-style: none !important;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  background: #dc3545;
  transition: all 0.2s ease;
}

body.show-chatbot .chatbot-toggler {
  transform: rotate(90deg);
}
.chatbot-toggler span {
  color: #fff;
  position: absolute;
}
.chatbot-toggler span:last-child,
body.show-chatbot .chatbot-toggler span:first-child  {
  opacity: 0;
}
body.show-chatbot .chatbot-toggler span:last-child {
  opacity: 1;
}
.chatbot {
  z-index: 1 !important;
  position: fixed;
  right: 120px;
  bottom: 110px;
  width: 420px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transform: scale(0.5);
  transform-origin: bottom right;
  box-shadow: 0 0 128px 0 rgba(0,0,0,0.1),
              0 32px 64px -48px rgba(0,0,0,0.5);
  transition: all 0.1s ease;
}
body.show-chatbot .chatbot {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
}
.chatbothead {
  padding: 16px 0;
  position: relative;
  text-align: center;
  color: #fff;
  background: #dc3545;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.chatbothead span {
  position: absolute;
  right: 15px;
  top: 50%;
  display: none;
  cursor: pointer;
  transform: translateY(-50%);
}
.chatbothead h2 {
  font-size: 1.4rem;
}
.chatbot .chatbox {
  overflow-y: auto;
  height: 510px;
  padding: 30px 20px 100px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar {
  width: 6px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 25px;
}
.chatbot :where(.chatbox, textarea)::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.chatbox .chat {
  display: flex;
  list-style: none;
}
.chatbox .outgoing {
  margin: 20px 0;
  justify-content: flex-end;
}
.chatbox .incoming span {
  width: 32px;
  height: 32px;
  color: #fff;
  cursor: default;
  text-align: center;
  line-height: 32px;
  align-self: flex-end;
  background: #dc3545;
  border-radius: 4px;
  margin: 0 10px 7px 0;
}
.chatbox .chat p {
  white-space: pre-wrap;
  padding: 12px 16px;
  border-radius: 10px 10px 0 10px;
  max-width: 75%;
  color: #fff;
  font-size: 0.95rem;
  background: #dc3545;
}
.chatbox .incoming p {
  border-radius: 10px 10px 10px 0;
}
.chatbox .chat p.error {
  color: #721c24;
  background: #f8d7da;
}
.chatbox .incoming p {
  color: #000;
  background: #f2f2f2;
}
.chatbot .chat-input {
  display: flex;
  gap: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 3px 20px;
  border-top: 1px solid #ddd;
}
.chat-input textarea {
  height: 55px;
  width: 100%;
  border: none;
  outline: none;
  resize: none;
  max-height: 180px;
  padding: 15px 15px 15px 0;
  font-size: 0.95rem;
}
.chat-input span {
  align-self: flex-end;
  color: #dc3545;
  cursor: pointer;
  height: 55px;
  display: flex;
  align-items: center;
  visibility: hidden;
  font-size: 1.35rem;
}
.chat-input textarea:valid ~ span {
  visibility: visible;
}

@media (max-width: 490px) {
  .chatbot-toggler {
    right: 38px !important;
    bottom: 120px !important;
    border-style: none !important;
  }
  .chatbot {
    right: 0;
    bottom: 0;
    height: 100%;
    border-radius: 0;
    width: 100%;
  }
  .chatbot .chatbox {
    height: 90%;
    padding: 25px 15px 100px;
  }
  .chatbot .chat-input {
    padding: 5px 15px;
  }
  .chatbothead span {
    display: block;
  }
}


/* blog */
.section-blog {
  background-color: #ececec;

}

.blog-head {
  width: 100%;
  height: 300px;
  margin-top: 150px;
  margin-bottom: 50px;
  border-radius: 30px;
  object-fit: cover;
}

.card-mini-blog {
  margin-bottom: 150px;
  margin-top: 50px;
 background-color: #25d36500;
  /* height: 730px; */
  width: 330px;
  border-style: none;
}

.card-mini-blog h3{
font-size: 18px;
font-weight: 700;
line-height: 27px;
color: #000;
 }

 .card-mini-blog p {
  text-align: justify;
  font-size: 15px;
  color: #555555;
  padding-top: 20px;
  padding-bottom: 20px;
   }

.blogImage {
  height: 430px;
  width: 330px;
  border-radius: 30px;
  object-fit: cover;
}

.readmore {
  box-shadow: none;
  height: 50px;
  width: 100% !important;
  border-radius: 50px;
  border-style: solid !important;
  border-width: 2px;
  border-color: #232d39 !important;
  background-color: #00000000 !important;
  color: #000 !important;

}

.modalblog {
width: 100%;
border-radius: 20px;
}


/* disabled */

.card-mini-blog-disabled {
  margin-bottom: 150px;
  margin-top: 50px;
 background-color: #25d36500;
  /* height: 730px; */
  width: 330px;
  border-style: none;
}

.card-mini-blog-disabled h3{
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #b8b8b8;
   }

   .card-mini-blog-disabled h6{
    color: #b8b8b8;
     }
  
   .card-mini-blog-disabled p {
    text-align: justify;
    font-size: 15px;
    color: #b8b8b8;
    padding-top: 20px;
    padding-bottom: 20px;
     }
  
  .blogImage-disabled {
    height: 430px;
    width: 330px;
    border-radius: 30px;
    object-fit: cover;
  }
  
  .readmore-disabled {
    box-shadow: none;
    height: 50px;
    width: 100% !important;
    border-radius: 50px;
    border-style: solid !important;
    border-width: 2px;
    border-color: #b8b8b8 !important;
    background-color: #00000000 !important;
    color: #b8b8b8 !important;
  }

  @media (max-width: 490px) {

    .blog-head {
      width: 100%;
      height: 300px;
      margin-top: 80px;
      margin-bottom: 0px;
      border-radius: 0px;
      object-fit: cover;
    }

    .card-mini-blog {
      margin-bottom: 80px;
      margin-top: 50px;
     background-color: #25d36500;
      /* height: 730px; */
      width: 330px;
      border-style: none;
    }

    .card-mini-blog-disabled {
      margin-bottom: 80px;
      margin-top: 0px;
     background-color: #25d36500;
      /* height: 730px; */
      width: 330px;
      border-style: none;
    }

  }

  /* lightbox */
  .lightbox {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    padding-top: 120px; /* Location of the box */
    left: 0;
    top: 0;
    text-align: center;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    animation: fadeIn 3s; /* Fade in animation */
}

.lightbox-content {
    background-color: #fefefe;
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    width: 40%; /* Could be more or less, depending on screen size */
    position: relative;
    animation: slideIn 2s; /* Slide in animation */
    border-radius: 10px;
}

.close-btn {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(-100px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.lightbox.show {
    display: block;
}

