@import url("https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");

body {
  overflow-x: hidden;
}

p {
  font-size: 14px;
}

nav.navbar.navbar-expand-lg {
  padding: 30px;
}
.logo_img{
  width: 20%;
}
.logo_img a img{
  width: 30%;
}

/* animetion */
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

@keyframes eduvibe-vsm-y-move {
  0% {
    transform: translate(0, -30%);
  }

  100% {
    transform: translate(0, 30%);
  }
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  z-index: 1000 !important;
  background: #fff;
}

.sticky .container-fluid {
  width: 85%;
}

#navbar {
  transition: transform 0.5s ease-in-out;
}

.sticky nav.navbar.navbar-expand-lg {
  padding: 20px 0px;
}

.img_a:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#shape1 {
  position: absolute;
  left: -77px;
  top: -30px;
}

#shape2 {
  position: absolute;
  top: 97px;
  right: 107px;
}

#shape4 {
  position: absolute;
  top: -224px;
  right: -68px;
  width: 18%;
}

#shape3 {
  position: absolute;
  bottom: -87px;
  left: -105px;
  width: 6%;
}

#shape5 {
  position: absolute;
  right: -59px;
  bottom: 0;
}

#shape6 {
  position: absolute;
  left: -150px;
  width: 4%;
  bottom: 0;
  rotate: 90deg;
  transition: all 0.3s ease 0s;
  animation: eduvibe-vsm-y-move 5s alternate infinite linear;
}

#shape7 {
  position: absolute;
  right: -202px;
  top: 178px;
  width: 4%;
  animation: eduvibe-vsm-y-move 5s alternate infinite linear;
  animation-duration: 3.5s;
  transition: all 0.3s ease 0s;
}

#shape8 {
  position: absolute;
  bottom: 0;
  left: -186px;
}

#shape9 {
  position: absolute;
  right: -186px;
  bottom: -10px;
}

#shape10 {
  position: absolute;
  left: -125px;
  bottom: 0;
}

#shape11 {
  position: absolute;
  top: 0;
  right: -165px;
}

#shape12 {
  position: absolute;
  bottom: -13px;
  right: -67px;
}

#shape13 {
  position: absolute;
  left: -200px;
  top: 8%;
}

#shape14 {
  position: absolute;
  right: -200px;
  bottom: 0;
}

#shape15 {
  position: absolute;
  left: -200px;
  top: 0px;
  width: 6%;
  animation: eduvibe-vsm-y-move 5s alternate infinite linear;
  animation-duration: 3.5s;
  transition: all 0.3s ease 0s;
}

#shape16 {
  position: absolute;
  left: -30px;
  bottom: -24px;
  width: 10%;
}

#shape17 {
  position: absolute;
  right: -189px;
  top: -50px;
  width: 15%;
}

#shape18 {
  position: absolute;
  right: -184px;
  bottom: 0px;
  width: 12%;
}

#shape19 {
  position: absolute;
  left: -200px;
  top: -83px;
  width: 7%;
}

#shape20 {
  position: absolute;
  right: -200px;
  top: -83px;
  width: 7%;
}

#shape21 {
  position: absolute;
  right: -165px;
  bottom: -23px;
  width: 6%;
}

#shape22 {
  position: absolute;
  left: -100px;
  top: 0px;
  width: 4%;
  animation: eduvibe-vsm-y-move 5s alternate infinite linear;
  animation-duration: 3.5s;
  transition: all 0.3s ease 0s;
}

#shape23 {
  position: absolute;
  right: 58px;
  top: 0px;
  width: 4%;
}

#shape24 {
  position: absolute;
  bottom: -43px;
  left: -39px;
}

#shape25 {
  position: absolute;
  right: -225px;
  bottom: -55px;
}
#shape26 {
  position: absolute;
  left: -190px;
  top: 9%;
  width: 10%;
}
#shape27 {
  position: absolute;
  right: 20px;
  width: 7%;
  bottom: 98px;
}

.circle-shape {
  background-color: #FFFFFF00;
  display: flex;
  height: 200px !important;
  width: 200px;
  border-style: solid;
  border-width: 34px 34px 34px 34px;
  border-color: #F86F034D;
  border-radius: 100% 100% 100% 100%;
  position: absolute;
  z-index: 0;
  left: -81px;
  top: 27%;
  z-index: -1;
}

.img_a {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 300px;
}

/* animetion end */
.white-box-icon {
  background: #fff;
  background: var(--color-white);
  border: 0;
  border-radius: 5px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  color: #525fe1;
  color: var(--color-primary);
  display: block;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding: 0;
  text-align: center;
  width: 50px;
}

button:not(:disabled) {
  cursor: pointer;
}

a.edu-btn,
button.edu-btn {
  background: #525fe1 !important;
  background: var(--color-primary);
  border: 0;
  border-radius: 5px;
  color: #fff !important;
  color: var(--color-white);
  display: inline-block;
  font-family: Urbanist, sans-serif;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  transition: 0.4s;
}

a.edu-btn.btn-medium,
button.edu-btn.btn-medium {
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 25px;
  font-family: "Urbanist", sans-serif;
}

a.edu-btn.btn-medium.header-button,
button.edu-btn.btn-medium.header-button {
  line-height: 47px;
}

.quote-icon {
  margin-left: 20px;
}

#navbarSupportedContent {
  justify-content: center;
}

.navbar-nav {
  gap: 30px;
}

.nav-link {
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: "Urbanist", sans-serif;
}

.main_banner {
  padding-top: 380px;
  background-color: #fff7f2;
  margin-top: -125px;
  padding-bottom: 50px;
}

#img_banner_2 {
  width: 250px;
  height: auto;
  position: absolute;
  top: -87px;
  right: -22px;
  animation: enter-animation 0.5s 1;
}

#img_banner_3 {
  position: absolute;
  height: 150px;
  width: 150px;
  top: -221px;
  right: 115px;
  border-radius: 50%;
  border: 12px solid #fff;
  animation: enter-animation 0.7s 1;
}

img#about_img_05 {
  top: 69px;
  right: -155px;
}

img#about_img_06 {
  position: absolute;
  right: -80px;
  bottom: 100px;
}

.main_text {
  margin-right: 80px;
  margin-top: -220px;
}

.main_text h6 {
  color: #111;
  font-size: 42px;
  font-weight: 800;
  font-family: "Urbanist", sans-serif;
  line-height: 70px;
  text-transform: uppercase;
  padding-left: 8px;
}

#img_banner {
  max-width: 123%;
  border-radius: 50%;
  border: 12px solid #fff;
  position: absolute;
  right: 171px;
  bottom: -25px;
  animation: enter-animation 0.9s 1;
}

.main_text h2 {
  color: #111;
  font-size: 19px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  line-height: 35px;
  width: 82%;
}

