@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@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;
  -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: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.container:after,
.container:before {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
h1,
h2,
h3,
h4,
h5,
h6,
figure {
  margin: 0;
  padding: 0;
}
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;
}
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;
}
.theme-btn:hover {
  background-color: #1a568a;
  transition: all ease 0.3s;
  color: #ffffff !important;
}
.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
	font-size: 14px;
	cursor: pointer;
	text-transform: uppercase;
	overflow: hidden;
	background-color: #3883C4;
	color: #fff;
	transition: all 0.6s ease-in-out;
	width: 187px;
  height: 45px;
	border-radius: 15px;
	border: none;
	line-height: 20.8px;
  font-weight: 500;
  transition: all ease 0.3s;
}
.l-btn {
  width: 225px;
  display: inline-flex;
}
.theme-btn img {
  height: 15px;
  width: 11px;
}

.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;
}
/* ====================header================== */
.main_header {
	width: 100%;
  height: 100px;
  align-items: center;
	display: flex;
	margin: 0;
	padding: 25px 0;
	top: 0;
	left: 0;
	z-index: 99;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	/* position: fixed; */
}
.main_header.sticky-header {
  position: fixed;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.2);
  animation: 700ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #f6f6f6;
}
.main_header .logo {
  width: 100%;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.main_header .logo img {
  max-width: 230px;
  margin: 0 auto;
}
.main_header .navigation_sec {
  /* width: 100%; */
  display: block;
  margin: 0;
  padding: 0;
}
.navigation-container {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 32px;
}
.action-container{
  justify-content: end;
  display: flex;
  align-items: center;
  gap: 32px;
}
.action-container i{
  color: #3883C4;
  font-size: 22px;
}
.action-container i.bi-chevron-right{
  color: #fff;
  font-size: 15px;
}
.logo .subheading {
  text-align: center;
  font-weight: 700;
}
/* Start navigation */
.navigation_sec .nav_sec {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}
.navigation_sec .nav_sec > ul {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}
.navigation_sec .nav_sec > ul > li {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  position: relative;
  transition: all 0.9s ease-in-out;
}
.navigation_sec .nav_sec > ul > li + li {
  margin-left: 25px;
}
.navigation_sec .nav_sec > ul > li a {
  text-transform: capitalize;
  color: #5D657D;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  position: relative;
  border-bottom: 1px solid transparent;
  font-weight: 500;
}

/* .navigation_sec ul li a::after {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background-color: #ff2f63;
  left: 0;
  bottom: -20%;
  transition: 0.3s;
} */
.navigation_sec ul li a:hover::after, .navigation_sec ul li.active a::after{
  width: 23px;
}
.navigation_sec ul li.has-mega-menu.active ul li a::after{
  background: transparent;
}
span.toggle-menu {
  display: none;
}
.has-mega-menu {
  position: relative;
}
.has-mega-menu .mega-menu {
    position: absolute;
    top: 35px;
    left: 14px;
    width: 198px !important;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s, opacity 0.2s ease-in-out;
    z-index: 999;
}
.mega-column:last-child {
    margin-top: 0;
}
.has-mega-menu:hover .mega-menu,
.has-mega-menu .mega-menu:hover {
  visibility: visible;
  opacity: 1;
}
.navigation_sec .mega-menu::before {
  position: absolute;
  content: "\F235";
  display: none;
  font-family: bootstrap-icons !important;
  top: -15px;
  left: 35px;
  color: #0B62AC;
}
.navigation_sec .mega-container {
  display: block;
}
.navigation_sec .mega-column h4 {
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 24px;
}
.navigation_sec .mega-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation_sec .mega-column ul li a,
.navigation_sec .nav_sec > ul > li:hover 
.mega-column ul li a{
  font-weight: 400;
}
.navigation_sec .mega-column ul li {
  /* margin-bottom: 22px; */

  text-align: left;
}
.navigation_sec .mega-column ul li a {
    text-decoration: none;
    color: #5D657D;
    font-size: 16px;
    transition: color 0.3s ease;
    text-align: left;
    font-weight: 400;
    position: relative;
    height: 100%;
    width: 100%;
    display: inline-block;
    padding: 15px;
}
.navigation_sec .mega-column ul li:first-child{
  border-radius: 20px 20px 0 0;
}
.navigation_sec .mega-column ul li:last-child{
  border-radius: 0 0 20px 20px;
}
/* .mega-column ul li:hover {
  background: #3883c4;
} */
.mega-column ul li.active {
  background: #0B62AC;
}
.mega-column ul li:hover a,
.mega-column ul li.active a {
  color: #fff;
}

/* ==============Banner============ */
.slider-section {
  background: #EAF8FE;
  padding: 30px 0 30px;
  /* min-height: 700px; */
  
}
.swiper-slide {
  padding: 25px 0px 25px;
}
.slider-section .swiper-pagination {
  bottom: 0px;
}



/* .slider-section .container{
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 700px;
}

.slider-section .swiper {
  flex-grow: 1; 
  height: 100%;
} */
.slider-section .container-fluid{
    padding: 0;
}
.slider-section .slider-left-area {
	padding: 80px 0 80px 60px;
}
.slider-section .slider-left-area h2 {
	color: #404B52;
	font-family: Montserrat;
	font-size: 56px;
	font-style: normal;
	font-weight: 800;
	line-height: 62px;
  padding: 15px 0 25px;
  position: relative;
}
.slider-section .slider-left-area h2 sup::before {
	position: absolute;
	content: '';
	background: url(../images/1.svg) no-repeat right top;
  width: 50px;
  height: 70px;
  background-size: 100%;
  right: -50px;
  top: 0px;
}
.slider-section .slider-left-area h2::after {
	position: absolute;
	content: '';
	background: url(../images/pattern2.png) no-repeat right bottom;
	width: 180px;
	height: 150px;
	background-size: 100%;
	right: 220px;
	bottom: -25px;
}
.slider-section .slider-left-area h2 span{
  color: #147CD7;
  font-family: Montserrat;
  font-size: 56px;
  font-style: normal;
  font-weight: 800;
  line-height: 62px;
}
.heading-sml{
  display: flex;
  align-items: center;
  gap: 15px;
}
.heading-sml img{
  width: 35px;
  height: 35px;
}
.heading-sml h3 {
	color: #3883C4;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.slider-section .slider-left-area p{
  color: #2A2A2A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
.slider-section .slider-left-area .button-div{
  padding: 25px 0;
}
.slider-section .slider-left-area .button-div a.enquiry-but i {
	font-size: 13px;
	padding-left: 3px;
}
/* ==============logo slider============ */
.logo-slider {
  padding: 1rem 0;
}
.LogoSwiper img{
  max-width: 140px;
}

/* ==============director-message============ */
.director-message {
    padding: 50px 0 0;
}
.director-message-two{
  padding-bottom: 50px;
}
.director-message .left-area {
  position: relative;
}
.director-message .left-area img{
  width: 100%;
}
.director-message .right-area{

}
.director-message .right-area h2{
  color: #404B52;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-transform: capitalize;
  margin: 25px 0px 20px;
}
.grat p {
    font-weight: 700;
    color: #000000;
    margin: 20px 0px 5px;
}

.first-slide-image img,
.second-slide-image img  {
  height: 414px;
  width: 258px;
  z-index: 1;
  position: relative;
}
.slider-right-area {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-bottom: 20px;
}
.first-slide-image {
  margin-top: 150px;
  position: relative;
}
.second-slide-image {
  margin-top: -100px;
  position: relative;
}
.first-slide-image::before {
  content: "";
  border-radius: 160px;
  border: 1px solid #3883C4;
  height: 414px;
  width: 258px;
  display: block;
  position: absolute;
  top: -10px;
  left: -10px;
}
.second-slide-image::before {
  content: "";
  border-radius: 160px;
  border: 1px solid #FF7350;
  height: 414px;
  width: 258px;
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
}
.swiper-pagination-bullet {
  background-color: #D3EAFD;
  opacity: 1;
  height: 12px;
  width: 12px;
}
.swiper-pagination-bullet-active {
  background-color: #0C4B82;
}
/* Outer swiper container */
.swiper.marquee-swiper {
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    white 10%,
    white 90%,
    transparent 100%
  );
}

.swiper-wrapper.marquee-swiper {
  transition-timing-function: linear;
  align-items: center;
}

.swiper-slide.marquee-swiper{
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
img.director-img {
    border-radius: 200px;
    height: 510px;
    width: auto !important;
    position: relative;
}
img.first-item {
  height: 66px;
  position: absolute;
  left: 0px;
  top: -100px;
  width: auto;
}
img.second-item {
  position: absolute;
  width: 60px !important;
  left: -70px;
  top: -190px;
}

.director-message .left-area::before {
    content: "";
    border-radius: 160px;
    border: 1px solid #3883C4;
    height: 550px;
    width: 416px;
    display: block;
    position: absolute;
    top: 0px;
    left: -10px;
    z-index: 99;
}
section.blue-counter {
  min-height: 277px;
  background-color: #0B62AC;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.single-counter {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
p.counter-number {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}
p.counter-text {
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
} 
.single-counter img {
  height: 65px;
  margin-bottom: 15px;
}
.left-uni-list {
    width: 29%;
    padding: 15px 20px 15px 15px;
    background: #EAF8FE;
    border-radius: 15px;
    margin-right: 4%;
    height: fit-content;
}
.left-uni-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0px 20px 20px 10px;
    border-radius: 20px;
    overflow-y: auto;
    height: 90vh;
    margin-top: 20px;
    flex-flow: wrap;
}
.left-uni-wrapper::-webkit-scrollbar {
  width: 5px;
}
.left-uni-wrapper::-webkit-scrollbar-track {
  background: #CCF0FF; 
}
.left-uni-wrapper::-webkit-scrollbar-thumb {
  background: #0B62AC;
  border-radius: 100px;
}
.left-uni-wrapper::-webkit-scrollbar-thumb:hover {
  background: #084880; 
}
.right-uni-list {
  width: 70%;
}
section.universities, .blue-sec {
    background-color: #EAF8FE;
    padding: 50px 0px 0px;
}

.single-uni {
  transition: all ease 0.2s;
  padding: 10px 15px;
  border-radius: 20px;
}
.single-uni:hover,
.single-uni.active , .nav-pills .nav-link.active, .nav-pills .show>.nav-link  , .nav-pills .nav-link:hover{
  transition: all ease 0.2s;
  background-color: #0B62AC;
  color: #ffffff;
}
.nav-pills .nav-link {
   
    color: #878B93;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}
.single-uni {
  color: #878B93;
  font-size: 16px;
  font-weight: 500;
}
img.course-img {
  border-radius: 13px;
}

p.course-name {
  color: #101828;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  margin-bottom: 11px;
}
p.course-properties {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.view-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: #AED7E9;
    height: 40px;
    padding: 0px 14px;
    gap: 10px;
    flex-shrink: 0;
    color: #2A2A2A !important;
    font-family: Montserrat;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    display: inline-block;
    width: 148px;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}
.view-more-btn img {
    height: 11px !important;
    width: auto;
    position: absolute;
    top: 15px;
    right: 11px;
    width: 10px !important;
}
.mt-17 {
  margin-top: 17px;
}
.single-course-list {
    border-radius: 15px;
    background-color: #ffffff;
    padding: 15px;
    width: 100%;
}
.course-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}


.box-heading {
  color: #101828;
  font-family: Montserrat;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.box-wrapper {
  display: flex;
  width: 100%;
}
.box-wrapper .label {
  background-color: #2077C2;
  border-radius: 15px 15px 70px 70px;
  height: 160px;
  color: #FFF;
  text-align: center;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  display: flex;
  align-items: center;
  padding: 0px 40px;
}
.learn-more {
  color: #0C4B82;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  display: inline-block;
  position: relative;
}
.learn-more::after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 1px;
  background-color: #0C4B82;
}
.box-desc {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
}
.box {
  background: #ffffff;
  text-align: center;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  flex-direction: column;
  border-radius: 12px;
  transition: width 0.3s ease;
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.06);
}
.service-btn-wrapper {
  gap: 15px;
  display: flex;
  align-items: center;
}
.box-content-wrapper {
  padding: 15px;
  text-align: left;
  
}
.services {
  padding: 50px 0px;
  background-color: #ffffff;
}
.bg-green {
  background-color: #0C827E !important;
}
/* Default state */
#box1 {
  width: 50%;
}
#box2, #box3, #box4 {
  width: calc(50% / 3);
}
input.input-text {
    height: 40px;
    align-self: stretch;
    border: 1px solid #6d99bf;
    background: rgba(175, 179, 255, 0.00);
    border-radius: 8px;
    margin-top: 10px;
    padding: 0px 15px;
}
.box-desc {
  min-height: 120px;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.textarea {
  height: 170px;
  padding: 15px 15px;
  align-self: stretch;
  border-radius: 15px;
    border: 1px solid #6d99bf;
  margin-top: 10px;
  background: rgba(175, 179, 255, 0.00);
}
.submit-btn {
  display: flex;
  width: 100%;
  height: 40px;
  padding: 15px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 15px;
  border: 1px solid #0C4B82;
  background: #0C4B82;
  color: #ffffff;
  margin-top: 25px;

}
section.home-contact {
  background: #EDF4FA;
  padding: 50px 0px;
}
.map-wrapper {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.right-form-area {
  padding-left: 40px;
}
.blue-area {

}
.right-area-testi {
  padding-left: 70px;
}


.subscribe-area {
  padding:0px 0px 30px;
}
img.quote-one {
  height: 45px;
  width: auto;
  margin-bottom: 36px;
}
p.testi-title {
  color: #404B52;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 156.5%;
  letter-spacing: 0.4px;
  margin-top: 10px;
}
img.quote-two {
  height: 45px;
  width: auto;
  transform: rotate(180deg);
}
section.testimonials {
  background-color: #EAF8FE;
  padding: 50px 0px 50px;
}
.awards .spl-text {
    width: 75%;
    font-weight: 500;
    font-size: 14px;
}
img.test-small-img {
  height: 100px;
  width: 100px;
  border-radius: 10px;
}
.single-test-small {
  display: flex;
  align-items: center;
  gap: 10px;
}

p.testi-subtitle {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.5%;
  letter-spacing: 0.32px;
  margin-bottom: 20px;
}

/* Footer Css */
section.footer {
  background-color: #0C4B82;
  padding: 70px 0px 25px;
}
p.footer-main-heading {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 18px;
}
img.logo-footer {
  margin-bottom: 30px;
  width: 200px;
}
p.footer-sub-heading {
  color: #C2D2E0;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 18px;
}

p.footer-content {
  color: #C2D2E0;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
}
a.footer-link {
  color: #C2D2E0;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
}
.single-link {
  margin-bottom: 13px;
}
.footer-gap {
  margin-bottom: 50px;
}
.other-column {
  padding-left: 40px;
}
.copyright {
  background-color: #A0DAF3;
  border-radius: 10px;
  padding: 6px 30px;
  margin-top: 50px;
}
p.copyright-text {
  color: #0C4B82;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.social-media-links i {
  color: #0C4B82;
  font-size: 24px;
}
.social-media-links {
  display: flex;
  align-items: center;
  gap: 16px;
  justify-content: flex-end;
  position: relative;
  top: 2px;
}
.blue-area {
  background-color: #0B62AC;
  border-radius: 14px;
  padding: 120px 0px;
  position: relative;
}
.blue-area p {
  color: #ffffff;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 45px;
}
.sub-input-wrapper {
    height: 56px;
    border-radius: 15px;
    background: #FFF;
    padding: 0px 10px 0px 0px;
    width: 60%;
    margin: 0 auto;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    overflow: hidden;
}
input.subscribe-input {
  width: 100%;
  height: 100%;
  padding-left: 20px;
  border: 0px;
  border-radius: 20px;
  outline: none;
}
.sub-input-wrapper .submit-btn{
  flex: 1;
  margin: 0px;
}
img.first-circle {
  height: 100px;
  position: absolute;
  top: 0px;
  left: 20px;
  width: auto;
}
img.second-circle {
  height: 120px;
  position: absolute;
  top: 0px;
  left: -18px;
  width: auto;
  transform: rotate(-40deg);
}
img.third-circle {
  height: 100px;
  position: absolute;
  top: 0px;
  right: 20px;
  width: auto;
}
img.fourth-circle {
  height: 120px;
  position: absolute;
  top: 0px;
  right: -18px;
  width: auto;
  transform: rotate(40deg);
}
img.orange-arrow {
  height: 160px;
  position: absolute;
  left: 80px;
  width: auto;
  top: 55px;
  transform: rotate(-3deg);
}
img.bulb {
  height: 110px;
  position: absolute;
  right: 110px;
  width: auto;
  bottom: 20px;
}
.blog-date {
  color: #3883C4;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 10px 0px;
}
.blog-title {
    color: #404B52;
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 156.5%;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}
.blog-subtitle {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 10px;
}
.blog-read-more {
  display: inline-block;
  color: #0C4B82;
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
.single-blog {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 12px;
  margin-bottom: 25px;
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.06);
}
section.white-sec {
  padding: 50px 0px;
}
img.blog-img {
  height: 230px;
  object-fit: cover;
  border-radius: 6px;
}
.light-blue-area {
  background-color: #EDF4FA;
  padding: 50px 0px;
}
.theme-hr {
  border-top: 2px solid rgba(11, 98, 172, 0.40);
  margin: 0px 0px 35px 0px;
}


/* our courses style */
.our-courses {
    padding: 50px 0;
}
.our-courses-content{
  margin-top: 100px;
}
.our-courses-content p{
  color: #404B52;
  font-family: Montserrat;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 111.111% */
  text-transform: capitalize;
}
.course-box{
  border-radius: 15px;
background: #AED7E9;
padding: 16px;
height: 445px;
}
.course-box h2 {
    color: #101828;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-top: 15px;
    margin-bottom: 7px;
    max-width: 244px;
}
.course-box p{
  color: #2A2A2A;
font-family: Montserrat;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 30px; /* 187.5% */
}
.view-more-btn-white{
  background: #fff;
  white-space: nowrap;
}
.course-box img{
  border-radius: 5px;
}
.our-courses .owl-prev {
  background: url('../images/left-arrow.svg') no-repeat center center !important;
  background-size: contain;
  width: 40px; /* Adjust the size of the arrow */
  height: 40px;
}

.our-courses .owl-next {
  background: url('../images/next-arrow.svg') no-repeat center center !important;
  background-size: contain;
  width: 40px; /* Adjust the size of the arrow */
  height: 40px;
  position: relative;
  left: 12px;
}
.our-courses .owl-prev span{
  opacity: 0;
}
.our-courses .owl-next span{
  opacity: 0;
}

.our-courses .owl-nav {
  position: absolute;
  right: -106px;
  bottom: 100px;
}
.breadcrumb-area {
  background-image: url('../images/breadcrumb-bannner.svg'); 
  background-position: center;
  background-repeat: no-repeat; 
  background-size: cover;
  height: 218px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
ul.bc-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
}
img.bc-4 {
  height: 60px;
  position: absolute;
  left: 20%;
  width: auto;
  bottom: -20px;
}
img.bc-1 {
    height: 51px;
    position: absolute;
    width: auto;
    right: 30%;
    top: -30px;
}
img.bc-3 {
  height: 35px;
  position: absolute;
  right: 17%;
  width: auto;
  top: -40px;
}
.bc-navigation li:not(:last-child)::after {
  content: " /";
  margin-left: 5px;
  margin-right: 5px;
  color: inherit;
}
h1.bc-heading {
  color: #147CD7;
  font-family: Montserrat;
  font-size: 46px;
  font-style: normal;
  font-weight: 800;
  line-height: 62px;
  text-align: center;
}
.bc-navigation li a {
  color: #2a2a2a;
  font-size: 16px;
}
.breadcrumb-area .container {
  position: relative;
}
img.bc-2 {
  position: absolute;
  height: 66px;
  left: 8%;
  width: auto;
  top: -25px;
}
/* .abt-right {
  padding-right: 10%;
} */
.box-heading {
  color: #101828;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
.bottom-box {
  border-top: 2px solid #E7F6FC;
  padding-top: 25px;
  margin-top: 20px;
}
.top-box img {
  width: 100px;
  margin: 0 auto;
  height: 100px;
}
.single-box {
  padding: 25px;
  border-radius: 15px;
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.06);
}
.box-heading {
  color: #101828;
  font-family: Montserrat;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
}
p.box-subheading {
  color: #2A2A2A;
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  min-height: 90px;
}
.in-main-heading {
  color: #404B52;
  font-family: Montserrat;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; 
  text-transform: capitalize;
}
.in-heading-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inner-search-wrapper {
  display: flex;
  width: 400px;
  height: 45px;
  padding: 0px 10px;
  align-items: center;
  gap: 20px;
  border-radius: 15px;
  border: 1px solid #0C4B82;
}
input.inner-search-input {
  width: 100%;
  height: 40px;
  padding-left: 30px;
  border: 0px;
  outline: none !important;
}
.inner-search-wrapper i {
  position: absolute;
}
.sec-white .single-course-list {  
  box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.06);
}
.course-banner {
  background-image: url('../images/uni-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height:550px;
  padding: 50px;
}
img.uni-image {
  height: 100px;
  width: auto;
  border-radius: 14px;
}
h1.course-heading {
  color: #FFF;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.course-banner-wrapper {
  display: flex;
  align-items: stretch;
}
.course-banner-wrapper .left-area {
  width: 50%;
  flex-direction: column;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.course-banner-wrapper .right-area {
  width: 50%;
  border-radius: 15px;
  background: #EDF4FA;
  box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.10);
  padding: 50px;
}
.form-input-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.form-input-wrapper {
  margin-bottom: 25px;
}

input.form-input,
select.form-input {
  border-radius: 15px;
  border: 1px solid #0C4B82;
  background: rgba(175, 179, 255, 0.00);
  height: 45px;
  padding: 0px 15px;
  appearance: none;
  position: relative;
  width: 100%;
}
.select-wrapper {
  position: relative;
}
.select-wrapper::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 54%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-image: url(../images/down-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
}
textarea.form-input {
  border-radius: 15px;
  border: 1px solid #0C4B82;
  background: rgba(175, 179, 255, 0.00);
  height: 120px;
  padding: 0px 15px;
}
.form-input-wrapper label {
  color: #0C4B82;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.code-area {
  display: flex;
  height: 45.02px;
  padding: 0px 15px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  background: #000000;
  color: #ffffff;
}
button.form-btn {
  display: flex;
  padding: 15px 0px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 1px solid #0C4B82;
  background: #0C4B82;
  width: 100%;
  border-radius: 15px;
  color: #ffffff;
  margin-top: 25px;
}
.course-content .nav-pills .nav-link {
  display: flex;
  padding: 15px 35px;
  align-items: center;
  gap: 10px;
  background: #A0DAF3;
  border-radius: 0px;
  color: #0B62AC;
}
.nav-pills .nav-item:first-child .nav-link{
  border-top-left-radius: 20px;
}
.nav-pills .nav-item:last-child .nav-link {
  border-top-right-radius: 20px;
}
.course-content .nav-pills .nav-link.active {
  background: #0B62AC;
  color: #ffffff;
}
.course-hr {
  border: 1px solid rgba(11, 98, 172, 0.40);
  margin: 2rem 0rem;
}
p.cc-heading {
  color: #404B52;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 156.5%;
  letter-spacing: 0.48px;
  margin: 20px 0px;
}
p.cc-sub-heading {
  color: #404B52;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 156.5%;
  letter-spacing: 0.4px;
}
.mega-menu li:hover{
  background: #0B62AC;
}
.cc-main-content {
  display: flex;
  align-items: center;
}
.cc-left-area {
  flex: 1;
}
.cc-la-content {
  display: flex;
  flex-direction: column;
}
.cc-right-area {
  text-align: right;
}
.cc-la-content {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: 10px;
}
section.course-content {
  padding: 50px 0px;
}
.blog-wrapper .course-wrapper {
  gap: 2%;
}
.blog-wrapper .single-course-list {
  width: 32%;
}
.contact .top-box img {
  width: 60px;
  margin: 0 auto;
  height: 100px;
}
.en-section-heading {
  color: #0C4B82;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.radio-container {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border-radius: 50%;
}
.radio-container:hover input ~ .checkmark {
  background-color: #ccc;
}
.radio-container input:checked ~ .checkmark {
  border-radius: 15px;
  border: 1px solid #0C4B82;
  background: #0B62AC;
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio-container .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}
.horizontal-radio-wrapper .radio-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
}

#box-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  transition: all 0.3s ease;
}

