@font-face {
  font-family: "circularMedium";
  src: url("../fonts/text-fonts/CircularStd-Medium.eot");
  src: url("../fonts/text-fonts/CircularStd-Medium.woff") format("woff"), url("../fonts/text-fonts/CircularStd-Medium.ttf") format("opentype");
}
@font-face {
  font-family: "circularBold";
  src: url("../fonts/text-fonts/CircularStd-Bold.eot");
  src: url("../fonts/text-fonts/CircularStd-Bold.woff") format("woff"), url("../fonts/text-fonts/CircularStd-Bold.ttf") format("opentype");
}
@font-face {
  font-family: "circularBook";
  src: url("../fonts/text-fonts/CircularStd-Book.eot");
  src: url("../fonts/text-fonts/CircularStd-Book.woff") format("woff"), url("../fonts/text-fonts/CircularStd-Book.ttf") format("opentype");
}
.color-hotpink {
  color: #ff64a1;
}

.color-blue {
  color: #5a4ffd;
}

.color-ebonyClay {
  color: #242b33;
}

.color-shuttleGray {
  color: #5c6268;
}

.color-aluminium {
  color: #acb3bc;
}

.color-porcelain {
  color: #f5f6f7;
}

.color-white {
  color: #ffffff;
}

.color-gradient {
  background: linear-gradient(84.67deg, #ff64a1 0.46%, #5a4ffd 100%);
}

.color-gradient2 {
  background: linear-gradient(100deg, #5a4ffd 14.59%, #ff64a1 95.27%);
}

.color-gradient3 {
  background: linear-gradient(84.67deg, #ff72a9 0.46%, #7e75ff 100%);
}

.color-gradient4 {
  background: linear-gradient(102.59deg, #7e75ff 20.13%, #ff72a9 93.9%);
}

.shadow-1 {
  box-shadow: 0px 12px 24px rgba(36, 43, 51, 0.04), 0px 6px 20px rgba(36, 43, 51, 0.030781);
}

.shadow-2 {
  box-shadow: 0px 2px 4px rgba(36, 43, 51, 0.04);
}

.shadow-3 {
  box-shadow: 0px 4px 8px rgba(36, 43, 51, 0.08);
}

.shadow-4 {
  box-shadow: 0px 4px 36px rgba(92, 98, 104, 0.06), 0px 1px 4px rgba(92, 98, 104, 0.03);
}

.shadow-5 {
  box-shadow: 0px 2px 8px rgba(90, 79, 253, 0.04), 0px 12px 24px rgba(90, 79, 253, 0.04), 0px 6px 18px rgba(90, 79, 253, 0.030781);
}

.ic-section-space {
  padding: 160px 0px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-space {
    padding: 140px 0px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space {
    padding: 120px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-section-space {
    padding: 100px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-space {
    padding: 80px 0px;
  }
}

.ic-section-space-top {
  padding-top: 160px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-space-top {
    padding-top: 140px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space-top {
    padding-top: 120px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-space-top {
    padding-top: 80px;
  }
}

.ic-section-space-bottom {
  padding-bottom: 160px;
}
@media only screen and (max-width: 1650px) {
  .ic-section-space-bottom {
    padding-bottom: 140px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-section-space-bottom {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-section-space-bottom {
    padding-bottom: 80px;
  }
}

.ic-header-space-bottom {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-header-space-bottom {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-header-space-bottom {
    margin-bottom: 20px;
  }
}

.mb-8 {
  margin-bottom: 8px;
}
@media only screen and (max-width: 991.98px) {
  .mb-8 {
    margin-bottom: 5px;
  }
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-16 {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-16 {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-16 {
    margin-bottom: 8px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .mb-24 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .mb-24 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .mb-24 {
    margin-bottom: 12px;
  }
}

.mb-40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 1399.98px) {
  .mb-40 {
    margin-bottom: 30px !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .mb-40 {
    margin-bottom: 20px !important;
  }
}

.padding-40 {
  padding: 40px 40px;
}
@media only screen and (max-width: 1399.98px) {
  .padding-40 {
    padding: 30px 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .padding-40 {
    padding: 25px 25px;
  }
}
@media only screen and (max-width: 991.98px) {
  .padding-40 {
    padding: 20px 20px;
  }
}

.padding-24 {
  padding: 24px 24px;
}
@media only screen and (max-width: 1399.98px) {
  .padding-24 {
    padding: 20px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .padding-24 {
    padding: 16px 16px;
  }
}

.ic-pos-rel {
  position: relative;
}

.ic-over-hi {
  overflow: hidden;
}

.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.text-gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ic-social ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ic-social ul li {
  margin-right: 16px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-social ul li {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-social ul li {
    margin-right: 10px;
  }
}
.ic-social a {
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1399.98px) {
  .ic-social a {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-social a {
    width: 40px;
    height: 40px;
  }
}
.ic-social a i {
  font-size: 24px;
  color: #ffffff;
}
@media only screen and (max-width: 1399.98px) {
  .ic-social a i {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-social a i {
    font-size: 20px;
  }
}
.ic-social a:last-of-type {
  margin-right: 0px;
}
.ic-social a:hover {
  background-color: #ffffff;
}
.ic-social a:hover i {
  background: linear-gradient(100deg, #5a4ffd 14.59%, #ff64a1 95.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.ic-social-secondary a {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.ic-social-secondary a i {
  font-size: 16px;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-weight: 400;
  line-height: 0px;
  overflow-x: hidden;
}
body::-webkit-scrollbar {
  width: 6px;
}
body::-webkit-scrollbar-track {
  background-color: #fff;
}
body::-webkit-scrollbar-thumb {
  background: linear-gradient(100deg, #5a4ffd 14.59%, #ff64a1 95.27%);
  border-radius: 5px;
}

h1, h1 span,
h2,
h2 span,
h3,
h4,
h5,
h6,
p {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul {
  list-style-type: none;
  list-style-position: inside;
  margin: 0px;
  padding: 0px;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none !important;
  box-shadow: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

/**Font Size & Font Family**/
h1, h1 span,
h2,
h2 span,
h3,
h4,
h5,
h6 {
  margin: 0px;
  text-transform: capitalize;
}

h1, h1 span {
  font-size: 72px;
  line-height: 110%;
  font-family: "circularBold";
}
@media only screen and (max-width: 1650px) {
  h1, h1 span {
    font-size: 62px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h1, h1 span {
    font-size: 52px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h1, h1 span {
    font-size: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  h1, h1 span {
    font-size: 38px;
  }
}
@media only screen and (max-width: 575.98px) {
  h1, h1 span {
    font-size: 34px;
  }
}
h2, h2 span {
  font-size: 48px;
  line-height: 120%;
  font-family: "circularBold";
}
@media only screen and (max-width: 1399.98px) {
  h2, h2 span {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1199.98px) {
  h2, h2 span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  h2, h2 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  h2, h2 span {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575.98px) {
  h2, h2 span {
    font-size: 24px;
  }
}
h3 {
  font-size: 32px;
  line-height: 120%;
  font-family: "circularBold";
}
@media only screen and (max-width: 1650px) {
  h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h3 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575.98px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 24px;
  line-height: 130%;
  font-family: "circularMedium";
}
@media only screen and (max-width: 1650px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1399.98px) {
  h4 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  h4 {
    font-size: 18px;
  }
}

.sub-1 {
  font-size: 20px;
  line-height: 130%;
  font-family: "circularMedium";
}
@media only screen and (max-width: 1650px) {
  .sub-1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .sub-1 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .sub-1 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sub-1 {
    font-size: 16px;
  }
}

.sub-2 {
  font-size: 20px;
  line-height: 130%;
  font-family: "circularBook";
}
@media only screen and (max-width: 1650px) {
  .sub-2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .sub-2 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1280px) {
  .sub-2 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .sub-2 {
    font-size: 16px;
  }
}

.sub-3 {
  font-size: 16px;
  line-height: 150%;
  font-family: "circularMedium";
}

p,
a,
span,
label,
li {
  font-size: 16px;
  line-height: 150%;
  font-family: "circularBook";
  color: #242b33;
}
@media only screen and (max-width: 1399.98px) {
  p,
a,
span,
label,
li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  p,
a,
span,
label,
li {
    font-size: 14px;
  }
}

.body-2 {
  font-size: 14px;
  line-height: 150%;
  font-family: "circularBook";
}

.body-3 {
  font-size: 12px;
  line-height: 140%;
}

.ic-btn {
  height: 48px;
  padding: 0px 16px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  font-family: "circularMedium";
  background: #ff64a1;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  color: #ffffff;
  position: relative;
  z-index: 99;
  text-transform: capitalize;
}
@media only screen and (max-width: 1399.98px) {
  .ic-btn {
    height: 45px;
    padding: 0px 14px;
    font-size: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-btn {
    height: 40px;
    padding: 0px 12px;
    font-size: 14px;
  }
}
.ic-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(84.67deg, #ff72a9 0.46%, #7e75ff 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: -1;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.ic-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: linear-gradient(102.59deg, #7e75ff 20.13%, #ff72a9 93.9%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.ic-btn:hover {
  color: #ffffff;
}
.ic-btn:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.ic-btn:hover::after {
  opacity: 0;
  visibility: hidden;
  width: 0;
}
.ic-btn.btn-outline {
  border: 1px solid #ff64a1;
  background: transparent;
  color: #ff64a1;
}
.ic-btn.btn-outline::after {
  display: none;
}
.ic-btn.btn-outline:hover {
  color: #ffffff;
  border: 1px solid transparent;
}
.ic-btn.btn-blue {
  background: #5a4ffd;
  color: #ffffff;
}
.ic-btn .icon-left {
  margin-right: 16px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-btn .icon-left {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-btn .icon-left {
    margin-right: 8px;
  }
}
.ic-btn .icon-right {
  margin-left: 16px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-btn .icon-right {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-btn .icon-right {
    margin-left: 8px;
  }
}
.ic-btn i {
  font-size: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-btn i {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-btn i {
    font-size: 18px;
  }
}
.ic-btn.btn-blue {
  background-color: #5a4ffd;
  color: #ffffff;
}
.ic-btn.btn-blue:hover {
  background-color: #ff64a1;
}
.ic-btn.btn-blue::before, .ic-btn.btn-blue::after {
  display: none;
}

button:focus {
  outline: none;
  box-shadow: none;
}

/**Slider Button**/
.slider-next-prev-wrap .slider-next-prev {
  width: 48px;
  height: 48px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-right: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1399.98px) {
  .slider-next-prev-wrap .slider-next-prev {
    width: 45px;
    height: 45px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .slider-next-prev-wrap .slider-next-prev {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
}
.slider-next-prev-wrap .slider-next-prev:hover {
  background: linear-gradient(100deg, #5a4ffd 14.59%, #ff64a1 95.27%);
}
.slider-next-prev-wrap .slider-next-prev:hover i {
  color: #ffffff;
}
.slider-next-prev-wrap .slider-next-prev:last-child {
  margin-right: 0;
}
.slider-next-prev-wrap .slider-next-prev::before {
  content: "";
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: linear-gradient(102.59deg, #7e75ff 20.13%, #ff72a9 93.9%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  width: 50px;
  height: 50px;
  z-index: -9;
}
@media only screen and (max-width: 1399.98px) {
  .slider-next-prev-wrap .slider-next-prev::before {
    width: 47px;
    height: 47px;
  }
}
@media only screen and (max-width: 991.98px) {
  .slider-next-prev-wrap .slider-next-prev::before {
    width: 42px;
    height: 42px;
  }
}
.slider-next-prev-wrap .slider-next-prev i {
  font-size: 24px;
  color: #ff64a1;
}
@media only screen and (max-width: 991.98px) {
  .slider-next-prev-wrap .slider-next-prev i {
    width: 20px;
  }
}

.form-group {
  margin-bottom: 16px;
}
@media only screen and (max-width: 1650px) {
  .form-group {
    margin-bottom: 12px;
  }
}
.form-group .input-icon {
  position: relative;
}
.form-group .input-icon i {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  font-size: 20px;
  color: #acb3bc;
}
@media only screen and (max-width: 1650px) {
  .form-group .input-icon i {
    font-size: 18px;
    left: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .form-group .input-icon i {
    font-size: 16px;
    left: 16px;
  }
}
.form-group .form-control {
  height: 48px;
  padding: 0px 24px;
  padding-left: 60px;
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
}
@media only screen and (max-width: 1650px) {
  .form-group .form-control {
    height: 44px;
    padding-left: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .form-group .form-control {
    height: 40px;
    padding-left: 40px;
  }
}
.form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.form-group .form-control::placeholder {
  color: #acb3bc;
  font-family: "circularBook";
  font-size: 16px;
}
@media only screen and (max-width: 1650px) {
  .form-group .form-control::placeholder {
    font-size: 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .form-group .form-control::placeholder {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991.98px) {
  .ic-banner-area {
    padding: 60px 0px;
  }
}
.ic-banner-area.ic-home-banner {
  padding-bottom: 135px;
}
@media only screen and (max-width: 1280px) {
  .ic-banner-area.ic-home-banner {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-area.ic-home-banner {
    padding-bottom: 180px;
  }
}
.ic-banner-area.ic-home-banner .ic-banner-left {
  padding-right: 20px;
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-area.ic-home-banner .ic-banner-left {
    padding-right: 0px;
  }
}

.ic-banner-left {
  padding: 40px 0px;
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-left {
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-left {
    text-align: center;
  }
}
.ic-banner-left h1 span, h1 .ic-banner-left span span {
  display: block;
}
@media only screen and (max-width: 991.98px) {
  .ic-banner-left h1 span, h1 .ic-banner-left span span {
    display: inline-block;
  }
}

@media only screen and (max-width: 991.98px) {
  .ic-banner-right {
    display: none;
  }
}

.ic-footer-top-section {
  padding-bottom: 300px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer-top-section {
    padding-bottom: 230px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer-top-section {
    padding-bottom: 220px;
  }
}

.ic-footer-subscription-wraper {
  background-color: #ffffff;
  padding: 60px 80px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 12px 24px rgba(36, 43, 51, 0.04), 0px 6px 20px rgba(36, 43, 51, 0.030781);
  -moz-box-shadow: 0px 12px 24px rgba(36, 43, 51, 0.04), 0px 6px 20px rgba(36, 43, 51, 0.030781);
  box-shadow: 0px 12px 24px rgba(36, 43, 51, 0.04), 0px 6px 20px rgba(36, 43, 51, 0.030781);
  margin-top: -300px;
  margin-bottom: 160px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-footer-subscription-wraper {
    padding: 50px 60px;
    margin-top: -230px;
    margin-bottom: 120px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-footer-subscription-wraper {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-footer-subscription-wraper {
    padding: 40px 40px;
    margin-top: -220px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer-subscription-wraper {
    margin-bottom: 80px;
    text-align: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-footer-subscription-wraper {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer-subscription-wraper .ic-subscribe-btn {
    text-align: center !important;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991.98px) {
  .ic-footer-left {
    text-align: center;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-footer-left .ic-social ul {
    justify-content: center;
  }
}

@media only screen and (max-width: 575.98px) {
  .ic-footer-widget {
    text-align: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-footer-widget .mb-40 {
    margin-bottom: 15px;
  }
}
.ic-footer-widget ul li {
  margin-bottom: 2px;
}
.ic-footer-widget a {
  color: #ffffff;
  line-height: 200%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-footer-widget a:hover {
  color: #242b33;
}
.ic-footer-widget p {
  color: #ffffff;
}

.ic-company-widget {
  padding-left: 38px;
}
@media only screen and (max-width: 991.98px) {
  .ic-company-widget {
    padding-left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-company-widget {
    margin-bottom: 20px;
  }
}

.ic-support-widget {
  padding-left: 65px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-support-widget {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-support-widget {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-support-widget {
    padding-left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .ic-support-widget {
    margin-bottom: 20px;
  }
}

.ic-copyright a {
  color: #ff64a1;
}

/**Scroll To TOP CSS**/
@keyframes ic_up_down {
  0% {
    transform: translateY(-15px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-15px);
  }
}
.ic-scroll-top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 50px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(102.59deg, #7e75ff 20.13%, #ff72a9 93.9%);
  color: #fff;
  font-size: 32px;
  text-align: center;
  position: fixed;
  right: 4%;
  text-decoration: none;
  z-index: 999;
  animation: ic_up_down 3s linear infinite;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 1199.98px) {
  .ic-scroll-top {
    bottom: 8% !important;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-scroll-top {
    display: none;
  }
}
.ic-scroll-top:hover {
  color: #ffffff;
}

.ic-header-area {
  padding: 24px 0px;
  background-color: #ffffff;
}
@media only screen and (max-width: 1399.98px) {
  .ic-header-area {
    padding: 20px 0px;
  }
}

.ic-header-wraper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.ic-navbar-wraper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.ic-navbar-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav {
    display: block;
  }
}
.ic-navbar-nav .ic-nav-item .ic-nav-link {
  font-family: "circularBook";
  font-size: 16px;
  text-transform: capitalize;
  padding: 12px 20px;
  display: inline-block;
  color: #242b33;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .ic-navbar-nav .ic-nav-item .ic-nav-link {
    padding: 12px 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav .ic-nav-item .ic-nav-link {
    display: block;
    padding: 12px 0px;
  }
}
.ic-navbar-nav .ic-nav-item .ic-nav-link:hover {
  background: linear-gradient(84.67deg, #ff64a1 0.46%, #5a4ffd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ic-navbar-nav .ic-nav-item .ic-nav-link.active {
  background: linear-gradient(84.67deg, #ff64a1 0.46%, #5a4ffd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ic-navbar-nav .ic-nav-item .ic-nav-link.active::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: linear-gradient(84.67deg, #ff72a9 0.46%, #7e75ff 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  bottom: 0;
}
.ic-navbar-nav .ic-nav-item .ic-nav-link.active::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 4px;
  background: linear-gradient(84.67deg, #ff72a9 0.46%, #7e75ff 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  bottom: 0;
  left: 28px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-nav .ic-nav-item .ic-nav-link.active::after {
    left: 8px;
  }
}

@keyframes lienAnimation {
  0% {
    width: 0px;
    height: 4px;
  }
  50% {
    width: 8px;
    height: 4px;
  }
  100% {
    width: 16px;
    height: 4px;
  }
}
@keyframes lienAnimation2 {
  0% {
    width: 0px;
    height: 4px;
  }
  50% {
    width: 8px;
    height: 4px;
  }
  100% {
    width: 16px;
    height: 4px;
  }
}
.ic-navbar-login-reg {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding-left: 40px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1399.98px) {
  .ic-navbar-login-reg {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-navbar-login-reg {
    padding-left: 0px;
  }
}
.ic-navbar-login-reg .ic-navbar-login {
  margin-right: 8px;
}
@media only screen and (max-width: 767.98px) {
  .ic-navbar-login-reg .ic-navbar-login {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-navbar-login-reg .ic-navbar-reg {
    display: none;
  }
}

@media only screen and (max-width: 575.98px) {
  .ic-header-brand img {
    max-width: 200px;
  }
}

/**Mobile-menu**/
.ic-mobile-login-dropdown .btn {
  background: linear-gradient(100deg, #5a4ffd 14.59%, #ff64a1 95.27%);
  border: none;
  color: #ffffff;
  display: none;
}
.ic-mobile-login-dropdown .btn:focus {
  outline: none;
  box-shadow: none;
}
@media only screen and (max-width: 767.98px) {
  .ic-mobile-login-dropdown .btn {
    display: block;
  }
}
.ic-mobile-login-dropdown .btn::after {
  display: none;
}

@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-icon {
    margin-left: 10px;
  }
}
.ic-mobile-menu-icon .ic-mobile-menu-open {
  width: 40px;
  display: none;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-icon .ic-mobile-menu-open {
    display: block;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-icon .ic-mobile-menu-open {
    width: 35px;
  }
}
.ic-mobile-menu-icon .ic-mobile-menu-open:hover span {
  width: 100% !important;
}
.ic-mobile-menu-icon .ic-mobile-menu-open span {
  height: 4px;
  display: block;
  margin: 7px 0px;
  margin-bottom: 0px;
  transition: all 0.3s;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: right;
  margin-left: auto;
  background: linear-gradient(100deg, #5a4ffd 14.59%, #ff64a1 95.27%);
}
.ic-mobile-menu-icon .ic-mobile-menu-open span:nth-child(1) {
  width: 100%;
  margin-top: 0;
}
.ic-mobile-menu-icon .ic-mobile-menu-open span:nth-child(2) {
  width: 80%;
}
.ic-mobile-menu-icon .ic-mobile-menu-open span:nth-child(3) {
  width: 60%;
}
@media only screen and (max-width: 767.98px) {
  .ic-mobile-menu-icon .ic-mobile-menu-open span {
    height: 4px;
  }
}

.ic-mobile-logo-close {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 24px 0px;
  position: relative;
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-logo-close {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
  }
}
.ic-mobile-logo-close::before {
  content: "";
  position: absolute;
  width: 320px;
  height: 1px;
  background-color: #f2f4f7;
  left: -24px;
  bottom: 10px;
}
.ic-mobile-logo-close .logo img {
  width: 180px;
}
.ic-mobile-logo-close .ic-menu-close {
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(100deg, #5a4ffd 14.59%, #ff64a1 95.27%);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ic-mobile-logo-close .ic-menu-close i {
  font-size: 20px;
  color: #ffffff;
}

.ic-mobile-social {
  display: none;
  position: absolute;
  bottom: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-social {
    display: block;
  }
}
.ic-mobile-social .contact a {
  color: #242b33;
  font-weight: 500;
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
}
.ic-mobile-social ul {
  margin-top: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ic-mobile-social ul li {
  margin-right: 16px;
}
.ic-mobile-social ul li a {
  color: #242b33;
  font-size: 20px;
}

@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: rgba(30, 34, 40, 0.7);
    top: 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-warper {
    position: fixed;
    background: #ffffff;
    z-index: 9999;
    top: 0;
    height: 100vh;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: 0;
    padding: 0px 24px 0px;
    overflow-y: auto;
    transform: translateX(-100%);
    min-width: 320px;
    animation: unset !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-mobile-menu-warper.active {
    transform: translateX(0%);
  }
}

/**Work Area Css**/
.ic-work-wraper {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 12px 24px rgba(36, 43, 51, 0.04), 0px 6px 20px rgba(36, 43, 51, 0.030781);
  -moz-box-shadow: 0px 12px 24px rgba(36, 43, 51, 0.04), 0px 6px 20px rgba(36, 43, 51, 0.030781);
  box-shadow: 0px 12px 24px rgba(36, 43, 51, 0.04), 0px 6px 20px rgba(36, 43, 51, 0.030781);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: -135px;
}
@media only screen and (max-width: 1280px) {
  .ic-work-wraper {
    margin-top: -120px;
  }
}
.ic-work-wraper .row .col:last-child .ic-work-item::after {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .ic-work-wraper .row .col:nth-child(2) .ic-work-item {
    padding: 0px 20px;
  }
}

.ic-work-item {
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .ic-work-item {
    text-align: center;
  }
}
.ic-work-item::after {
  content: "";
  width: 1px;
  height: 140px;
  background: linear-gradient(84.67deg, #ff72a9 0.46%, #7e75ff 100%);
  opacity: 0.2;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
@media only screen and (max-width: 575.98px) {
  .ic-work-item::after {
    display: none;
  }
}
.ic-work-item .ic-work-icon {
  margin-top: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-work-item .ic-work-icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-work-item .ic-work-icon {
    width: 48px;
    height: 48px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-work-item .ic-work-icon {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-work-item .ic-work-icon {
    width: 36px;
    height: 36px;
    margin: auto;
    margin-bottom: 12px;
  }
}
.ic-work-item .ic-work-icon i {
  font-size: 56px;
  background: linear-gradient(84.67deg, #ff64a1 0.46%, #5a4ffd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media only screen and (max-width: 1399.98px) {
  .ic-work-item .ic-work-icon i {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-work-item .ic-work-icon i {
    font-size: 48px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-work-item .ic-work-icon i {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-work-item .ic-work-icon i {
    font-size: 36px;
  }
}

.ic-mentors-area {
  overflow: hidden;
}

/**Mentors Area Css**/
.ic-mentors-slider-wraper .slick-list {
  overflow: visible;
  margin: 0 -12px;
}
.ic-mentors-slider-wraper .slick-slide {
  margin: 0 12px;
}

.ic-mentors-slider-item:hover .ic-mentors-slider-item-img img {
  transform: scale(1.1);
}

.ic-mentors-slider {
  position: relative;
}
.ic-mentors-slider .ic-mentors-slider-item-img {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ic-mentors-slider .ic-mentors-slider-item-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-mentors-slider .ic-mentors-slider-item-content {
  padding: 0px 24px;
  position: absolute;
  bottom: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-mentors-slider .ic-mentors-slider-item-content {
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-mentors-slider .ic-mentors-slider-item-content p {
    width: 90%;
  }
}

.ic-mentors-slider-nav {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ic-mentors-slider-nav .explore-all-btn {
  margin-right: 40px;
}
@media only screen and (max-width: 991.98px) {
  .ic-mentors-slider-nav .explore-all-btn {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-mentors-slider-nav .explore-all-btn {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-mentors-slider-nav .explore-all-btn {
    margin-right: 20px;
  }
}

/**Course Area CSS**/
.ic-course-area {
  background-color: #f5f6f7;
  position: relative;
}

.ic-course-left-image {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 48%;
}
@media only screen and (max-width: 991.98px) {
  .ic-course-left-image {
    position: static;
    width: 100%;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    margin-top: 40px;
  }
}
.ic-course-left-image img {
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
}
@media only screen and (max-width: 991.98px) {
  .ic-course-left-image img {
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
  }
}

.ic-course-item-wraper .ic-course-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-course-item-wraper .ic-course-item h3 {
  color: #242b33;
}
.ic-course-item-wraper .ic-course-item:hover {
  background: #ffffff;
}
.ic-course-item-wraper .ic-course-item:hover h3 {
  background: linear-gradient(100deg, #5a4ffd 14.59%, #ff64a1 95.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 7s ease-in-out infinite alternate;
}

@media only screen and (max-width: 991.98px) {
  .ic-course-right-content .ic-heading {
    text-align: center;
  }
}

@keyframes textShine {
  to {
    background-position: 200%;
  }
}
/**Video Area CSS**/
.ic-video-section {
  position: relative;
}
.ic-video-section::before {
  content: "";
  position: absolute;
  background-color: #f5f6f7;
  width: 100%;
  height: 55%;
}

.ic-video-warper .video {
  background-color: transparent;
}
.ic-video-warper .responsive-video-poster--16by9::before {
  padding-top: 57.25%;
}
@media only screen and (max-width: 1650px) {
  .ic-video-warper .responsive-video-poster--16by9::before {
    padding-top: 54.25%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-video-warper .responsive-video-poster--16by9::before {
    padding-top: 56.25%;
  }
}

.ic-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  transform: translate(-50%, -50%);
}
.ic-play-button.is-play {
  background-color: #fff;
  border-radius: 50%;
  width: 80px;
  height: 80px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-play-button.is-play {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-play-button.is-play {
    width: 65px;
    height: 65px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-play-button.is-play {
    width: 60px;
    height: 60px;
  }
}
.ic-play-button .button-outer-circle {
  background: linear-gradient(102.59deg, #7e75ff 20.13%, #ff72a9 93.9%);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}
.ic-play-button .button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.ic-play-button .button-icon .path {
  stroke-dasharray: 90;
  stroke-dashoffset: 0;
  -webkit-animation: triangleStroke 3s;
  animation: triangleStroke 3s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}
.ic-play-button .triangle {
  -webkit-animation: fadeIn 7s ease;
  animation: fadeIn 7s ease;
}
.ic-play-button .has-scale-animation {
  -webkit-animation: smallScale 3s infinite;
  animation: smallScale 3s infinite;
}
.ic-play-button .has-delay-short {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes triangleStroke {
  from {
    stroke-dashoffset: 90;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes smallScale {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(1.5);
    opacity: 0;
  }
}
/**Company Area CSS**/
@media only screen and (max-width: 991.98px) {
  .ic-company-left {
    text-align: center;
    margin-bottom: 30px;
  }
}

.ic-company-right {
  padding-left: 68px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-company-right {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-company-right {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-company-right {
    padding-left: 0;
  }
}
.ic-company-right .ic-company-logo {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-company-right .ic-company-logo {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-company-right .ic-company-logo {
    margin-bottom: 30px;
  }
}
.ic-company-right .ic-company-logo:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 575.98px) {
  .ic-company-right .ic-company-logo img {
    flex: 0 0 auto;
    max-width: 25%;
  }
}

/**Student Area CSS**/
.ic-student-area {
  padding-top: 60px;
}
.ic-student-area .ic-student-left {
  margin-left: -90px;
  padding-right: 24px;
}
@media only screen and (max-width: 1650px) {
  .ic-student-area .ic-student-left {
    margin-left: -60px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-student-area .ic-student-left {
    margin-left: -30px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-student-area .ic-student-left {
    margin-left: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-student-area .ic-student-left {
    padding-right: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-student-area .ic-student-right {
    text-align: center;
    margin-bottom: 20px;
  }
}
.ic-student-area .ic-student-right h2 span, h2 .ic-student-area .ic-student-right span span {
  display: block;
}

/**Tips Area CSS**/
@media only screen and (max-width: 991.98px) {
  .ic-header-tips-wraper {
    text-align: center;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-header-tips-wraper .ic-heading {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-header-tips-wraper .ic-heading {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.ic-tips-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0px 4px 8px rgba(36, 43, 51, 0.08);
  -moz-box-shadow: 0px 4px 8px rgba(36, 43, 51, 0.08);
  box-shadow: 0px 4px 8px rgba(36, 43, 51, 0.08);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-tips-item:hover {
  -webkit-box-shadow: 0px 12px 24px rgba(36, 43, 51, 0.04), 0px 6px 20px rgba(36, 43, 51, 0.030781);
  -moz-box-shadow: 0px 12px 24px rgba(36, 43, 51, 0.04), 0px 6px 20px rgba(36, 43, 51, 0.030781);
  box-shadow: 0px 12px 24px rgba(36, 43, 51, 0.04), 0px 6px 20px rgba(36, 43, 51, 0.030781);
}
.ic-tips-item:hover h3 {
  background: linear-gradient(100deg, #5a4ffd 14.59%, #ff64a1 95.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-size: 200% auto;
  animation: textShine 7s ease-in-out infinite alternate;
}
.ic-tips-item:hover .ic-tips-item-img img {
  transform: scale(1.1);
}
.ic-tips-item .ic-tips-item-img {
  overflow: hidden;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.ic-tips-item .ic-tips-item-img img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  border-radius: 10px 10px 0px 0px;
}
.ic-tips-item .ic-tips-item-content {
  padding: 24px 24px 0px 24px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-tips-item .ic-tips-item-content {
    padding: 20px 20px 0px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-tips-item .ic-tips-item-content {
    padding: 16px 16px 0px 16px;
  }
}
.ic-tips-item .ic-tips-item-content h3 {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-tips-item .ic-tips-footer-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 24px 24px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-tips-item .ic-tips-footer-action {
    padding: 0px 20px 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-tips-item .ic-tips-footer-action {
    padding: 0px 16px 16px;
  }
}
.ic-tips-item .ic-tips-footer-action .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-tips-item .ic-tips-footer-action i {
  font-size: 20px;
  margin-right: 16px;
  color: #242b33;
}
@media only screen and (max-width: 1399.98px) {
  .ic-tips-item .ic-tips-footer-action i {
    margin-right: 12px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-tips-item .ic-tips-footer-action i {
    margin-right: 10px;
  }
}
.ic-tips-item .ic-tips-footer-action .action-icon {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.ic-tips-item .ic-tips-footer-action .action-icon a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 40px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-tips-item .ic-tips-footer-action .action-icon a {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-tips-item .ic-tips-footer-action .action-icon a {
    margin-right: 20px;
  }
}
.ic-tips-item .ic-tips-footer-action .action-icon a:last-child {
  margin-right: 0;
}

.ic-tips-right .ic-tips-item {
  margin-bottom: 24px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-tips-right .ic-tips-item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-tips-right .ic-tips-item {
    margin-top: 20px;
  }
}
.ic-tips-right .ic-tips-item:last-child {
  margin-bottom: 0px;
}

.ic-event-area {
  overflow: hidden;
}

.ic-event-heading {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .ic-event-heading {
    display: block;
  }
}
.ic-event-heading .ic-event-heading-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 575.98px) {
  .ic-event-heading .ic-event-heading-left {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
  }
}
.ic-event-heading .ic-event-heading-left .ic-btn {
  margin-right: 16px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-event-heading .ic-event-heading-left .ic-btn {
    margin-right: 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-event-heading .ic-event-heading-left .ic-btn {
    margin-right: 8px;
  }
}
.ic-event-heading .ic-event-heading-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .ic-event-heading .ic-event-heading-right {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.ic-event-heading .ic-event-heading-right .event-next-prev {
  margin-left: 40px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-event-heading .ic-event-heading-right .event-next-prev {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-event-heading .ic-event-heading-right .event-next-prev {
    margin-left: 20px;
  }
}

.ic-event-item {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 36px rgba(92, 98, 104, 0.06), 0px 1px 4px rgba(92, 98, 104, 0.03);
  -moz-box-shadow: 0px 4px 36px rgba(92, 98, 104, 0.06), 0px 1px 4px rgba(92, 98, 104, 0.03);
  box-shadow: 0px 4px 36px rgba(92, 98, 104, 0.06), 0px 1px 4px rgba(92, 98, 104, 0.03);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-event-item:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(90, 79, 253, 0.04), 0px 12px 24px rgba(90, 79, 253, 0.04), 0px 6px 18px rgba(90, 79, 253, 0.030781);
  -moz-box-shadow: 0px 2px 8px rgba(90, 79, 253, 0.04), 0px 12px 24px rgba(90, 79, 253, 0.04), 0px 6px 18px rgba(90, 79, 253, 0.030781);
  box-shadow: 0px 2px 8px rgba(90, 79, 253, 0.04), 0px 12px 24px rgba(90, 79, 253, 0.04), 0px 6px 18px rgba(90, 79, 253, 0.030781);
}
.ic-event-item:hover .ic-event-item-img img {
  transform: scale(1.1);
}
.ic-event-item:hover .ic-event-item-content {
  background-size: 200% auto;
  animation: textShine 7s ease-in-out infinite alternate;
  background: linear-gradient(100deg, #5a4ffd 14.59%, #ff64a1 95.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ic-event-item .ic-event-item-img {
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.ic-event-item .ic-event-item-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-event-item .ic-event-action {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ic-event-item .ic-event-action a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-event-item .ic-event-action a i {
  font-size: 20px;
  color: #242b33;
  margin-right: 16px;
}
@media only screen and (max-width: 1199.98px) {
  .ic-event-item .ic-event-action a i {
    font-size: 18px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-event-item .ic-event-action a i {
    font-size: 16px;
    margin-right: 5px;
  }
}

.ic-event-slider-wraper {
  padding-right: 115px;
}
@media only screen and (max-width: 575.98px) {
  .ic-event-slider-wraper {
    padding-right: 0;
  }
}
.ic-event-slider-wraper .slick-list {
  overflow: visible;
  margin: 0 -12px;
}
.ic-event-slider-wraper .slick-slide {
  margin: 0 12px;
}

.ic-mentorship-area {
  padding: 270px 0px;
}
@media only screen and (max-width: 1800px) {
  .ic-mentorship-area {
    padding: 200px 0px;
  }
}
@media only screen and (max-width: 1650px) {
  .ic-mentorship-area {
    padding: 160px 0px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-mentorship-area {
    padding: 140px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-mentorship-area {
    padding: 100px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-mentorship-area {
    padding: 80px 0px;
  }
}

/**Subscribtion css**/
.ic-subscribtion-toggle {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.ic-subscribtion-toggle .form-check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-subscribtion-toggle span {
  color: #acb3bc;
}
.ic-subscribtion-toggle span.active {
  color: #ff64a1;
}
.ic-subscribtion-toggle .form-check-input {
  margin-left: 0;
  width: 64px;
  height: 32px;
  margin: 0px 16px;
  background: linear-gradient(84.67deg, #ff72a9 0.46%, #7e75ff 100%) !important;
  border: none;
  position: relative;
}
@media only screen and (max-width: 1399.98px) {
  .ic-subscribtion-toggle .form-check-input {
    width: 60px;
    height: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-subscribtion-toggle .form-check-input {
    width: 55px;
    height: 25px;
  }
}
.ic-subscribtion-toggle .form-check-input::before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 4px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
@media only screen and (max-width: 1399.98px) {
  .ic-subscribtion-toggle .form-check-input::before {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-subscribtion-toggle .form-check-input::before {
    width: 18px;
    height: 18px;
  }
}
.ic-subscribtion-toggle .form-check-input:checked {
  border: none;
}
.ic-subscribtion-toggle .form-check-input:checked::before {
  right: 4px;
  left: unset;
}
.ic-subscribtion-toggle .form-check-input:focus {
  outline: none;
  box-shadow: none;
}

.ic-subscribtion-item-wraper .row .col .ic-subscribtion-item {
  margin-top: 32px;
}
@media only screen and (max-width: 991.98px) {
  .ic-subscribtion-item-wraper .row .col .ic-subscribtion-item {
    margin-top: 0px;
  }
}
.ic-subscribtion-item-wraper .row .col:nth-child(2) .ic-subscribtion-item {
  margin-top: 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-subscribtion-item-wraper .row .col:nth-child(2) .ic-subscribtion-item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-subscribtion-item-wraper .row .col:nth-child(1) .ic-subscribtion-item {
    margin-bottom: 20px;
  }
}

.ic-subscribtion-item {
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: 0px 4px 36px rgba(92, 98, 104, 0.06), 0px 1px 4px rgba(92, 98, 104, 0.03);
  -moz-box-shadow: 0px 4px 36px rgba(92, 98, 104, 0.06), 0px 1px 4px rgba(92, 98, 104, 0.03);
  box-shadow: 0px 4px 36px rgba(92, 98, 104, 0.06), 0px 1px 4px rgba(92, 98, 104, 0.03);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
.ic-subscribtion-item:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(90, 79, 253, 0.04), 0px 12px 24px rgba(90, 79, 253, 0.04), 0px 6px 18px rgba(90, 79, 253, 0.030781);
  -moz-box-shadow: 0px 2px 8px rgba(90, 79, 253, 0.04), 0px 12px 24px rgba(90, 79, 253, 0.04), 0px 6px 18px rgba(90, 79, 253, 0.030781);
  box-shadow: 0px 2px 8px rgba(90, 79, 253, 0.04), 0px 12px 24px rgba(90, 79, 253, 0.04), 0px 6px 18px rgba(90, 79, 253, 0.030781);
}
.ic-subscribtion-item:hover .ic-subcription-icon path {
  fill: #ff64a1;
}
.ic-subscribtion-item:hover .ic-package-name h2, .ic-subscribtion-item:hover .ic-package-name h2 span, h2 .ic-subscribtion-item:hover .ic-package-name span {
  background: linear-gradient(100deg, #5a4ffd 14.59%, #ff64a1 95.27%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ic-subscribtion-item .item-badge {
  background-color: #5a4ffd;
  height: 28px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0px 16px;
  -webkit-border-radius: 3px 20px 0px 3px;
  -moz-border-radius: 3px 20px 0px 3px;
  border-radius: 3px 20px 0px 3px;
  position: absolute;
  top: 0;
  right: 0;
}
.ic-subscribtion-item .item-badge span {
  color: #ffffff;
  font-size: 14px;
}
.ic-subscribtion-item .ic-subcription-icon {
  margin-bottom: 10px;
}
@media only screen and (max-width: 1399.98px) {
  .ic-subscribtion-item .ic-subcription-icon svg {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-subscribtion-item .ic-subcription-icon svg {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-subscribtion-item .ic-subcription-icon svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-subscribtion-item .ic-subcription-icon svg {
    width: 55px;
    height: 55px;
  }
}
.ic-subscribtion-item .ic-subcription-icon path {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-subscribtion-item .ic-package-name {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(255, 100, 161, 0.2);
}
@media only screen and (max-width: 1399.98px) {
  .ic-subscribtion-item .ic-package-name {
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-subscribtion-item .ic-package-name {
    padding-bottom: 16px;
  }
}
.ic-subscribtion-item .ic-package-name h2, .ic-subscribtion-item .ic-package-name h2 span, h2 .ic-subscribtion-item .ic-package-name span {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-subscribtion-item .ic-package-name .premium-title {
  background: linear-gradient(84.67deg, #ff64a1 0.46%, #5a4ffd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ic-subscribtion-item .ic-packge-service {
  padding: 24px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1399.98px) {
  .ic-subscribtion-item .ic-packge-service {
    padding: 20px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-subscribtion-item .ic-packge-service {
    padding: 16px 0px;
  }
}
.ic-subscribtion-item .ic-packge-service ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #5c6268;
  margin-bottom: 6px;
}
.ic-subscribtion-item .ic-packge-service ul li:last-child {
  margin-bottom: 0;
}
.ic-subscribtion-item .ic-packge-service ul li span {
  color: #5c6268;
  margin-left: 16px;
}
.ic-subscribtion-item .package-btn .ic-btn::after {
  background: #ff64a1;
}

.ic-why-work-warper {
  margin-top: 0px;
}
.ic-why-work-warper .ic-work-icon {
  margin-top: 0px;
}

/**Mentoring CSS**/
.ic-mentoring-area {
  background-color: #f5f6f7;
  position: relative;
}

.ic-mentoring-item {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 2px 4px rgba(36, 43, 51, 0.04);
  -moz-box-shadow: 0px 2px 4px rgba(36, 43, 51, 0.04);
  box-shadow: 0px 2px 4px rgba(36, 43, 51, 0.04);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 24px;
}
.ic-mentoring-item:last-child {
  margin-bottom: 0;
}
.ic-mentoring-item:hover {
  -webkit-box-shadow: 0px 12px 24px rgba(36, 43, 51, 0.04), 0px 6px 20px rgba(36, 43, 51, 0.030781);
  -moz-box-shadow: 0px 12px 24px rgba(36, 43, 51, 0.04), 0px 6px 20px rgba(36, 43, 51, 0.030781);
  box-shadow: 0px 12px 24px rgba(36, 43, 51, 0.04), 0px 6px 20px rgba(36, 43, 51, 0.030781);
}
.ic-mentoring-item:hover h4 {
  color: #5a4ffd;
}
.ic-mentoring-item h4 {
  color: #242b33;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.ic-mentoring-right {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 49.5%;
}
@media only screen and (max-width: 991.98px) {
  .ic-mentoring-right {
    position: static;
    top: 0;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    width: 100%;
  }
}
.ic-mentoring-right img {
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  border-radius: 20px 0px 0px 20px;
}
@media only screen and (max-width: 991.98px) {
  .ic-mentoring-right img {
    -webkit-border-radius: 20px 20px 20px 20px;
    -moz-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    margin-top: 30px;
  }
}

/**Every Step Css**/
.ic-step-heading-left {
  width: 80%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-step-heading-left {
    width: 76%;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-step-heading-left {
    width: 95%;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-step-heading-left {
    text-align: center;
    width: 100%;
  }
}

.ic-step-heading-right {
  text-align: center;
  margin-top: 15px;
}

@media only screen and (max-width: 767.98px) {
  .ic-every-step-item {
    text-align: center;
  }
}
.ic-every-step-item:hover .ic-step-image img {
  transform: scale(1.1);
}
.ic-every-step-item .ic-step-image {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.ic-every-step-item .ic-step-image img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 991.98px) {
  .ic-every-step-item-wraper .col:nth-child(3) .ic-every-step-item {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-every-step-item-wraper .col:nth-child(2) .ic-every-step-item {
    margin-top: 20px;
  }
}

/**Promotion CSS**/
.ic-promotion-area {
  background-color: #f5f6f7;
  overflow: hidden;
}

@media only screen and (max-width: 1650px) {
  .mobile-lg-align-center {
    align-items: center;
  }
}

.ic-promotion-image {
  margin-left: -240px;
}
@media only screen and (max-width: 1800px) {
  .ic-promotion-image {
    margin-left: -200px;
  }
}
@media only screen and (max-width: 1650px) {
  .ic-promotion-image {
    margin-left: -50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-promotion-image {
    margin-top: 20px;
    margin-left: 0;
  }
}

.ic-promotion-right .ic-content p {
  margin-bottom: 24px;
}
.ic-promotion-right .ic-content p:last-child {
  margin-bottom: 0;
}

.ic-company-banner {
  padding: 160px 0px;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .ic-company-banner {
    padding: 130px 0px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-company-banner {
    padding: 100px 0px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-company-banner {
    padding: 90px 0px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-company-banner {
    padding: 80px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-company-banner {
    padding: 60px 0px;
  }
}
.ic-company-banner .ic-banner-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 51%;
}

/**Process CSS**/
.ic-company-process-left {
  height: 100%;
}
.ic-company-process-left img {
  -webkit-border-radius: 20px 0px 0px 20px;
  -moz-border-radius: 20px 0px 0px 20px;
  border-radius: 20px 0px 0px 20px;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .ic-company-process-left img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: 20px;
  }
}

.ic-company-process-right {
  background: linear-gradient(84.67deg, #ff72a9 0.46%, #7e75ff 100%);
  -webkit-border-radius: 0px 20px 20px 0px;
  -moz-border-radius: 0px 20px 20px 0px;
  border-radius: 0px 20px 20px 0px;
  padding: 114px 80px;
  height: 100%;
}
@media only screen and (max-width: 1399.98px) {
  .ic-company-process-right {
    padding: 60px 60px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-company-process-right {
    padding: 40px 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-company-process-right {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}

.ic-comapny-process-item {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-comapny-process-item:hover {
  background-color: #ffffff;
}
.ic-comapny-process-item:hover p {
  color: #5a4ffd;
}
.ic-comapny-process-item:last-child {
  margin-bottom: 0;
}
.ic-comapny-process-item p {
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/**Discover CSS**/
.ic-discover-area {
  background-color: #f5f6f7;
}

.ic-discover-item-wraper .row .col:nth-child(4) .ic-discover-item {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .ic-discover-item-wraper .row .col:nth-child(4) .ic-discover-item {
    margin-bottom: 20px;
  }
}
.ic-discover-item-wraper .row .col:nth-child(5) .ic-discover-item {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .ic-discover-item-wraper .row .col:nth-child(5) .ic-discover-item {
    margin-bottom: 20px;
  }
}
.ic-discover-item-wraper .row .col:nth-child(6) .ic-discover-item {
  margin-bottom: 0;
}

.ic-discover-item {
  background-color: #ffffff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767.98px) {
  .ic-discover-item {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-discover-item {
    text-align: center;
  }
}
.ic-discover-item:hover {
  -webkit-box-shadow: 0px 2px 4px rgba(36, 43, 51, 0.04);
  -moz-box-shadow: 0px 2px 4px rgba(36, 43, 51, 0.04);
  box-shadow: 0px 2px 4px rgba(36, 43, 51, 0.04);
}
@media only screen and (max-width: 1399.98px) {
  .ic-discover-item .ic-discover-icon img {
    width: 54px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-discover-item .ic-discover-icon img {
    width: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-discover-item .ic-discover-icon img {
    width: 45px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-discover-item .ic-discover-icon img {
    width: 40px;
  }
}

/**Firm CSS**/
.ic-firm-left .ic-content p {
  margin-bottom: 16px;
}
.ic-firm-left .ic-content p:last-child {
  margin-bottom: 0;
}

.ic-firm-right .ic-firm-img {
  margin-left: -40px;
}
@media only screen and (max-width: 991.98px) {
  .ic-firm-right .ic-firm-img {
    margin-left: -20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .ic-firm-right .ic-firm-img {
    margin-left: 0;
    margin-top: 20px;
  }
}

.ic-auth-main-area {
  min-height: 100vh;
  overflow: hidden;
}

.ic-auth-back-btn {
  position: absolute;
  top: 44px;
  left: 56px;
  z-index: 1;
}
@media only screen and (max-width: 1650px) {
  .ic-auth-back-btn {
    top: 30px;
    left: 40px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-auth-back-btn {
    top: 20px;
    left: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-auth-back-btn {
    left: 20px;
  }
}
.ic-auth-back-btn .ic-back-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #ffffff;
  text-transform: uppercase;
}
.ic-auth-back-btn .ic-back-link img {
  margin-right: 10px;
}

.ic-shape-bottom {
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 1199.98px) {
  .ic-shape-bottom {
    display: none;
  }
}
@media only screen and (max-width: 1650px) {
  .ic-shape-bottom img {
    width: 200px;
    margin-left: auto;
    display: block;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-shape-bottom img {
    width: 150px;
  }
}

.signup-type-shape-bottom {
  left: 55%;
}
@media only screen and (max-width: 1650px) {
  .signup-type-shape-bottom {
    left: 50%;
  }
}
@media only screen and (max-width: 1399.98px) {
  .signup-type-shape-bottom {
    left: 57%;
  }
}
@media only screen and (max-width: 1199.98px) {
  .signup-type-shape-bottom {
    left: 50%;
  }
}

.ic-shape-top {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
}
@media only screen and (max-width: 1650px) {
  .ic-shape-top img {
    width: 150px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-shape-top img {
    width: 100px;
  }
}

.ic-auth-left {
  padding: 120px 0px;
  padding-right: 80px;
  padding-right: 100px;
  position: relative;
  height: 100%;
}
@media only screen and (max-width: 1650px) {
  .ic-auth-left {
    padding: 80px 0px;
    padding-right: 80px;
  }
}
@media only screen and (max-width: 1280px) {
  .ic-auth-left {
    padding: 70px 0px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-auth-left {
    text-align: center;
    padding-right: 0px;
  }
}

.ic-signup-type-item {
  padding: 13px 0px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 1650px) {
  .ic-signup-type-item {
    padding: 0px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-signup-type-item {
    margin-right: 10px;
  }
  .ic-signup-type-item:last-child {
    margin-right: 0px;
  }
}
.ic-signup-type-item:last-child {
  margin-bottom: 0;
}
.ic-signup-type-item .form-check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-signup-type-item .form-check-input {
  width: 26px;
  height: 26px;
  background-color: transparent;
  border: 3px solid #f5f6f7;
  margin-top: 0;
  position: relative;
}
@media only screen and (max-width: 1650px) {
  .ic-signup-type-item .form-check-input {
    width: 22px;
    height: 22px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-signup-type-item .form-check-input {
    width: 20px;
    height: 20px;
  }
}
.ic-signup-type-item .form-check-input:checked[type=radio] {
  background-image: none;
}
.ic-signup-type-item .form-check-input:checked[type=radio]::after {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1650px) {
  .ic-signup-type-item .form-check-input:checked[type=radio]::after {
    width: 10px;
    height: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-signup-type-item .form-check-input:checked[type=radio]::after {
    width: 8px;
    height: 8px;
  }
}
.ic-signup-type-item .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.ic-signup-type-item .form-check-label {
  color: #ffffff;
  margin-left: 24px;
}
@media only screen and (max-width: 1650px) {
  .ic-signup-type-item .form-check-label {
    margin-left: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-signup-type-item .form-check-label {
    margin-left: 10px;
  }
}

.ic-signup-next-btn .ic-btn {
  background: #ffffff;
}
.ic-signup-next-btn .ic-btn span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  background: linear-gradient(84.67deg, #ff64a1 0.46%, #5a4ffd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ic-signup-next-btn .ic-btn:hover {
  background-color: #f5f6f7;
}
.ic-signup-next-btn .ic-btn:hover span {
  color: #ffffff;
}
.ic-signup-next-btn .ic-btn:hover::before {
  display: none;
  background: #ffffff;
}
.ic-signup-next-btn .ic-btn::after {
  background: #ffffff;
}

.ic-auth-right-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100vh;
}
@media only screen and (max-width: 991.98px) {
  .ic-auth-right-img {
    display: none;
  }
}
.ic-auth-right-img img {
  height: 100%;
  display: block;
  margin-left: auto;
}

.ic-auth-copyright {
  width: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 991.98px) {
  .ic-auth-copyright {
    width: 100%;
    text-align: center;
  }
}
.ic-auth-copyright a {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-auth-copyright a:hover {
  color: #5a4ffd;
}

/**Signup**/
@media only screen and (max-width: 991.98px) {
  .ic-signup-type-select {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 1199.98px) {
  .ic-auth-form-wraper {
    padding-top: 40px;
  }
}
.ic-auth-form-wraper::before {
  content: "";
  position: absolute;
  width: 50%;
  right: 0;
  background-color: #f5f6f7;
  height: 100vh;
}
@media only screen and (max-width: 1199.98px) {
  .ic-auth-form-wraper::before {
    width: 100%;
  }
}

.ic-auth-category-wraper .ic-auth-category-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 7px 0px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1650px) {
  .ic-auth-category-wraper .ic-auth-category-item {
    padding: 5px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-auth-category-wraper .ic-auth-category-item {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ic-auth-category-wraper .ic-auth-category-item i {
  color: #ffffff;
}
.ic-auth-category-wraper .ic-auth-category-item p {
  color: #ffffff;
  margin-left: 16px;
}
@media only screen and (max-width: 575.98px) {
  .ic-auth-category-wraper .ic-auth-category-item p {
    flex: 0 0 auto;
    width: 80%;
  }
}

.ic-auth-form-wraper {
  padding-left: 124px;
}
@media only screen and (max-width: 1650px) {
  .ic-auth-form-wraper {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .ic-auth-form-wraper {
    padding-left: 0;
  }
}
.ic-auth-form-wraper .ic-form-title {
  padding-top: 100px;
}
@media only screen and (max-width: 1650px) {
  .ic-auth-form-wraper .ic-form-title {
    padding-top: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-auth-form-wraper .ic-form-title {
    text-align: center;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-auth-form-wraper .social-title {
    text-align: center;
  }
}
@media only screen and (max-width: 1650px) {
  .ic-auth-form-wraper .mb-40 {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-auth-form-wraper .mb-40 {
    margin-bottom: 20px !important;
  }
}
.ic-auth-form-wraper .form-check-input {
  width: 16px;
  height: 16px;
  border: 2px solid #5c6268;
  border-radius: 0px;
}
.ic-auth-form-wraper .form-check-input:checked {
  background-color: #5a4ffd;
  border: 2px solid #5a4ffd;
}
.ic-auth-form-wraper .form-check-input:focus {
  outline: none;
  box-shadow: none;
}
.ic-auth-form-wraper .form-check-label {
  margin-left: 6px;
}
.ic-auth-form-wraper .signup-btn {
  background-color: #5a4ffd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  height: 44px;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #ffffff;
  font-family: "circularMedium";
  font-size: 16px;
}
@media only screen and (max-width: 1650px) {
  .ic-auth-form-wraper .signup-btn {
    height: 42px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-auth-form-wraper .signup-btn {
    font-size: 15px;
  }
}

.ic-social-login-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 99;
}
@media only screen and (max-width: 991.98px) and (max-width: 991.98px) {
  .ic-social-login-wrap {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.ic-social-login-wrap .ic-social-login-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 48px;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0px 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  margin-right: 8px;
}
@media only screen and (max-width: 1650px) {
  .ic-social-login-wrap .ic-social-login-item {
    height: 40px;
    padding: 0px 20px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-social-login-wrap .ic-social-login-item {
    height: 38px;
    padding: 0px 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-social-login-wrap .ic-social-login-item {
    padding: 0px 15px;
    margin-right: 5px;
  }
}
.ic-social-login-wrap .ic-social-login-item:last-child {
  margin-right: 0;
}
.ic-social-login-wrap .ic-social-login-item i {
  font-size: 24px;
  margin-right: 16px;
}
@media only screen and (max-width: 1650px) {
  .ic-social-login-wrap .ic-social-login-item i {
    font-size: 22px;
    margin-right: 12px;
  }
}
@media only screen and (max-width: 1399.98px) {
  .ic-social-login-wrap .ic-social-login-item i {
    font-size: 20px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 991.98px) {
  .ic-social-login-wrap .ic-social-login-item i {
    font-size: 18px;
    margin-right: 8px;
  }
}
.ic-social-login-wrap .ic-social-login-item.facebook {
  background-color: #1773ea;
}
.ic-social-login-wrap .ic-social-login-item.linkedin {
  background-color: #2464ad;
}
.ic-social-login-wrap .ic-social-login-item.google {
  background-color: #e34133;
}

@media only screen and (max-width: 991.98px) {
  .donot-account-txt {
    text-align: center;
  }
}

.ic-courses-banner {
  padding: 175px 0px;
  position: relative;
  overflow: hidden;
}
.ic-courses-banner .ic-banner-left {
  padding: 0px 0px;
}
.ic-courses-banner .ic-banner-left p {
  width: 80%;
}
.ic-courses-banner .ic-banner-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ic-trending-course-slider-wraper .slick-slide {
  margin: 0 12px;
}
.ic-trending-course-slider-wraper .slick-list {
  margin: 0 -12px;
}

.ic-trending-course-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 8px rgba(36, 43, 51, 0.08);
  -moz-box-shadow: 0px 4px 8px rgba(36, 43, 51, 0.08);
  box-shadow: 0px 4px 8px rgba(36, 43, 51, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 40px !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-trending-course-item:hover {
  -webkit-box-shadow: 0px 2px 8px rgba(90, 79, 253, 0.04), 0px 12px 24px rgba(90, 79, 253, 0.04), 0px 6px 18px rgba(90, 79, 253, 0.030781);
  -moz-box-shadow: 0px 2px 8px rgba(90, 79, 253, 0.04), 0px 12px 24px rgba(90, 79, 253, 0.04), 0px 6px 18px rgba(90, 79, 253, 0.030781);
  box-shadow: 0px 2px 8px rgba(90, 79, 253, 0.04), 0px 12px 24px rgba(90, 79, 253, 0.04), 0px 6px 18px rgba(90, 79, 253, 0.030781);
}
.ic-trending-course-item:hover .ic-trending-course-img img {
  transform: scale(1.1);
}
.ic-trending-course-item:hover .ic-trending-course-content h3 {
  background: linear-gradient(84.67deg, #ff64a1 0.46%, #5a4ffd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.ic-trending-course-item:hover .ic-trending-course-content .title p {
  color: #242b33;
}
.ic-trending-course-item:hover .ic-course-info span {
  color: #5a4ffd;
}
.ic-trending-course-item:hover .ic-course-info span::before {
  background-color: #5a4ffd;
}
.ic-trending-course-item .ic-trending-course-img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.ic-trending-course-item .ic-trending-course-img img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-trending-course-item .ic-trending-course-content .title p {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-trending-course-item .ic-course-info {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.ic-trending-course-item .ic-course-info span {
  color: #242b33;
  padding: 0px 15px;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-trending-course-item .ic-course-info span::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #242b33;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -4px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.ic-trending-course-item .ic-course-info span:first-child {
  padding-left: 0px;
}
.ic-trending-course-item .ic-course-info span:first-child::before {
  display: none;
}
.ic-trending-course-item .ic-course-info span:last-child {
  padding-right: 0px;
}

/*# sourceMappingURL=style.css.map */