.main_text p {
  color: #111;
  font-size: 20px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
  line-height: 35px;
  margin-top: 20px;
}

.Get_Started {
  border: 1px solid #525fe1;
  border-radius: 10px;
  background-color: #525fe1;
  color: #fff;
  padding: 15px 35px;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  margin-top: 20px;
}

.Get_Started:hover {
  background-color: #111;
  border: 1px solid #111;
}

.Get_Started span {
  margin-left: 10px;
}

.COURSE {
  text-align: center;
  margin: 40px 0px;
}

.COURSE h6 {
  color: #525fe1;
  font-size: 16px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.COURSE h2 {
  color: #111;
  font-size: 40px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  line-height: 60px;
}

.icon {
  align-items: center;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
  display: flex;
  height: 60px;
  justify-content: center;
  margin-right: 20px;
  position: relative;
  transition: 0.4s;
  width: 60px;
}

.icon:hover {
  background-color: #acb1e0;
  color: #111;
}

#Personal {
  background-color: #ddd;
  border: none;
}

.inner {
  display: flex;
  justify-content: center;
  margin-top: 29px;
}

#Personal:hover {
  background-color: #525fe1;
  color: #fff;
}

#about_img {
  position: absolute;
  top: 124px;
  left: 0;
}

#about_img_1 {
  position: absolute;
  top: 244px;
  right: 44px;
}

.Carrier {
  margin-top: 80px;
}

div#futureCareer {
  margin-top: 30px;
}

img#about_img_01 {
  position: absolute;
  left: -115px;
  top: 25%;
  z-index: 0;
}

img#about_img_02 {
  width: 60%;
  position: absolute;
  left: 20px;
  border-radius: 12px;
}

img#about_img_03 {
  position: absolute;
  top: 31%;
  right: 115px;
  border: 12px solid #fff;
  border-radius: 6px;
}

.WHO_WE h6 {
  color: #525fe1;
  font-size: 16px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  line-height: 60px;
}

.WHO_WE h2 {
  color: #111;
  font-size: 40px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  line-height: 45px;
  margin-top: -20px;
}

.WHO_WE span {
  color: #111;
  font-size: 40px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
  line-height: 45px;
  margin-top: -20px;
}

.Best {
  align-items: center;
  background: rgba(251, 124, 86, 0.1);
  border-radius: 100%;
  display: flex;
  height: 60px;
  justify-content: center;
  margin-right: 25px;
  min-width: 60px;
  width: 60px;
}

.Know_About {
  border: 1px solid #525fe1;
  border-radius: 10px;
  background-color: #525fe1;
  color: #fff;
  padding: 15px 35px;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  margin-top: 25px;
}

.Know_About:hover {
  background-color: #111;
  border: 1px solid #111;
}

.Know_About span {
  margin-left: 10px;
}

.STUDENTS_1 {
  width: 50%;
  background-color: #525fe1;
}

.ENROLLED {
  padding: 20px;
  border: 1px solid #ddd;
  border-width: 0px 1px 0px 0px;
  line-height: 50px;
}

.STUDENTS_ENROLLED {
  margin-top: 100px;
}

.ENROLLED i {
  color: #fff;
  font-size: 20px;
}

.ENROLLED h1 {
  font-size: 50px;
  font-weight: 800;
  color: #fff;
  font-family: "Urbanist", sans-serif;
}

.ENROLLED h6 {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  font-family: "Urbanist", sans-serif;
}

.STUDENTS_1 {
  padding: 50px;
}

.SATISFACTION {
  width: 50%;
}

/* product */
.Lessons {
  margin-top: -5px;
  margin-left: 10px;
}

.review {
  margin-top: -5px;
  margin-left: 10px;
}

.Some_quick {
  color: #ffbb00;
}

.Students_2 {
  margin-top: -5px;
  margin-left: 5px;
}

.price {
  font-size: 16px;
  font-weight: 700;
  color: #525fe1;
  font-family: "Urbanist", sans-serif;
}

.price del {
  font-size: 16px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
}

.card-body {
  padding: 30px !important;
}

.card-title {
  font-size: 20px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.Lessons_7 {
  background-color: #ffeadd;
  margin-top: -167px;
  padding-top: 190px;
  padding-bottom: 60px;
}

.Intermediate {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  color: #525fe1;
  width: 118px;
  height: 29px;
  margin-left: 15px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}

.heart {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #8f8f8f;
  color: #fff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  margin-right: 15px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-family: "Urbanist", sans-serif;
}

#product_c {
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 600px;
  overflow: hidden;
}

.view_btn {
  position: absolute;
  bottom: 20px;
}

#title_c {
  font-size: 22px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  padding: 5px 0px;
  margin-top: 0px;
}

.View_All {
  border: 1px solid #525fe1;
  border-radius: 10px;
  background-color: #525fe1;
  color: #fff;
  padding: 10px 25px;
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
}

.View_All:hover {
  background-color: #111;
  border: 1px solid #111;
}

.View_All span {
  margin-left: 10px;
}

.View_All_Courses {
  text-align: center;
  margin-top: 60px;
}

.FREE_WORKSHOP {
  background-image: url("../img/video-home.png");
  background-color: #525fe1;
  padding: 30px 0px;
}

.joinIndia {
  display: flex;
  align-items: center;
}

button.More_Upcomming:hover span i {
  color: #fff;
}

.FREE_WORKSHOP_body {}

.FREE_WORKSHOP_body h6 {
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  color: #fff;
  letter-spacing: 4px;
}

.FREE_WORKSHOP_body h2 {
  font-size: 38px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  color: #fff;
  margin-top: 15px;
}

.FREE_WORKSHOP_body p {
  font-size: 14px;
  font-family: "Urbanist", sans-serif;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
}

.More_Upcomming {
  border: 1px solid #fff;
  border-radius: 6px;
  background-color: #fff;
  color: #525fe1;
  padding: 10px 20px;
  font-size: 18px;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}

.More_Upcomming:hover {
  background-color: #f86f03;
  border: 1px solid #f86f03;
  color: #fff;
}

.More_Upcomming span {
  color: #525fe1;
  margin-left: 10px;
}

.More_Upcomming span:hover {
  color: #fff;
  margin-left: 10px;
}

.about_us_img {
  width: 50%;
  padding-top: 5px;
}

.about_us_img_1 {
  width: 50%;
}

.socil.facebook {
  background-color: #0d6efd;
  border: none;
}

.socil.youtube {
  background-color: red;
  border: none;
}

.socil.instagram {
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
  border: none;
}

.socil.twitter {
  background-color: black;
  border: none;
}

.img-1 {
  margin-bottom: 15px;
  margin-top: 5px;
  width: 100%;
}

.img-2 {
  width: 100%;
}