.box {
  background: lightblue;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: grab;
  transition: all 0.3s ease;
  width: 100%; /* Initially full width */
}

/* When two boxes are side by side */
.box.half-width {
  width: calc(50% - 5px);
}



#header {
  position: relative;
  background: #fff;
  padding: 15px 0;
}

#sticky-header {
  display: none;
}

@media (min-width: 768px) {
#sticky-header {
    display: none;
}
}


.moving-box {
    border-radius: 15px;
    background: #edf5f8;
    box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.06);
    transition: width 0.4s ease-in-out;
    height: fit-content;
    min-height: 466px;
}
.moving-box .moving-box-label {
  height: 160px;
  background-color: #2077C2;
  width: 140px;
  border-radius: 10px 10px 100px 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
}
.moving-box-desc {
  visibility: hidden;
  height: 100px;
  overflow: hidden;
}
.learn-more {
  visibility: hidden;
  width: 92px;
}
p.moving-box-heading {
    color: #101828;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    height: 65px;
}
.moving-box-desc {
  color: #2A2A2A;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
}
.moving-box-content-wrapper {
  padding: 35px 15px 15px;
}
.moving-box-wrapper {
  display: flex;
  gap: 10px;
}
.nav_sec.show .has-mega-menu a:target{
  color: #fff;
}
/* ==============responsive============ */
@media screen and (min-width: 1600px) {
}
@media screen and (min-width: 1800px) {
}
@media screen and (max-width: 1367px) {
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 1025px) {
}
@media only screen and (max-width: 991.98px) {
  .rsPadding {
    padding: 60px 0;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .main_header {
    padding: 12px 0;
  }
  span.toggle-menu img {
    float: left;
  }
  .main_header {
    width: 100%;
    background: #f6f6f6;
    padding: 10px 0;
    position: relative;
    z-index: 1000;
  }
  .main_header .cta {
    float: inline-end;
    padding: 6px 20px;
  }
  span.toggle-menu {
    width: auto;
    float: right;
    margin: 0;
    padding: 7px;
    display: block;
    cursor: pointer;
    background: #ff2f63;
    border-radius: 5px;
  }
  .overlay {
    position: fixed;
    z-index: 999;
    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;
  }
  .navigation_sec .nav_sec {
    width: 280px;
    height: 100%;
    float: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: -100%;
    padding: 70px 0 0;
    background: #147CD7;
    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;
}
.closebtn {
    background: transparent;
    height: 40px;
    width: 40px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 25px;
    position: absolute;
    top: 11px;
    right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    border: 2px solid #fff;
    border-radius: 50%;
}
.nav_sec.show .closebtn{
  display: flex;
}
.navigation_sec .nav_sec .closebtn  i {
    color: #ffffff;
}
  .nav_sec.show{
     transition: all 0.8s ease-in-out;
     right: 0;
  }
  .overlay.active{
     transition: all 0.8s ease-in-out;
     opacity: 1;
     visibility: visible;
  }
  .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;
  }
  .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 > ul {
    text-align: left;
  }
 .navigation_sec .nav_sec ul > li {
    display: block;
    padding-bottom: 0;
    width: 100%;
    margin: 0;
    border-top: none !important;
    padding: 0;
}
  .navigation_sec .nav_sec ul > li + li {
    margin-left: 0;
  }
  .navigation_sec .nav_sec ul > li a {
    color: #fff ;
    padding: 11px 15px;
    font-size: 15px;
    border-radius: 0;
    display: block;
  }
  .main_header .logo {
    display: block;
  }
  .navigation_sec .nav_sec img {
    display: inline-block;
    vertical-align: middle;
  }
  .navigation_sec .nav_sec i {
    float: right;
    font-style: normal;
    color: #fff;
    line-height: 30px;
    font-size: 21px;
    font-weight: 600;
  }
  .navigation_sec .nav_sec ul > li:hover ul {
    display: block;
    background: #fff;
}
  .nav_sec li.active {
    background: none;
    border-radius: 23px;
    padding: 0 !important;
  }
  .navigation_sec .nav_sec ul > li ul {
    width: 100%;
    background: #FF2F63;
    position: static;
    top: 100%;
    left: 0;
    text-align: left;
    display: none;
    border-radius: 0;
    padding: 0;
  }
  .navigation_sec .nav_sec ul li ul li + li {
    border-top: 1px solid #147cd7;
  }
  .navigation_sec .nav_sec ul li ul li a {
    padding: 6px 24px;
    color: #147cd7;
    font-size: 14px;
  }
 .navigation_sec .nav_sec ul ul > li:hover > a, .navigation_sec .nav_sec ul ul > li.active > a {
    background: #ffffff;
    color: #147cd7 !important;
    font-weight: 500;
}
  .navigation_sec .nav_sec ul li .arw-nav {
    width: 40px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    cursor: pointer;
    background: url(../images/arw.png) no-repeat center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .navigation_sec .nav_sec ul li .arw-nav.actv {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
 .navigation_sec .nav_sec > ul > li a {
    font-size: 16px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}
.navigation_sec .mega-menu {
    width: 100%;
    padding: 17px 0px 6px;
    top: 100%;
}
  .navigation_sec .mega-column h4 {
    font-size: 14px;
    margin-bottom: 10px;
}
.navigation_sec .mega-container {
  display: block;
}
.mega-column:last-child {
    margin-top: 0;
}
.navigation_sec ul li.has-mega-menu.active ul li.active a{
  color: #fff;
}
}


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

  .slider-section .slider-left-area {
    padding: 0px 0 0px 0px;
  }
.slider-section .slider-left-area h2, .slider-section .slider-left-area h2 span {
    font-size: 32px;
    line-height: normal;
}
  .first-slide-image img, .second-slide-image img {
    height: 214px;
    width: auto;
    z-index: 1;
    position: relative;
    object-fit: cover;
  }
  .second-slide-image::before,
  .first-slide-image::before {
    height: 214px;
    width: auto;
  }
  .slider-right-area {
    display: none;
  }
  section.blue-counter {
    padding: 45px 0px;
  }
  .uni-wrapper {
    flex-direction: column;
  }
.left-uni-list {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
    padding: 0 10px 10px;
}
.nav-pills .nav-link {

    font-size: 12px;
}
  .course-wrapper {
    flex-direction : column;
  }
  .single-course-list {
    width: 100%;
  }
  .blue-area {
    padding: 210px 0px 120px;
  }
  .first-circle,
  .second-circle,
  .orange-arrow,
  .third-circle,
  .fourth-circle {
    display: none;
  }


}
.universities .section-heading {
    margin-top: 17px;
    text-transform: capitalize;
}
.universities .owl-nav {
    display: block !important;
}
.universities{
  position: relative;
}
.universities .owl-prev , .universities .owl-next{
    color: #3883c4 !important;
    font-size: 60px !important;
}
.universities .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -38px;
}
.universities .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -45px;
}
.blue-sec h2{
  text-transform: capitalize;
}
.awards-image{
    max-width: 600px;
}
 .blue-sec {
    padding: 50px 0;
}
 .blue-sec .owl-dots {
    display: none;
}
/* fake university */
.fakeuniversity{
  background:url(../images/bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
}
.fakeuniversity .our-courses-content ,  .fakeuniversity .our-courses-content p{
  color: #fff;
  text-align: center;
  margin-top: 0;
}
.fakeuniversity .our-courses-content {
  margin-bottom: 50px;
}
.fakeuniversity .our-courses-content span{
    font-size: 23px;
}
.fakeuniversity a {
    display: table;
    margin: auto;
}
.form-select {
    height: 40px;
    align-self: stretch;
     border: 1px solid #6d99bf;
    background: rgba(175, 179, 255, 0.00);
    border-radius: 15px;
    margin-top: 10px;
    padding: 0px 15px;
}
.form-select:focus {
    border-color: #000;
    border: 2px solid #000;
    outline: 0;
    box-shadow:none;
}
.right-form-area {
    padding-left: 35px;
}
.carousel-indicators {
    position: relative;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    list-style: none;
    display: flex;
    gap: 105px;
    width: 100%;
    overflow-x: scroll;
    height: 150px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: transparent !important;
}
.carousel-indicators [data-bs-target] {
    width: 100%;
}

.closebtn {
    display: none;
}

.faq .our-courses-content {
    text-align: center;
    margin-top: 0;
    margin-bottom: 45px;
}
.faq  .heading-sml {
    justify-content: center;
}
section.faq {
    padding: 50px 0;
}

/* faq */
   .accordion-button::after {
      display: none !important; /* remove default caret */
    }
    .icon-toggle {
      margin-left: auto; /* push icon to the right */
      transition: transform 0.3s ease;
    }
    .accordion-button.collapsed .icon-toggle::before {
      content: "\f4fe"; /* Plus icon */
      font-family: "Bootstrap-icons";
    }
    .accordion-button:not(.collapsed) .icon-toggle::before {
      content: "\f2ea"; /* Minus icon */
      font-family: "Bootstrap-icons";
    }
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    border: none;
    border-bottom: 1px solid #3883c461;
    border-radius: 0 !important;
    margin-bottom: 20px;
}
.accordion-button:not(.collapsed) {
    color: #3883c4;
    background-color: transparent;
    box-shadow: none;
}
.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none !important;
}
.explore{

  margin: auto;
  margin-top: 50px;
}
.owl-dots{
  display: none;
}
.filterdiv{
  display: flex;
}



 .filterdiv {
      display: flex;
      gap: 15px;
      align-items: center;
    }

    /* Search box */
    .inner-search-wrapper {
      position: relative;
      display: flex;
      align-items: center;
    }

    .inner-search-wrapper i {
      position: absolute;
      left: 10px;
      color: #888;
    }

    .inner-search-input {
      padding: 8px 12px 8px 30px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
      width: 200px;
    }
