* {
  margin: 0px;
  padding: 0px;
}

body {
  font-family: "Mulish", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: "Mulish", sans-serif;
}

/* header */

.header-logo-section {
  padding: 15px;
}
.navbar-section-full {
  width: 100%;
}
.header-logo-section img {
  width: 100%;
}
.carrer-navbar-section ul.navbar-nav {
  background: #5d3571;
  padding: 10px;
  border-top-left-radius: 25px;
}
.carrer-navbar-section ul.navbar-nav li a {
  color: white;
}

.carrer-navbar-section .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: white;
  font-weight: bold;
}
.header-contact-details {
  display: flex;
  justify-content: end;
}
.header-contact-details span {
  padding: 12px;
  padding-right: 40px;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0.navbar-section-full li.nav-item {
  width: 100%;
}

span.socila-media-icons {
  margin: 0px;
  padding: 8px;
  color: #5d3571;
}
.booking-section-header button {
  background: #be1475;
  border-radius: 0px;
  border: none;
  width: 200px;
  height: 41px;
}
.carrer-navbar-section .collapse.navbar-collapse {
  align-items: unset;
}
.socila-media-icons-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 22px;
}
.socila-media-icons-header i {
  width: 30px;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 8px;
  color: white;
  background: #5d3571;
  font-size: 14px;
}
span.events-header {
  color: #5d3571;
  font-weight: bold;
}
span.events-live {
  color: #5d3571;
  font-weight: bold;
}
/* header */

/* slider */