.about_us {
  margin: 80px 0px;
}

.about_us_body h6 {
  color: #525fe1;
  font-size: 16px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  line-height: 15px;
}

.about_us_body h2 {
  color: #111;
  font-size: 28px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  margin-top: 20px;
}

.accordion {}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E") !important;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E") !important;
}

.accordion-item {
  border: 1px solid #ddd !important;
  border-width: 0px 0px 1px 0px !important;
}

.accordion-button {
  font-size: 18px !important;
  font-weight: 500 !important;
}

.accordion-button:not(.collapsed) {
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.about_us_body {
  margin-right: 0px;
}

.TESTIMONIALS {
  margin-top: 20px;
  background-color: #fdf7f7;
  padding-top: 90px;
  padding-bottom: 55px;
}

.Students_Feedback h6 {
  color: #525fe1;
  font-size: 16px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.Students_Feedback h2 {
  color: #111;
  font-size: 40px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.Students_Feedback p {
  color: #111;
  font-size: 18px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
  margin-right: 140px;
}

.Students_Feedback h5 {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.Students {
  padding-top: 20px;
}

.Students h2 {
  color: #f86f03;
  font-size: 35px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.Students p {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
}

.Students-1 {
  padding-top: 20px;
}

.Students-1 h2 {
  color: #f86f03;
  font-size: 35px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.Students-1 p {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
}

.school_s {
  background-color: #f5f4f4;
  padding-bottom: 90px;
  padding-top: 50px;
}

.parent {
  margin-top: 40px;
  border: 1px solid #ddd;
  padding: 20px;
  height: 345px;
  border-radius: 6px;
  background-color: #fff;
}

.parent:hover {
  background-color: #ffebe0;
}

.parent h3 {
  font-size: 25px;
  font-weight: 600;
  color: #000;
  font-family: "Urbanist", sans-serif;
  margin-top: 10px;
}

.img_p {
  border: 1px solid #525fe1;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parent p {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-right: 50px;
  font-family: "Urbanist", sans-serif;
}

#Mathilda-Burns {
  border-radius: 50%;
}

.Mathilda {
  margin-left: 20px;
}

#about-5 {
  text-align: left;
  background-color: #fff;
  padding: 50px 30px;
  margin: 20px;
  height: 465px;
}

#about-5 p {
  font-size: 14px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}

.Mathilda h6 {
  font-size: 18px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
  margin-top: 5px;
}

.Mathilda p {
  margin-top: -10px;
  color: #525fe1;
}

.Students_Feedback {
  margin-left: 35px;
}

.date {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #525fe1;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 155px;
  height: 40px;
  border-radius: 0px 10px 10px 0px;
  margin-top: 25px;
  display: flex;
  justify-content: center;
  padding-top: 7px;
}

.Alpaca i {
  color: #525fe1;
}

.Get_Ticket {
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 0px;
}

.Get_Ticket span {
  margin-left: 10px;
}

.NEWSLETTER {
  background-color: #ffebe0;
  margin-top: 70px;
  padding-top: 50px;
  padding-bottom: 100px;
}

/* news */
.newsletter-form-style-1 .input-box {
  display: inline-block;
  position: relative;
}

.text-start {
  text-align: left !important;
}

.newsletter-form-style-1 .input-box input.large-input-box {
  height: 80px;
  min-width: 670px;
  padding-right: 190px;
}

.newsletter-form-style-1 .input-box input {
  background: #fff !important;
  background: var(--color-white);
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  height: 60px;
  line-height: 26px;
  min-width: 570px;
  padding: 0 52px;
}

.newsletter-form-style-1 .input-box .mail-icon {
  align-items: center;
  display: flex;
  font-size: 16px;
  left: 26px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-mail-open-line::before {
  content: "";
}

*,
:after,
:before {
  box-sizing: border-box;
}

.newsletter-form-style-1 .input-box .edu-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

a.edu-btn,
button.edu-btn {
  background: #525fe1;
  background: var(--color-primary);
  border: 0;
  border-radius: 5px;
  color: #fff;
  color: var(--color-white);
  display: inline-block;
  font-family: Urbanist, sans-serif;
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  transition: 0.4s;
}

a.edu-btn,
button.edu-btn:hover {
  background-color: #525fe1 !important;
  text-decoration: none;
}

a.edu-btn:hover {
  background-color: #000 !important;
  text-decoration: none;
}

.edu-btn span {
  margin-left: 10px;
}

.footer {
  background-color: #231f40;
  padding: 20px;
}

.News-letter {
  color: #fff;
}

.Contact {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.footer ul {
  margin: 0;
  padding: 0;
}

.list li a {
  list-style: none !important;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-decoration: none;
  font-family: "Urbanist", sans-serif;
}

.iccontent {
  margin-left: 10px;
}

.Copyright_1 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}

.Copy {
  padding-top: 100px;
  padding-bottom: 40px;
}

.socil_icon {
  display: flex;
  gap: 15px;
}

#futureCareer .accordion-header {
  border: none;
  margin-top: 0px;
  margin-bottom: 10px;
}

#futureCareer .accordion-button {
  padding: 7px 0px;
  font-size: 16px !important;
  font-weight: 700 !important;
}

#futureCareer .accordion-item {
  margin-bottom: 15px;
}

#futureCareer .accordion-body {
  margin: 0px;
}

#futureCareer .accordion-button:not(.collapsed) {
  color: #212529 !important;
}

.socil {
  width: 40px;
  height: 40px;
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Urbanist", sans-serif;
}

#myTab {
  margin-left: 0;
  display: flex;
  justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
}

.swiper-button-next,
.swiper-button-prev {
  background-color: #ddd;
  padding: 10px 20px;
  transition: 0.3s all;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #525fe1;
  color: #fff;
  transition: 0.3s all;
}

.mainNav>div:nth-child(2) {
  order: 3;
}

.swiper-slide {
  animation: enter-animation 0.9s 1;
}

.courseCardAnimation {
  animation: enter-animation 0.9s 1;
}

.Become_City form {
  animation: enter-animation 0.9s 1;
}

.contact_main {
  animation: enter-animation 0.9s 1;
}

.privacy_text.mt-5 {
  animation: enter-animation 0.9s 1;
}

