﻿.feature-s4 {
  background: url(../img/shape/feature-s4-shape.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 390px;
  display: flex;
  align-items: center;
  position: relative;
}
.feature-area-inner > * {
  width: 33%;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.feature-s4 .badge {
  font-family: "Mulish";
  font-weight: 700;
  font-size: 20px;
  line-height: 55px;
  color: #ffffff;
  background: #007cfb;
  width: 68px;
  height: 68px;
  text-align: center;
  border-radius: 50%;
  border: 6px solid #fff;
  right: 92px;
  top: 20px;
  position: absolute;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
@media only screen and (max-width: 1600px) {
  .feature-s4 .content {
    width: 260px;
    height: 260px;
  }
}
.feature-s4:hover .content {
  box-shadow: none;
}
.feature-s4 .content {
    width: 333px;
    height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-left: 15px;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 124, 251, 0.16);
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.feature-s4:hover .badge {
  transform: scale(0.8);
}
s-padding {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media only screen and (max-width: 768px) {
    .feature-area-inner > * {
  width: 100%;
}
    .feature-s4 .content {
    width: 253px;
    height: 253px;
}
 
    .feature-s4 {
  height: 300px;
}
}

.pricing{
   font-size:60px;
   color:white;
}
.pricingspan{
    font-size:30px;
    color:white;
}
.pricingcenter{
    text-align:center;
}
.pricingcenterconhead{
    text-align:center;
    color:white;
    background: rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(255, 255, 255, 0.5);
  color: #ffffff;
  border-radius: 5px;
}
.pricingcentercontent{
    text-align:center;
    color:white;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  color: #ffffff;
  margin-bottom:10px!important;
}
.pricingcenterinhead{
     text-align:center;
    color:black !important;
    background: rgba(255, 255, 255, 0.1);
  border: 1px dashed rgba(255, 255, 255, 0.5);
  color: #ffffff;
  border-radius: 5px;
   margin-bottom:10px!important;
}
.sentnon{
    border-bottom:none!important
}
.setheight{
    height:2130px!important;
}

.swing {
    animation: swing ease-in-out 1s infinite alternate;
    transform-origin: center -20px;
    float:left;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.swing img {
    border: 5px solid #f8f8f8;
    display: block;
}
.swing:after{
    content: '';
    position: absolute;  
    width: 20px; height: 20px;  
    border: 1px solid #999;
    top: -10px; left: 50%;
    z-index: 0;
    border-bottom: none;
    border-right: none;
    transform: rotate(45deg);
}
/* nail */
.swing:before{
    content: '';
    position: absolute;
    width: 5px; height: 5px;
    top: -14px;left: 52%;
    z-index: 5;
    border-radius: 50% 50%;
    background: #000;
}
 
@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

.fa-address-book :before {
    font-size: 36px!important;
    width: 50px!important;
}

.featurestore{
   text-align:unset;
}


.portal {
  border: 1px solid #e7e7e7;
  padding: 50px 30px;
  /*background: #ffffff;*/
  background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%) !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height:200px!important;
}
.portalcontent{
    font-size:17px;
    text-align:center;
    color:#ffffff!important;
}
.portalcspan{
    font-size:70px!important;
    font-weight: 900;
  color: transparent;
  /*-webkit-text-stroke: 2px #235fa2 !important;*/
  -webkit-text-stroke: 2px #ffffff !important;
}
.portal::after {
    /*background: #D80825!important;*/
    background: black!important;
    height:4px;
}

.portalinner::after {
   background: black!important;
     height:4px;
}

.portal::before {
   background: black!important;
     height:4px;
}

.portalinner::before {
    background: black!important;
     height:4px;
}

 .blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

 .portalapp{
     padding-top:25px;
     padding-bottom:25px;

  }

 .portalreg{
     background: linear-gradient(90deg, rgba(9, 70, 139, 1) 0%, rgba(30, 132, 246, 1) 100%) !important;
     position: relative !important;
     border-radius: 18px !important;
     padding:90px 0px !important;
 }
 .Reghead{
     color :white;
 }

 .carouselheight{
     height:400px;
 }

 .counter{
    color: #fff;
    background: linear-gradient(to right bottom, #FFD81B, #f9b12a);
    font-family: 'Dosis', sans-serif;
    text-align: center;
    width: 180px;
    height: 180px;
    padding: 40px 20px 20px;
    margin: 0 auto;
    border-radius: 10px 10px 100px 100px;
    box-shadow: 0 0 15px -5px rgba(0,0,0,0.3);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.counter:after{
    content: '';
    background-color: #f9b12a;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.counter .counter-value{
    font-size: 55px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 15px;
    display: block;
}
.counter h3{
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px;
}

.countup{
  font-size: 38px;
   font-weight: 600;
}
.counterpadding{
    padding:50px 0px;
}

.counter.green{ background: linear-gradient(to right bottom, #a9dd23, #52C242); }
.counter.green:after{ background: #52C242; }
.counter.cgreen{ background: linear-gradient(to right bottom, #01AD9F, #008888); }
.counter.cgreen:after{ background: #008888; }
.counter.blue{ background: linear-gradient(to right bottom, #00C5EF, #0092f4); }
.counter.blue:after{ background: #0092f4; }
@media screen and (max-width:990px){
    .counter{ margin-bottom: 40px; }
}
.tranprohead{
    text-align:center;
}
.courseheight{
    height:500px;
}
