h1,h2,h3,h4{
  color:#0046e2;
}
.title-1{
  color:#ffc107;
}
.custom-c1{
  color: #000080;
}
.custom-c2{
  color: #fec000;
}
.fs-1{
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.fs-2{
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.tc-1{
  color:#ffc107;
}
.p-1{
  font-size: 1.1em;
  color:#000000;
}
.h-hero{
  background-color: #1103ae;
  padding-top:20px;
  border-radius: 20px;
  margin-bottom: 20px;
  }

.service-title{
    font-size: 1.50rem;
    letter-spacing: 0.40px;
  }

  .map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.ts-1 {
  text-shadow: 2px 2px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.button-bloker:hover {
  color: #ffffff;
  box-shadow: 0px 37px 20px -20px rgba(0, 0, 0, 0.2);
  -webkit-moz-transform: translate(0px, -10px) scale(1.2);
  transform: translate(0px, -10px) scale(1.2)
}

.button-bloker {
  font-size: 17px;
  text-transform: uppercase;
  font-weight: 600;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  color: #ffffff;
  padding: 15px 45px;
  background: #ffc107;
  background: -webkit-linear-gradient(to right, #F9D423, #e65c00);
  background: linear-gradient(to right, #1153fc, #5c27fe);
}

.bg-home {
  height: 100vh;
  background-size: cover;
  align-self: center;
  position: relative;
  background-position: center center;
}

.zoom-image {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.image-wrap {
  width: 100%;
  animation: move 30s ease;
  position: absolute;
}

.bg-overlay {
  background-color: rgba(22,28,45,0.7);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.bg-linear-gradient {
  background: linear-gradient(to bottom, rgba(22,28,45,0.8) 0%, rgba(60,72,88,0.3) 25%, rgba(60,72,88,0.3) 35%, rgba(22,28,45,0.8) 100%);
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x,.75rem);
  padding-left: var(--bs-gutter-x,.75rem);
  margin-right: auto;
  margin-left: auto;
}

.blog p{
  font-size: 1.125rem;
  color: #6c757d;
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 0.050rem;
}
.blog {
position: relative;
display: flex;
flex-direction: column;
min-width: 0;
word-wrap: break-word;
background-color: #fff;
background-clip: border-box;
box-shadow: 1px 2px 2px 2px rgba(56, 56, 56, 0.5);
border-radius: 1.0rem;
}
.blog-content { 
  padding: 1.5rem;
  border-radius: 1em;
}
.blog-img,.member-img{
  border-radius: 10px;
  margin: 10px;
}
.member-img img {
  border-radius: 10px;
}
.mover {
  animation: mover 1s infinite alternate;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
    animation-name: mover;
}

.ss-card {
  background-color: #fff;
  box-shadow: 0 3px 4px 0px #eee;
  padding: 0;
  width: 100%;
  transition: transform 300ms ease-in-out;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #e5e8eb;
}

.ss-card:hover {
  border-radius: 10px;
  border: 1px solid #e5e8eb;
  box-shadow: rgba(47,63,78,.25) 0 0 20px 0;
  transition: all .1s ease 0s;
}

.ready-1 {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-top: 20px;
  margin-right: 7px;
  padding: 24px 52px;
  background: #3f04df;
  color: #FFF;
}

.ready-2 {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  border: none;
  border-radius: 30px;
  text-transform: uppercase;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 24px 52px;
  background: #FBAE1B;
  color: #FFF;
}
.brady-bg {
	background: #00c3ff;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #ffff1c, #00c3ff);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #ffff1c, #00c3ff); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}
.post-bg {
	background: #0575E6;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #021B79, #0575E6);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #021B79, #0575E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}
@media (min-width: 300px) and (max-width: 600px) {
  .sib-1 {
    background-image: url(assets/img/slider/slider-bg-1.jpg);

  }
  .h-hero{
    background-color: #1103ae;
    padding-top:10px;
    border-radius: 10px;
    margin-bottom: 10px;
    }

}
.faq-item {
  border-radius: 30px;
    padding-top: 35px;
    padding-left: 50px;
    padding-right: 50px;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border:#383838 1px solid;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;

}
.faq-title{
  color: #0046e2;
    font-weight: 700;
    font-family: "DM+Sans", sans-serif;
    font-size: 1.75rem;
    letter-spacing: 0.25px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.blockquote-2 {
  font-size: 18px;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px dashed #100389;
  border-radius: 8px;
  padding: 13px 25px 13px;
  margin-bottom: 10px;
}


.coupon-card {
  max-width: 500px;
  margin: auto;
  border: 2px dashed #fcc603;
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
}

.card-header {
  background-color: #020789;
  color: white;
  border-bottom: #fcc603 3px dashed;
}

.card-body {
  padding: 2rem;
}

.btn-primary {
  background-color: #02258e;
  border: none;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #0056b3;
  
}

.card-footer {
  font-size: 14px;
  border-top:2px dashed #ffd501;
}

a {
  color: #007bff;
  text-decoration: none;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* General FAQ Area Styling */
.faq-area {
  max-width: 100%;
  margin: 0 auto;
  padding: 1rem;
  background-color: #f9f9f9;
  border-radius: 8px;
  border: 1px solid #000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Individual FAQ Styling */
.single-faq {
  border-bottom: 1px solid #9cccfc;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  transition: all 0.3s ease;
}
.single-faq:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.faq-header {
  cursor: pointer;
}

/* FAQ Title Styling */
.faq-title button {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  font-size: 1.25rem;
  font-weight: bold;
  color: #333;
  padding: 0.5rem;
  outline: none;
  transition: color 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-title button:hover {
  color: #007bff;
}

/* FAQ Icon Styling */
.faq-title button::after {
  content: '\002B';
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

.single-faq.open .faq-title button::after {
  content: '\2212';
  transform: rotate(180deg);
}

/* FAQ Body Styling */
.collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.collapse.show {
  max-height: 1000px;
}

.faq-body {
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.6;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-top: 0.5rem;
  color: #555;
}