@keyframes enter-animation {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.courseCard {
  animation: count 5s linear forwards;
}

@keyframes count {
  0% {
    content: "0";
  }

  100% {
    content: attr(data-count);
  }
}

@media (prefers-reduced-motion: no-preference) {
  .courseCardAnimation {
    animation: enter-animation 0.9s 1;
  }
}

@media only screen and (max-width: 768px) {

  #shape1, #shape2, #shape3, #shape4, #shape5, #shape6, #shape7, #shape8, #shape9, #shape10, #shape11, #shape12, #shape13, #shape14, #shape15, #shape16, #shape17, #shape18, #shape19, #shape20, #shape21, #shape22, #shape23, #shape24, #shape25, #shape26, #shape27 {
    display: none;
  }
  .sticky .container-fluid {
    width: 100%;
  }

  nav.navbar.navbar-expand-lg {
    padding: 20px;
  }

  img#about_img_06 {
    display: none;
  }

  img#about_img_05 {
    display: none;
  }

  img#about_img_02 {
    width: 100%;
    position: relative;
    left: 0px;
    border-radius: 12px;
  }

  #about_img_03 {
    display: none;
  }

  #about_img_01 {
    display: none;
  }

  .mainNav>div:nth-child(2) {
    order: initial;
  }

  #Personal {
    margin: 10px;
  }

  .logo_img img {
    width: 100%;
  }

  .navbar-toggler:focus {
    box-shadow: none !important;
  }

  .newsletter-form-style-1 .input-box {
    width: 95vw;
    display: inline-block;
    position: relative;
  }

  .newsletter-form-style-1 .input-box input.large-input-box {
    height: 56px;
    min-width: 100%;
    padding-right: 0px;
  }

  .newsletter-form-style-1 .input-box .edu-btn {
    display: flex;
    height: 45px;
    width: 43%;
    position: absolute;
    left: 0px;
    top: 155%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    align-items: center;
  }

  .card-title {
    font-size: 18px;
  }

  #img_banner_2,
  #img_banner_3 {
    display: none;
  }

  .main_text {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
    text-align: center;
  }

  .play {
    margin-top: 25px !important;
  }

  .about.text-center.mt-5 {
    margin-top: 0px !important;
  }

  .about_us_img img {
    width: 96% !important;
    height: auto !important;
    padding: 0px !important;
  }

  .Copy.text-center {
    padding: 25px 0px;
  }

  #gallery_1 {
    padding: 10px !important;
  }

  .img-f img {
    width: 100%;
  }

  .img-a img {
    width: 100%;
  }

  .img-s img {
    width: 100%;
  }

  #level {
    margin-top: 23px;
  }

  .Become_City h6 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Urbanist", sans-serif;
    margin-bottom: 15px;
    margin-top: 30px;
  }

  .Become {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .main_banner {
    padding-top: 50px;
    padding-bottom: 60px;
    margin-top: 0px;
  }

  .main_text h2 {
    color: #111;
    font-size: 16px;
    font-weight: 500;
    text-align: start;
    font-family: "Urbanist", sans-serif;
    line-height: 28px;
    width: 100%;
  }

  .about img {
    height: auto;
  }

  .main_text p {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    font-family: "Urbanist", sans-serif;
    line-height: 29px;
  }

  #img_banner {
    width: 100%;
    padding: 20px;
  }

  .main_text h6 {
    color: #111;
    font-size: 35px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif;
    line-height: 50px;
    width: 100%;
    text-align: start;
    padding: 0px;
  }

  .COURSE h2 {
    color: #111;
    font-size: 32px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif;
    line-height: 30px;
    margin-bottom: 60px;
  }

  .Lessons_7 {
    background-color: #ffeadd;
    margin-top: -167px;
    padding-top: 160px;
    padding-bottom: 60px;
  }

  #about_img,
  #about_img_1 {
    display: none;
  }

  #about_img_2 {
    padding: 20px;
  }

  .Carrier {
    margin-top: 30px;
  }

  .WHO_WE_ARE {
    margin-left: 20px;
  }

  .WHO_WE h2 {
    color: #111;
    font-size: 35px;
    font-weight: 800;
    font-family: "Urbanist", sans-serif;
    line-height: 37px;
  }

  .ENROLLED {
    border: none !important;
  }

  #product_c {
    margin-bottom: 30px;
  }

  #Product_r {
    margin-top: 0px !important;
  }

  .View_All_Courses {
    text-align: center;
    margin-top: 25px;
  }

  .FREE_WORKSHOP {
    padding: 0px 20px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  #Videos {
    width: 346px;
    margin-top: 50px;
  }

  .about_us_main {
    flex-direction: column;
    width: 100%;
  }

  .about_us_img {
    padding-left: 0px;
    width: 100vw;
  }

  .img-3 {
    width: 94%;
  }

  .about_us_img_1 {
    width: 100vw;
  }

  .img-1 {
    width: 94%;
  }

  .img-2 {
    width: 94%;
  }

  .about_us_body h2 {
    color: #111;
    font-size: 32px;
    font-weight: 700;
    font-family: "Urbanist", sans-serif;
    padding-bottom: 30px;
  }

  .about_us_body h6 {
    line-height: 35px;
  }

  .about_us_body {
    margin-top: 40px;
    text-align: center;
  }

  .about_us {
    margin-top: 50px;
  }

  .TESTIMONIALS {
    margin-top: 50px;
    background-color: #fdf7f7;
    padding-top: 50px;
    padding-bottom: 30px;
  }

  .Students_Feedback {
    margin-left: 20px;
    margin-top: 50px;
  }

  .Students_Feedback p {
    margin-right: 0px;
  }

  .NEWSLETTER {
    background-color: #ffebe0;
    margin-top: 30px;
    padding-top: 1px;
    padding-bottom: 100px;
  }

  .footer {
    background-color: #231f40;
    padding: 20px;
    margin-bottom: 0px;
  }
}

