/* LMS Landing page */
.rounded-4 {
	border-radius: 10px;
}

.box-shadow-1 {
	box-shadow: 0.5px 0.5px 57px -5px #cbcbcb;
}

.mt-minus {
	margin-top: -32px;
}

.block-hover-card {
	position: relative;
	border-radius: 1.1rem;
	overflow: hidden;
	block-size: 100%;
	height: 150px;
}

.block-hover-card__front-left {
	padding: 2.67rem 2rem;
	inset: 0;
	background: linear-gradient(180deg, #FFF0F4 0%, #eca7a7 100%);
	position: absolute;

}

.block-hover-card__front-right {
	padding: 1.67rem 2rem;
	inset: 0;
	background: linear-gradient(180deg, #E6F9ED 0%, #92ea8c 100%);
	position: absolute;

}

@media (max-width:768px) {
	.block-hover-card {
		height: 200px;
	}

	.block-hover-card__front-left {
		padding: 3.67rem 1.67rem;
	}

	.block-hover-card__front-right {
		padding: 1.67rem 1.67rem;
	}
}

.light-blue-bg {
	background-color: #0072ffeb;
}

.ag-courses_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 50px 0 10px 0px;
}

.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: #121212;

	overflow: hidden;

	position: relative;
}

.ag-courses-item_link:hover,
.ag-courses-item_link:hover .ag-courses-item_date {

	color: #FFF;
}

.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: 87px;
	margin: 0 0 25px;
	text-decoration: none;
	overflow: hidden;
	font-weight: bold;
	font-size: 20px;
	color: #FFF;
	z-index: 2;
	position: relative;

}

.ag-courses-item_bg {
	height: 128px;
	width: 128px;
	background-color: #f9b234;

	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;
}

.ag-courses_item:nth-child(2n) .ag-courses-item_bg {
	background-color: #3ecd5e;
}

.ag-courses_item:nth-child(3n) .ag-courses-item_bg {
	background-color: #e44002;
}

.ag-courses_item:nth-child(4n) .ag-courses-item_bg {
	background-color: #952aff;
}

.ag-courses_item:nth-child(5n) .ag-courses-item_bg {
	background-color: #cd3e94;
}

.ag-courses_item:nth-child(6n) .ag-courses-item_bg {
	background-color: #4c49ea;
}



@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;
	}
}

.ag-courses-item_title p {
	margin-top: 15px !important;
	font-size: 14px !important;
}

.ag-courses-item_title h2,
.ag-courses-item_title h3,
.ag-courses-item_title p {
	color: white !important;
}

.wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.wrapper h1,
.wrapper h2,
.wrapper h3,
.wrapper h4,
.wrapper h5,
.wrapper h6,
.wrapper p {
	margin: 0 0 15px;
}

.wrapper>h2 {
	text-align: center;
	margin-bottom: 40px;
}

/* --------------------- */
/*  Snippflow Responsive Comparison Table */
/* --------------------- */

