a.common-blue-button {text-decoration: none;position: relative;padding: 10px 30px 10px 55px;display: inline-block;line-height: 26px;font-size: 17px;color: #1153ff;}
a.common-blue-button:before {content: "";left: 0px;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);width: 2rem;height: 2rem;border: 2px solid #1153ff;border-radius: 50px;position: absolute;-webkit-transition: all .4s ease;transition: all .4s ease;background: #1153ff17;}
a.common-blue-button:hover:before {width: 100%;}
a.common-blue-button svg {font-size: 21px;position: absolute;left: 25px;}

.content-style{}
.content-style p{color: #565656; font-size: 18px; line-height: 32px;}
.img-style {
    position: relative;
    border-radius: 12px 24% 20px 24%;
    box-shadow: inset 10px 10px 10px #00000045;
    padding: 21px;
    overflow: hidden;
}
.title-head {
    color: black;
    font-weight: 600;
}
.grey-bg {
    background: #f3fffe;
}
/* .img-style:before {border: 1px solid #009ADB;content: '';position: absolute;top: -25px;left: -25px;width: 95%;height: 95%;z-index: -1;} */
.img-style img{border-radius: 12px 24% 20px 24%;}
.maintain {
    /* padding: 129px 50px; */
    padding-bottom: 10px;
    position: relative;
    /* overflow: hidden; */
    /* background-image: url("../images/bg-3.png"); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 30px;
}
.content-div{
    padding-top: 8px;
    z-index: 2;
    position: relative;
    text-align: center;
    }
.content-div p{font-size: 20px}
.highlighterbg1 {
  color: #1153FF;
}

.content-img {
    background: #FCFAD6;
    padding: 10%;
    border-radius: 0 0 0 71px;
    box-shadow: 4px 10px 14px #00000026
}

.content-div h1 {
    color: #080808;
    text-align: center;
    font-size: 2.7rem;
    font-family: 'General Sans';
    font-weight: 900;
}
.content{
	    min-height: 348px;
	    overflow: auto;
	    max-height: 450px;
}
.content h5{
	font-weight: 700;
}
.content-div p {
    color: #424141;
    text-align: center;
}
.shape-image.shape-1 {
    bottom: 60px;
    left: -124px;
}
.shape-image.shape-2 {
    bottom: 300px;
    right: -15%;
    left: unset;
}
.shape-image {
    position: absolute;
}
.shape-image.shape-3 {
    top: 0;
    right: 0;
}
.shape-image {
    position: absolute;
    bottom: -9%;
    width: 395px;
    left: 0;
    transform: translateX(0%);
    opacity: .8;
    z-index: 1;
  }
.bg-color-extra2 {
    background: #0dcaf012;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}
.two-part-title h2 {
    font-size: 32px;
    font-family: 'General Sans';
    font-weight: 600;
}
.ag-courses_item {
  -ms-flex-preferred-size: calc(33.33333% - 30px);
  flex-basis: calc(33.33333% - 30px);

  margin: 0 15px 30px;

  overflow: hidden;

  border-radius: 28px;
}
.ag-courses-item_link {
  display: block;
  padding: 30px 20px;
  background-color: rgb(167 203 255 / 12%);
  overflow: visible;
  position: relative;
  min-height: 328px;
}
.ag-courses-item_link.odd {
  display: block;
  padding: 30px 20px;
  background-color: rgb(13 110 253 / 14%);
  overflow: visible;
  position: relative;
}
.ag-courses-item_link:hover .ag-courses-item_title {
  text-decoration: none;
  color: #084298;
}
.ag-courses-item_link:hover .ag-courses-item_bg {
  -webkit-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
}
.ag-courses-item_title {
  min-height: 47px;
  margin: 0;
  overflow: hidden;
  font-weight: 700;
  font-size: 21px;
  color: #2d2d2d;
  z-index: 2;
  position: relative;
  text-decoration: none;
}
.ag-courses-item_date-box {
  font-size: 18px;
  color: #FFF;

  z-index: 2;
  position: relative;
}
.ag-courses-item_date {
  font-weight: bold;
  color: #f9b234;

  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease
}
.ag-courses-item_bg {
  height: 128px;
  width: 128px;
  background-color: #ffffff;
  z-index: 1;
  position: absolute;
  top: -75px;
  right: -75px;
  border-radius: 50%;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  box-shadow: 8px 10px 10px black;
}

.listing article {
  --m: calc(.5*(var(--n) - 1));
  --abs: Max(calc(var(--i) - var(--m)), calc(var(--m) - var(--i)));
  --val: calc(var(--abs)*(1 + .5*var(--i))/var(--n));
  --dt0: calc(var(--val)*1s);
  --dt1: calc((var(--val) + 1)*1s);
  --dt2: calc((var(--val) + 1.5)*1s);
  --dt3: calc((var(--val) + 2)*1s);
  --dt4: calc((var(--val) + 2.5)*1s);
  --dt5: calc((var(--val) + 3)*1s);
  overflow: hidden;
  padding-bottom: 1rem;
  backface-visibility: hidden;
  transform: perspective(25em);
  background: #fff content-box;
  filter: drop-shadow(4px 4px 13px);
  animation: card 1s ease-out var(--dt0) backwards, cost 1s var(--dt4) backwards;
}
.listingarticle ::before, .listing article ::after, .listing article button {
  --j: 1;
  --sgn-j: calc(2*var(--j) - 1);
  --not-j: calc(1 - var(--j));
  --mask:
  	linear-gradient(calc(var(--sgn-j)*90deg),
  			red 33.333%, transparent 66.667%) calc(var(--not-j)*100%)/ 300%;
}

@keyframes card {
  0% {
    transform: perspective(25em) rotatey(0.5turn);
  }
}
.maintext {
  padding: 1rem 1rem;
  background: linear-gradient(45deg, white, rgb(255 255 255 / 10%));
  color: #000;
  min-height: 335px;
  max-height: 500px;
  height: 100%;
}
.maintext h3{
    font-size: 20px;
    font-weight: 700;

}
.maintext p{
  color: #101010;
  margin-bottom: 0;
}
.maintext::after {
  height: 4px;
  background: currentcolor;
  clip-path: inset(0 round 4px);
  animation: line 1s ease-out var(--dt2) backwards;
  /* content: ""; */
}

@keyframes head {
  0% {
    transform: translate(-100%) skewx(35deg);
  }
}
@keyframes ring {
  0% {
    transform: scale(0);
    opacity: 0;
  }
}
@keyframes line {
  0% {
    clip-path: inset(0 50% round 4px);
  }
}

@keyframes move {
  0% {
    transform: translate(50%);
  }
}
.cont {
  margin-bottom: -1rem;
  border-bottom: solid 1rem #d9d9d9;
  background-color: inherit;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 1rem), 50% 100%, 0 calc(100% - 1rem));
  padding: 0em;
}