.about_banner {
  background-image: url("/img/breadcrumb-bg.jpg");
  width: 100%;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.breadcrumb-style-1 .edu-breadcrumb {
  align-items: center;
}

.liststyle {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb-style-1 .edu-breadcrumb li.breadcrumb-item {
  color: #6f6b80;
  color: var(--color-body);
}

.breadcrumb-style-1 .edu-breadcrumb li.breadcrumb-item {
  color: #6f6b80;
  color: var(--color-body);
}

ol.edu-breadcrumb.d-flex.justify-content-start.liststyle li a {
  color: #111;
  text-decoration: none;
}

.separator i {
  font-size: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

.about_banner_body {
  margin-top: 115px;
  margin-left: 0px;
}

.about_banner_body h3 {
  font-size: 40px;
  font-family: "Urbanist", sans-serif;
}

.Featured_img {
  display: flex;
  justify-content: space-between;
}

.Featured {
  padding-left: 135px !important;
  padding-right: 165px !important;
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.icon_f {
  width: 80px;
  height: 80px;
  border: 1px solid #f86f03;
  background-color: #f86f03;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon_f_1 {
  width: 80px;
  height: 80px;
  border: 1px solid #525fe1;
  background-color: #525fe1;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon_f_2 {
  width: 80px;
  height: 80px;
  border: 1px solid #ffa41b;
  background-color: #ffa41b;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon_f i {
  font-size: 30px;
  color: #fff;
}

.icon_f_1 i {
  font-size: 30px;
  color: #fff;
}

.icon_f_2 i {
  font-size: 30px;
  color: #fff;
}

.offer_text {
  text-align: center;
  margin-bottom: 60px;
}

.offer_text p {
  font-size: 20px;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.offer_text h5 {
  font-size: 40px;
  color: #111;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.card-text_1 {
  font-size: 16px;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.card-title_1 {
  font-size: 22px;
  color: #111;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

#offer_main {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  border: none;
  background-color: transparent;
}

.Edulamp {
  background-color: #ffecdb;
  padding-bottom: 35px;
  padding-top: 50px;
  margin-top: 90px;
}

.img-f {
  margin-top: 182px;
}

.img-s {
  margin-top: 150px;
}

.gallery {
  margin-top: 90px;
  margin-bottom: 90px;
}

#gallery_1 {
  padding-left: 70px;
  padding-right: 70px;
}

.box h6 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  font-family: "Urbanist", sans-serif;
}

.box h5 {
  font-size: 40px;
  color: #111;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.box p {
  font-size: 16px;
  color: #111;
  font-weight: 400;
  margin-top: 30px;
  font-family: "Urbanist", sans-serif;
}

.box {
  padding: 30px 15px;
}

.team {
  position: relative;
}

.team:hover>.team_body {
  opacity: 1;
  transition: 0.4s all;
  transform: translateX(0px);
}

.team_body {
  transform: translateX(45px);
  opacity: 0;
  position: absolute;
  top: 238px;
  right: 0;
  transition: 0.4s all;
}

.team_body_box {
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 30px 30px;
  padding-right: 120px;
}

.sociel i {
  color: #525fe1;
  background-color: transparent;
  margin-left: 10px;
}

.team_body_box h3 {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.team_body_box p {
  font-size: 16px;
  font-weight: 400;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.team_member {
  margin-top: 40px;
  margin-bottom: 80px;
}

.team_member_text {
  margin-top: 110px;
}

.team_member_text p {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  font-family: "Urbanist", sans-serif;
  line-height: 35px;
}

.team_member_text h5 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  font-family: "Urbanist", sans-serif;
}

.product_img_c {
  padding: 15px;
}

.Intermediate_1 {
  position: absolute;
  top: 34px;
  left: 14px;
  background-color: #f86f03;
  color: #fff;
  width: 118px;
  height: 35px;

  padding-top: 10px;
  display: flex;
  justify-content: center;
}

.heart_1 {
  position: absolute;
  top: 34px;
  right: 15px;
  background-color: #8f8f8f;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 15px;
  font-family: "Urbanist", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
}

.Lessons_img {
  border-radius: 50%;

  height: 30px;
}

.Lessons_1 {
  margin-top: 2px;
  margin-left: 10px;
}

.price_123 {
  border: 1px solid #525fe1;
  background-color: #525fe1;
  color: #fff;
  width: 112px;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 14px;
  height: 40px;
  font-family: "Urbanist", sans-serif;
}

.Course_sec {
  padding-top: 150px;
  padding-bottom: 150px;
}

.banner_c_img {
  padding-top: 100px;
  padding-bottom: 50px;
}

.Course_main {
  padding: 0px 70px;
}

.card-title_text {
  font-size: 40px;
  font-weight: 700;
  margin: 40px 0px;
  font-family: "Urbanist", sans-serif;
  text-align: center;
}

.Course_tab_1 {}

.nav-tabs .nav-link {
  margin-bottom: 0px !important;
  border: none !important;
  border-radius: 0px !important;
}

#profile-tab {
  background-color: #f5f5f5 !important;
  color: #111 !important;
}

#home-tab {
  background-color: #f5f5f5 !important;
  color: #111 !important;
}

#profile-tab:hover {
  color: #111 !important;
  background-color: #f5f5f5 !important;
}

#home-tab:hover {
  color: #111 !important;
  background-color: #f5f5f5 !important;
}

.nav-tabs {
  gap: 50px;
  border-width: 0px !important;
  margin-left: 283px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#home-tab {
  font-size: 18px !important;
  font-family: "Urbanist", sans-serif;
}

#profile-tab {
  font-size: 18px !important;
  font-family: "Urbanist", sans-serif;
}

#contact-tab {
  font-size: 18px !important;
  font-family: "Urbanist", sans-serif;
}

#Reviews-tab {
  font-size: 18px !important;
  font-family: "Urbanist", sans-serif;
}

.contant_tab {
  margin-top: 30px;
  padding: 20px;
}