.pricing__table {
  display: flex;
  flex-direction: column;
  margin: 30px 30px 60px 30px;
  @media (max-width: 991px) {
    flex-direction: row;
    margin: 0 15px 60px 15px;
  }
  .pt__title {
    display: flex;
    @media (max-width: 991px) {
      flex-direction: column;
      width: 50%;
    }
    @media (max-width: 639px) {
      width: 40%;
    }
    .pt__title__wrap {
      position: relative;
      display: flex;
      flex: 1;
      flex-direction: row;
      font-size: 18px;
      text-align: center;
      @media (max-width: 991px) {
        flex-direction: column;
      }
      .pt__row {
        &:nth-child(2) {
          border: 1px solid rgba(0, 97, 255, 0.15);
          border-bottom: 0;
          border-top-left-radius: 15px;
          border-top-right-radius: 15px;
          background-color: rgba(0, 97, 255, 0.15);
          @media (max-width: 991px) {
            border-right: 1px solid rgba(73, 72, 74, 0.1);
            border-bottom: 1px solid rgba(0, 97, 255, 0.15);
            border-top-left-radius: 15px;
            border-bottom-left-radius: 15px;
            border-top-right-radius: 0;
			padding-left: 2px;
          }
        }
		h3{
			@media (max-width: 991px) {
				font-size: 18px;
			}
		}
		&:first-child {
			width: 301px;
		}
        display: flex;
        width: 25%;
        flex-direction: column;
        justify-content: center;
        align-items: start;
        text-align: center;
        padding: 0 15px;
		padding-top: 15px;
        min-height: 60px;
        font-size: 20px;
        font-weight: 600;
        @media (max-width: 991px) {
          width: 100%;
          padding-left: 32px;
          padding-right: 32px;
          min-height: 95px;
          border-right: 1px solid rgba(73, 72, 74, 0.1);
          border-bottom: 1px solid rgba(73, 72, 74, 0.1);
          &:first-child {
            border-right: 1px solid rgba(73, 72, 74, 0);
          }
        }
        @media (max-width: 640px) {
          padding-left: 0;
          padding-right: 15px;
          font-size: 14px;
        }
      }
    }
  }
  .pt__option {
    position: relative;
    @media (max-width: 991px) {
      width: 50%;
      flex: 1;
      padding-right: 10px;
    }
    @media (max-width: 639px) {
      width: 60%;
    }
    .pt__option__mobile__nav {
      position: absolute;
      z-index: 1;
      top: 25px;
      bottom: auto;
      left: 50%;
      right: auto;
      display: none;
      justify-content: space-between;
      width: calc(100% + 30px);
      transform: translateX(-50%);
      @media (max-width: 991px) {
        z-index: 2;
        display: flex;
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        justify-content: space-between;
      }
      .mobile__nav__btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        color: #fff;
        border-radius: 50%;
        background-color: #0061FF;
        transition: .25s;
        &:hover {
          background-color: #0057E6;
        }
        &.swiper-button-disabled {
          background-color: #c0beb6;
          pointer-events: none;
        }
        &:first-child {
          position: relative;
          left: -5px;
        }
        &:last-child {
          position: relative;
          right: 20px;
        }
        svg {
          width: 10px;
          color: #faf7f2;
        }
      }
    }
    .pt__option__slider {
      overflow: visible;
      @media (max-width: 991px) {
        overflow: hidden;
      }
      .swiper-wrapper {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        @media (max-width: 991px) {
          flex-direction: row;
        }
      }
    }
    .pt__option__item {
      width: 100%;
      margin-right: 0;
      .pt__item {
        .pt__item__wrap {
          display: flex;
          flex-direction: row;
          font-size: 1.375rem;
          line-height: 1.4;
          position: relative;
          @media (max-width: 991px) {
            flex-direction: column;
          }
        }
        .pt__row {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: start;
          /* text-align: center; */
          width: 25%;
          min-height: 60px;
          padding: 15px 10px;
          font-size: 16px;
          border-bottom: 1px solid rgba(73, 72, 74, .1);
          @media (max-width: 991px) {
            width: 100%;
            min-height: 95px;
            &:nth-child(2) {
              border-top: 1px solid rgba(0, 97, 255, 0.15);
              border-bottom: 1px solid rgba(0, 97, 255, 0.15);
              background-color: rgba(0, 97, 255, 0.15);
            }
          }
          &:first-child {
            align-items: flex-start;
            text-align: left;
            font-weight: 600;
			width: 300px;
            @media (max-width: 991px) {
              align-items: center;
              text-align: start;
              padding-left: 22px;
              padding-right: 22px;
              font-size: 16px;
			  width: 224px;
            }
            @media (max-width: 767px) {
              font-size: 14px;
            }
          }
          &:nth-child(2) {
            border-left: 1px solid rgba(0, 97, 255, 0.15);
            border-right: 1px solid rgba(0, 97, 255, 0.15);
            background-color: rgba(0, 97, 255, 0.15);
            @media (max-width: 991px) {
              border-left: 0;
              border-right: 0;
            }
          }
        }
        &.selected {
          .pt__row {
            display: inline-flex;
            padding: 20px 15px;
            @media (max-width: 991px) {
              min-height: 95px;
              padding: 10px 15px;
              align-items: center;
            }
            &:first-child {
              border-bottom: 0;
            }
            &:nth-child(2) {
              border-bottom-left-radius: 15px;
              border-bottom-right-radius: 15px;
              border-bottom: 1px solid rgba(0, 97, 255, 0.15);
              @media (max-width: 991px) {
                border-top-right-radius: 15px;
                border-bottom-right-radius: 15px;
                border-bottom-left-radius: 0;
                border-right: 1px solid rgba(0, 97, 255, 0.15);
                border-bottom: 1px solid rgba(0, 97, 255, 0.15);
              }
            }
          }
          a {
            padding: 15px 30px;
            font-weight: 500;
            text-transform: uppercase;
            text-decoration: none;
            color: #fff;
            border-radius: 10px;
            background-color: #0061FF;
            transition: 0.25s;
            &:hover {
              background-color: #0057E6;
            }
            @media (max-width: 639px) {
              padding: 12px 20px;
              font-size: 14px;
            }
          }
        }
      }
    }
  }
}

