 h1 {
    font-size: 56px;
    line-height: 74px;
  }
.srvces img{border-radius:25px;border:2px solid #c04b62}
.pattern-layer {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; 
}
 .icon-bx-wraper.style-3::after {
  content: "";
  background: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-mask-image: url("data:image/svg+xml,%3csvg%20width='1000'%20height='900'%20viewBox='0%200%201000%20900'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1000%200H0V900H903V791H1000V0Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1000%20586C1000%20572.193%20988.807%20561%20975%20561H715C701.193%20561%20690%20572.193%20690%20586V875C690%20888.807%20701.193%20900%20715%20900H915C928.807%20900%20940%20888.807%20940%20875V865C940%20851.193%20951.193%20840%20965%20840H975C988.807%20840%201000%20828.807%201000%20815V586Z'%20fill='white'/%3e%3c/svg%3e");
  mask-image: url("data:image/svg+xml,%3csvg%20width='1000'%20height='900'%20viewBox='0%200%201000%20900'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1000%200H0V900H903V791H1000V0Z'%20fill='white'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1000%20586C1000%20572.193%20988.807%20561%20975%20561H715C701.193%20561%20690%20572.193%20690%20586V875C690%20888.807%20701.193%20900%20715%20900H915C928.807%20900%20940%20888.807%20940%20875V865C940%20851.193%20951.193%20840%20965%20840H975C988.807%20840%201000%20828.807%201000%20815V586Z'%20fill='white'/%3e%3c/svg%3e");
  -webkit-mask-position: right bottom;
  mask-position: right bottom;
  border-radius: 25px 25px 0;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s
}
.icon-bx-wraper.style-3 .icon-bx-head {
  margin-bottom: auto;
}

.icon-bx-wraper.style-3 {
  border-radius: 25px;min-height: 290px; 
  padding:22px 16px;
  z-index: 1;
  filter: drop-shadow(0 20px 50px rgba(3,27,78,.02));
  height: 100%;
  display: flex;
  flex-direction: column;
}
.icon-bx-wraper.style-3 .icon-bx {
  width: 60px;
  height: 60px;
  display: block;
  margin-bottom: 10px; 
  position: relative;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}

.icon-bx-wraper.style-3 .icon-cell { 
  transition: all .5s;
}

.icon-bx-wraper.style-3 .icon-bx svg {
  width: 100%;
  height: 100%;
}
.icon-bx-wraper.style-3 .icon-bg {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 140px;
  opacity: .025;
}
.icon-bx-wraper.style-3 .icon-bg svg {
  width: 100%;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.icon-content {
  overflow: hidden;
}
.icon-bx-wraper.style-3 .dz-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.icon-bx-wraper.style-3 p {
  font-size: 15px;
  font-weight: 300;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.icon-bx-wraper.style-3 .icon-bx-footer {
  position: relative;
  padding-top: 20px;
  margin-top: 20px;
  margin-right: 50px;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.icon-bx-wraper.style-3 .icon-bx-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: linear-gradient(to right,rgba(var(--bs-body-color-rgb),.3) 50%,#fff0 0%);
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  background-size: 10px 1px;
  background-repeat: repeat-x;
} 
.icon-bx-wraper.style-3 .text-badge {
  font-size: 14px;
  color: #031B4E;
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1.2;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.icon-bx-wraper.style-3 .btn-square {
  box-shadow: 0 20px 50px rgba(3,27,78,.1);
  position: absolute;
  right: -80px;
  bottom: -30px;
  font-size: 20px;
}
.btn-square {
  height: 48px;
  width: 48px;
  min-width: 48px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.icon-bx-wraper.style-3 .btn-square i {
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
}
.icon-bx-wraper.style-3:hover{
  content: "";
  background: #fff;
  background-color: #00bcdf;
}
.height-60{min-height: 60px}
.footsfixed{position:fixed;z-index:1;color:#fff;background-color:#000;bottom:0px;width:100%;min-height: 30px}
.footsfixed h2{color: #fff;
  background-color: #000;text-align: center;
  font-size: 14px!important;
  text-transform: capitalize;
  line-height: 39px;
  letter-spacing: 0.5px;}

.footsfixed .srvbtn{float: left;width: 50%}
 
.sldtxt{font-size: 56px;
  line-height: 74px;
  font-weight: 600;}

.sldtxt h2{font-size: 56px;
  line-height: 74px;
  font-weight: 600;}

h1 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px
}

@media (min-width: 640px) {
    h1 {
        font-size: 44px;
        line-height: 60px
    }
}

@media (min-width: 1280px) {
    h1 {
        font-size: 56px;
        line-height: 74px
    }
}

h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 2.5rem
}

@media (min-width: 640px) {
    h2 {
        font-size: 36px;
        line-height: 42px
    }
}

@media (min-width: 1280px) {
    h2 {
        font-size: 44px!important;
        line-height: 60px;font-weight: 600!important;
    }
}

h3 {
    font-size: 28px;
    font-weight: 600;
    line-height: 34px
}

@media (min-width: 1280px) {
    h3 {
        font-size: 36px;
        line-height: 42px
    }
}

h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 32px
}

@media (min-width: 1300px) {
    h4 {
        font-size: 28px;
        line-height: 34px
    }
}

h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px
}

@media (min-width: 1280px) {
    h5 {
       font-size: 23px;
    line-height: 26px;
    }
}

h6 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px
}

@media (min-width: 768px) {
    h6 {
        font-size: 20px;
        line-height: 26px
    }

} 
.txtcourse h4{
font-weight: 800;
  font-size: 20px;
  color: #277fb7;
}
.txtcourse h3{
font-weight: 800;
  font-size: 24px;
  color: #277fb7;
}
.abtbox3s{background-color:#ecf5fb!important;border: 1px solid #fff;}
.abtbox3s:hover{background-color:#f6f6f6!important;border: 1px solid #ecf5fb; }
@media (min-width:320px) and (max-width:640px) {
.footsfixed{bottom:5px}
    .footsfixed h2{font-size: 12px}
    
.sldtxt{font-size: 26px;
  line-height: 28px;
  font-weight: 600;
    } 
    
}