.contant_tab h2 {
  font-size: 25px;
  font-weight: 700;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.contant_tab p {
  font-size: 16px;
  font-weight: 400;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.contant_tab span {
  font-size: 12px;
  padding-right: 10px;
  font-family: "Urbanist", sans-serif;
}

/* attording */
.accordion-header {
  margin-bottom: 0;
  border: 1px solid #ddd;
  margin-top: 40px;
}

.steps {
  border: 1px solid #ddd;
  border-width: 0px 0px 1px 0px;
  padding: 20px;
}

.steps_1 {
  padding: 20px;
}

.icon_tab {
  color: #848193;
  margin-top: 20px;
}

.Event_Detail {
  text-align: left;
  font-size: 30px;
  margin-left: 15px;
  font-family: "Urbanist", sans-serif;
}

.Introduction {
  color: #848193;
  text-align: left;
}

.accordion-item {
  border-bottom: none !important;
}

.accordion-body {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-top: 20px;
}

.accordion-button {
  color: #111 !important;
  font-size: 20px !important;
}

.accordion-button:not(.collapsed) {
  color: #525fe1 !important;
}

.Nancy h2 {
  font-size: 25px;
  font-weight: 700;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.Nancy h6 {
  font-size: 16px;
  font-weight: 500;
  color: #525fe1;
  font-family: "Urbanist", sans-serif;
}

.Nancy p {
  font-size: 16px;
  font-weight: 400;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.box_s {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #525fe1;
  font-family: "Urbanist", sans-serif;
}

.simply {
  display: flex;
  gap: 13px;
}

.Reviews_box {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
  padding: 20px;
  margin-top: 20px;
}

.Reviews_box h2 {
  font-size: 70px;
  font-weight: 700;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.Some_quick_1 {
  color: #ffbb00;
  justify-content: center;
  margin-bottom: 10px;
  gap: 6px;
}

.course_progress {
  width: 90%;
  padding-right: 10px;
}

.course_progress_1 p {
  font-size: 20px;
  margin-top: -8px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.progress_icon {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -5px;
  color: #ffbb00;
}

.progress-bar {
  background-color: #ffbb00 !important;
}

.video {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
  margin: 20px;
  top: -123px;
  background-color: #fff;
  position: relative;
}

.icon_tab_1 {
  color: #525fe1;
  padding-top: 20px;
}

.price_b {
  border: 1px solid #525fe1;
  border-radius: 6px;
  background-color: #f0eeee;
  width: 100%;
  padding: 20px;
  color: #525fe1;
  font-size: 18px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.price_b:hover {
  background-color: #525fe1;
  color: #fff;
}

.buy_now {
  border: 1px solid #525fe1;
  border-radius: 6px;
  background-color: #525fe1;
  width: 100%;
  padding: 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.buy_now:hover {
  background-color: #111;
  color: #fff;
  border: 1px solid #111;
}

.Share {
  display: flex;
  gap: 20px;
  font-size: 20px;
  margin-top: 3px;
  color: #6f6b80;
  font-family: "Urbanist", sans-serif;
}

.Share_p {
  font-size: 20px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.Intermediate_b {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #525fe1;
  align-items: center;
  width: 158px;
  height: 40px;

  display: flex;
  justify-content: center;
}

.Intermediate_b h3 {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  padding-left: 5px;
  padding-top: 5px;
  font-family: "Urbanist", sans-serif;
}

.Intermediate_b i {
  color: #fff;
}

#Business {
  background-color: #e6e4e4;
}

#title_b {
  font-size: 35px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  padding: 20px 0px;
}

#title_b:hover {
  color: #525fe1;
}

/*  */
.blog-search {
  position: relative;
}

.blog-search input {
  background: #fff !important;
  background: var(--color-white);
  border: 0;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
  line-height: 22px;
  padding: 0 72px 0 25px;
  width: 100%;
}

.blog-search .search-button {
  background-color: #525fe1 !important;
  background-color: var(--color-primary);
  border: 0;
  border-radius: 0 3px 3px 0;
  color: #fff !important;
  color: var(--color-white);
  font-size: 20px;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 60px;
  font-family: "Urbanist", sans-serif;
}

.blog_Search {
  background-color: #e6e4e4;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-radius: 10px;
  padding: 25px;
  margin: 0px 20px;
}

.category-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-list li {
  margin: 0;
}

.category-list li a {
  background: #fff;
  border-radius: 3px;
  display: flex;
  height: 60px;
  justify-content: space-between;
  line-height: 60px;
  padding: 0 25px;
  position: relative;
  margin: 20px 0px;
  text-decoration: none;
  color: #111;
  font-size: 16px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}

.latest-post {
  align-items: center;
  display: flex;
  position: relative;
  margin: 6px;
}

.latest-post .thumbnail {
  margin-right: 25px;
}

.blog-meta {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -25px !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-meta li {
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  margin: 5px 25px;
  font-family: "Urbanist", sans-serif;
}

.latest-post .post-content .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
  font-family: "Urbanist", sans-serif;
}

.title a {
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.Beginners {
  color: #9d9a9a;
}

.me_img {
  border-radius: 50%;
}

.About_Me {
  display: flex;
  justify-content: center;
}

.Helenex {
  text-align: center;
  margin-top: 20px;
}

.Helenex h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.Helenex p {
  font-size: 16px;
  font-weight: 400;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.Vesti {
  padding: 20px 90px;
  display: flex;
  justify-content: center;
  gap: 25px;
}

.Vesti i {
  font-size: 20px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}

.tag-list {
  margin: -5px;
}

.tag-list a {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin: 5px;
  padding: 0 14px;
  transition: 0.4s;
  outline: none;
  text-decoration: none;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.tag-list a:hover {
  background-color: #525fe1;
  color: #fff;
}

.instagram-list {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
}

.instagram-list a {
  display: block;
  flex-basis: 33.33%;
  padding: 7.5px;
}

.instagram-list a img {
  border-radius: 3px;
  width: 100%;
}

.blog_Search h3 {
  font-size: 25px;
  font-weight: 700;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.edu-pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: -5px;
  padding: 0;
}

.edu-pagination li {
  list-style: none;
  margin: 5px;
}

.edu-pagination li a,
.edu-pagination li>i {
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 100%;
  color: #6f6b80;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  text-align: center;
  transition: 0.4s;
  width: 40px;
  font-family: "Urbanist", sans-serif;
}

.edu-pagination li a i {
  font-size: 22px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}

.edu-pagination li.active a {
  background: #525fe1;
  background: var(--color-primary);
  color: #fff;
  color: var(--color-white);
}

.pagination_main {
  margin-top: 50px;
}

.edu-pagination li a:hover {
  background-color: #525fe1;
  color: #fff;
}

/* contact us */
.contact {
  text-align: center;
}

.contact p {
  font-size: 18px;
  color: #525fe1;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.contact h3 {
  font-size: 40px;
  color: #111;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.contact_icon {
  width: 40px;
  height: 40px;
  border: 1px solid #edeffc;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #edeffc;
  color: #525fe1;
}

.contact_main {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 225px;
  text-align: center;
  padding: 30px;
  margin: 15px;
  transition: 0.4s all;
}

.contact_main:hover {
  transition: 0.4s all;
  background-color: #f86f03;
}

.contact_main:hover h3,
.contact_main:hover p {
  color: #fff;
}

.contact_main:hover .contact_icon {
  background-color: #fff;
  color: #f86f03;
}

.contact_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact_main h3 {
  font-size: 25px;
  font-weight: 700;
  color: #111;
  margin-top: 20px;
  font-family: "Urbanist", sans-serif;
}

.contact_main p {
  font-size: 16px;
  font-weight: 400;
  color: #111;
  margin: 0px;
  font-family: "Urbanist", sans-serif;
}

#name_f {
  width: 100%;
  border: 1px solid #f5f5f5;
  padding: 15px;
  background-color: #f5f5f5;
}

.main_f {
  padding: 63px 30px;
}

#Submit_c {
  border: 1px solid #ddd;
  width: 100%;
  padding: 20px;
  background-color: #525fe1;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

#Submit_c:hover {
  background-color: #111;
  border: 1px solid #111;
}

.contact_map {
  width: 100%;
  margin-bottom: 50px;
}

.contact_icon i {
  font-size: 20px;
}

.Business {
  text-align: center;
}

.Phipps {
  margin-top: -6px;
}

.Introduction {
  text-align: center;
  margin-top: 20px;
}

.Introduction h3 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.blog_img {
  padding-top: 20px;
  padding-bottom: 50px;
}

.adipiscing {
  border-radius: 10px;
  border: 2px solid #525fe1;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border-width: 2px 0px 0px 0px;
  padding: 25px;

  text-align: center;
  margin: 2px;
}

.adipiscing h5 {
  font-size: 22px;
  font-weight: 600;
  color: #525fe1;
  line-height: 35px;
  padding-left: 65px;
  padding-right: 65px;
  font-family: "Urbanist", sans-serif;
}

#adipiscing_main {
  margin: 20px 90px;
}

#adipiscing_main p {
  font-size: 18px;
  font-weight: 400;
  color: #111;
  padding-bottom: 30px;
  font-family: "Urbanist", sans-serif;
}

.Struggling {
  padding-top: 40px;
}

.dollar span i {
  font-size: 10px;
  padding: 10px;
  font-family: "Urbanist", sans-serif;
}

#adipiscing_main .dollar {
  font-size: 16px;
  padding: 0px;
  font-family: "Urbanist", sans-serif;
}

.Struggling h3 {
  font-size: 25px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.Learned {
  font-size: 25px;
  font-weight: 700;
  padding-top: 30px;
  font-family: "Urbanist", sans-serif;
}

.tag-list a {
  background: #fff;
  border-radius: 2px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  margin: 5px;
  padding: 0 14px;
  transition: 0.4s;
}

.tag-list.bg-shade a {
  background: #f5f5f5;
}

.tag-list.bg-shade a:hover {
  background-color: #525fe1;
  color: #fff;
}

.tag-list {
  margin: -5px;
}

.Share_blog {
  display: flex;
  justify-content: center;
  align-items: center;
}

#adipiscing_main .Share_blog p {
  font-size: 18px;
  font-weight: 400;
  color: #111;
  padding-bottom: 0px !important;
  padding-top: 13px;
  font-family: "Urbanist", sans-serif;
}

.Share_blog a i {
  font-size: 20px;
  margin-left: 20px;
  color: #a09f9f;
  font-family: "Urbanist", sans-serif;
}

.printing {
  border-radius: 10px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 5px 13px;
  margin: 20px;
}

.printing:hover {
  border: 2px solid #525fe1;
  border-width: 0px 0px 2px 0px;
  background-color: #fff;
}

#adipiscing_main .printing p {
  font-size: 18px;
  padding-bottom: 0px;
  margin: 0px;
  padding-left: 30px;
  padding-right: 60px;
  font-family: "Urbanist", sans-serif;
}

#adipiscing_main .printing .libero {
  font-size: 18px;
  padding-bottom: 0px;
  margin: 0px;
  padding-left: 60px;
  padding-right: 30px;
  text-align: right;
  font-family: "Urbanist", sans-serif;
}

.Business_main {
  margin-top: 150px;
}

/* pr */
.privacy_text h3 {
  font-size: 25px;
  font-weight: 700;
  color: #111;
  font-family: "Urbanist", sans-serif;
}

.privacy_text p {
  font-size: 16px;
  font-weight: 400;
  color: #5c5b5b;
  font-family: "Urbanist", sans-serif;
}

.privacy_text {
  margin-bottom: 50px;
}

#faq_tab {
  margin-left: 30px;
  margin-right: 30px;
}

.General {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.General p {
  font-size: 16px;
  font-weight: 600;
  color: #525fe1;
  font-family: "Urbanist", sans-serif;
}

.General h3 {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  line-height: 55px;
  font-family: "Urbanist", sans-serif;
}

/* gallery */
.portfolio-section {
  padding: 50px 0;
  background-color: #000;
}

.portfolio-section h2 {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: "Urbanist", sans-serif;
}

.portfolio-menu {
  text-align: center;
}

.control {
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #343a40;
  border-radius: 3px;
  margin: 5px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
}

.control:hover {
  background: #343a40;
}

.mixitup-control-active {
  color: #fff;
  background: #343a40;
}

.fancybox-container button:focus {
  outline: 0;
  box-shadow: none;
}

.portfolio-item {
  padding-top: 30px;
}

.pd {
  padding: 0;
  padding: 10px;
}

.pd img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.portfolio-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  text-align: center;
  visibility: hidden;
  transition: all 0.5s;
  transform: scale(0);
}

.portfolio-overlay p,
.portfolio-overlay a {
  position: relative;
  z-index: 4;
}

.portfolio-overlay::before {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  left: 10%;
  top: 10%;
  transition: 50ms height ease 150ms;
  z-index: 3;
}

.portfolio-overlay::after {
  content: "";
  width: 0;
  height: 0;
  border-width: 0;
  position: absolute;
  right: 10%;
  bottom: 10%;
  transition: 100ms width ease 200ms;
  z-index: 3;
}

.portfolio-item:hover .portfolio-overlay::before {
  width: 80%;
  height: 80%;
  border-top: 1px solid #50977f;
  border-right: 1px solid #50977f;
  transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
}

.portfolio-item:hover .portfolio-overlay::after {
  width: 80%;
  height: 80%;
  border-bottom: 1px solid #50977f;
  border-left: 1px solid #50977f;
  transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
}

.portfolio-item li {
  height: 180px;
}

.portfolio-item li:hover .portfolio-overlay {
  visibility: visible;
  transform: scale(1);
}

.portfolio-overlay .category {
  margin-top: 70px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}

.portfolio-overlay .magnify-icon {
  height: 40px;
  width: 40px;
  border-radius: 20px;
  background: #50977f;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.25s;
}

.portfolio-overlay .magnify-icon:hover {
  background: #000;
}

.portfolio-overlay .magnify-icon p span i {
  font-size: 15px;
  color: #fff;
  line-height: 40px;
  cursor: pointer;
  font-family: "Urbanist", sans-serif;
}

/*  */
.img-event {
  width: 100%;
  padding: 10px;
}

.img-event_1 {
  width: 100%;
  padding: 10px;
}

.elements {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
  font-family: "Urbanist", sans-serif;
}

.map {
  margin-top: -92px;
}

#event_a {
  text-decoration: none;
}