@media (max-width:575px) {
	.arrow-img {
		transform: rotate(90deg);
		width: 70px;
	}


}

.active-lms {
	color: #0cc900;
	font-weight: 600;
}

.active-lms h4 {
	color: #0cc900;
}




/* Please ❤ this if you like it! */

.link {
	color: #c4c3ca;
}

.link:hover {
	color: #ffeba7;
}

.over-hide {
	overflow: hidden;
}

.size-22 {
	font-size: 22px;
}

.section {
	position: relative;
	width: 100%;
	z-index: 1;
	display: block;
}

.full-height {
	min-height: 100vh;
}

.pricing:checked+label,
.pricing:not(:checked)+label {
	position: relative;
	display: block;
	text-align: center;
	width: 260px;
	height: 44px;
	border-radius: 4px;
	padding: 0;
	margin: 0 auto;
	cursor: pointer;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 44px;
	padding: 0 25px;
	padding-right: 27px;
	overflow: hidden;
	color: #fff;
	text-align: left;
}

.pricing:checked+label:before,
.pricing:not(:checked)+label:before {
	position: absolute;
	content: '';
	z-index: -2;
	background-color: #102770;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
}

.pricing:checked+label:after,
.pricing:not(:checked)+label:after {
	position: absolute;
	content: '';
	z-index: -1;
	background-color: #ffeba7;
	width: 128px;
	height: 40px;
	display: block;
	top: 2px;
	left: 2px;
	border-radius: 2px;
	transition: left 300ms linear;
}

.pricing:checked+label:after {
	left: 130px;
}

.block-diff {
	display: block;
	mix-blend-mode: difference;
}

.card-3d-wrap {
	position: relative;
	width: 340px;
	max-width: calc(100% - 20px);
	/* height: 510px; */
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	perspective: 1000px;
	margin-top: 90px;
}

.card-3d-wrapper {
	width: 100%;
	height: 100%;
	/* position:absolute;     */
	top: 0;
	left: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	transition: transform 700ms 400ms ease-out;
}

.card-front,
.card-back {
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 1);
	/* position: absolute; */
	border-radius: 6px;
	left: 0;
	top: 0;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	box-shadow: 0 12px 35px 0 rgba(16, 39, 112, .07);
}