.service_box {
    box-shadow: 0px 4px 45px 0px rgba(0, 0, 0, 0.06);
    border-radius: 15px;
    padding: 25px 35px;
    margin-bottom: 30px;
}
.main_box {
    display: flex;
    gap: 10px;
}

.explorebtns {
    margin-top: 30px;
    cursor: pointer;
}
    /* Dropdown */
    .dropdown {
      position: relative;
    }

#dropdownBtnFilter {
    background: #fff;
    color: white;
    border: none;
    padding: 8px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 6px;
    height: 45px;
    color: #888888;
    border: 1px solid #0C4B82;
    width: 128px;
}
.dropdownFilterOptions {
    display: none;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    border-radius: 6px;
    margin-top: 6px;
    min-width: 180px;
    z-index: 100;
}

    .dropdownFilterOptions a {
      display: block;
      padding: 10px 14px;
      text-decoration: none;
      color: #333;
      font-size: 14px;
      border-bottom: 1px solid #eee;
    }

    .dropdownFilterOptions a:last-child {
      border-bottom: none;
    }

  .dropdownFilterOptions a:hover {
    background: #0b62ac;
    color: #fff;
}
.dropdownFilterOptions a:nth-of-type(1){
  border-radius: 6px 6px 0 0;
}
.dropdownFilterOptions a:last-child{
  border-radius: 0 0 6px 6px;
}
    /* Show when active */
    .dropdown.show .dropdownFilterOptions {
      display: block;
    }
    .service_box.moving-box{
      padding: 25px;
    }


    /* modal */