.Expert {
  font-size: 16px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
}

.insights {
  margin-left: 15px;
}

.main {
  padding-left: 60px;
  padding-right: 60px;
}

#Picture_4 {
  /* position: relative; */
  /* top: -30px;
    right: 287px; */
}

/* .Picture3 {
    position: absolute;
    width: 129%;
} */

.Career_Ready h5 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.Career_Ready p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
}

#product_d {
  border: none;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  height: 450px;
}

.rating {
  display: flex;
  gap: 10px;
}

.play {
  margin-top: 30px;
}

#img_b {
  width: auto;
  position: absolute;
  left: 40%;
}

.box p {
  font-size: 14px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
  margin-top: 15px;
}

.box p i {
  margin-right: 10px;
}

.team_member_text h6 {
  font-size: 25px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  margin-top: 40px;
  margin-bottom: 40px;
}

.Lessons_9 {
  margin-top: 50px;
  margin-bottom: 50px;
}

.note {
  margin-top: 30px;
  margin-bottom: 30px;
}

td {
  border: 1px solid !important;
  padding: 10px !important;
}

th {
  border: 1px solid !important;
  padding: 10px !important;
}

tr {
  border: 1px solid !important;
  padding: 10px !important;
}

table {
  width: 100%;
}

.main_t {
  margin-top: 50px;
  margin-bottom: 35px;
}