.card-back {
	transform: rotateY(180deg);
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper {
	transform: rotateY(180deg);
	transition: transform 700ms 400ms ease-out;
}

.pricing-wrap {
	position: relative;
	padding-top: 160px;
	width: 100%;
	display: block;
	z-index: 1;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pricing-wrap h4 {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	letter-spacing: 3px;
	font-size: 22px;
	line-height: 1.7;
	color: #102770;
	transform: translate3d(0, 0, 35px) perspective(100px);
	margin-bottom: 20px;
}

.pricing-wrap h4:before {
	position: absolute;
	content: '';
	z-index: -1;
	width: 70px;
	height: 70px;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-shadow: 0 6px 20px 0 rgba(16, 39, 112, .3);
	animation: border-transform 6s linear infinite;
}

.pricing-wrap h4.pain:before {
	background: linear-gradient(217deg, #fc9595, #ffffff);
}

.pricing-wrap h4.solution:before {
	background: linear-gradient(217deg, #a1fc95, #ffffff);
}

@keyframes border-transform {

	0%,
	100% {
		border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
	}

	14% {
		border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
	}

	28% {
		border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
	}

	42% {
		border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
	}

	56% {
		border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
	}

	70% {
		border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
	}

	84% {
		border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
	}
}

.pricing-wrap h2 {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 36px;
	line-height: 1.1;
	color: #102770;
	transform: translate3d(0, 0, 30px) perspective(100px);
}

.pricing-wrap h2 sup {
	font-size: 20px;
}

.pricing-wrap p {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: 1px;
	color: #102770;
	transform: translate3d(0, 0, 30px) perspective(100px);
}

.pricing-wrap sub {
	position: relative;
	width: 100%;
	display: block;
	text-align: center;
	padding-top: 10px;
	transform: translate3d(0, 0, 30px) perspective(100px);
}

.pricing-wrap.sol-inner sub {
	line-height: 14px;
	padding-top: 1px;
}

.link {
	position: relative;
	padding: 10px 20px;
	border-radius: 4px;
	display: inline-block;
	text-align: center;
	color: #ffeba7;
	background-color: #102770;
	transition: all 200ms linear;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 1.2;
	transform: translate3d(0, 0, 30px) perspective(100px);
}

.link:hover {
	color: #102770;
	background-color: #ffeba7;
}


.img-1 {
	position: absolute;
	display: block;
	left: -60px;
	top: -60px;
	z-index: 5;
	width: calc(80% + 160px);
	transform: translate3d(0, 0, 45px) perspective(100px);
	opacity: 1;
	pointer-events: auto;
	transition: transform 400ms 1200ms ease, opacity 400ms 1200ms ease;
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper .img-1 {
	opacity: 0;
	transform: translate3d(-50px, 25px, 45px) perspective(100px);
	pointer-events: none;
	transition: transform 400ms ease, opacity 200ms 150ms ease;
}

.img-2 {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	z-index: 1;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	overflow: hidden;
	width: 100%;
	transform: translate3d(0, 0, 15px) perspective(100px);
}

.img-3 {
	position: absolute;
	display: block;
	right: -20px;
	top: -40px;
	z-index: 5;
	width: calc(60% + 20px);
	transform: translate3d(0, 0, 55px) perspective(100px) scale(1);
	opacity: 1;
	pointer-events: auto;
	transition: transform 300ms 1300ms ease, opacity 200ms 1300ms ease;
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper .img-3 {
	opacity: 0;
	transform: translate3d(-50px, 5px, 55px) perspective(100px) scale(0.4);
	pointer-events: none;
	transition: transform 400ms ease, opacity 200ms 150ms ease;
}

.img-6 {
	position: absolute;
	display: block;
	right: -20px;
	bottom: -55px;
	z-index: 5;
	width: calc(20% + 30px);
	transform: translate3d(0, 0, 25px) perspective(100px) scale(1);
	opacity: 1;
	pointer-events: auto;
	transition: transform 300ms 1300ms ease, opacity 200ms 1300ms ease;
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper .img-6 {
	/* opacity: 0; */
	transform: translate3d(0, 0, 25px) perspective(100px) scale(0.4);
	pointer-events: none;
	transition: transform 400ms ease, opacity 200ms 150ms ease;
}

.img-4 {
	position: absolute;
	display: block;
	left: -60px;
	top: -60px;
	z-index: 5;
	width: calc(65% + 60px);
	transform: translate3d(0, 0, 45px) perspective(100px) scale(0.5);
	opacity: 1;
	pointer-events: none;
	transform: translate3d(0, 0, 45px) perspective(100px) scale(1);
	transition: transform 400ms 1200ms ease, opacity 300ms 1200ms ease;
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper .img-4 {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 45px) perspective(100px) scale(1);
	transition: transform 400ms 1200ms ease, opacity 300ms 1200ms ease;
}

.img-5 {
	position: absolute;
	display: block;
	right: -70px;
	top: -50px;
	z-index: 6;
	width: calc(60% + 70px);
	transform: translate3d(0, 0, 35px) perspective(100px) scale(0.5) rotate(0deg);
	opacity: 1;
	pointer-events: none;
	transform: translate3d(0, 0, 35px) perspective(100px) scale(1) rotate(10deg);
	transition: transform 400ms 1300ms ease, opacity 300ms 1300ms ease;
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper .img-5 {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 35px) perspective(100px) scale(1) rotate(10deg);
	transition: transform 400ms 1300ms ease, opacity 300ms 1300ms ease;
}

.img-7 {
	position: absolute;
	display: block;
	right: -30px;
	bottom: -65px;
	z-index: 6;
	width: calc(25% + 30px);
	transform: translate3d(0, 0, 35px) perspective(100px) scale(0.5);
	opacity: 1;
	pointer-events: none;
	transform: translate3d(0, 0, 35px) perspective(100px) scale(1);
	transition: transform 400ms 1300ms ease, opacity 300ms 1300ms ease;
}

.pricing:checked~.card-3d-wrap .card-3d-wrapper .img-7 {
	opacity: 1;
	pointer-events: auto;
	transform: translate3d(0, 0, 35px) perspective(100px) scale(1);
	transition: transform 400ms 1300ms ease, opacity 300ms 1300ms ease;
}

.hero__title-6 {
	font-size: 40px;
	color: #002332 !important;
	font-weight: 600;
	line-height: 53px;
}
.img-testimonial{
	width: 280px;
}
@media (max-width: 575px) {
	.hero__title-6 {
		font-size: 30px;
		line-height: 36px;
	}
	.img-testimonial{
		width: 100%;
	}
}

.hero__title-5 {
	font-weight: 800 !important;
}
.brands-floating {
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
  overflow: hidden;
}

.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 font-weight: 800;
  z-index: 2;
}

/* Brand logo styles */
.brand {
  position: absolute;
  width: 150px;
  height: auto;
  /* filter: grayscale(100%); */
  opacity: 0.85;
  animation: float 4s ease-in-out infinite;
}

.brand:hover {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.05);
}

/* Specific Positions */
.brand-top-left {
  top: 10%;
  left: 20%;
  animation-delay: 0.3s;
}

.brand-top-right {
  top: 10%;
  right: 20%;
  animation-delay: 0.6s;
}

.brand-left {
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  animation-delay: 0.9s;
}

.brand-right {
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  animation-delay: 1.2s;
}

.brand-bottom-left {
  bottom: 10%;
  left: 25%;
  animation-delay: 1.5s;
}

.brand-bottom-right {
  bottom: 10%;
  right: 25%;
  animation-delay: 1.8s;
}

/* Floating animation */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.ceo-content{
	visibility: visible;
	animation-delay: 0.8s;
	animation-name: fadeInUp;
	font-size: 18px;
}
.ceo-sign img{
	height: 60px;
	width: auto;
}
.ceo-sign{
	position: relative;
	top:-45px;
	left:45px;
}
@media (max-width:575px) {
	.brand-top-right {
		top: 28%;
		right: 9%;
		animation-delay: 0.6s;
	}
	.brand-left {
    top: 67%;
    left: 10%;
    transform: translateY(-50%);
    animation-delay: 0.9s;
	}
	.brand-bottom-right {
    bottom: 3%;
    right: 9%;
    animation-delay: 1.8s;
	}
	.brand-right {
    top: 69%;
    right: 10%;
    transform: translateY(-50%);
    animation-delay: 1.2s;
	}
	.brand-bottom-left {
		bottom: 61%;
		left: 4%;
		animation-delay: 1.5s;
	}
	.ceo-sign{
		position: static;
	}
	.team__details-contact ul li{
		display: block;
	}
}

@media (min-width:768px) {
	.pb-md-100{
		padding-bottom: 100px !important;
	}
	.pt-md-90{
		padding-top: 90px !important;
	}
	.pb-md-90{
		padding-bottom: 90px !important;
	}
}
.sub-heading{
	font-size: 18px !important;
}
.cta-section .w-btn{
	font-size: 18px !important;
} 
.cursor-pointer{
	cursor: pointer;
}
.testimonial-client{
	font-size: 18px;
    color: #0a0030;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
}
.heading-trial{
	font-family: "Montserrat", sans-serif;
    color: #070337;
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 20px;
} 
.subheading-trial{
	font-family: "Montserrat", sans-serif;
    color: #070337;
    margin-top: 0px;
    font-weight: 500;
    line-height: 1.2;
    font-size: 14px;
}
.enrol-business{
	font-size: 21px;
	text-align: center;
	padding: 14px;
}
.enroll{
	color: #0486d1;
}
.business{
	color: #033f5f;
}