@charset "utf-8";
@font-face {
  font-family: "aktivgrotesk-reguuploadedfile";
  src: url("../fonts/aktivgrotesk-regular-webfont.woff2") format("woff2"),
    url("../fonts/aktivgrotesk-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-x: hidden;
  font-family: "DM Sans", serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: "DM Sans", serif;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
::-moz-selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: #007d9d;
  color: #fff;
  text-shadow: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
  color: inherit;
  opacity: 0.7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.7;
}
body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  overflow-x: hidden;
  font-family: "DM Sans", serif;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
  padding: 0;
  font-family: "Manrope", serif;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  width: 100%;
  display: block;
}

a,
button,
input {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a {
  text-decoration: none !important;
}
p {
  margin: 0;
  padding: 0;
  font-family: "DM Sans", serif;
}
ul {
  padding: 0;
  margin: 0;
}
/**************global css end*******/
.scroll-top {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 105%;
  right: 20px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 999999;
  color: #fff;
  text-align: center;
  background: #22aadc;
  border: 1px solid #22aadc;
  -webkit-transition: 1s ease;
  transition: 1s ease;
  padding: 0;
}
.scroll-top.cta {
  min-width: 0;
}
.scroll-top:hover {
  color: #fff;
  background: #33346a;
  border: 1px solid #33346a;
  box-shadow: 0px 2px 5px 0px rgba(51, 52, 106, 0.6);
}
.scroll-top.open {
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn {
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  display: inline-block;
  overflow: hidden;
  background-color: #22aadc;
  transform: perspective(1px) translateZ(0);
  color: #fff;
  transition: all 0.6s ease-in-out;
  padding: 17px 33px;
  border-radius: 28px;
  border: none;
  line-height: 20.8px;
}
.btn::before {
  content: "";
  position: absolute;
  border-radius: 30px;
  z-index: -1;
  top: 0px;
  left: -100%;
  background-color: #33346a;
  opacity: 0;
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.btn:hover {
  color: #fff;
}
.btn:hover::before {
  left: 0;
  opacity: 1;
}
.btnWrapper {
  margin-top: 50px;
  display: flex;
  gap: 25px;
  align-items: center;
}
.spclRow {
  --bs-gutter-y: 50px;
}
span.starSpan {
  color: #000;
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 6.72px;
  text-transform: uppercase;
  position: relative;
}
span.starSpan::before,
span.starSpan::after {
  content: "\f586";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  color: #eb302d;
}
.spanPart {
  color: #33346a;
  text-align: center;
  font-family: "DM Sans", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.4px;
  text-transform: uppercase;
  margin-left: 20px;
  display: flex;
  align-items: center;
  position: relative;
}
.spanPart::before {
  position: absolute;
  content: "\ec27";
  font-family: boxicons !important;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  display: inline-block;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin-left: -20px;
}
/* ==============animations=================== */

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideOut {
  from {
    transform: skew(45deg) translateX(-100%);
  }
  to {
    transform: skew(25deg) translateX(0);
  }
}
@keyframes float {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(20px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floatUp {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0);
  }
}
.pop_animated {
  animation: pop 2s ease infinite;
}
/* ==============heading and subheading=================== */
.subtitle {
  font-family: "DM Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.topHeading {
  margin-bottom: 65px;
}
.title {
  color: #16171a;
  text-align: center;
  font-family: "Manrope", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.8px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
/* ====================Top Header================== */
.topHeader {
  background: #33346a;
  padding: 12px 0;
  position: relative;
  z-index: 2;
}
.mobTopHeader {
  display: none;
}
.topHeader:before {
  position: absolute;
  content: "";
  width: 53%;
  height: 100%;
  left: -11px;
  top: 0;
  background: #22aadc;
  z-index: -1;
  transform: skew(30deg);
}
.topHeader .contactInfo a {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20.8px;
  display: flex;
  align-items: center;
  transition: all 0.6s ease-in-out;
}
.topHeader .contactInfo li:hover a {
  color: #33346a;
}
.topHeader .contactInfo a i {
  font-size: 21px;
  margin-right: 9px;
}
.topHeader .contactInfo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.languageDropdown {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 30px;
}
.topHeader .dropdown button {
  background-color: transparent;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 18.2px;
  letter-spacing: -0.14px;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
.topHeader .dropdown button::after {
  position: absolute;
  top: 50%;
  right: -7px;
  content: "";
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
  transform: translateY(-50%);
}
.topHeader .dropdown button img {
  margin: 0 6px 0 0;
}
.topHeader .dropdown button img,
.topHeader .dropdown-content li img {
  width: 16px;
  border-radius: 50px;
  height: 16px;
}
.topHeader .dropdown-content li {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
}
.topHeader .arrow-down::before {
  margin: 0 0 0 5px;
  content: "\F282";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
}
.topHeader .dropdown button:hover {
  cursor: pointer;
}
.topHeader .dropdown-content {
  display: none;
  position: absolute;
  margin: 1px 0 0 0;
  padding: 0;
  background-color: #f5f5f5;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  overflow-y: scroll;
  max-height: 315px;
  z-index: 999;
  opacity: 1;
}
.topHeader .dropdown-content li {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  justify-content: end;
}
.topHeader .dropdown-content li img {
  margin: 0 20px 0px 20px;
}
.topHeader .dropdown-content li:hover {
  background-color: #f1f1f1;
  cursor: pointer;
  color: #33346a;
  border-radius: 5px;
}
.topHeader .dropdown:focus-within .dropdown-content {
  display: block;
}
@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-content {
  animation: slideIn 0.3s ease-out;
}
.languageChange {
  display: flex;
  align-items: center;
  justify-content: center;
}
.languageChange p {
  position: relative;
}
/* .languageChange p::after {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f282";
  font-size: 14px;
  margin-left: 5px;
} */
::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background: #c2c9d2;
}
.socialIcons li {
  margin-right: 17px;
  display: inline-block;
}
.socialIcons a i,.socialIcons a svg {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  color: #fcfcfc;
  display: block;
  transition: all 0.6s ease-in-out;
}
.socialIcons li:hover a i,.socialIcons li:hover a svg  {
  color: #22aadc;
}
.socialIcons{
  display: flex;
  align-items: center;
}
/* ====================header================== */
.main_header {
  padding: 20px 0;
  width: 100%;
  display: block;
  background: transparent;
  z-index: 2;
  transition: all 0.5s;
}
.main_header.sticky-header {
  padding: 20px 0;
  position: fixed;
  box-shadow: rgba(25, 25, 25, 0.04) 0 0 1px 0, rgba(0, 0, 0, 0.1) 0 3px 4px 0;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 9;
}
.main_header .navigation_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.main_header .logo img {
  max-width: 90px;
  width: 100%;
}
/* Start navigation */
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  position: relative;
}
.navigation_sec .nav_sec > ul > li + li {
  margin-left: 30px;
}
.navigation_sec .nav_sec > ul > li a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #16171a;
  text-transform: capitalize;
  font-family: "DM Sans", serif;
}
.navigation_sec .nav_sec ul li:hover > a,
.navigation_sec .nav_sec ul li.active > a,
.main_header.sticky-header .navigation_sec .nav_sec ul li:hover > a,
.main_header.sticky-header .navigation_sec .nav_sec ul li.active > a,.navigation_sec .nav_sec ul li ul li:hover a,.navigation_sec .nav_sec ul li ul li.active a{
  color: #33346a;
}
span.toggle-menu {
  display: none;
}
.main_header.sticky-header .navigation_sec .nav_sec > ul > li a {
  color: #000;
}
.nav_sec .dropdown ul {
  width: 250px;
  margin: 0;
  padding: 10px 0;
  background: #fff;
  display: block;
  position: absolute;
  visibility: hidden;
  left: 14px;
  top: 130%;
  opacity: 0;
  transition: 0.3s;
  border-radius: 4px;
  z-index: 99;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
.nav_sec ul li ul li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec ul li ul li a {
  margin: 0;
  padding: 6px 20px 15px;
  display: block;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: normal;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #16171a;
  text-transform: capitalize;
  font-family: "DM Sans", serif;
}
.nav_sec .dropdown:hover > ul {
  opacity: 1;
  left: 0;
  visibility: visible;
}
/*====================================== Footer ========================================*/
.footer {
  background: #33346a;
  padding: 65px 0 95px;
  color: #fff;
}
.footerTop {
  padding-bottom: 35px;
  border-bottom: 1px dashed rgba(217, 227, 231, 0.2);
}
.footerTop h6 {
  font-size: 12px;
  font-weight: 700;
  font-family: "Inter", serif;
  margin-bottom: 18px;
  line-height: 15.6px;
  text-transform: capitalize;
}
.footerTop p,
.footerTop a,
.footerTop ul li {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.16px;
  line-height: 26px;
  font-family: "Inter", serif;
  color: #fff;
  transition: 0.6s ease-in-out;
}
.footerTop ul li {
  margin-bottom: 12px;
}
.footerTop ul li:last-child {
  margin-bottom: 0;
}
.footerTop a:hover,
.footerTop ul li:hover a {
  color: #22aadc;
}
.footerTop .socialIcons a {
  font-size: 15px;
  letter-spacing: -0.16px;
}
.footerTop .socialIcons li {
  margin-bottom: 0;
  margin-right: 15px;
}
.footerTop .socialIcons li i {
  font-size: 15px;
}
.footerMenu {
  padding-top: 41px;
}
.footerMenu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.footerMenu li {
  display: inline-block;
  transition: all 0.6s ease-in-out;
}
.footerMenu li a {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.16px;
  font-weight: 400;
  color: #fff;
}
.footerMenu li:hover a {
  color: #22aadc;
}
.footerBottom {
  display: flex;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: center;
  margin-top: 56px;
}
.privacyPart {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 42px;
}
.footerBottom p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.16px;
  font-family: "Inter", serif;
}
.footerBottom p span {
  color: #a3a3a3;
  font-family: "Inter", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.16px;
}
.privacyPart li a {
  color: #a3a3a3;
  font-family: "Inter", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: -0.16px;
  transition: all 0.6s ease-in-out;
}
.privacyPart li:hover a {
  color: #22aadc;
}
/*====================================== Inner Banner ========================================*/
.innerBanner {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 152px 0 175px;
}
.innerContent .title {
  text-align: left;
  color: #0f172a;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 41px;
  line-height: 84.5px;
  letter-spacing: -1px;
  margin-bottom: 22px;
}
.breadcrumbs {
  border-radius: 8px;
  background: #fff;
  padding: 7px 20px;
  display: inline-block;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li {
  display: inline-block;
  position: relative;
  text-transform: capitalize;
  font-family: "Plus Jakarta Sans", serif;
}
.breadcrumbs li a {
  color: #0f172a;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: 26px;
  transition: all 0.6s ease-in-out;
}
.breadcrumbs li span {
  color: #787b84;
  font-size: 14px;
  font-weight: 600;
  line-height: 26px;
}
.breadcrumbs li + li {
  margin-left: 5px;
}
.breadcrumbs li + li:before {
  content: "/";
  color: rgba(33, 37, 41, 0.75);
  margin-right: 5px;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.2px;
}
.breadcrumbs li:hover a {
  color: #22aadc;
}
.innerShape {
  position: absolute;
  top: 10%;
  right: 15%;
  animation: floatUp 5s infinite linear;
}
.innerShape img {
  max-width: 79px;
}
.innerShape2 {
  position: absolute;
  top: 46%;
  right: 10%;
  animation: floatUp 5s infinite linear;
}
.innerShape2 img {
  max-width: 15px;
}
/*====================================== Banner ========================================*/
.banner {
  padding: 190px 0;
  background-repeat: no-repeat;
  background-position: right;
  position: relative;
  z-index: 1;
  background-color: #33346a;
}
.banner::before {
  position: absolute;
  content: "";
  width: 52%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--Primary, #33346a);
  z-index: -1;
  transform: skew(25deg);
  animation: slideOut 1.5s ease-out forwards;
}
.bannerContent {
  max-width: 696.01px;
  animation: fadeIn 1.5s ease-in forwards;
}
.bannerContent span {
  color: #fff;
  font-family: "DM Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  position: relative;
  margin-left: 60px;
  animation: fadeIn 1.5s ease-in 0.2s forwards;
}
.bannerContent span::before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 40px;
  height: 1px;
  background-color: #fcfcfc;
  transform: translateY(-50%);
  margin-left: -50px;
}
.bannerContent h1 {
  color: #fff;
  font-family: "Manrope", serif;
  font-size: 70px;
  font-style: normal;
  font-weight: 700;
  line-height: 76.3px;
  margin-bottom: 11px;
  animation: fadeIn 1.5s ease-in 0.4s forwards;
}
.bannerContent .subtitle {
  color: #e6e6e6;
  margin-bottom: 40px;
  animation: fadeIn 1.5s ease-in 0.6s forwards;
}
.bannerContent .btn i {
  margin-left: 10px;
}
.bannerContent .btn::before {
  background-color: #000;
}
/*====================================== Our Services ========================================*/
.ourServices {
  padding: 64px 0 61px;
}
.ourServices .subtitle,.institution .subtitle{
  color: #33346a;
  text-align: center;
  font-family: "DM Sans", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 23.4px;
  text-transform: uppercase;
  max-width: 847px;
  margin: 0 auto;
}
.card {
  border: none;
}
.eachCard {
  padding: 29px 41px 27px;
  border: 1px solid #000000;
}
.cardIcon {
  padding: 35px;
  border-radius: 50%;
  border: 1px solid #f1f1f1;
  width: 128px;
  height: 128px;
  margin: 0 auto;
  transition: all 0.6s ease-in-out;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}
.cardIcon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
}
.eachCard:hover .cardIcon::before {
  width: 150%;
  height: 150%;
}
.eachCard .cardContent {
  margin-top: 24px;
  text-align: center;
}
.cardContent h4 {
  color: #110f10;
  text-align: center;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.2px;
  letter-spacing: -1px;
  margin-bottom: 24px;
}
.cardContent p {
  color: #555;
  text-align: center;
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.16px;
  min-height: 96px;
}

/*====================================== About Us ========================================*/
.aboutUs {
  padding: 40px 0;
  background: #edf3f3;
}
.aboutUs .title {
  text-align: left;
  margin-top: 7px;
  color: #16171a;
  font-family: "Manrope", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.8px;
  text-transform: capitalize;
}
.aboutUs .subtitle {
  color: #000;
  font-family: "DM Sans", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.aboutContent {
  padding-bottom: 25px;
  border-bottom: 1px solid #000;
}
.aboutImage {
  margin-top: 25px;
}
.experience {
  margin-top: 25px;
}
.yearsWrapper {
  display: flex;
  height: 100%;
  align-items: center;
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  width: 218px;
}
.aboutUs span.year {
  color: #16171a;
  font-family: "Manrope", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 52.8px;
  text-transform: capitalize;
  margin-right: 21px;
}
.aboutUs .yearsWrapper .subtitle {
  color: #16171a;
  font-family: "Manrope", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
.experience .subtitle {
  color: #000;
  font-family: "DM Sans", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
/*====================================== Additional Services ========================================*/
.additionalServices {
  background: #000;
  padding: 120px 0 60px;
  position: relative;
  margin-top: 43px;
}
.additionalshape {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  animation: float 5s infinite linear;
}
.additionalshape img {
  max-width: 79px;
}
.additionalServices .topHeading {
  margin-bottom: 41px;
}
.additionalServices .topHeading span {
  color: #fff;
}
.additionalServices .topHeading .title {
  text-align: left;
  margin-top: 17px;
  color: #fff;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: -1px;
}
.eachService img {
  max-width: 60px;
}
.serviceCOntent {
  margin-top: 27px;
  margin-bottom: 36px;
}
.serviceCOntent h4 {
  color: #fff;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 31.2px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.serviceCOntent .subtitle {
  color: #a3a3a3;
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 184px;
}
.readMore {
  color: #fff;
  font-family: "Inter", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  position: relative;
  transition: all 0.6s ease-in-out;
}
.readMore::after {
  content: "\f231";
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  margin-left: 5px;
}
.readMore:hover {
  color: #22aadc;
}
/*====================================== Our mission ========================================*/
.mission {
  padding: 120px 0 90px;
  position: relative;
}
.mission .topHeading .title {
  font-family: "Plus Jakarta Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: -1px;
}
.missionshape1 {
  position: absolute;
  content: "";
  top: 20%;
  left: 0;
  animation: floatUp 5s infinite linear;
}
.missionshape2 {
  position: absolute;
  content: "";
  top: 30%;
  right: 17%;
  animation: float 5s infinite linear;
}
.missionshape1 img {
  max-width: 14px;
}
.missionshape2 img {
  max-width: 162px;
}
.mission .starSpan::before,
.mission .starSpan::after {
  display: none;
}
.mission .title {
  color: #110f10;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 72px;
  letter-spacing: -1px;
  text-align: left;
  max-width: 1171.73px;
  margin-bottom: 37px;
}
.mission .subtitle {
  color: #555;
  font-family: "Inter", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.2px;
  margin-bottom: 38px;
}
.exploreMore {
  color: #110f10;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.32px;
  position: relative;
}
.exploreMore::after {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f138";
  margin-left: 5px;
}
/*====================================== Ask Question ========================================*/
.popular {
  padding: 120px 0 130px;
  background: #f6f6f6;
  position: relative;
}
.popular .topHeading {
  margin-bottom: 0;
}
.popular .topHeading .title {
  font-family: "Plus Jakarta Sans";
  text-align: left;
  margin-bottom: 0;
}
.askQuestion {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 65px;
}
.askQuestionRight p {
  color: #0f172a;
  text-align: right;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 15.6px;
  text-transform: uppercase;
}
.askQuestionRight img {
  max-width: 185px;
  margin: 20px 0 0 auto;
}
.accordion {
  margin-top: 59px;
}
.accordion-button {
  position: relative;
}
.at-item {
  border: 1px dashed #cdcecf;
}
.at-title {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  border-radius: 0;
  background: #fff;
  padding: 30px 40px;
}
.at-title .title {
  color: #110f10;
  font-family: "Inter", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: -0.16px;
  text-align: left;
  margin-bottom: 0;
  text-transform: none;
}
.at-title:after {
  content: "\f4fe";
  font-family: bootstrap-icons !important;
  font-size: 26px;
  color: #0f172a;
  background: #fff;
  border: 1px solid #f6f6f6;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  position: absolute;
}
.at-title.active:after {
  content: "\f2ea";
  font-family: bootstrap-icons !important;
  font-size: 26px;
  color: #ffffff;
  background: linear-gradient(90deg, #d91334 0%, #fb4927 100%);
  border-radius: 15px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.at-tab {
  display: none;
  background: #f6f6f6;
  padding: 38px 40px;
}
.at-tab .subtitle {
  color: #555;
  font-family: "Inter", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  margin-bottom: 0;
}
.accordianList {
  margin-top: 27px;
}
.accordianList li {
  color: #555;
  font-family: "Inter", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.16px;
  margin-bottom: 17px;
}
.accordianList li::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f272";
  margin-right: 15px;
}
.popularShape1 {
  position: absolute;
  left: 0;
  top: -2%;
  animation: float 5s infinite linear;
}
.popularShape1 img {
  max-width: 61px;
}
.popularShape2 {
  position: absolute;
  right: 0;
  top: -1%;
  animation: float 5s infinite linear;
}
.popularShape2 img {
  max-width: 67px;
}
/*====================================== Happy Student Feedback ========================================*/
.studentFeedback {
  padding: 120px 0;
  background: #000;
  margin-top: 61px;
  margin-bottom: 61px;
  position: relative;
}
.studentFeedback .topHeading .starSpan {
  color: #fff;
}
.studentFeedback .topHeading .title {
  text-align: left;
  font-family: "Plus Jakarta Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 57.6px;
  letter-spacing: -1px;
  color: #fff;
}
.feedback {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.studentFeedback .yearsWrapper {
  color: #ffffff;
  justify-content: end;
}
.studentFeedback span.year {
  background: linear-gradient(90deg, #d91334 0%, #fb4927 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 62.4px;
  letter-spacing: -1px;
  margin-right: 11px;
}
.feedback .subtitle {
  color: #fff;
  font-family: "Inter", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.16px;
  text-transform: uppercase;
  max-width: 82px;
}
.feedback .topHeading {
  margin-bottom: 0;
}
.eachFeedback {
  background-repeat: no-repeat;
  padding: 20px;
  background-image: url("images/feedback1.png");
  background-size: cover;
  object-fit: cover;
}
.quoteCircle {
  padding: 16px;
  border-radius: 25px;
  background: linear-gradient(90deg, #d91334 0%, #fb4927 100%);
  display: flex;
  width: 50px;
  height: 50px;
  padding: 16.5px 15px;
  margin-bottom: 27px;
}
.eachFeedback h6 {
  color: #fff;
  font-family: "Inter", serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 74px;
  display: block;
}
.eachFeedback .subtitle {
  color: #fff;
  font-family: "Inter", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
  margin-bottom: 74px;
  min-height: 192px;
}
.eachFeedback span {
  color: #fff;
  font-family: "Inter", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.2px;
}
.allFeedback {
  margin-top: 59px;
}
.feedbackShape1 {
  position: absolute;
  top: -7%;
  left: 0;
  animation: floatUp 5s infinite linear;
}
.feedbackShape1 img {
  max-width: 85px;
}
.feedbackShape2 {
  position: absolute;
  top: 6%;
  right: 0;
  animation: float 5s infinite linear;
}
.feedbackShape2 img {
  max-width: 152px;
}

/*====================================== top institutions ========================================*/
.institution {
  padding: 120px 0;
  position: relative;
  background: #f6f6f6;
}
.institution .starSpan {
  display: block;
  text-align: center;
}
.institution .subtitle{
  color: #33346a;
  text-align: center;
  margin-top: 10px;
}
.allInstitute {
  margin-top: 59px;
}
.eachInstitute {
  background-color: #fff;
  border-right: 1px dashed #d4d5d6;
  position: relative;
  width: 100%;
  min-height: 152px;
  display: flex;
  justify-content: center;
}
.eachInstitute img {
  max-width: 130px;
  min-height: 47px;
  object-fit: contain;
}
.allInstitute .col-lg-3:nth-child(-n + 4) .eachInstitute {
  border-bottom: 1px dashed #d4d5d6;
}
.allInstitute .col-lg-3:nth-child(4n) .eachInstitute {
  border-right: 0;
}
/*====================================== Contact ========================================*/
.aboutget .title{
  max-width: 100%!important;
  margin-bottom: 0;
}
.contactPart {
  padding: 60px 0 0;
  background: #f6f6f6;
  margin-bottom: 60px;
  position: relative;
}
.totalContact {
  background: #121212;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}
.contactPart .starSpan {
  color: #fff;
}
.contactPart .title {
  color: #fff;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.72px;
  text-align: left;
  max-width: 403px;
  margin-top: 20px;
  text-transform: none;
}
.contactLeft {
  padding: 80px 0 80px 110px;
}
.formPart {
  margin-top: 37px;
}
.eachInput {
  position: relative;
  margin-bottom: 15px;
}
.eachInput img {
  max-width: 18px;
  position: absolute;
  content: "";
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.eachInput .messageIcon {
  max-width: 18px;
  position: absolute;
  content: "";
  left: 5%;
  top: 19%;
  transform: translateY(-50%);
}
.formPart input,
textarea.form-control {
  background: #252525;
  height: 60px;
  padding: 20px 52px 20px 60px;
  border-radius: 0;
  border: none;
  color: #b1b4ba;
}
.contactPart .form-control:focus {
  background: #252525;
  border: none;
  box-shadow: none;
  color: #fff;
}
.contactPart ::placeholder {
  color: #b1b4ba;
  font-family: "Inter", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: 10px;
}
textarea.form-control {
  min-height: 160px;
}
.formPart .btn {
  margin-top: 42px;
}
.formPart .btn i {
  margin-left: 8px;
}
.contactShape1 {
  position: absolute;
  right: 40%;
  top: 10%;
  animation: float 5s infinite linear;
}
.contactShape1 img {
  max-width: 65px;
}
.contactShape2 {
  position: absolute;
  right: 25%;
  top: 40%;
  animation: floatUp 5s infinite linear;
}
.contactShape2 img {
  max-width: 117px;
}
.contactShape3 {
  position: absolute;
  right: 40%;
  bottom: 2%;
  animation: float 5s infinite linear;
}
.contactShape3 img {
  max-width: 90px;
}
.contactShape4 {
  position: absolute;
  left: 9%;
  bottom: 2%;
  animation: floatUp 5s infinite linear;
}
.contactShape4 img {
  max-width: 25px;
}
/*====================================== Directors ========================================*/
.directors {
  margin-top: 40px;
  padding: 38px 0 54px;
}
.directorContent .title {
  margin: 12px 0 30px;
  color: #0f172a;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 50px;
  font-style: normal;
  line-height: 60px;
  letter-spacing: -1.5px;
  text-align: left;
}
.directorContent .subtitle {
  color: #787b84;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.2px;
}
/*====================================== countries ========================================*/
.countries {
  padding: 60px 0 40px;
}
.countries .starSpan {
  display: block;
  text-align: center;
  margin-bottom: 17px;
}
.countries .topHeading .title {
  font-family: "Plus Jakarta Sans", serif;
  line-height: 57.6px;
  letter-spacing: -1px;
  margin-bottom: 0;
  max-width: 541px;
  margin: 0 auto;
}
.countries .topHeading {
  margin-bottom: 33px;
}
.totalCountry {
  padding-left: 6%;
}
.countrySlider {
  padding: 23px 0;
}
.eachCountry {
  padding: 11px 13px 34px;
  background: #fff;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
  text-align: center;
}
.country-flag {
  position: relative;
  margin: -35px auto 19px;
  width: 94px;
  height: 94px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.country-flag img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
}
.eachCountry .title {
  color: #16171a;
  text-align: center;
  font-family: "Manrope", serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 26.4px;
}
.eachCountry .subtitle {
  color: #727272;
  text-align: center;
  font-family: "DM Sans", serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 9px;
}
.eachCountry .btn {
  padding: 10px 20px;
  background-color: #fff;
  color: #16171a;
  text-align: center;
  font-family: "DM Sans", serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 18.2px;
  text-transform: capitalize;
  border-radius: 30px;
  border: 1px solid #d8dde1;
}
.eachCountry .btn:hover {
  color: #fff;
}
.prev_next_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 21px;
}
.prev_btn,
.prev_next_btn .next_btn {
  background-color: #fcfcfc;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.prev_next_btn .prev_btn i,
.prev_next_btn .next_btn i {
  color: #e20935;
  font-size: 25px;
}
.prev_next_btn .prev_btn {
  margin-right: 9px;
}
/*====================================== Contact Us ========================================*/
.getTouch {
  padding: 89px 0 60px;
}
.mapArea .title {
  font-family: "Plus Jakarta Sans", serif;
  font-size: 64px;
  line-height: 60px;
  letter-spacing: -1.5px;
  margin-bottom: 55px;
  text-align: left;
}
.mapArea input,
.mapArea textarea {
  border-radius: 8px;
  border: 1px solid #d8d8d8;
  background: #fff;
  padding: 17px 20px;
}
.mapArea textarea {
  min-height: 160px;
}
.mapArea .form-control:focus {
  border-color: #d8d8d8;
  box-shadow: none;
}
.eachFormInput {
  margin-bottom: 22px;
}
.mapArea .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 35px;
}
.mapArea .btn i {
  margin-left: 8px;
}
.mapArea iframe {
  width: 100%;
  min-height: 160px;
}
.contactInformation {
  margin-top: 59px;
}
.contactInformation .title {
  color: #000;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.72px;
  margin-bottom: 37px;
}
.eachIcon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: #22aadc;
  margin: 0 auto;
}
.eachIcon img {
  width: 50%;
  height: auto;
}
.eachNumber {
  margin-top: 14px;
}
.eachNumber .title {
  color: #16171a;
  text-align: center;
  font-family: "Manrope", serif;
  font-size: 18px;
  line-height: normal;
  margin-bottom: 7px;
}
.eachNumber a {
  color: #727272;
  text-align: center;
  font-family: "DM Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: block;
}
.eachNumber .location {
  max-width: 324px;
  color: #727272;
  text-align: center;
  font-family: "DM Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  display: block;
  margin: 0 auto;
}
.followUs .title {
  color: #000;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.72px;
  margin-top: 48px;
}
.allSocial {
  margin-top: 25px;
  display: flex;
  justify-content: center;
}
.allSocial img.facebook {
  max-width: 11px;
}
.allSocial li {
  border-radius: 8px;
  background: #ecf1f5;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s ease-in-out;
}
.allSocial li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 13px;
}
.allSocial li + li {
  margin-left: 14px;
}
.allSocial li:hover {
  background-color: #22aadc;
}
.allSocial li:hover img {
  filter: grayscale(1) invert(1);
}
/*====================================== Study Abroad ========================================*/
.studyAbroad {
  padding: 40px 0 36px;
}
.tabs {
  display: flex;
}
.tabLeftPart {
  width: 35%;
}
.tab-head {
  padding: 30px 40px;
  border-radius: 20px;
  background: #edf3f5;
}
.tab-head li {
  position: relative;
  margin-bottom: 20px;
}
.tab-head li:last-child {
  margin-bottom: 0;
}
.tab-head li a {
  display: block;
  padding: 17px 20px;
  background: #fff;
  color: #787b84;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  border-radius: 10px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.2px;
  text-align: left;
  text-decoration: none;
}
.mob-tab .accordion-header {
  display: block;
  padding: 17px 20px;
  background: #fff;
  color: #787b84;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  border-radius: 10px;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  position: relative;
}
.mob-tab .accordion-header a {
  font-family: "Plus Jakarta Sans", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.2px;
  text-align: left;
  text-decoration: none;
  color: #787b84;
}
.mob-tab .accordion-header {
  margin-bottom: 0;
}
.iconBorder {
  border-radius: 15px;
  border: 1px solid #edf3f5;
  background: #0c9;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
}
.iconBorder::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f144";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: #fff;
}
.tab-head li.active a,
.mob-tab .accordion-header.active {
  background: #33346a;
}
.mob-tab .accordion-header.active {
  border-radius: 0;
}
.tab-head li.active a,
.mob-tab .accordion-header.active a {
  color: #fff;
}
.tab-head li.active .iconBorder,
.mob-tab .accordion-header.active .iconBorder {
  background-color: #22aadc;
}
.tabs div.tab-body {
  width: 100%;
  max-width: 890px;
  background-color: #fff;
  padding: 0 24px;
  display: none;
  word-wrap: break-word;
}
.tabs div.tab-body.active {
  display: block;
}
.tabs div.tab-body.active-content > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s ease-in, transform 0.2s ease-in;
}
.tabs div.tab-body.active-content.active > * {
  opacity: 1;
  transform: translateY(0);
}
.tab-body .title,
.mob-tab .accordion-content .title {
  color: #0f172a;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 41.6px;
  letter-spacing: -1px;
  text-align: left;
  margin-bottom: 30px;
}
.tabs section.active {
  display: block;
}
.tabImage {
  margin-top: 35px;
}
.tabImage img,
.mob-tab .accordion-content img {
  border-radius: 20px;
}
.listingPart {
  margin-top: 55px;
}
.tab-body .subtitle,
.mob-tab .accordion-content .subtitle {
  color: #787b84;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.2px;
}
.tab-body .listingPart .subtitle,
.mob-tab .accordion-content .listingPart .subtitle {
  color: #000;
}
.tabBodyListing {
  margin-top: 25px;
}
.tabBodyListing li {
  margin-bottom: 14px;
  position: relative;
  margin-left: 30px;
  color: #000;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.2px;
}
.tabBodyListing li::before {
  display: inline-block;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  content: "\f586";
  position: absolute;
  margin-left: -30px;
  font-size: 14px;
  color: #22aadc;
  top: 5px;
}
.tab-body h6,
.mob-tab .accordion-content h6 {
  color: #000;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 31.2px;
  letter-spacing: -0.72px;
  margin-bottom: 25px;
}
#tab-3 .title {
  margin-bottom: 24px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #ddd;
}
.accordion-content {
  display: none;
  padding: 15px;
  background: #fff;
}
@media (min-width: 992px) {
  .mob-tab {
    display: none;
  }
}
.approvalPart {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 58px 40px 50px;
  margin-top: 50px;
  border-radius: 20px;
}
.approvalLogo img {
  max-width: 109px;
  margin: 0 auto;
  display: block;
}
.approvalPart .title {
  color: #0f172a;
  text-align: center;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: -1px;
  max-width: 244px;
  margin: 50px auto 43px;
}
.approvalPart .btn {
  margin: 0 auto;
  display: block;
  padding: 20px 34px;
  border-radius: 10px;
  max-width: 191px;
  text-transform: capitalize;
}
.approvalPart .btn::before {
  border-radius: 10px;
}
.studyAbroad .contactPart {
  padding: 0;
  margin-top: 36px;
  background-color: transparent;
}
.custom-tabs {
  margin-top: 39px;
}
.custom-tabs ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #787b84;
  display: flex;
  overflow-x: auto;
  scrollbar-width: thin;
  gap: 20px;
  cursor: pointer;
}
.custom-tabs ul.tabs::-webkit-scrollbar {
  height: 6px;
}
.custom-tabs ul.tabs::-webkit-scrollbar-thumb {
  background-color: #006ab3;
  border-radius: 4px;
}
.custom-tabs ul.tabs::-webkit-scrollbar-track {
  background: #f6f6f6;
}
.custom-tabs ul.tabs li {
  flex: 0 0 auto;
  padding: 12px;
  color: #0a1119;
  text-align: center;
  font-family: "aktivgrotesk-reguuploadedfile";
  font-size: 16.041px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 4px 4px 0px 0px;
  background-color: #f6f6f6;
  white-space: nowrap;
}
.custom-tabs ul.tabs li + li {
  margin-left: auto;
}
.custom-tabs ul.tabs li.current {
  border-radius: 4px 4px 0px 0px;
  border-top: 2.232px solid #006ab3;
  background: #006ab3;
  color: #fff;
}
.custom-tabs .tab-content {
  display: none;
  margin-top: 22px;
}
.custom-tabs .tab-content.current {
  display: inherit;
}
.jobPlacement {
  margin-top: 40px;
}
.jobPlacement .title {
  color: #0f172a;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 32px;
  line-height: 41.6px;
  letter-spacing: -1px;
}
.placementCard {
  margin-top: 24px;
  padding: 23px 41px;
  border-radius: 10px;
  border: 1px solid #edf3f5;
}
.placementList li {
  position: relative;
  margin-bottom: 10px;
  color: rgba(15, 23, 42, 0.8);
  font-family: "Plus Jakarta Sans", serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.6px;
  list-style-type: disc;
}
.germanTabs .subtitle {
  color: #000;
}
.tabBodyListing li ul.eachJourney {
  margin-bottom: 18px;
}
.tabBodyListing li ul.eachJourney li {
  position: relative;
}
.tabBodyListing li ul.eachJourney li::before {
  content: "\F287";
  font-size: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
}
.beginnerTab h6 {
  margin-bottom: 10px;
  color: #000;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.2px;
}
.studyAbroad .contactPart .topHeading {
  margin-bottom: 35px;
}
.studyAbroad .contactPart .topHeading .subtitle {
  color: #fff;
}
.studyAbroad .contactPart .title {
  max-width: 100%;
}
.tab-body .subtitle.scholar,
.mob-tab .accordion-content .subtitle.scholar {
  color: #000;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: -0.2px;
  margin-top: 20px;
}
.tabs h2.title {
  color: #0f172a;
  font-family: "Plus Jakarta Sans", serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 41.6px;
  letter-spacing: -1px;
  margin-top: 29px;
}
/* ==============responsive============ */
@media screen and (min-width: 1600px) {
  .banner::before {
    width: 53%;
  }
  .contactShape4 {
    left: 11%;
  }
}
@media screen and (min-width: 1800px) {
  .banner::before {
    left: 5%;
  }
  .contactShape4 {
    left: 16%;
  }
}
@media screen and (max-width: 1367px) {
  .cardContent p {
    min-height: 120px;
  }
  .aboutUs .title {
    font-size: 45px;
  }
  .serviceCOntent h4 {
    min-height: 62px;
  }
  .mission .title {
    font-size: 57px;
  }
  .btn {
    padding: 14px 17px;
  }
}
@media screen and (max-width: 1199px) {
  .rpadding {
    padding: 60px 0;
  }
  .navigation_sec .nav_sec > ul > li + li {
    margin-left: 16px;
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 15px;
  }
  .btn {
    font-size: 12px;
    padding: 12px 19px;
  }
  .bannerContent h1 {
    font-size: 49px;
  }
  .cardContent h4 {
    font-size: 20px;
  }
  .cardContent p {
    min-height: 168px;
  }
  .aboutUs .title {
    font-size: 38px;
  }
  .serviceCOntent h4 {
    min-height: 62px;
  }
  .mission .title {
    font-size: 48px;
  }
  .eachFeedback .subtitle {
    font-size: 18px;
  }
  .contactLeft {
    padding: 80px 0 80px 60px;
  }
  .directorContent .title {
    margin-bottom: 10px;
    margin-top: 0;
    font-size: 40px;
  }
  .directorContent .subtitle {
    font-size: 18px;
  }
  .eachDirector .row:nth-child(2) {
    margin-top: 10%;
  }
  .footerTop p,
  .footerTop a,
  .footerTop ul li {
    font-size: 13px;
  }
  .countries .topHeading .title {
    line-height: 47.6px;
    font-size: 38px;
  }
}
@media screen and (max-width: 1025px) {
  .tabLeftPart {
    width: 75%;
  }
}
@media screen and (max-width: 991px) {
  .rpadding {
    padding: 60px 0;
  }
  .mobileRow {
    --bs-gutter-y: 40px;
    justify-content: center;
  }
  .topHeader .contactInfo a {
    font-size: 12px;
  }
  .navigation_sec .toggle-menu {
    display: none;
  }
  .action-container .toggle-menu {
    display: block;
    margin-left: 20px;
  }
  .main_header .btn {
    float: inline-end;
    font-size: 12px;
    padding: 12px 29px;
  }
  .main_header.sticky-header .navigation_sec .nav_sec > ul > li a,
  .main_header.sticky-header .navigation_sec .nav_sec ul li.active > a {
    color: #fff;
  }
  span.toggle-menu {
    width: auto;
    float: right;
    margin: 0;
    padding: 7px;
    display: block;
    cursor: pointer;
    background: #33346a;
    border-radius: 5px;
  }
  span.toggle-menu img {
    float: left;
  }
  .navigation_sec .nav_sec {
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #22aadc;
    display: block;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
  }
  .navigation_sec .nav_sec > ul {
    text-align: left;
    display: block;
  }
  .navigation_sec .nav_sec ul > li:hover > a,
  .navigation_sec .nav_sec ul > li.active > a {
    background: #33346a;
    color: #fff;
  }
  .navigation_sec .nav_sec ul > li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
  }
  .navigation_sec .nav_sec > ul > li a {
    font-size: 16px;
    color: #fff;
    padding: 11px 15px;
    border-radius: 0;
    display: block;
  }
  .navigation_sec .nav_sec > ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec .cls-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
    background: url(../images/cross.png) no-repeat center;
  }
  .navigation_sec .nav_sec.slidein {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    z-index: 99;
  }
  .nav_sec .dropdown ul{
    width: 100%;
  }
  .main_header.sticky-header .navigation_sec .nav_sec ul li ul li a,.main_header.sticky-header .navigation_sec .nav_sec ul li ul li.active > a{
    color: #000;
  }
  .main_header .row {
    display: flex;
    flex-wrap: nowrap;
  }
  .overlay {
    position: fixed;
    z-index: -1;
    right: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .overlay.show {
    opacity: 1;
    visibility: visible;
  }
  .topHeader:before {
    width: 55%;
    left: -14px;
  }
  .banner::before {
    width: 84%;
    left: -30%;
  }
  .bannerContent h1 {
    font-size: 37px;
    max-width: 464px;
    line-height: 63.3px;
  }
  .bannerContent .subtitle {
    max-width: 404px;
  }
  .cardContent p {
    min-height: 144px;
  }
  .experience .yearsWrapper .subtitle {
    margin-top: 0;
  }
  .experience .subtitle {
    margin-top: 20px;
  }
  .serviceCOntent .subtitle {
    min-height: 72px;
  }
  .mission .title {
    font-size: 42px;
  }
  .studentFeedback .topHeading .title {
    font-size: 36px;
  }
  .eachInstitute img {
    max-width: 127px;
  }
  .contactLeft {
    padding: 60px;
  }
  .totalContact {
    background-position: center;
    background-size: cover;
  }
  .footer .mobileRow {
    --bs-gutter-y: 20px;
  }
  .studentFeedback,
  .additionalServices,
  .directors {
    margin: 0;
  }
  .innerBanner {
    padding: 72px 0 72px;
  }
  .directors .mobileRow .col-xl-4:first-child {
    order: 2;
  }
  .directors .mobileRow .col-xl-8:first-child {
    order: 1;
  }
  .directors .mobileRow:nth-child(even) .col-xl-4:first-child {
    order: 1;
  }
  .directors .mobileRow:nth-child(even) .col-xl-8:first-child {
    order: 2;
  }
  .tabs-block {
    display: none;
  }
  .tab-body .title,
  .mob-tab .accordion-content .title {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .jobPlacement {
    margin-top: 20px;
  }
  .footerMenu li a {
    font-size: 15px;
  }
  .contactShape2 {
    right: 12%;
  }
  .contactShape2 img {
    max-width: 77px;
  }
  .studyAbroad .contactPart {
    margin-bottom: 0;
  }
  .accordion {
    margin-top: 0;
  }
}
@media screen and (max-width: 840px) {
  .contactShape3 {
    bottom: 12%;
  }
  .contactShape4 {
    left: 12%;
    bottom: 11%;
  }
  .aboutUs .title {
    font-size: 32px;
  }
  .topHeader .dropdown button {
    font-size: 12px;
  }
  .topHeader .contactInfo a {
    font-size: 10px;
  }
  .topHeader .contactInfo a i {
    font-size: 12px;
    margin-right: 5px;
  }
  .languageDropdown {
    gap: 20px;
  }
  .socialIcons li {
    margin-right: 7px;
  }
  .cardContent h4 {
    margin-bottom: 13px;
  }
  .ourServices .subtitle {
    font-size: 16px;
  }
  .aboutImage2 {
    margin-top: 20px;
  }
  .mission .title {
    line-height: 45px;
    font-size: 32px;
  }
  .popular .topHeading .title {
    font-size: 35px;
    margin-bottom: 0;
  }
  .at-title {
    padding: 30px 20px;
  }
  .at-title .title {
    font-size: 17px;
  }
  .at-tab .subtitle,
  .accordianList li {
    font-size: 15px;
  }
  .studentFeedback .topHeading .title {
    font-size: 25px;
    margin-bottom: 0;
  }
  .studentFeedback span.year {
    font-size: 38px;
  }
  .eachInstitute img {
    max-width: 87px;
  }
  .footerMenu ul {
    gap: 30px;
  }
  .footerBottom {
    display: grid;
    justify-content: center;
    margin-top: 36px;
  }
  .privacyPart {
    justify-content: center;
    gap: 12px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 575px) {
  .rpadding {
    padding: 60px 0;
  }
  .studentFeedback,
  .additionalServices {
    margin: 0;
  }
  .btn {
    font-size: 15px;
    padding: 15px 19px;
  }
  .topHeader:before {
    left: -14px;
  }
  .banner::before {
    background-color: rgba(51, 52, 106, 0.6);
    width: 100%;
    left: 0;
    transform: none;
    animation: none;
  }
  .banner {
    padding: 60px 0;
  }
  .bannerContent h1 {
    font-size: 33px;
  }
  .aboutUs .title {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .footerMenu ul {
    display: block;
  }
  .footerMenu li {
    display: block;
    margin-bottom: 6px;
  }
  .footerMenu li a {
    font-size: 16px;
  }
  .cardContent p {
    min-height: auto;
  }
  .countries .topHeading {
    margin-bottom: 0;
  }
  .innerBanner {
    padding: 40px 0 40px;
  }
  .mapArea .title {
    font-size: 50px;
    margin-bottom: 30px;
    text-align: center;
  }
  .studyAbroad .contactPart .title {
    font-size: 19px;
  }
  .contactShape2 {
    right: 0;
    top: 18%;
  }
}
@media screen and (max-width: 490px) {
  .topHeader {
    display: none;
  }
  .mobTopHeader {
    display: block;
  }
  .mobTopHeader .topContact {
    background: #22aadc;
    padding: 10px 0;
  }
  .mobTopHeader .contactInfo li {
    display: inline-block;
  }
  .mobTopHeader .contactInfo li + li {
    margin-left: 80px;
  }
  .mobTopHeader .contactInfo li a {
    color: #fff;
    font-size: 14px;
  }
  .mobTopHeader .topRight {
    background: #33346a;
    padding: 10px 0;
  }
  .languageDropdown {
    justify-content: center;
    gap: 0;
  }
  .ourServices {
    padding: 30px 0;
  }
  .title {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .aboutUs .title {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .mission .title {
    font-size: 25px;
  }
  .askQuestion,
  .feedback {
    display: grid;
    justify-content: flex-start;
    margin-bottom: 0;
  }
  .askQuestionRight {
    margin-top: 20px;
  }
  .askQuestionRight img {
    margin: 20px 0 0 0;
  }
  .accordion {
    margin-top: 20px;
  }
  .studentFeedback .yearsWrapper {
    justify-content: flex-start;
  }
  .allFeedback {
    margin-top: 29px;
  }
  .eachFeedback h6,
  .eachFeedback .subtitle {
    margin-bottom: 24px;
  }
  .footerMenu li a {
    font-size: 14px;
  }
  .bannerContent h1 {
    font-size: 28px;
  }
  .ourServices .subtitle {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .innerBanner {
    padding: 40px 0;
  }
  .innerContent .title {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 54.5px;
  }
  .prev_next_btn {
    margin-top: 10px;
  }
  .serviceCOntent {
    margin-bottom: 15px;
  }
  .serviceCOntent .subtitle {
    min-height: auto;
  }
  .additionalServices .topHeading {
    margin-bottom: 30px;
  }
  .additionalServices .topHeading .title {
    font-size: 38px;
  }
  .at-title .title {
    max-width: 300px;
  }
  .at-tab {
    padding: 30px 20px;
  }
  .allInstitute {
    margin-top: 29px;
  }
  .contactPart {
    padding-top: 0;
  }
  .topHeading {
    margin-bottom: 0;
  }
  .contactPart .title {
    font-size: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .mobTopHeader .contactInfo li {
    display: block;
    text-align: center;
  }
  .mobTopHeader .contactInfo li + li {
    margin-left: 0;
  }
  .main_header .btn {
    padding: 12px 26px;
  }
  .bannerContent h1 {
    font-size: 25px;
  }
  .aboutUs .title {
    font-size: 18px;
  }
  .aboutUs .subtitle {
    font-size: 15px;
  }
  .additionalServices .topHeading .title {
    font-size: 38px;
  }
  .contactPart .title {
    max-width: 100%;
    font-size: 20px;
  }
  .topHeading {
    margin-bottom: 0;
  }
  .contactLeft {
    padding: 60px 30px;
  }
  .footerTop p,
  .footerTop a,
  .footerTop ul li {
    font-size: 14px;
  }
  .footerMenu {
    padding-top: 20px;
  }
  .footerMenu li a {
    font-size: 16px;
  }
  .mapArea .title {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .action-container .toggle-menu {
    margin-left: 10px;
  }
}
@media screen and (max-width: 350px) {
  .main_header .btn {
    padding: 10px 14px;
    font-size: 12px;
  }
  .bannerContent span {
    font-size: 18px;
  }
  .bannerContent h1 {
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 36.3px;
  }
  .aboutUs .title {
    line-height: 32.8px;
  }
  .additionalServices .topHeading .title {
    font-size: 35px;
  }
  .serviceCOntent h4 {
    font-size: 19px;
  }
  .mission .title {
    font-size: 22px;
  }
  .footerTop p,
  .footerTop a,
  .footerTop ul li {
    font-size: 12px;
  }
  .footerMenu li a {
    font-size: 14px;
  }
  .footerBottom p {
    font-size: 14px;
  }
  .breadcrumbs {
    padding: 7px 15px;
  }
  .innerContent .title {
    font-size: 25px;
  }
  .directorContent .title {
    margin-bottom: 0;
    font-size: 30px;
  }
  .directorContent .subtitle {
    font-size: 16px;
  }
  .countries .topHeading .title {
    line-height: 27.6px;
    font-size: 25px;
  }
  .followUs .title {
    font-size: 25px;
  }
}