.Bonus_Program {
  border: 1px solid #111;
  padding: 10px 20px;
  background-color: #111;
  color: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
  margin-top: 10px;
}

.Student {
  height: auto;
}

.Develop span {
  font-size: 16px;
  font-weight: 500;
  font-family: "Urbanist", sans-serif;
}

.Mentorship h6 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.Mentorship span {
  font-size: 16px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
  display: flex;
  gap: 10px;
}

.Mentorship span i {
  font-size: 6px;
  margin-top: 8px;
}

.Mentorship {
  margin-top: 30px;
}

#name {
  width: 100%;
  padding: 15px;
  border: 1px solid #f5f5f5;
  background-color: #f5f5f5;
}

.Become_City h3 {
  font-size: 40px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 15px;
}

.Become_City h6 {
  font-size: 20px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 15px;
}

.Become_City p {
  font-size: 16px;
  font-weight: 400;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 15px;
}

#myTab #profile-tab.active {
  background-color: #525fe1 !important;
  color: #fff !important;
}

#myTab #home-tab.active {
  background-color: #525fe1 !important;
  color: #fff !important;
}

.Become {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  font-family: "Urbanist", sans-serif;
  padding-top: 80px;
  padding-bottom: 80px;
}

.Become_City {
  margin-left: 10px;
  margin-bottom: 80px;
}

.Submit_b-2 {
  border: 1px solid #525fe1;
  padding: 10px 20px;
  background-color: #525fe1;
  color: #fff;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Urbanist", sans-serif;
}

.Submit_b-2:hover {
  background-color: #111;
  border: 1px solid #111;
}

.img_picture {
  height: 100%;
  width: 100%;
}

.Picture3 {
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .logo_img img {
    width: 45%;
  }
}

@media only screen and (max-width: 768px) {
  .logo_img a img {
    width: 100%;
}
  .Get_Ticket {
    font-size: 18px;
  }

  #ab_gt_start {
    display: block !important;
  }

  #img_b {
    margin: auto;
    display: block;
    width: 48% !important;
    left: -25px;
    position: relative;
    margin-right: 72px !important;
  }

  img.play {
    width: 40% !important;
  }

  #img_banner {
    position: relative !important;
    border-radius: 50%;
    border: 12px solid #fff;
    right: 0px;
    bottom: -30px;
  }

  .joinIndia {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .about_banner_body {
    margin-top: 0px !important;
    margin-left: 0px !important;
  }

  .about_banner {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }

  ol.edu-breadcrumb.d-flex.justify-content-start.liststyle {
    justify-content: center !important;
    text-align: center;
  }

  .Business_main {
    margin-top: 30px;
  }

  .Phipps_1 {
    margin-bottom: 30px;
  }

  #Business_blog {
    margin-left: 25px;
  }

  #adipiscing_main {
    margin: 0px;
  }

  .adipiscing h5 {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
  }

  .tag-list {
    margin: 0px;
    margin-left: 22px;
  }

  .Nancy {
    text-align: center;
  }

  .simply {
    justify-content: center;
  }

  .blog_img {
    width: 100% !important;
  }

  .printing {
    padding: 15px;
  }

  .blog_img_1 {
    width: 100%;
    margin: 0px;
  }

  .blog_img_2 {
    width: 100%;
    margin: 0px;
    margin-top: 30px;
  }

  .adipiscing {
    margin: 0px;
  }

  .Course_main {
    padding: 0px;
  }

  .Lessons_img {
    width: 20% !important;
  }

  .nav-tabs {
    gap: 30px;
  }

  #home-tab {
    font-size: 12px !important;
  }

  #profile-tab {
    font-size: 12px !important;
  }

  #contact-tab {
    font-size: 12px !important;
  }

  #Reviews-tab {
    font-size: 12px !important;
  }

  .video {
    margin: 0px;
    margin-top: 110px;
  }

  .Introduction {
    margin-top: 21px;
  }

  .Share {
    justify-content: center;
  }

  .Nancy h2 {
    margin-top: 20px;
  }

  .banner_c_img {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .card-title_text {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: left;
    margin-left: 15px;
  }

  .Featured {
    padding: 30px 20px !important;
    margin: 0px !important;
  }

  #img_1 {
    width: 30%;
    padding-left: 10px;
  }

  .Featured_img {
    display: block;
    margin-left: 10px;
  }

  .gallery {
    margin: 0px;
  }

  .img-f {
    margin-top: 30px;
  }

  .img-s {
    margin-top: 10px;
  }

  .img-a {
    margin-top: 10px;
  }

  .box {
    padding: 10px 10px;
  }

  .team_img {
    margin-bottom: 25px;
  }

  .team_member {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .team_member_text h5 {
    margin-bottom: 30px;
  }

  .STUDENTS_ENROLLED {
    margin-top: 30px;
  }

  .Edulamp {
    background-color: #ffecdb;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .offer_text {
    text-align: center;
    margin-bottom: 50px;
  }

  .Course_sec {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  #consectetur {
    margin-top: 10px !important;
  }

  .Lessons {
    margin-top: -3px;
    margin-left: 5px;
    font-size: 13px;
  }

  .Intermediate_b {
    left: 5px;
  }

  .pagination_main {
    margin-top: 12px;
    margin-bottom: 30px;
  }

  #map_3 {
    width: 388px;
  }

  #faq_tab {
    margin-left: 0px;
    margin-right: 0px;
  }

  .main {
    padding-left: 10px;
    padding-right: 10px;
  }

  .Get_Started {
    margin-top: 5px;
  }

  #img_b {
    width: 50%;
    margin-right: 99px;
    margin-top: 20px;
  }

  .COURSE {
    margin: 35px;
  }

  #Popular_coures {
    margin-top: 0px !important;
  }

  #Popular_coures_1 {
    margin-top: -23px !important;
  }

  .WHO_WE {
    text-align: center;
    margin-bottom: 35px;
  }

  .FREE_WORKSHOP {
    position: relative;
  }

  .FREE_WORKSHOP_body {
    text-align: center;
  }

  .parent {
    height: 460px;
  }

  .parent p {
    margin-right: 0px;
  }

  .nav-tabs {
    border-width: 0px !important;
    margin-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .about_banner_body h3 {
    font-size: 30px;
    font-family: "Urbanist", sans-serif;
  }

  #Picture_4 {
    position: static;
  }

  .Picture3 {
    position: static;
    width: 100%;
    margin-top: 10px;
    margin-left: 7px;
  }

  .img_picture {
    text-align: center;
  }
}