

body {
  font-family: "DM+Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #777777;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
h1{
  color:#ffffff;
  font-weight: 700;
  font-family: "DM+Sans", sans-serif;
  font-size: 2.30rem;
  letter-spacing: 0.25px;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 10px;

}
h2,h3,h4{
  color:#0046e2;
  font-weight: 500;
  font-family: "DM+Sans", sans-serif;
  font-size: 1.50rem;
  letter-spacing: 0.25px;
  line-height: 1.5;
  margin-bottom: 10px;
  
}
.title-1{
  color:#ff8b07;
}
.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;
  }
  .breadcumb-title {
    color: var(--white-color);
    margin: -0.25em 0 14px 0;
    line-height: 1.1;
    font-size: 52px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .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;
border: 1px solid #1103ae;
border-radius: 1.0rem;
}

.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: 10px;
  padding: 24px 52px;
  background: #FBAE1B;
  color: #FFF;
}

.bc{
  background-color: aliceblue;
}
section {
margin:10px ;

}
@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;
    }

}