@keyframes text {
  0% {
    -webkit-mask-position: calc(var(--j)*100%);
    mask-position: calc(var(--j)*100%);
  }
}
@media only screen and (max-width: 979px) {
  .ag-courses_item {
    -ms-flex-preferred-size: calc(50% - 30px);
    flex-basis: calc(50% - 30px);
  }
  .ag-courses-item_title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}
@media only screen and (max-width: 639px) {
  .ag-courses_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .ag-courses-item_title {
    min-height: 72px;
    line-height: 1;

    font-size: 24px;
  }
  .ag-courses-item_link {
    padding: 22px 40px;
  }
  .ag-courses-item_date-box {
    font-size: 16px;
  }
}

.tilesWrap {
	padding: 0;
	margin: 50px auto;
	list-style: none;
	text-align: center;
}
.tilesWrap li {
	display: inline-block;
	width: 20%;
	min-width: 295px;
	max-width: 311px;
	padding: 25px;
	position: relative;
	vertical-align: top;
	margin: 12px;
	font-family: 'helvetica', san-serif;
	height: 31vh;
	background: #ffffff;
	border: 1px solid #4d4d4d;
	text-align: left;
	background: -webkit-linear-gradient(to right, #FFAFBD, #C9FFBF);
}
.tilesWrap li h2 {
	font-size: 114px;
	margin: 0;
	position: absolute;
	opacity: 0.2;
	top: 50px;
	right: 10px;
	transition: all 0.3s ease-in-out;
}
.tilesWrap li h3 {
	font-size: 20px;
	color: #020202;
	margin-bottom: 5px;
	font-weight: 600;
}
.tilesWrap li p {
	font-size: 18px;
	color: #040404;
	margin-top: 5px;
}

.tilesWrap li:hover button {
	transform: translateY(5px);
	opacity: 1;
}
.tilesWrap li button:hover {
	color: #262a2b;
}
.tilesWrap li button:hover:before {
	left: 0;
	opacity: 1;
}
.tilesWrap li:hover h2 {
	top: 0px;
	opacity: 0.6;
}

.tilesWrap li:before {
	content: '';
	position: absolute;
	top: -2px;
	left: -2px;
	right: -2px;
	bottom: -2px;
	z-index: -1;
	background: #fff;
	transform: skew(2deg, 2deg);
	background: linear-gradient(to right, #ffc107, #EF7F1A);
}
.tilesWrap li:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(255, 255, 255, 0.02);
}
/* ----------------------pritee------------------ */

.bell{
   
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
.ag-courses-item_link:hover p {
    text-decoration: none;
    color: #000;
    z-index: 2;
    position: relative;
    text-decoration: n;
}
.rbt-cat-box-1{transition: 0.3s;display: block;}
.rbt-cat-box-1:hover {
    transform: translate3d(0, -10px, 0);
}
.rbt-cat-box-1 .inner {
    background-color: white;
    box-shadow:  0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 10px;
    padding: 16px;
    /* z-index: 9; */
}
.accordion-button {
    font-size: 21px !important;
}
.content .title{font-weight: 700;max-height: 53px;overflow: hidden;}
.rbt-cat-box-1 .inner .icons {
    margin-bottom: 20px;
    z-index: 9;
    position: relative;
}
.rbt-cat-box-1 .inner .icons img, .rbt-cat-box-1 .inner .icons i {
    border-radius: 13px;
    max-height: 100px;
}
.rbt-cat-box-1:before{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  top: -4px;
  left: -8px;
  /* border-top: 3px solid #fcca604d; */
  /* border-left: 3px solid #fcca609c; */
  transition:all 0.25s;
  background: linear-gradient(65deg, rgb(13 110 253 / 8%), transparent);
  border-radius: 15px;
}
.rbt-cat-box-1:hover:before , .rbt-cat-box-1:hover:after{
  width: 104%;
  height: 103%;
}
.rbt-cat-box-1:after{
  content:"";
  position :absolute;
  width:24px;
  height:24px;
  bottom:-5px;
  right:-5px;
  border-bottom: 3px solid rgb(13 110 253 / 42%);
  border-right: 3px solid rgba(13, 110, 253, 0.25);
  transition:all 0.30s;
  border-radius: 15px;
}
.bss {
    background: rgb(13 110 253 / 11%);
    border: 2px dotted #1153ff;
    padding: 20px;
    width: max-content;
    margin: 0 auto;
}
/* ------------------------------new------------------------------ */
.bss {
    background: #1153ff !important;
    border: 2px dotted #1153ff;
    padding: 20px;
    width:100%;
    margin: 0 auto;
    color:white
}
.bss p{
    color:white;
    margin-bottom: 0
}
.bss a{
    color:white !important;
}
.bss a.common-blue-button:before{
    border:2px solid white !important
}
.rbt-feature-plugin .inner .thumbnail {

    border-radius: 100%;

    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);

    display: inline-flex;

    align-items: center;

    background: #0d6efd;

    width: 145px;

    height: 145px;

    justify-content: center;

    border: 20px solid #fff;

}
 
.rbt-feature-plugin .inner .thumbnail img {

    width: 50px;

    height: 50px;

}

.rbt-feature-plugin .inner .content {
    padding-top: 22px;
    height: 100%;
    max-height: 500px;
    min-height: 300px;
}
.rbt-feature-plugin .inner .content .title {
    margin-bottom: 14px;
}
.accordion-button {
    font-size: 21px !important;
}
.teksti-home h3{
    font-size:21px;
    font-weight: 700
}
.rbt-feature-column:nth-child(odd) {
    padding-top: 50px;
}
.rbt-feature-plugin{
    text-align: center;
    counter-increment: stepnr;
    --borderS: 2rem;
    aspect-ratio: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: calc(var(--borderS) + 1rem);
    position: relative;
}
.rbt-feature-plugin::after {
    content: "";
    filter: drop-shadow(-0.25rem 0.25rem 0.0675rem rgba(0, 0, 0, 0.35)) blur(0px);
}
.rbt-feature-plugin::before, .rbt-feature-plugin::after {
    inset: 0;
    position: absolute;
    border-radius: 9%;
    border: var(--borderS) solid rgb(245 245 245);
    line-height: 1.1;
}
.rbt-feature-plugin .inner .content h3{
    font-size:21px;font-weight:700
}
/* ------------------------------new------------------------------ */

@media (max-width: 768px) {
  .shape-image.shape-2{display: none;}
  .maintain {
    padding: 30px 0;
  }
  .content-div h1 {
    font-size: 1.7rem;
  }
  .circle{
   display: none;
  }
.wa_features {
    background: white;
    padding: 15px;
}
    .ikonat-home {
    margin-bottom: 10px;
    }
  .bg-card-color-1 .inner, .bg-card-color-4 .inner{
    flex-direction: column-reverse;
    display: flex;
}
    .rbt-feature-column {
        padding-top: 0px !important;
        padding-bottom: 20px;
    }
      .bss{
        width:auto;
    }
}