.modal-content {
    background: #ffffff;
}

    .modal-body .form-group { 
    margin-top: 10px;
    position: relative;
}
    .modal-body .form-group label{
    position: absolute;
    top: 20px;
    left: 7px;
    font-size: 13px;
    color: #585555;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    padding: 10px 20px 20px;
}
.modal button.btn-close {
    background: #f2c9c9;
    color: #cc2323;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}


.explore-univercitess .single-course-list  {
    width: 48%;
}
.explore-univercitess  .right-course-list {
    width: 70%;
}
.explore-univercitess  .uni-wrapper {
    display: flex;
}
.movingbox-img img {
    height: 100px;
    width: 100px;
    object-fit: cover;
}
.search_icon {
    height: 40px;
    width: 32px;
    display: none;
    position: absolute;
}
.navbtns{
  display: none;
}
.nav_sec.show .navbtns {
    display: block;
    align-items: center;
    display: flex;
    margin-top: 30px;
    background: #fff;
    margin-left: 10px;
    color: #147cd7;
}
.dropdown_filter {
    display: flex;
    align-items: center;
    gap: 5px;
}
.dropdown_filter label{
    font-size: 16px;
    font-weight: 500;
}
.point-img{
    height: 20px;
    width: 20px;
}
.points {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}
p.movingbox-heading {
    margin-bottom: 25px;
}
.content_text {
    font-size: 14px;
    flex: 1;
}
span.round {
    height: 10px;
    width: 10px;
    background: #147cd7;
    display: inline-block;
    border-radius: 50%;
    margin-right: 9px;
}
/* .box_content ul li {
    display: flex;
    gap: 15px;
    align-items: center;
} */
.box_content ul {
    display: grid;
    gap: 20px;
}
h2.section-heading.text-center.mt-17.mb-5.content_heading {
    font-size: 26px;
}
.accordion-body ul {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
  #searchBox {
      display: none; /* hidden by default */
    }
  .form-input-wrapper .form-select {
    margin-top:0;
}
/* service img */
.box_img img {
    border-radius: 14px;
    max-width: 100%;
    width: 100%;
}
.service_box p.moving-box-heading {
    font-size: 20px;
    height: auto;
}
.service_box .row{
  align-items: center;
}
.testi-container {
    text-indent: 0px;
    text-align: left;
}
/* ===========
 slide banner start
 =========== */
 .slideimg {
    display: flex;
    align-items: center;
    gap: 10px;
  
}
.slide1 img , .slide2 img{
  height: 200px;
  width: 300px;
  border-radius: 8px;
  object-fit: cover;
   
}
.first_img , .fourth_img , .fifth_img{
  border:1px solid #3883C4 ;
  border-radius: 8px;
}
.slide1 , .slide2{
  display: grid;
  gap: 10px;
}
.first_img , .second_img , .third_img , .fourth_img , .fifth_img{
  padding: 5px;
}
.second_img , .third_img{
  border: 1px solid #FF7350;
    border-radius: 8px;
}
.swiper-slide .row{
  align-items: center;
}
.fifth_img img {
    height: 400px;
    width: 500px;
    border-radius: 8px;
    object-fit: cover;
}
.modal-title.fs-5{
    color: #406c93;
    font-weight: 600;
    font-size: 23px !important;
}
.modal-body .swiper-slide img {
    object-fit: contain;
    height: 82px;
    /* width: 60px; */
    border: 1px solid #c6d5e5;
    padding: 0 7px;
    border-radius: 3px;
}
.connect img{
    height: 30px;
    width: 30px;
    border-radius: 50%;
}
.connect {
    display: flex;
    position: relative;
    /* padding-top: 15px; */
    width: 64px;
}
.img2 {
    position: absolute;
    left: 17px;
}
.img3 {
    position: absolute;
    left: 32px;
}
.review i {
    font-size: 12px;
    color: #eacd3d;
}
.user_div span{
    font-size: 13px;
}
.user_div .review{
  display: flex;
  gap: 10px;

}
.user_div {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    margin-top: 15px;
}

/* tab */

  .img-thumb.active {
    border-color: #147cd7;
    transform: scale(1.09);
    padding: 2px;
}
    .content-box {
      display: none;
      animation: fadeIn 0.5s ease-in-out;
    }
    .content-box.active {
      display: block;
    }
    @keyframes fadeIn {
      from {opacity: 0; transform: translateY(10px);}
      to {opacity: 1; transform: translateY(0);}
    }
    .Achievementbox {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}
.img-thumb {
    width: 150px;
    height: 180px;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 10px;
    transition: 0.3s;
   
}
.Achievementsimg img{
 border-radius: 10px;
}
.award-heading {
    font-size: 18px;
    margin-bottom: 11PX;
    font-weight: 600;
    color: #5a5656;
}
.sent_btn{
  display: table;
  margin: auto;
  margin-top: 20px;
 width: 100px;
}
.single-course-list img{
  height: 239px;
  object-fit: cover;
}
.academin_heading {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
}
.box_content ul li div {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    display: inline;
}
.box_imgs img {
    border-radius: 14px;
    max-width: 100%;
    width: 100%;
    height: 360px;
    object-fit: cover;
}
.box_imgs {
    padding: 20px 0;
}
h2.section-heading.text-center.mt-17.mb-5.content_heading.service_content_heading {
    max-width: 721px;
    display: table;
    margin: auto;
} 
.reffer-now {
    margin-top: 30px;
}

/* =============
blog details 
=============== */
.blog_details{
  padding: 80px 0;
}
.blog_details h2.section-heading{

    margin-bottom: 20px;
}
.blog_box{
  margin-top: 50px;
  padding: 40px 30px;
}
h3.blog_sub_heding {
    font-size: 22px;
    font-weight: 600;
}
.blog-heading{
  margin-bottom: 30px;
}
.blog-heading-second{
  margin-top: 30px;
}
.point_list{
  gap: 7px !important;
}
.sub_content{
  font-size: 15px;
}
b.roles {
    display: block;
    margin: 10px 0;
    font-size: 14px;
}
.bold{
  display: block;
  margin: 10px 0;
  font-size: 14px;
  font-weight: 600;
}
.table {
border-color: transparent;
}
.point_list li b {
    font-weight: 600;
}
.point_list li {
    font-size: 14px;
    display: flex;
    align-items: baseline;
}
.table td{
font-size: 14px;
}
.point{
  font-size: 13px;
}




   .testimonial_slider .swiper {
      width: 100%;
      height: 100%;
    }


 


    .testimonial_slider .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

    .testimonial_slider .swiper-slide {
      background-size: cover;
      background-position: center;
    }

    .testimonial_slider .mySwiper2 {
      height: 80%;
      width: 100%;
    }

    .testimonial_slider .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }

    .testimonial_slider .mySwiper .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }

    .testimonial_slider .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
    }

 

     .testimonial_slider .swiper-slide {
    padding: 0;
}
.Achievements-img{
  height: 300px;
  width: 250px;
}
.Achievements-img{
float: right;
}
.Point{
  list-style:disc;
  gap: 5px !important;
  padding-left: 30px;
  margin-top: 10px;
}
.content_text b{
  font-size: 13px;
  color: #8d8d8d;
}
.sublinks {
    display: flex;
    gap: 35px;
}