.header-slider-section-text-content .carousel-caption {
  top: 0px;
  text-align: left;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.slider-heading h1 {
  width: 60%;
  font-size: 65px;
  font-weight: 900;
  margin-bottom: 60px;
}

.slider-buttons button {
  border-radius: 33px;
  padding: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin-right: 20px;
  background: white;
  border: none;
  color: #000000;
  font-weight: 700;
  padding-top: 15px;
  padding-bottom: 15px;
}
button.btn.btn-primary.active {
  background: #be1475;
}
.per-rate button {
  background: #be1475;
  border: none;
  font-size: 14px;
  padding: 10px;
  transform: rotate(354deg);
}
.col-lg-2.header-logo-section-div {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* slider */

/* about-us-section */

section.about-us-section {
  background: #ffffff;
  padding: 50px;
}
.about-us-heading h6 {
  font-weight: bold;
  font-size: 20px;
}
.about-us-heading h3 {
  font-size: 45px;
  font-weight: bold;
}
.about-us-heading p {
  font-size: 18px;
  margin-bottom: 30px;
}
.about-us-heading h3 span {
  color: #be1475;
}
.discover-now-button button {
  background: #be1475;
  border: none;
  font-weight: 600;
  border-radius: 30px;
  padding: 16px;
  padding-left: 30px;
  padding-right: 30px;
}
.about-us-image img {
  width: 100%;
}
/* about-us-section */

/* clients slides */

.clinets-cards-sections {
  display: flex;
}
.clinets-cards-sections .card-body img {
  width: 100%;
}
.clinets-cards-sections .card {
  margin: 22px;
  margin-left: 0px;
  border-radius: 20px;
  border: 1px solid #e1e1e1;
  box-shadow: 2px 2px 2px #cdcdcd;
}

section.clients-card-section {
  margin-bottom: 50px;
}
.flip-box {
  background-color: transparent;
  width: 250px;
  height: 300px;
  border: 1px solid #f1f1f1;
  perspective: 1000px;
  margin-right: 20px;
  border-radius: 22px;
  overflow: hidden;
}
.flip-box-front img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front,
.flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #bbb;
  color: black;
}

.flip-box-back {
  background-color: #555;
  color: white;
  transform: rotateY(180deg);
}
.flip-box-section-country {
  display: flex;
  margin-top: 120px;
}
p.flag-name {
  position: absolute;
  z-index: 99999;
  bottom: 0px;
  background: #0000005c;
  width: 100%;
  padding: 10px;
  font-weight: bold;
  color: white;
  font-size: 24px;
}
.flip-box-back {
  background: #be1475;
  padding: 14px;
  text-align: left;
}
.flip-box-back h2 {
  font-size: 24px;
}
.flip-box-back p {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  padding: 10px;
  padding-left: 0px;
  border-bottom: 1px solid #ffffff59;
}
/* clients slides */

/* country-selection */

.country-selection-heading h1 {
  font-size: 70px;
  font-weight: bolder;
  color: white;
}
section.where-do-you-wanttostudy {
  padding: 60px;
}
img.usa-icons {
  position: absolute;
  width: 65px;
  height: 65px;
  object-fit: unset;
  left: 15px;
  top: 20px;
  background: #ffffff40;
  border-radius: 50%;
  padding: 1px;
}
.icons-bk-k img {
  width: 65px;
  position: absolute;
  right: 20px;
  border-radius: 50%;
}
.list-paris-s {
  margin-top: 30px;
}
/* country-selection */

/* services    */

/* services    */
section.services-section-careers {
  padding: 50px;
}
.services-heading-section h5 {
  color: #be1475;
  border: 1px solid #575757;
  width: fit-content;
  padding: 8px;
  border-radius: 26px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}
.our-services-emp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.our-services-emp h2 {
  font-weight: bolder;
}
.card-multi-section-s {
  display: flex;
  margin-top: 25px;
}
.card-multi-section-s .card {
  margin-right: 25px;
}
.multi-card-slider-text h6 {
  font-weight: bold;
  font-size: 16px;
  height: 38px;
}
.multi-card-slider-text a.btn.btn-primary {
  background: #e5e5e5;
  width: 100%;
  text-align: left;
  border: none;
  padding: 10px;
  padding-left: 20px;
  color: #323131;
  font-weight: 600;
}
/* services    */

/* client-score */

.clinets-score-cards-s {
  display: flex;
  justify-content: space-between;
}
section.clinets-score-section {
  padding: 70px;
}
.clinets-score-cards-s .card {
  width: 100%;
  margin-right: 30px;
  text-align: center;
  border-radius: 25px;
  background: #62003863;
  border: none;
  color: white;
}
.clinets-heading-d h4 {
  font-size: 40px;
  font-weight: bolder !important;
}
.clinets-heading-d p {
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
}
/* client-score */

/* testimonial   */

section.testimonial {
  padding: 50px;
}
.testimoinal-heading {
  text-align: center;
  margin-bottom: 40px;
}
.testimoinal-heading h3 {
  font-weight: bolder !important;
  font-size: 38px;
}
.testimoinal-heading h5 {
  font-weight: 700;
  font-size: 22px;
}
.testimonial-image img {
  width: 320px;
  height: 320px;
  border-radius: 50%;
  object-fit: none;
}
.testimonal-img-text {
  display: flex;
}
.testimonial-image {
  margin-right: 45px;
}
.testimional-text-content-t h5 {
  font-size: 24px;
  font-weight: bold;
}
.testimional-text-content-t h6 {
  color: #8c8c8c;
  font-weight: bold;
}
.testimional-text-content-t svg {
  fill: #be1475;
  margin-bottom: 26px;
}
.testimonial-dummy-text p {
  font-size: 20px;
  text-align: left;
  font-weight: 600;
}
/* testimonial   */

/* partners   */

section.clients-card-section.partners {
  padding: 50px;
}
.partner-clients h5 {
  font-size: 35px;
  text-align: center;
  font-weight: bolder;
}
/* partners   */

/* universial testimonal   */

.testimional-video-section {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70%;
  margin: auto;
  position: relative;
}
.testimional-video-section video {
  width: 100%;
  height: 400px;
}
section.universial-testimonial {
  padding: 30px;
  padding-top: 0px;
}
.video-heading h1 {
  text-align: center;
  font-size: 35px;
  font-weight: bolder;
  margin-bottom: 60px;
}
.testimional-video-section video {
  width: 100%;
  height: 400px;
  border-radius: 40px;
}
img.text-ser-v {
  position: absolute;
  bottom: -50px;
  z-index: 99999;
  left: 0px;
  width: 120px;
  left: -72px;
  width: 72px;
  opacity: 0.5;
  z-index: -1;
}
img.text-ser-vv {
  position: absolute;
  top: -44px;
  z-index: 99999;
  right: -76px;
  width: 77px;
  opacity: 0.5;
  z-index: -1;
}
/* universial testimonal   */

/* 
footer   */

footer {
  background: #8a1d57;
  padding: 50px;
  margin-top: 50px;
}
.footer-section-one img {
  width: 100%;
}
.footer-section-one p {
  color: white;
  margin-top: 24px;
}
.footer-menu-links li {
  background: none;
  border: none;
  color: white;
}
.footer-menu-links ul h5 {
  font-weight: bold;
  color: white;
  padding-left: 0px;
  border-bottom: 1px solid #ffffff57;
  padding-bottom: 12px;
}
.footer-menu-links li span {
  margin-right: 10px;
}

.socila-media-icons-header.footer {
  justify-content: start;
}
.footer-section-one img {
  width: 75%;
}
/* 
footer   */
.menu-area.menu-sticky {
  width: 100%;
}
.carrer-navbar-section ul.navbar-nav li a {
  color: white;
  font-size: 14px;
  text-decoration: none;
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
a.rs-menu-toggle {
  background: #5d3571;
  float: right;
  padding: 10px;
  font-size: 14px;
  text-decoration: none;
}
ul.sub-menu li a {
  padding: 10px !important;
}
footer li.list-group-item a {
  color: white;
  text-decoration: none;
}
.socila-media-icons-header a {
  text-decoration: none;
}
@media screen and (max-width: 1800px) {
  ul.navbar-nav.me-auto.mb-2.mb-lg-0.navbar-section-full li.nav-item a {
    font-size: 14px;
  }
  .carrer-navbar-section ul.navbar-nav li a {
    color: white;
    font-size: 14px;
    text-decoration: none;
    padding: 0px;
    padding-left: 0px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1400px) {
  ul.navbar-nav.me-auto.mb-2.mb-lg-0.navbar-section-full li.nav-item {
    width: auto !important;
  }
  ul.navbar-nav.me-auto.mb-2.mb-lg-0.navbar-section-full li.nav-item a {
    font-size: 14px;
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 1050px) {
  .header-contact-details {
    display: none;
  }
  .slider-heading h1 {
    width: 100%;
    font-size: 35px;
    font-weight: 900;
    margin-bottom: 20px;
  }
  .clinets-cards-sections {
    display: flex;
    flex-wrap: wrap !important;
  }
  .clinets-cards-sections .card {
    width: 45%;
  }
  .flip-box-section-country {
    display: flex;
    margin-top: 60px;
    flex-wrap: wrap;
  }
  .flip-box {
    background-color: transparent;
    width: 45%;
    margin-bottom: 30px;
  }
  .card-multi-section-s {
    display: flex;
    margin-top: 25px;
    flex-wrap: wrap;
  }
  .card-multi-section-s .card {
    margin-right: 20px;
    width: 45%;
  }
  .clinets-score-cards-s {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .clinets-score-cards-s .card {
    width: 44%;
    margin-right: 30px;
    text-align: center;
    border-radius: 25px;
    background: #62003863;
    border: none;
    color: white;
    margin-bottom: 20px;
  }
  .testimonal-img-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .container-fluid.p-0.navbar-menu-collpase-section {
    display: flex;
    justify-content: right;
    position: absolute;
    z-index: 99999;
    top: -55px;
  }
  .col-lg-2.header-logo-section-div {
    display: unset;
  }
  .header-logo-section img {
    width: 200px;
  }
  .carrer-navbar-section ul.navbar-nav {
    border-top-left-radius: 0px;
  }
  .booking-section-header button {
    width: 100%;
    padding: 12px;
  }
  .carrer-navbar-section ul.navbar-nav {
    margin: 0px !important;
  }
  img.text-ser-v {
    display: none;
  }
  img.text-ser-vv {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .header-contact-details {
    display: none;
  }
  .slider-heading h1 {
    width: 100%;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 10px;
  }
  .slider-buttons button {
    padding: 0px !important;
  }
  .slider-buttons button {
    padding: 6px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    font-size: 11px;
    margin-right: 4px;
  }
  .per-rate button {
    background: #be1475;
    border: none;
    font-size: 12px;
    padding: 4px;
    transform: rotate(354deg);
    position: relative;
    top: -5px;
  }
  .carousel-indicators {
    margin-bottom: 0rem;
  }
  .header-slider-section-text-content .carousel-caption {
    padding-bottom: 0px !important;
  }
  section.about-us-section {
    background: #ffffff;
    padding: 20px;
  }
  .about-us-heading p {
    font-size: 16px;
  }
  .about-us-heading h3 {
    font-size: 30px;
    font-weight: bold;
  }
  .clinets-cards-sections {
    display: inline;
  }
  .country-selection-heading h1 {
    font-size: 40px;
  }
  section.where-do-you-wanttostudy {
    padding: 30px;
  }
  .flip-box-section-country {
    display: block;
    margin-top: 30px;
  }
  .flip-box {
    background-color: transparent;
    width: 100%;
    height: 300px;
    border: 1px solid #f1f1f1;
    perspective: 1000px;
    margin-right: 20px;
    border-radius: 22px;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .flip-box {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
  section.services-section-careers {
    padding: 30px;
  }
  .our-services-emp h2 {
    font-weight: bolder;
    text-align: center;
  }
  .card-multi-section-s {
    display: inline;
    margin-top: 25px;
    margin-bottom: 20px !important;
  }
  .card-multi-section-s .card {
    margin-right: 25px;
    width: 100%;
    margin-bottom: 30px;
  }
  section.clinets-score-section {
    padding: 30px;
  }
  .clinets-score-cards-s {
    display: block;
  }

  .clinets-score-cards-s .card {
    margin-bottom: 20px;
    width: 100%;
  }
  .testimional-video-section {
    width: 100%;
  }
  footer {
    padding: 30px;
  }
  .footer-menu-links {
    margin-top: 35px;
  }
  .carrer-navbar-section ul.navbar-nav {
    border-radius: 0px;
    margin: 0px !important;
  }
  .booking-section-header button {
    width: 100%;
    padding: 12px;
  }
  .testimonal-img-text {
    display: inline;
  }
  .testimonial-image {
    margin-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-bottom: 28px;
  }
  .testimonial-image img {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: unset;
  }
  section.testimonial {
    padding: 30px;
  }
  .testimional-text-content-t {
    text-align: center;
  }
  .testimonial-dummy-text p {
    font-size: 16px;
    text-align: center;
    font-weight: 600;
  }
  section.clients-card-section.partners {
    padding: 30px;
  }
  .clinets-cards-sections .card {
    width: 100%;
  }

  .container-fluid.p-0.navbar-menu-collpase-section {
    display: flex;
    justify-content: right;
    position: absolute;
    z-index: 99999;
    top: -55px;
  }
  .col-lg-2.header-logo-section-div {
    display: unset;
  }
  .header-logo-section img {
    width: 200px;
  }
  img.text-ser-v {
    display: none;
  }
  img.text-ser-vv {
    display: none;
  }
  .card-multi-section-s .card {
        margin-right: 25px;
        width: 100%;
        margin-bottom: 30px;
        width: 100% !important;
    }
}
span.live-span-dot {
    padding-right: 0px !important;
}
span.live-span-dot svg {
    width: 16px;
    height: 16px;
    fill: #e00101;
    position: relative;
    top: -1px;
}
.card-multi-section-s .card {
    /* background: red; */
    width: 25%;
}
.multi-card-slider-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
    width: 100%;
    padding: 0 0px;
    margin: 0;
    font-size: 14px;
    margin-bottom: 30px;
}
.card-multi-section-s img {
    height: 200px !important;
    object-fit: cover;
}
