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

@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Odor+Mean+Chey&display=swap');





*,

::after,

::before {

  box-sizing: border-box;

  -webkit-box-sizing: border-box;

  -o-box-sizing: border-box;

  -ms-box-sizing: border-box;

  -moz-box-sizing: border-box;

}



:root {

  --headingFont: "Work Sans", sans-serif;

  --bodyFont: "Mulish", sans-serif;

  --thirdFont: "Poppins", sans-serif;

  --fourthFont: "Odor Mean Chey", serif;

  --primaryColor: ;

  --secondaryColor: ;

}



/* ===================== common css start ====================== */



*,

html,

body {

  margin: 0;

  padding: 0;

  scroll-behavior: smooth;

}



.clear {

  clear: both;

}



.clear:after {

  content: "";

  clear: both;

  position: relative;

  width: 100%;

  display: table;

}



body {

  background: #fff;

  font-style: normal;

  font-weight: 400;

  font-size: 14px;

  line-height: 1.5;

}



section {

  padding: 120px 0;

}



.container {

  max-width: 1170px;

  padding: 0px 15px;

  margin: 0 auto;

}



img {

  max-width: 100%;

}



ul {

  list-style: none;

  margin: 0;

  padding: 0;

}



a {

  display: inline-block;

  transition: all 0.5s ease-in-out;

}



a,

a:hover,

a:focus {

  text-decoration: none;

  outline: none;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  margin: 0;

  font-weight: 400;

  font-style: normal;

}



input:focus,

select:focus,

textarea:focus {

  outline: none;

}



p {

  margin: 0;

}



/* ===================== common css start ====================== */



/* ================== mobile menu section start================= */

.mobileMenuSection {

  display: none;

}



.mobileMenuButton {

  display: none;

  text-decoration: none;

  width: 25px;

  position: absolute;

  top: 50px;

  right: 15px;

}



.mobileMenuButton span {

  width: 25px;

  height: 2px;

  border-radius: 4px;

  background: #000;

  display: block;

  opacity: 1;

  transition: all 0.5s ease-in-out;

  -webkit-transition: all 0.5s ease-in-out;

  -moz-transition: all 0.5s ease-in-out;

  -o-transition: all 0.5s ease-in-out;

  -ms-transition: all 0.5s ease-in-out;

}



.mobileMenuButton span:not(:last-child) {

  margin-bottom: 5px;

}



.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(2) {

  opacity: 0;

}



.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(1) {

  transform: rotate(45deg) translate(4px, 5px);

}



.mm-wrapper.mm-wrapper--opened .mobileMenuButton span:nth-child(3) {

  transform: rotate(-45deg) translate(4px, -6px);

}



.mm-navbar {

  z-index: 123;

  background: #565656;

}



.mm-navbar__title>span {

  color: #fff;

}



.mm-listitem:after {

  left: 0;

}



/* code for fixing the conflict of mmenu and bs modal */

.mm-page {

  position: initial;

}



.mm-btn--next:after,

.mm-btn--prev:before {

  border-color: #000000;

}



.mm-listitem.active {

  background: #878787;

}



/* ==================== mobile menu section end =================== */



/*========================== header start ==========================*/

.site-header {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 10;

}



.navbar {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 0;

}



.top_hdr {

  padding: 8px 0;

  background-color: #fff;

}



.top_hdr .navbar nav ul {

  display: flex;

  align-items: center;

  gap: 40px;

}



.top_hdr .navbar nav ul li a {

  font-size: 16px;

  font-weight: 700;

  color: #1B1D22;

  font-family: var(--bodyFont);

  transition: 0.4s all ease-in-out;

}



.top_hdr .navbar nav ul li a:hover {

  color: #18D1E4;

}



.top_hdr .navbar nav ul li.current-menu-item a {

  color: #18D1E4;

}



.top_hdr .navbar .call {

  display: flex;

  align-items: start;

  gap: 15px;

}



.top_hdr .navbar .call .call_txt h6 {

  font-size: 13px;

  font-weight: 500;

  color: #848484;

  font-family: var(--bodyFont);

}



.top_hdr .navbar .call .call_txt a {

  font-size: 18px;

  color: #1B1D22;

  font-weight: 700;

  font-family: var(--bodyFont);

}



.bnr_sec {

  position: relative;

  padding: 80px 0 0 0;

  background-color: #002340;

  /* overflow: hidden; */

}



.bnr_sec .right_slider {

  position: absolute;

  top: 0;

  right: 0;

  width: 50%;

  height: 100%;

}



.right_slider div {

  height: 100% !important;

}



.bnr_sec .right_slider .slick-dots {

  position: absolute;

  left: -95%;

  bottom: 50%;

}



.bnr_sec .right_slider .slick-dots li button {

  font-size: 0;

  height: 14px;

  width: 14px;

  border: 1px solid #fff;

  background-color: transparent;

  border-radius: 50%;

  transition: 0.4s all ease-in-out;



}



.bnr_sec .right_slider .slick-dots li.slick-active button {

  font-size: 0;

  height: 14px;

  width: 14px;

  border: none;

  background-color: #fff;

  border-radius: 50%;

}



.bnr_sec .bnr_inner .left {

  padding: 60px 0 60px 0px;

}



/* .bnr_sec .right{

  position: absolute;

  right: 0;

} */

.bnr_sec .right figure {

  height: 100%;

  margin-bottom: 0;

}



/* 

.bnr_sec .right {

    width: 50%;

    height: 100%;

} */



.bnr_sec .right img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.bnr_sec .bnr_inner .left h1,

.bnr_sec .bnr_inner .left h1 strong {

  font-size: 60px;

  font-weight: 600;

  font-family: var(--headingFont);

  color: #fff;



}



.bnr_sec .bnr_inner .left h1 b {

  font-size: 50px;

  background: linear-gradient(90deg, #0084FD 0%, #18D1E4 100%);

  background-clip: text;

  font-weight: 600;

  -webkit-text-fill-color: transparent;

  transform: translateY(15px);

}



.bnr_sec .bnr_inner .left p {

  font-size: 20px;

  font-weight: 500;

  font-family: var(--bodyFont);

  color: #fff;

  line-height: 33px;

  padding: 40px 0;

}



.bnr_sec .bnr_inner .left p span {

  font-weight: 700;

}



.main_btn {

  background-color: #0084FD;

  padding: 13px 24px;

  border-radius: 10px;

  font-size: 19px;

  font-weight: 700;

  color: #fff;

  font-family: var(--bodyFont);

  transition: 0.4s all ease-in-out;

}



.main_btn:hover {

  background-color: #00488b;

}



.main_btn:hover img {

  transform: rotate(45deg);

}



.main_btn img {

  margin-left: 5px;

  background-color: #FEEE02;

  border-radius: 50%;

  transition: 0.4s all ease-in-out;

}



/*=========================== header end ===========================*/



/*========================== banner start ==========================*/

.banner figure img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



/*=========================== banner end ===========================*/

.service_sec {

  background-color: #E6FEFF;

}



.blue_hdr {

  font-size: 18px;

  font-weight: 600;

  color: #fff;

  font-family: var(--headingFont);

  text-align: center;

  border-radius: 25px;

  padding: 7px 20px;

  background-color: #18D1E4;

  width: max-content;

  margin: 0 auto;

}



.service_sec h2 {

  font-size: 45px;

  font-family: var(--headingFont);

  font-weight: 600;

  color: #1B1D22;

  text-align: center;

  padding-top: 25px;

  padding-bottom: 50px;

}



.service_sec .academic {

  display: flex;

  flex-direction: column;

  gap: 10px;

}



.service_sec .academic .academic_card {

  box-shadow: 0px 0px 20px 0px #04183D1A;

  border-radius: 30px;

  background-color: #fff;

  padding: 35px;

}



.service_sec .academic .academic_card h4 {

  font-size: 30px;

  font-weight: 700;

  color: #1B1D22;

  font-family: var(--bodyFont);

}



.service_sec .academic .academic_card p {

  font-size: 15px;

  color: #1B1D22;

  font-weight: 400;

  line-height: 26px;

  font-family: var(--bodyFont);

  padding-top: 17px;

  padding-bottom: 20px;

}



.service_sec .academic .academic_card p span {

  font-weight: 700;

}



.service_sec .academic .academic_card a {

  font-size: 15px;

  font-weight: 700;

  color: #1B1D22;

  font-family: var(--bodyFont);

  transition: 0.4s all ease-in-out;

}



.service_sec .academic .academic_card a:hover {

  color: #00488b;

}



.service_sec .academic .academic_card a:hover img {

  transform: rotate(45deg) scale(0.9);

  margin-left: 5px;



}



.service_sec .academic .academic_card a img {

  margin-left: 5px;

  background-color: #FEEE02;

  border-radius: 50%;

  transition: 0.4s all ease-in-out;



}



.service_sec .academic .small_card {

  display: flex;

  gap: 10px;

}



.service_sec .academic .small_card .cards {

  box-shadow: 0px 0px 20px 0px #04183D1A;

  border-radius: 30px;

  background-color: #fff;

  padding: 10px 10px 22px 10px;

}



.service_sec .academic .small_card .cards p {

  font-size: 18px;

  font-weight: 700;

  color: #1B1D22;

  font-family: var(--bodyFont);

  padding-top: 11px;

  line-height: 23px;

  text-align: center;

  height: 57px;

}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
  color: #000;
}

.service_sec .academic .small_card .cards a {
  font-size: 15px;
  font-weight: 700;
  color: #1B1D22;
  font-family: var(--bodyFont);
  text-align: center;
  padding-top: 31px;
  width: 100%;
  line-height: 20px;
  transition: 0.4s all ease-in-out;
  display: inline-flex;
  justify-content: center;
}

.crd_iner {
  padding: 0 5px;
}

.small_slider .slick-dots {
  position: absolute;
  bottom: -6px;
  right: 50%;
  transform: translate(-50%, 100%);
  display: flex;
  /* flex-direction: column; */
  gap: 6px;
  align-items: center;
}

.small_slider .slick-dots li button {
  font-size: 0;
  height: 12px;
  width: 12px;
  border: 1px solid #0084FD;
  border-radius: 50%;
  transition: 0.4s all ease-in-out;
}

.small_slider .slick-dots li.slick-active button {
  font-size: 0;
  height: 10px;
  width: 10px;
  background: #0084FD;
  border-radius: 50%;
}


.service_sec .academic .small_card .cards a:hover {

  color: #00488b;

}



.service_sec .academic .small_card .cards a:hover img {

  transform: rotate(45deg) scale(0.9);



}



.service_sec .academic .small_card .cards a img {

  margin-left: 5px;

  background-color: #FEEE02;

  border-radius: 50%;

  transition: 0.4s all ease-in-out;

}



.counter_sec {

  background-color: #0055A3;

  padding: 80px 0;

}



.counter_sec .count span {

  background: #FFFFFF33;

  padding: 20px 15px;

  border-radius: 10px;

  height: max-content;

}



.counter_sec .count {

  display: flex;

  gap: 20px;

  border-right: 1px solid #3377B5;

  height: 100%;

}



.counter_sec .count img {

  height: 40px;

  min-width: 40px;

}



.counter_sec .count h3 {

  font-size: 40px;

  font-weight: 700;

  color: #fff;

  font-family: var(--bodyFont);

}



.counter_sec .count h3 b {

  font-family: var(--bodyFont);

  font-weight: 700;

}



.counter_sec .count p {

  font-size: 18px;

  font-weight: 700;

  color: #fff;

  font-family: var(--bodyFont);

}



.counter_sec .count.fourth {

  border-right: none;

}



.about_sec .about_left h2 {

  color: transparent;

  -webkit-text-stroke: 1.5px #1B1D22;

  font-size: 95px;

  font-weight: 600;

  font-family: var(--thirdFont);

  padding-top: 0px;

  /* text-shadow:

	   -1.5px -1.5px 0 #1B1D22,  

		1.5px -1.5px 0 #1B1D22,

		-1.5px 1.5px 0 #1B1D22,

		 1.5px 1.5px 0 #1B1D22 */

  position: relative;

  left: 10px;



}



.about_sec .about_left {

  display: flex;

  gap: 30px;
  justify-content: center;

}



.about_sec .scnd {

  position: relative;

  top: 103px;

  z-index: 1;

}



.about_sec .scnd::before {

  position: absolute;

  content: "";

  background: url('../images/about_bg.png')no-repeat;

  height: 100%;

  width: 100%;

  top: -125px;

  z-index: -1;

}



.about_left .scnd h2 {

  position: absolute;

  bottom: 103px;

  left: 10px;

  color: transparent;

  -webkit-text-stroke: 1.5px #ffffff;

  font-size: 95px;

  font-weight: 600;

  font-family: var(--thirdFont);

  padding-top: 20px;

}



.about_sec .blue_hdr {

  margin: 0;

}



.about_sec .about_right h2 {

  font-size: 45px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--headingFont);

  padding-top: 25px;

  padding-bottom: 25px;

}



.about_sec .about_right p {

  font-size: 15px;

  font-weight: 400;

  color: #1B1D22;

  font-family: var(--bodyFont);

  line-height: 24px;

}



.about_sec .about_right p span {

  font-weight: 700;

}



.about_sec .about_right ul {

  padding-top: 23px;

  display: flex;

  flex-direction: column;

  gap: 15px;

}



.about_sec .about_right ul li {

  font-size: 15px;

  font-weight: 700;

  color: #1B1D22;

  font-family: var(--bodyFont);

  line-height: 19px;

}



.about_sec .about_right ul li img {

  padding-right: 12px;

}



.about_sec .about_right a {

  margin-top: 30px;

}



.focus_area {

  background: url('../images/focus-bg.png')no-repeat;

  height: 100%;

  width: 100%;

  padding: 100px 0;

  background-size: cover;

}



.focus_area h2 {

  text-align: center;

  font-size: 45px;

  font-weight: 600;

  color: #fff;

  font-family: var(--headingFont);

  padding-top: 25px;

  padding-bottom: 40px;

}



.focus_area .focus_card {

  background: #00192C99;

  padding: 30px 20px;

  border-radius: 30px;

  text-align: center;

  height: 100%;

  transition: 0.4s all ease-in-out;

}



.focus_area .focus_card:hover {

  background: #00192cce;

  transform: translateY(-5px);

}



.focus_area .focus_card .focus_icon {

  border-radius: 15px;

  border: 1.5px solid #18D1E4;

  background: #00244180;

  padding: 20px;

}



.focus_area .focus_card h4 {

  font-size: 15px;

  font-weight: 600;

  color: #fff;

  font-family: var(--headingFont);

  text-align: center;

  padding-top: 25px;

  padding-bottom: 15px;

}



.focus_area .focus_card p {

  font-size: 14px;

  font-weight: 500;

  color: #C1D5E5;

  font-family: var(--bodyFont);

  text-align: center;

  min-height: 100px;

}



.focus_area .focus_card a {

  font-size: 15px;

  font-weight: 700;

  color: #fff;

  font-family: var(--bodyFont);

  text-align: center;

  padding-top: 31px;

  width: 100%;

  line-height: 20px;

  transition: 0.4s all ease-in-out;

}



.focus_area .focus_card a:hover {

  color: #FEEE02;

}



.focus_area .focus_card a:hover img {

  transform: rotate(45deg) scale(0.9);

}



.focus_area .focus_card a img {

  transition: 0.4s all ease-in-out;

  margin-left: 5px;

}



.action_sec {

  background-color: #DFF4FF;

  padding: 150px 50px 198px;

}



.action_sec h2 {

  font-size: 45px;

  color: #1B1D22;

  text-align: center;

  font-family: var(--headingFont);

  padding-top: 25px;

  padding-bottom: 40px;

  font-weight: 600;

}



.action_sec p {

  color: #1B1D22;

  font-size: 15px;

  font-weight: 400;

  text-align: center;

  font-family: var(--bodyFont);

  padding-bottom: 88px;

}



.action_sec .action_card {

  box-shadow: 0px 0px 20px 0px #04183D0D;

  border-radius: 20px;

  background-color: #fff;

  padding: 26px 16px;

  position: relative;

  height: 100%;

  transition: 0.4s all ease-in-out;

}



.action_sec .action_card:hover {

  background-color: #18D1E4;

  transform: translateY(-2px);

}



/* Default hidden state */

.action_card {

  opacity: 0;

  transition: all 3s ease;

}



/* Odd cards → bottom to top */

.action_card.from-bottom {

  transform: translateY(60px);

}



.action_card.from-bottom.show {

  opacity: 1;

  transform: translateY(0);

}



/* Even cards → top to bottom */

.action_card.from-top {

  transform: translateY(-60px);

}



.action_card.from-top.show {

  opacity: 1;

  transform: translateY(0);

}



.action_sec .action_card:hover h6 {

  color: #fff;

}



.action_sec .action_card:hover h4 {

  color: #fff;

}



.action_sec .action_card:hover p {

  color: #fff;

}



.action_sec .action_card h6 {

  font-size: 18px;

  color: #0084FD;

  font-weight: 700;

  font-family: var(--bodyFont);

  transition: 0.4s all ease-in-out;

  text-align: center;

}



.action_sec .action_card h4 {

  font-size: 65px;

  color: #0084FD;

  font-weight: 700;

  font-family: var(--bodyFont);

  text-align: center;

  padding-top: 0px;

  transition: 0.4s all ease-in-out;

  padding-bottom: 20px;

}



.action_sec .action_card p {

  color: #1B1D22;

  font-size: 16px;

  font-weight: 700;

  line-height: 24px;

  text-align: center;

  font-family: var(--bodyFont);

  padding-bottom: 0;

  transition: 0.4s all ease-in-out;

  min-height: 48px;

}



.action_sec .action_card.first::before {

  position: absolute;

  content: "";

  background: url('../images/top-rounded-arrow.png')no-repeat;

  top: -48px;

  width: 101px;

  height: 48px;

  right: -60px;

  z-index: 1;

  background-size: contain;

}



.action_sec .action_card.second::before {

  position: absolute;

  content: "";

  background: url('../images/bottom-rounded-arrow.png')no-repeat;

  bottom: -48px;

  width: 101px;

  height: 48px;

  right: -60px;

  z-index: 1;

  background-size: contain;

}



.idea_sec {

  padding: 150px 0;

}



.idea_sec h2 {

  font-size: 45px;

  font-weight: 600;

  color: #1B1D22;

  text-align: center;

  font-family: var(--headingFont);

  padding-top: 25px;

  padding-bottom: 50px;

}



.idea_sec figure {

  position: relative;

  margin-bottom: 0;

  transition: 0.4s all ease-in-out;

}



.idea_sec figure img {

  transition: 0.4s all ease-in-out;

}



.idea_sec figure h5 {

  position: absolute;

  bottom: 0;

  left: 50%;

  transform: translate(-50%, 0);

  width: 100%;

  text-align: center;

  background: #1B1D22CC;

  padding: 13px 0;

  overflow: hidden;

  border-bottom-left-radius: 10px;

  border-bottom-right-radius: 10px;

  color: #fff;

  font-size: 15px;

  font-weight: 500;

  font-family: var(--headingFont);

  transition: 0.4s all ease-in-out;

}







.swiper {

  width: 100%;

  height: 100%;

}





.clients_sec {

  padding: 100px 0;

  background-color: #0084FD;

  position: relative;

}



.clients_slider .client_card {

  box-shadow: 0px 0px 30px 0px #15375233;

  border-radius: 30px;

  padding: 29px;

  background-color: #fff;

  max-width: 500px;

}



.clients_slider .client_card .client_hdr {

  display: flex;

  gap: 27px;

  align-items: center;

}



.clients_slider .client_card .client_hdr h5 {

  font-size: 18px;

  font-weight: 600;

  color: #153752;

  font-family: var(--headingFont);

  padding-bottom: 8px;

}



.clients_slider .client_card .client_hdr h6 {

  font-size: 14px;

  font-weight: 400;

  color: #153752;

  font-family: var(--bodyFont);



}



.clients_slider .client_card p {

  color: #153752;

  font-size: 15px;

  font-weight: 500;

  line-height: 25px;

  font-family: var(--bodyFont);

  padding-top: 21px;

}



.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {

  position: absolute;

  top: -60px;

  right: -30px;

  left: inherit;

  text-align: end;

  height: 100%;

  width: 20px;

  display: flex;

  justify-content: center;

  flex-direction: column;

  align-items: end;

  gap: 10px;

}



.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {

  border: 2px solid #FFFFFF;

  height: 14px;

  width: 14px;

  border-radius: 50%;

  transition: 0.4s all ease-in-out;

  background-color: transparent;

}



.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {

  border: 1.5px solid #FFFFFF;

  height: 14px;

  width: 14px;

  border-radius: 50%;

  background-color: #fff;



}





/* Base slide */

/* Base slides */

.clients_slider .swiper-slide {

  transition: 0.4s ease;

  transform-origin: center;

  position: relative;

}



/* Active slide — front */

.clients_slider .swiper-slide-active {

  opacity: 1 !important;

  /* transform: scale(1) !important; */

  z-index: 5 !important;

  filter: none !important;



}



.clients_slider .swiper-slide-active .client_card {

  margin-left: 50px;

  position: relative;

  top: 0 !important;

  transform: rotate(0deg) !important;



}



.clients_slider .swiper-slide {}



.clients_slider .swiper-slide .client_card {

  position: relative;

  top: 30px;

  transform: rotate(2deg);



}



/* Next slide — behind */

.clients_slider .swiper-slide-next {

  opacity: 0 !important;

  /* transform: scale(0.9) translateX(-100%) !important; */

  filter: blur(4px) !important;

  z-index: 1 !important;

  /* transform: translate3d(calc(-15.25% - 562px), 0px, -100px) rotateZ(0deg) scale(1) !important; */

}



.clients_slider .swiper-slide-prev {

  filter: blur(4px) !important;

  z-index: 1 !important;
  opacity: 1 !important;


}

.clients_slider .swiper-slide-next {
  filter: blur(4px) !important;
  z-index: 1 !important;
  opacity: 0 !important;
}

.clients_slider .swiper-slide {
  opacity: 0;
}

.clients_slider .swiper-slide-next+.swiper-slide {
  opacity: 0 !important;
}

.swiper-3d .swiper-slide-shadow {

  background: none;

}



.video {

  position: absolute;

  top: 0;

  bottom: 0;

  right: 0;

  width: 45%;

  height: 100%;

  margin-bottom: 0;

}



.video a {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.video a img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



.video .play {

  width: auto;

  height: auto;

}



.video .play img {

  height: auto;

  width: auto;

  position: absolute;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}



.clients_sec .blue_hdr {

  margin: 0;

}



.clients_sec h2 {

  font-size: 45px;

  font-weight: 600;

  font-family: var(--headingFont);

  color: #fff;

  padding: 15px 0;

}



.partner_sec {

  padding-top: 120px;

}



.partner_sec h2 {

  font-size: 45px;

  font-weight: 600;

  font-family: var(--headingFont);

  color: #1B1D22;

  padding: 25px 0 50px;

  text-align: center;

}



.partner_sec .partner_slider .partners_logo {

  padding: 15px 5px;

}



.partner_sec .partner_slider .partners_logo .logo {

  text-align: center;

  box-shadow: 2px 2px 13px 0px #0049511A;

  border-radius: 70px;

  background-color: #fff;

  padding: 10px 30px;

  height: 70px;

  display: flex;

  justify-content: center;

}



.partner_sec .partner_slider .partners_logo .logo img {

  width: 100%;

}



.expert_card {

  background-color: #18D1E4;

  border-radius: 40px;

  padding: 50px 50px;

  position: relative;

  top: -80px;

  margin: 0 auto;

  width: 970px;

}



.expert_card h4 {

  font-size: 27px;

  font-weight: 600;

  color: #fff;

  font-family: var(--headingFont);

  padding-bottom: 0 !important;

}



.expert_card a {

  padding: 13px 24px;

  border-radius: 10px;

  background-color: #fff;

  font-size: 19px;

  font-weight: 700;

  color: #1B1D22;

  font-family: var(--bodyFont);

  transition: 0.4s all ease-in-out;

}



.expert_card a:hover {

  background-color: #00488b;

  color: #fff;

}



.expert_card a:hover img {

  transform: rotate(45deg) scale(0.9);

}



.expert_card a img {

  padding-left: 5px;

  transition: 0.4s all ease-in-out;

}



.site-footer {

  background-color: #002440;

  padding: 0px 0 20px;

}



.site-footer .linear {

  background: linear-gradient(90deg, #006FFF 0%, #00CEBD 100%);

  background-clip: text;

  -webkit-text-fill-color: transparent;

}



.site-footer h4 {

  font-size: 23px;

  font-weight: 600;

  font-family: var(--headingFont);

  padding-bottom: 21px;

  color: #fff;

}



.site-footer .address h6 {

  font-size: 18px;

  font-weight: 700;

  font-family: var(--bodyFont);

  color: #fff;

  padding-top: 20px;

}



.site-footer .address p {

  font-size: 15px;

  font-weight: 400;

  font-family: var(--bodyFont);

  color: #fff;

  padding-top: 6px;

}



.site-footer .address a {

  font-size: 15px;

  font-weight: 400;

  font-family: var(--bodyFont);

  color: #fff;

  padding-top: 6px;

  transition: 0.4s all ease-in-out;

}



.site-footer .address a:hover {

  color: #18D1E4;

}



.site-footer ul {

  padding-top: 15px;

}



.site-footer ul li {

  padding-bottom: 9px;

}



.site-footer ul li a {

  font-size: 15px;

  font-weight: 400;

  font-family: var(--bodyFont);

  color: #fff;

  transition: 0.4s all ease-in-out;

}



.site-footer ul li a:hover {

  color: #18D1E4;

}



.site-footer ul li a img {

  height: 14px;

  width: 14px;

  object-fit: contain;

  transition: 0.4s all ease-in-out;

}



.site-footer .social li.facebook a span img {

  filter: invert(1);

}



.site-footer .social li a:hover span {

  background-color: #FEEE02;

}



.site-footer .social li.facebook a:hover span img {

  filter: invert(0) !important;

}



.site-footer .social li a:hover span img {

  filter: invert(1) !important;

}



.site-footer ul li a span {

  background-color: #215279;

  border-radius: 50%;

  padding: 5px 8px;

  margin-right: 13px;

  transition: 0.4s all ease-in-out;

}



.site-footer .social li {

  padding-bottom: 15px;

}



.ftr_btm {

  display: flex;

  justify-content: space-between;

  align-items: end;

  padding-top: 40px;

}



.ftr_btm h5 {

  font-size: 13px;

  color: #7E98AD;

  font-family: var(--bodyFont);

  line-height: 20px;

}



.ftr_btm h5 a {

  font-weight: 600;

  color: #fff;

}





.inner_bnr figure img {

  width: 100%;

}



.inner_bnr figure {

  position: relative;

  margin-bottom: 0;

}



.inner_bnr figure::before {

  position: absolute;

  content: "";

  background: #00000063;

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

}



.inner_bnr {

  padding: 80px 0 0;

}



.inner_bnr .inner_bnr_txt {

  position: absolute;

  left: 50%;

  top: 50%;

  transform: translate(-50%, -50%);

}



.inner_bnr .inner_bnr_txt h1 {

  font-size: 45px;

  font-weight: 600;

  font-family: var(--headingFont);

  color: #fff;

  padding-bottom: 25px;

  text-align: center;

}



.inner_bnr_txt .brdcrmb {

  background-color: #18D1E4;

  border-radius: 27px;

  padding: 5px 60px;

  text-align: center;

  color: #fff;

}



.inner_bnr_txt .brdcrmb a {

  color: #fff;

  font-size: 15px;

  font-weight: 400;

  font-family: var(--headingFont);

  padding-right: 10px;

  line-height: 30px;

}



.inner_bnr_txt .brdcrmb a.active {

  padding-left: 10px;

  font-weight: 500;

  padding-right: 0;

}



.inner_bnr_txt .brdcrmb span {

  font-size: 15px;

}



.academic_sec {

  padding-top: 130px;

  padding-bottom: 0;

}



.academic_sec .amademic_logo img {

  background-color: #fff;

  padding: 5px 20px 18px;

  position: relative;

  left: -113px;

  top: 35px;

}



.academic_sec p {

  padding-top: 50px;

  font-size: 15px;

  font-weight: 400;

  color: #1B1D22;

  font-family: var(--bodyFont);

  line-height: 26px;

}



.academic_sec .main_btn {

  margin-top: 35px;

}



.service_cards_sec {

  padding-top: 100px;

  padding-bottom: 0;

}



.new_card {

  position: relative;

  padding: 18px;

  border-radius: 20px;

  background: #fff;

  box-shadow: 0px 0px 20px 0px #04183D1A;

  height: 100%;

  transition: 0.4s all ease-in-out;

}

.new_card:hover {

  background-color: #0084fd45;

}

.new_card::before {

  content: "";

  position: absolute;

  inset: 0;

  padding: 2px;

  /* border width */

  border-radius: 20px;

  background: linear-gradient(148.58deg, #00CEBD 0%, #FFFFFF 52.34%);

  -webkit-mask:

    linear-gradient(#fff 0 0) content-box,

    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;

  mask-composite: exclude;

  pointer-events: none;

}



.new_card h4 {

  padding-top: 20px;

  color: #1B1D22;

  font-size: 17px;

  font-weight: 700;
  height: 62px;
  font-family: var(--bodyFont);

}

.new_card h4 img {
  padding-right: 5px;
}

.new_card p {

  color: #1B1D22;

  font-size: 15px;

  font-weight: 400;

  font-family: var(--bodyFont);

  padding-top: 15px;

  line-height: 25px;

}



.contact_us_sec {

  padding-bottom: 0;

}



.contact_frm_sec {

  padding-bottom: 0;

}



.contact_us_sec h2 {

  font-size: 40px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--headingFont);

}



.contact_us_sec p {

  font-size: 15px;

  font-weight: 400;

  color: #1B1D22;

  font-family: var(--bodyFont);

  padding-top: 30px;

}



.contact_card {

  background-color: #E4F5FF;

  padding: 30px 12px 30px;

  border-radius: 20px;

  height: 100%;

}



.contact_card img {

  background-color: #18D1E4;

  border-radius: 10px;

  padding: 10px;

  height: 40px;

  width: 40px;

}



.contact_card .contact_dtls {

  display: flex;

  gap: 15px;

  flex-direction: column;

}



.contact_card .contact_dtls h6 {

  font-size: 18px;

  font-weight: 700;

  color: #1B1D22;

  padding-bottom: 13px;

  font-family: var(--bodyFont);

}



.contact_card .contact_dtls p {

  font-size: 14px;

  font-weight: 400;

  color: #1B1D22;

  padding-bottom: 0px;

  font-family: var(--bodyFont);

  padding-top: 0;

}



.contact_card a {

  width: 100%;

  text-align: left;

  font-size: 15px;

  font-weight: 700;

  color: #1B1D22;

  font-family: var(--bodyFont);

  padding-top: 10px;

}



.contact_frm_sec .frm_card {

  background-color: #F4F4F4;

  border-radius: 30px;

  padding: 30px;

}



.contact_frm_sec .frm_card figure {

  margin-bottom: 0;

  margin-top: 0;

  height: 100%;

}



.contact_frm_sec .frm_card figure img {
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}



.contact_frm_sec .frm_card form input {

  width: 100%;

  border: none;

  background-color: #fff;

  height: 45px;

  border-radius: 5px;

  padding: 0 20px;

  font-size: 15px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}



.contact_frm_sec .frm_card form textarea:focus {

  box-shadow: none;

}



.contact_frm_sec .frm_card form textarea {

  width: 100%;

  border: none;

  background-color: #fff;

  border-radius: 5px;

  padding: 13px 20px;

  font-size: 15px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}



.contact_frm_sec .frm_card form select {

  width: 100%;

  border: none;

  background-color: #fff;

  height: 45px;

  border-radius: 5px;

  padding: 13px 20px;

  font-size: 15px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}



.contact_frm_sec .frm_card form select:focus {

  box-shadow: none;

}



.contact_frm_sec .frm_card h3 {

  font-size: 30px;

  font-weight: 600;

  font-family: var(--headingFont);

  color: #1B1D22;

  padding-bottom: 34px;

}



.contact_frm_sec .frm_card form input::placeholder {

  font-size: 15px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}



.contact_frm_sec .frm_card form textarea::placeholder {

  font-size: 15px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}



.contact_frm_sec .frm_card form button {

  border: none;

}



.map_sec {

  padding-bottom: 0;

}



.blog_sec a {

  margin-bottom: 0;

  position: relative;

}



.blog_sec a span {

  position: absolute;

  top: 10px;

  right: 10px;

  background-color: #18D1E4;

  padding: 6px 11px;

  border-radius: 5px;

  font-size: 14px;

  font-weight: 700;

  font-weight: 700;

  color: #fff;

  font-family: var(--bodyFont);

}



.blog_sec h5 {

  font-size: 18px;

  font-weight: 700;

  font-family: var(--bodyFont);

  color: #1B1D22;

  padding: 15px 0;

}



.blog_sec p {

  font-size: 15px;

  font-weight: 400;

  font-family: var(--bodyFont);

  color: #1B1D22;

  line-height: 24px;

  padding-bottom: 40px;

}



.blog_sec a {

  font-size: 15px;

  font-weight: 700;

  font-family: var(--bodyFont);

  color: #1B1D22;

  transition: 0.4s all ease-in-out;

}



.blog_sec a:hover {

  color: #00488b;

}



.blog_sec a:hover img {

  transform: rotate(45deg) scale(0.9);

}



.blog_sec a img {

  padding-left: 0px;

  transition: 0.4s all ease-in-out;

}



.blog_sec {

  padding-bottom: 160px;

}



.blog_inner_sec h2 {

  font-size: 45px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--headingFont);

  padding-bottom: 20px;

}



.blog_inner_sec span {

  background-color: #18D1E4;

  padding: 6px 11px;

  border-radius: 5px;

  font-size: 14px;

  font-weight: 700;

  color: #fff;

  font-family: var(--bodyFont);

}



.blog_inner_sec img {

  padding-top: 20px;

}



.blog_inner_sec p {

  font-size: 14px;

  color: #1B1D22;

  font-weight: 400;

  font-family: var(--bodyFont);

  padding-top: 40px;

  line-height: 24px;

}



.blog_inner_right {

  box-shadow: 0px 0px 20px 0px #04183D1A;

  border-radius: 20px;

  padding: 20px;

  position: sticky;

  top: 100px;

}



.blog_inner_right .search {

  position: relative;

}



.blog_inner_right .search input {

  width: 100%;

  height: 45px;

  background-color: #F4F4F4;

  padding: 0 40px 0 20px;

  border: none;

  border-radius: 5px;

  font-size: 15px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}

.blog_inner_right .search input::placeholder {

  font-size: 15px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}

.blog_inner_right .search form .search-btn {
  border: none;
}

.blog_inner_right .search img {

  position: absolute;

  padding-top: 0;

  right: 10px;

  top: 50%;

  transform: translate(0%, -100%);

  cursor: pointer;

}



.blog_inner_right h5 {

  font-size: 18px;

  font-weight: 700;

  font-family: var(--bodyFont);

  color: #1B1D22;

  padding-top: 25px;

  border-top: 1px solid #f4f4f4;

  margin-top: 25px;

  padding-bottom: 5px;

}



.blog_inner_right .post {

  display: flex;

  gap: 15px;

  padding-top: 20px;

}



.blog_inner_right .post .post_text h6 {

  font-weight: 500;

  line-height: normal;

  font-size: 14px;

}



.blog_inner_right .post .post_text p {

  font-size: 14px;

  color: #8C8C8C;

  font-weight: 600;

  padding-top: 11px;

}



.blog_inner_right .post .post_text p img {

  padding-top: 0;

  padding-right: 5px;

}



.blog_inner_right .post img {

  padding-top: 0;

}



.blog_inner_right ul {

  padding-top: 20px;



}



.blog_inner_right ul li a {

  font-size: 14px;

  font-weight: 500;

  font-family: var(--bodyFont);

  color: #1B1D22;

  padding-bottom: 10px;

}



.blog_inner_right ul li img {

  padding-right: 8px;

  padding-top: 0;

}



.blog_inner_right .tags {

  display: flex;

  gap: 8px;

  padding-top: 20px;

}



.blog_inner_right .tags span {

  background-color: #F4F4F4;

  border-radius: 5px;

  padding: 5px 10px;

  font-size: 14px;

  font-weight: 500;

  color: #1B1D22;

  font-family: var(--bodyFont);

  width: 100%;

}



.about_page_sec h2 {

  color: #1B1D22;

  font-size: 45px;

  font-weight: 600;

  font-family: var(--headingFont);

}



.about_page_sec p {
  color: #1B1D22;
  font-size: 15px;
  font-weight: 400;
  font-family: var(--headingFont);
  padding-top: 18px;
}



.mission_sec {

  background: url('../images/mission-bg.png')no-repeat;

  padding: 100px 0;

  background-size: cover;

}



.mission_sec .msn_crd {

  position: relative;

  padding: 54px 30px;

  border-radius: 20px;

  background: #fff;

}



.mission_sec .msn_crd::before {

  content: "";

  position: absolute;

  inset: 0;

  padding: 2px;

  /* border width */

  border-radius: 20px;

  background: linear-gradient(103.94deg, #FEEE02 0%, #FFFFFF 100%);



  /* masking trick for hollow border */

  -webkit-mask:

    linear-gradient(#fff 0 0) content-box,

    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;

  mask-composite: exclude;



  pointer-events: none;

}



.mission_sec .msn_crd .msn_hdr {

  display: flex;

  align-items: center;

  gap: 15px;

}



.mission_sec .msn_crd .msn_hdr h5 {

  color: #1B1D22;

  font-size: 30px;

  font-weight: 600;

  font-family: var(--headingFont);

}



.mission_sec .msn_crd p {

  font-size: 15px;

  font-weight: 400;

  color: #1B1D22;

  font-family: var(--bodyFont);

  line-height: 24px;

  padding-top: 20px;



}



.mission_sec .msn_crd p span {

  font-weight: 700;

}



.approach_sec {

  padding: 120px 50px 0;

  background-color: #E6FEFF;

}



.approach_sec h2 {

  font-size: 45px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--headingFont);

  padding-bottom: 30px;

  text-align: center;

}



.approach_sec h5 {

  font-size: 20px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

  text-align: center;

}



.approach_sec h6 {

  font-size: 15px;

  font-weight: 400;

  color: #1B1D22;

  font-family: var(--bodyFont);

  text-align: center;

  padding-top: 15px;

  padding-bottom: 40px;

}



.approach_sec .yellow_band {

  background-color: #FEEE02;

  padding: 7px 35px;

  border-radius: 50px;

  margin-top: 5px;

}



.approach_sec .yellow_band h6 {

  font-size: 15px;

  font-weight: 700;

  color: #1B1D22;

  font-family: var(--bodyFont);

  padding-top: 0;

  text-align: center;

  padding-bottom: 0;

}



.approach_sec p {

  font-size: 15px;

  font-weight: 400;

  font-family: var(--bodyFont);

  color: #1B1D22;

  line-height: 25px;

  text-align: center;

  padding-top: 12px;

}



.trust {

  padding-top: 120px;

  background-color: #E6FEFF;

  padding-bottom: 196px;

}



.trust h2 {

  font-size: 45px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--headingFont);

  padding-bottom: 30px;

  text-align: center;

}



.trust_card {

  position: relative;

  padding: 25px 20px;

  border-radius: 20px;

  background: #fff;

  box-shadow: 0px 0px 20px 0px #04183D1A;

  height: 100%;

  display: flex;

  gap: 15px;

  transition: 0.4s all ease-in-out;

}

.trust_card:hover {

  background-color: #0084fd45;

  transform: translateY(-5px);

}



.trust_card::before {

  content: "";

  position: absolute;

  inset: 0;

  padding: 1px;

  border-radius: 20px;

  background: linear-gradient(148.58deg, #18D1E4 0%, #FFFFFF 52.34%);

  -webkit-mask: linear-gradient(#fff 0 0) content-box,

    linear-gradient(#fff 0 0);

  -webkit-mask-composite: xor;

  mask-composite: exclude;

  pointer-events: none;



}



.trust_card h6 {

  font-size: 15px;

  font-weight: 700;

  font-family: var(--bodyFont);

  color: #1B1D22;

}



.career_sec {

  padding-top: 109px;

}



.career_left {

  position: relative;

}



.job-details {

  padding-left: 180px;

}



.job-details h2 {

  font-size: 45px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--headingFont);



}



.job-details h6 {

  font-size: 18px;

  font-weight: 700;

  color: #1B1D22;

  font-family: var(--bodyFont);

  padding-top: 20px;

}



.job-details p {

  font-size: 13px;

  font-weight: 400;

  color: #1B1D22;

  font-family: var(--bodyFont);

  padding-top: 10px;

}



.job-details a {

  font-size: 15px;

  font-weight: 700;

  color: #1B1D22;

  font-family: var(--bodyFont);

  padding-top: 15px;

  transition: 0.4s all ease-in-out;

}



.job-details a:hover {

  color: #00488b;

}



.job-details a img {

  transition: 0.4s all ease-in-out;

}



.job-details a:hover img {

  transform: rotate(45deg) scale(0.9);

}



.built {
  background: url('../images/career-bg.png')no-repeat;
  background-size: cover;
  padding: 32px;
  padding-left: 140px;
  text-align: center;
  margin-top: 34px;
  border-radius: 0 30px 30px 0;
}



.built h4 {

  font-size: 35px;

  color: #FEEE02;

  font-family: 400;

  padding-bottom: 9px;

  font-family: var(--fourthFont);

}



.built p {

  font-size: 23px;

  font-weight: 400;

  color: #fff;

  font-family: var(--fourthFont);

  line-height: 30px;

}



.career_left figure {

  position: absolute;

  top: 2px;

  left: -85px;

  z-index: 3;

}

.wpcf7 input[type=file] {
  border: none;
}


.career_left figure::before {

  position: absolute;

  content: "";

  background: url('../images/shadow-bg.png')no-repeat;

  top: -70px;

  left: -140px;

  height: 370px;

  width: 370px;

  background-size: cover;

  z-index: -1;

}



.career_frm form {

  background-color: #F4F4F4;

  padding: 30px;

  border-radius: 20px;



}



.career_frm h4 {

  font-size: 30px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--headingFont);

  padding-bottom: 24px;

}



.career_frm form select {

  width: 100%;

  border: none;

  background-color: #fff;

  height: 45px;

  border-radius: 5px;

  padding: 13px 20px;

  font-size: 15px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}



.career_frm form select:focus {

  box-shadow: none;

}



.career_frm form input {

  width: 100%;

  border: none;

  background-color: #fff;

  height: 45px;

  border-radius: 5px;

  padding: 0 20px;

  font-size: 15px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}



.career_frm form input::placeholder {

  font-size: 15px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}



.file_input {

  padding: 11px 15px !important;

}



.career_frm form label {

  padding-top: 17px;

  font-size: 13px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}



.expert_left {

  border-right: 2px solid #fff;

}



.approach_sec img {

  width: 100%;

}





.revealText .letter {

  display: inline-block;

  opacity: 0;

  transform: translateY(24px);

  will-change: transform, opacity;

}



.typeWritter {

  display: inline-block;

  white-space: nowrap;

  overflow: hidden;

  border-right: 0px solid #000;

  padding-right: 0px;

  animation: blinkCursor .7s infinite;

  height: 60px;

}



@keyframes blinkCursor {



  0%,

  50% {

    border-color: #000;

  }



  51%,

  100% {

    border-color: transparent;

  }

}



.reveal {

  visibility: hidden;

  position: relative;

  overflow: hidden;

}



.academic .small_card .cards .smallImg {

  overflow: hidden;

  height: auto;

  border-radius: 20px;

}



.academic .small_card .cards .smallImg img {

  height: 97px;

  transition: 0.4s all ease-in-out;

  border-radius: 20px;

}



.academic .small_card .cards .smallImg:hover img {

  transform: scale(1.2);

}



.idea_sec .ideaImg {

  overflow: hidden;

  height: auto;

  border-radius: 10px;

}



.idea_sec .ideaImg img {

  transition: 0.4s all ease-in-out;

}



.idea_sec .ideaImg:hover img {

  transform: scale(1.2);

}



.service_inner_page_cards {

  padding-bottom: 196px;

}



.job_first {

  border-bottom: 1px solid #E8E8E8;

  padding-bottom: 20px;

}

.service_inner_page_cards figure {

  margin-bottom: 0;

  height: auto;

  overflow: hidden;

  border-radius: 10px;

}

.service_inner_page_cards figure img {

  transition: 0.4s all ease-in-out;

  border-radius: 10px;

  object-fit: cover;

}

.service_inner_page_cards figure:hover img {

  transform: scale(1.1);

}



.approach_sec figure {

  margin-bottom: 0;

  height: auto;

  overflow: hidden;

  border-radius: 20px;

  transition: 0.4s all ease-in-out;

}

.approach_sec figure img {

  transition: 0.4s all ease-in-out;

  border-radius: 10px;

}

.approach_sec figure:hover img {

  transform: scale(1.1);

}



.blog_sec .blog_img {

  margin-bottom: 0;

  height: auto;

  overflow: hidden;

  border-radius: 10px;

  transition: 0.4s all ease-in-out;

}

.blog_sec .blog_img img {

  transition: 0.4s all ease-in-out;

  border-radius: 10px;

}

.blog_sec .blog_img:hover img {

  transform: rotate(0deg) scale(1.1);

}

#ast-scroll-top {
  display: none !important;
}




.inner_bnr .breadcrumb {
  margin: 0;
  background: #18D1E4;
  justify-content: center;
  padding: 3px 30px;
  border: none;
  border-radius: 44px;
}

.inner_bnr .breadcrumb .breadcrumb-item,
.inner_bnr .breadcrumb .breadcrumb-item a {
  font-family: Work Sans;
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  position: relative;
}

.inner_bnr .breadcrumb .breadcrumb-item+.breadcrumb-item {
  padding-left: 24px;
}

.inner_bnr .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #fff;
  padding: 0;
  margin-right: 0px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  border-radius: 50%;
}

.servicemainImg {
  text-align: center;
  margin-bottom: 40px;
}

.servicemain p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 0%;
  color: #1B1D22;
}

.servicemain p:not(:last-child) {
  margin-bottom: 24px;
}

.academicOfferWrapper {
  padding: 0px 0 120px;
}

.academicOfferWrapper h2 {
  font-size: 45px;
  font-weight: 600;
  color: #1B1D22;
  font-family: var(--headingFont);
  padding-top: 25px;
  padding-bottom: 25px;
  text-align: center;
}

.academicOfferWrapper h2 span span {
  color: #0084FD;
}

.academicOfferWrapper .container-fluid {
  padding: 0 200px;
}

.academicOffer {
  margin: 0 200px;
  background: #E6FEFF;
  border-radius: 50px;
  padding: 60px 0;
}

.sTitlewrapper p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #1B1D22;
  max-width: 61%;
  margin: 0 auto 30px;
}

.academicOffer .nav.nav-tabs {
  justify-content: center;
  gap: 8px 10px;
  border: none !important;
  margin-bottom: 10px;
}

.academicOffer .tab-content {
  margin-top: 0px;
}

.academicOffer .nav.nav-tabs .nav-link {
  background: #DFF4FF;
  color: #1B1D22;
  border: 1px solid #DFF4FF !important;
  border-radius: 6px;
  margin: 0 !important;
  transition: 0.5s;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 19px;
  width: 100%;
}

.academicOffer .nav.nav-tabs .nav-link.active {
  background: #0084FD;
  color: #fff;
  transition: 0.5s;
}

.serviceContentDetails h3 {
  font-family: Mulish;
  font-weight: 700;
  font-style: Bold;
  font-size: 25px;
  leading-trim: NONE;
  line-height: 35px;
  letter-spacing: 0%;
  color: #1B1D22;
  margin-bottom: 40px;
}

.serviceContentDetails h4 {
  font-family: Mulish;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #1B1D22;
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
}

.serviceContentDetails h4::before {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  width: 13px;
  height: 16px;
  background: #FEEE02;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.serviceContentDetails p {
  font-family: Mulish;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1B1D22;
  margin-bottom: 30px;
}

.stickyOuter {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #04183D1A;
  padding: 15px;
  border-radius: 20px;
  position: sticky;
  top: 100px;
}

.academicOffer .nav.nav-tabs li {
  width: 100%;
}

@keyframes movedown {
  0% {
    transform: translateY(-100%);
  }

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

.serviceContentDetails h6 {
  font-family: Mulish;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 24px;
  color: #1B1D22;
  margin-bottom: 20px;
}

.serviceContentDetails ul li {
  font-family: Mulish;
  font-weight: 400;
  font-style: Bold;
  font-size: 15px;
  leading-trim: NONE;
  line-height: 24px;
  letter-spacing: 0%;
  color: #1B1D22;
  padding-left: 20px;
  position: relative;
}

.serviceContentDetails ul li::after {
  content: "";
  background: #1B1D22;
  width: 6px;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 8px;
  left: 5px;
  position: absolute;
}

.serviceContentDetails ul {
  display: grid;
  gap: 15px;
  margin-bottom: 30px;
}

.new_card p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 30px;
  height: 140px;
}

.new_card .main_btn {
  margin: auto;
  display: table;
}

.pdf_btn {
  font-size: 19px;
  font-weight: 700;
  font-family: var(--bodyFont);
  color: #fff;
  padding: 13px 24px;
  background-color: #0084FD;
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
}

.pdf_btn img {
  padding-left: 10px;
}

.pdf_btn:hover {
  background-color: #00488b;
}

/* service details start */

.floating {
  position: fixed;
  right: 0px;
  top: 40%;
  z-index: 11;
}

.floating ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
  align-items: center;
}

.floating ul li a img {
  transition: 0.4s all ease-in-out;
}

.floating ul li a:hover img {
  transform: rotate(360deg);
}

.servicemain h2 {
  font-size: 45px;
  font-family: var(--headingFont);
  font-weight: 600;
  color: #1B1D22;
  text-align: center;
}

.wpcf7-response-output {
  text-align: center;
}

.serviceContentDetails ul li ul {
  padding-top: 15px;
}

.academy-head {
  padding-left: 0 !important;
}

.academy-head::before {
  display: none;
}

.serviceContentDetails .head-arrow {
  position: relative;
  padding-left: 20px;
}

.serviceContentDetails .head-arrow::before {
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  content: "";
  width: 13px;
  height: 16px;
  background: #FEEE02;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}



/* 18.12.2025 */

.service_new_slider figure {
  padding: 0 5px;
}

.floating .enquire_btn {
  transform: rotate(90deg);
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  font-family: var(--headingFont);
  text-align: center;
  border-radius: 25px;
  padding: 7px 20px;
  background-color: #18D1E4;
  margin-top: 50px;
}


.enquery_frm input {
  width: 100%;
  border: none;
  background-color: #fff;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: #1B1D22;
  font-family: var(--bodyFont);
}

.enquery_frm textarea:focus {
  box-shadow: none;
}

.enquery_frm textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #1B1D22;
  font-family: var(--bodyFont);
}

.enquery_frm select {
  width: 100%;
  border: none;
  background-color: #fff;
  height: 45px;
  border-radius: 5px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #1B1D22;
  font-family: var(--bodyFont);
}

.enquery_frm select:focus {
  box-shadow: none;
}

.contact_frm_sec .frm_card h3 {
  font-size: 30px;
  font-weight: 600;
  font-family: var(--headingFont);
  color: #1B1D22;
  padding-bottom: 34px;
}

.enquery_frm input::placeholder {
  font-size: 15px;
  font-weight: 600;
  color: #1B1D22;
  font-family: var(--bodyFont);
}

.enquery_frm textarea::placeholder {
  font-size: 15px;
  font-weight: 600;
  color: #1B1D22;
  font-family: var(--bodyFont);
}

.enquery_frm button {
  border: none;
}

.offcanvas {
  background: #f4f4f4;
}

.offcanvas h5 {
  font-size: 30px;
  font-family: var(--headingFont);
  font-weight: 600;
  color: #1B1D22;
  text-align: center;
}

.offcanvas .btn-close {
  --bs-btn-close-color: #000000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: #000000 var(--bs-btn-close-bg) center / 1em auto no-repeat;
  border: 0;
  border-radius: .375rem;
  opacity: var(--bs-btn-close-opacity);
  border-radius: 50%;
  padding: 8px;
}

.offcanvas .btn-close:focus {
  box-shadow: none;
  border-color: transparent;
}


.academic_slider_sec {
  padding: 100px 0px;
}

.servicemainWrapper {
  padding-bottom: 0;
}

.academic_slider_sec .details_slider figure {
  padding: 0 5.5px;
  margin-bottom: 0;
}

.academic_slider_sec .details_slider figure img {
  height: 201px;
}

.academic_slider_sec .details_slider .slick-dots {
  display: flex;
  justify-content: center;
  gap: 6px;
}

.academic_slider_sec .details_slider .slick-dots li button {
  font-size: 0px;
  height: 10px;
  width: 10px;
  border: 1px solid #0084FD;
  border-radius: 50%;
  transition: .4s all ease-in-out;
}

.academic_slider_sec .details_slider .slick-dots li.slick-active button {
  background-color: #0084fd;
}


#offcanvasRight form input {
  width: 100%;
  border: none;
  background-color: #fff;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: #1B1D22;
  font-family: var(--bodyFont);
}

#offcanvasRight form select {
  width: 100%;
  border: none;
  background-color: #fff;
  height: 45px;
  border-radius: 5px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #1B1D22;
  font-family: var(--bodyFont);
}

#offcanvasRight form textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #1B1D22;
  font-family: var(--bodyFont);
}

#offcanvasRight form input::placeholder {

  font-size: 15px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}


#offcanvasRight form textarea::placeholder {

  font-size: 15px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}

/* 26.12.2025 */

.except-academic .service-title {
  color: #1B1D22;
  font-size: 45px;
  font-weight: 600;
  font-family: var(--headingFont);
  text-align: center;
  padding-bottom: 30px;
}

.except-academic .servicemain ul li {
  padding-bottom: 20px;
}

.except-academic .servicemain ul li h6 {
  font-size: 18px;
  font-weight: 700;
  font-family: var(--bodyFont);
  color: #1B1D22;
  position: relative;
  padding-bottom: 10px;
}

.except-academic .servicemain ul li h6::before {
  position: absolute;
  content: "";
  background: url('../images/yellow-polygon.png')no-repeat;
  background-size: cover;
  width: 13px;
  height: 15px;
  top: 4px;
  left: -20px;
}

.except-academic .servicemain ul li p {
  color: #1B1D22;
  font-size: 15px;
  font-weight: 400;
  font-weight: var(--bodyFont);
  line-height: 24px;
}

.except-academic .servicemain ul li:last-child {
  padding-bottom: 0;
}

.except-academic img {
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.except-academic {
  padding-bottom: 150px;
}

.except-academic .servicemain {
  background-color: #E6FEFF;
  border-radius: 20px;
  padding: 40px;
}


.modal form input {
  width: 100%;
  border: none;
  background-color: #fff;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: #1B1D22;
  font-family: var(--bodyFont);
}

.modal form select {
  width: 100%;
  border: none;
  background-color: #fff;
  height: 45px;
  border-radius: 5px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #1B1D22;
  font-family: var(--bodyFont);
}

.modal form textarea {
  width: 100%;
  border: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 600;
  color: #1B1D22;
  font-family: var(--bodyFont);
}

.modal-content {
  background-color: #f4f4f4;
}

.modal-footer {
  justify-content: start !important;

}

.modal-footer p .btn {
  font-size: 19px;
  font-weight: 700;
  font-family: var(--bodyFont);
  color: #fff !important;
  padding: 13px 24px;
  background-color: #0084FD !important;
  border-radius: 10px;
  transition: 0.4s all ease-in-out;
}

.modal-footer p .btn:hover {
  background-color: #00488b !important;
}

#otp_input {
  width: 100%;
  border: none;
  background-color: #fff;
  height: 45px;
  border-radius: 5px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 600;
  color: #1B1D22;
  font-family: var(--bodyFont);
}


.modal form input::placeholder {

  font-size: 15px;

  font-weight: 600;

  color: #1B1D22;

  font-family: var(--bodyFont);

}


.clients_slider .client_card .client_hdr img {
  border-radius: 25px;
  width: 60px;
  height: 77px;
  object-fit: cover;
}


.modal .modal-header h1 {
  font-size: 16px !important;
  font-weight: 600;
  font-family: var(--bodyFont);
  color: #1B1D22;
}

.modal .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  min-width: 2em;
  height: 2em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 1px solid #000;
  border-radius: 50%;
  opacity: var(--bs-btn-close-opacity);
}



.modal .btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 1;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  min-width: 2em;
  height: 2em;
  padding: .25em .25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 1px solid #000;
  border-radius: 50%;
  opacity: var(--bs-btn-close-opacity);
}


.modal .modal-header h1 {
  font-size: 16px !important;
  font-weight: 600;
  font-family: var(--bodyFont);
  color: #1B1D22;
}

.modal form iframe {
  transform: scale(0.7);
  position: relative;
  left: -45px;
  top: -12px;
}

.modal form .wpcf7-form-control.wpcf7-submit.has-spinner.btn.btn-primary {
  background-color: #0084FD !important;
  padding: 13px 24px !important;
  border-radius: 10px !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  color: #fff !important;
  font-family: var(--bodyFont) !important;
  transition: 0.4s all ease-in-out !important;
  height: auto !important;
}

.enuiry-modal form iframe {
  transform: scale(0.7);
  position: relative;
  left: -45px;
  top: 0px;
}

.blog_inner_sec .wp-block-separator {
  margin-top: 50px;
}

.offcanvas .offcanvas-body iframe {
  transform: scale(0.8);
  position: relative;
  left: -30px;

}

/* ========================== responsive ========================== */

@media (min-width: 1920px) {

  .blog_inner_sec {

    padding-bottom: 196px;

  }

  .career_left figure {
    position: absolute;
    top: inherit;
    left: -85px;
    bottom: 0;
    margin: 0;
  }



  .trust {

    padding-top: 0;

    background-color: #E6FEFF;

    padding-bottom: 196px;

  }



  .bnr_sec .bnr_inner .left {

    background-color: #002340;

    padding: 60px 0px 60px 0px;

  }



  .approach_sec {

    padding: 120px 200px 120px;

    background-color: #E6FEFF;

  }

}



@media (min-width:1920px) {

  .action_sec .action_card p {

    font-size: 18px;

  }



  .action_sec {

    background-color: #DFF4FF;

    padding: 150px 200px 198px;

  }

}



@media (max-width: 1440px) {
  .service_sec {
    padding: 80px 0;
  }

  .about_sec {
    padding-bottom: 80px;
  }

  .partner_sec {
    padding-top: 80px;
  }

  .idea_sec {
    padding: 80px 0;
  }

  .action_sec {
    background-color: #DFF4FF;
    padding: 80px 50px 80px !important;
  }

  .partner_slider {
    padding-bottom: 40px;
  }

  .focus_area {
    background: url('../images/focus-bg.png')no-repeat;
    height: 100%;
    width: 100%;
    padding: 80px 0;
    background-size: cover;
  }

  .blog_inner_sec .wp-block-separator {
    margin-top: 30px;
  }

  .blog_inner_sec p {
    padding-top: 20px;
  }

  .academic_sec {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .about_page_sec {
    padding: 80px 0;
  }

  .mission_sec {
    padding: 80px 0;
  }

  .approach_sec {
    padding: 80px 50px 0;
    background-color: #E6FEFF;
  }

  .trust {
    padding-top: 80px;
    padding-bottom: 120px !important;
  }

  .servicemainWrapper {
    padding-top: 80px;
  }

  .academic_slider_sec {
    padding: 80px 0px;
  }

  .career_sec {
    padding: 80px 0;
  }

  .blog_sec {
    padding-top: 80px;
    padding-bottom: 120px !important;
  }

  .blog_inner_sec {
    padding: 80px 0 120px;
  }

  .contact_us_sec {
    padding-top: 80px;
  }

  .contact_frm_sec {
    padding-top: 80px;
  }

  .map_sec {
    padding-top: 80px;
  }

  .service_inner_page_cards {
    padding-bottom: 120px;
  }

  .service_cards_sec {
    padding-top: 80px;
  }
}

@media (max-width: 1600px) {

  .academicOffer {
    margin: 0 40px;
  }

  .career_left figure img {
    max-width: 216px;
  }

  .career_left figure {
    top: inherit;
    margin: 0;
    bottom: 0;
  }

  .career_sec .row {
    align-items: flex-end;
  }

  .job-details h6 {
    padding-top: 30px;
  }

  .job_first {
    padding-bottom: 30px;
  }
}

@media (max-width: 1199px) {
  .clients_sec {
    padding: 80px 0;
  }

  .about_sec {
    padding-bottom: 80px;
    padding-top: 80px;
  }

  .service_new_slider .slick-dots {
    display: none !important;
  }

  .action_sec p br {
    display: none;
  }

  .focus_area .sectionTitle br {
    display: none;
  }

  .academic_slider_sec .details_slider figure img {
    height: 201px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .inner_bnr .inner_bnr_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
  }

  .blog_inner_right .post {
    display: flex;
    gap: 15px;
    padding-top: 20px;
    flex-direction: column;
  }

  .blog_inner_right .tags {
    display: flex;
    gap: 8px;
    padding-top: 20px;
    flex-wrap: wrap;
    text-align: center;
  }

  .blog_inner_sec h2 {
    font-size: 30px;
    font-weight: 600;
    color: #1B1D22;
    font-family: var(--headingFont);
    padding-bottom: 20px;
  }

  .career_left figure {
    position: absolute;
    top: 2px;
    left: -10px;
    z-index: 3;
    display: none;
  }

  .job-details {
    padding-left: 15px;
  }

  .built {
    background: url('../images/career-bg.png')no-repeat;
    background-size: cover;
    padding: 9px;
    padding-left: 0px;
    text-align: center;
    margin-top: 34px;
    /* padding-bottom: 60px; */
  }

  .amademic_logo {
    text-align: left;
  }

  .academic_sec .amademic_logo img {
    background-color: #fff;
    padding: 5px 20px 18px;
    position: relative;
    left: 0;
    top: 0;
  }

  .academic_sec p {
    padding-top: 0;
    font-size: 15px;
    font-weight: 400;
    color: #1B1D22;
    font-family: var(--bodyFont);
    line-height: 26px;
  }

  .ftr_btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }

  .counter_sec .count {
    display: flex;
    gap: 20px;
    border-right: none;
    height: 100%;
    border-bottom: 1px solid #3377B5;
    padding-bottom: 20px;
  }

  .bnr_sec .right_slider {
    position: static;
    width: 100%;
    height: 100%;
  }

  .about_right {
    margin-top: 60px;
  }

  .mobileMenuButton {

    display: none;

    text-decoration: none;

    width: 25px;

    position: absolute;

    top: 35px;

    right: 15px;

  }



  .top_hdr nav {

    display: none;

  }



  .navbar {

    justify-content: start;

    gap: 70px;

  }



  .inner_bnr_txt .brdcrmb {

    background-color: #18D1E4;

    border-radius: 27px;

    padding: 5px 25px;

    text-align: center;

    color: #fff;

  }



  .inner_bnr figure img {

    width: 100%;

    height: 140px;

    object-fit: cover;

  }



  .inner_bnr .inner_bnr_txt h1 {

    font-size: 30px;

    font-weight: 600;

    font-family: var(--headingFont);

    color: #fff;

    padding-bottom: 10px;

    text-align: center;

  }



  #menu {

    z-index: 10;

  }



  .mm-navbar__title>span {

    color: #1B1D22;

    font-size: 20px;

    font-family: var(--headingFont);

    font-weight: 600;

  }



  .mm-navbar {

    z-index: 123;

    background: #E6FEFF;

  }



  .mm-listview .mm-listitem {

    font-size: 17px;

    font-weight: 600;

    color: #1B1D22;

    font-family: var(--bodyFont);

  }



  .expert_card {

    width: auto;

  }



  .trust_card {

    position: relative;

    padding: 25px 20px;

    border-radius: 20px;

    background: #fff;

    box-shadow: 0px 0px 20px 0px #04183D1A;

    height: 100%;

    display: flex;

    gap: 15px;

    align-items: center;

  }



  .action_sec {

    background-color: #DFF4FF;

    padding: 150px 15px 198px;

  }


  .mobileMenuButton {

    display: inline-block;

  }

}



@media (max-width: 1023px) {



  /* mmenu start */



  /* mmenu end */

}



@media (max-width: 767px) {
  .about_right {
    margin-top: 0px !important;
  }

  .inner_bnr {
    padding-top: 80px !important;
    padding-bottom: 0 !important;
  }

  .action_sec .action_card {
    padding: 26px 30px;
  }

  .partner_slider {
    padding-bottom: 20px;
  }

  .serviceContentDetails {
    padding-top: 20px;
  }

  .academicOffer {
    padding-top: 0;
  }

  .bnr_sec .bnr_inner .left {
    padding: 60px 0 0px 0px;
  }

  .contact_frm_sec {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .partner_sec h2 {
    word-wrap: break-word;
  }

  .focus_area h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    font-family: var(--headingFont);
    padding-top: 25px;
    padding-bottom: 40px;
    overflow-wrap: break-word;
  }

  .service_sec .academic .small_card .cards p {
    font-size: 16px;
    font-weight: 700;
    color: #1B1D22;
    font-family: var(--bodyFont);
    padding-top: 11px;
    line-height: 17px;
    text-align: center;
    height: 70px;
  }

  /* 10.2.2026 */
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
  }

  .clients_slider {
    position: relative;
    z-index: 0;
  }

  /* end */

  #offcanvasRight .btn-close {
    position: absolute;
    right: 20px;
    top: 30px;
    z-index: 99999999999;
  }

  .about_sec .scnd {
    z-index: 0;
  }


  .blog_inner_right .tags {
    display: flex;
    gap: 8px;
    padding-top: 20px;
    flex-wrap: nowrap;
    text-align: center;
    justify-content: center;
  }

  .blog_inner_right .post {
    display: flex;
    gap: 15px;
    padding-top: 20px;
    flex-direction: row;
  }

  .focus_area {
    padding: 40px 0;
  }

  .blog_inner_sec p {
    font-size: 14px;
    color: #1B1D22;
    font-weight: 400;
    font-family: var(--bodyFont);
    padding-top: 20px;
    line-height: 24px;
  }

  .servicemain {
    padding-bottom: 0px;
  }

  .inner_bnr .inner_bnr_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }

  .floating {
    position: fixed;
    right: -25px;
    top: 40%;
    z-index: 1;
  }

  .action_sec h2 {
    font-size: 45px;
    color: #1B1D22;
    text-align: center;
    font-family: var(--headingFont);
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 600;
    word-wrap: break-word;
  }

  .inner_bnr .breadcrumb .breadcrumb-item,
  .inner_bnr .breadcrumb .breadcrumb-item a {
    font-family: Work Sans;
    font-weight: 500;
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    position: relative;
  }

  .inner_bnr .breadcrumb {
    background: #18D1E4;
    justify-content: center;
    padding: 3px 15px;
    border: none;
    border-radius: 44px;
    width: fit-content;
    margin: 0 auto;
  }

  .service_cards_sec .new_card a img {
    width: auto;
  }

  .small_slider .slick-dots {
    position: absolute;
    bottom: 0%;
    right: 50%;
    transform: translate(50%, 100%);
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
  }

  .inner_bnr_txt .brdcrmb {
    background-color: #18D1E4;
    border-radius: 27px;
    padding: 2px 25px;
    text-align: center;
    color: #fff;
    width: fit-content;
    margin: 0 auto;
  }

  .academic_sec .amademic_logo img {

    background-color: #fff;

    padding: 5px 0px;

    position: relative;

    left: -113px;

    top: 35px;

  }



  .action_sec .action_card h4 {

    font-size: 40px;

  }



  .action_sec .action_card p {

    color: #1B1D22;

    font-size: 15px;

    font-weight: 700;

    line-height: 24px;

    text-align: center;

    font-family: var(--bodyFont);

    padding-bottom: 0;

    transition: 0.4s all ease-in-out;

    min-height: 48px;

  }



  .counter_sec {

    background-color: #0055A3;

    padding: 60px 0;

  }



  .counter_sec .count {

    display: flex;

    gap: 20px;

    border-bottom: 1px solid #3377B5;

    height: 100%;

    padding-bottom: 20px;

    border-right: none;

  }



  .bnr_sec .right_slider {

    position: static;

    top: 0;

    right: 0;

    width: 100%;

    height: 100%;

  }



  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active {

    border: 1.5px solid #FFFFFF;

    height: 14px;

    width: 14px;

    border-radius: 50%;

    background-color: #0084FD;

  }



  .about_sec .about_right ul li {

    font-size: 14px;

    font-weight: 700;

    color: #1B1D22;

    font-family: var(--bodyFont);

    line-height: 19px;

  }



  .action_sec p {

    color: #1B1D22;

    font-size: 15px;

    font-weight: 400;

    text-align: center;

    font-family: var(--bodyFont);

    padding-bottom: 40px;

  }



  .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {

    position: absolute;

    top: 0px;

    right: 0px;

    left: inherit;

    text-align: end;

    height: 100%;

    width: 20px;

    display: flex;

    justify-content: center;

    flex-direction: column;

    align-items: end;

    gap: 10px;

  }



  .bnr_sec .bnr_inner .left h1 b {

    background: linear-gradient(90deg, #0084FD 0%, #18D1E4 100%);

    background-clip: text;

    font-weight: 600;

    -webkit-text-fill-color: transparent;

    transform: translateY(12px);
    font-size: 35px;

  }



  .bnr_sec .bnr_inner .left h1 br {

    display: block;

  }



  .bnr_sec .bnr_inner .left h1,

  .bnr_sec .bnr_inner .left h1 strong {

    font-size: 40px;

    font-weight: 600;

    font-family: var(--headingFont);

    color: #fff;

  }



  .typeWritter {

    display: inline-block;

    white-space: nowrap;

    overflow: hidden;

    border-right: 0px solid #000;

    padding-right: 4px;

    animation: blinkCursor .7s infinite;

    height: 45px;

  }



  .bnr_sec .right_slider .slick-dots {

    position: absolute;

    left: 0;

    bottom: 53%;

    transform: none;

    display: flex;

    justify-content: center;

    width: 100%;

    gap: 10px;

  }



  /* .bnr_sec .right_slider {

    position: relative;

    top: 0;

    right: 0;

    width: 100%;

    height: 100%;

}

.right_slider div {

    height: 100% !important;

    width: 100% !important;

} */

  .clients_sec {

    padding: 40px 0;

  }



  .academic .small_card .cards .smallImg img {

    height: auto;

  }



  .video {

    position: relative;

    top: 0;

    bottom: 0;

    right: 0;

    width: 100%;

    height: 100%;

    margin-bottom: 0;

    margin-top: 20px;

  }



  .about_right {

    padding-top: 10px;

  }



  .idea_sec {

    padding: 40px 0 !important;

  }



  .action_sec {

    background-color: #DFF4FF;

    padding: 40px 15px 40px !important;

  }



  .about_sec .about_left {

    display: flex;

    gap: 15px;

  }



  .about_sec .about_left h2 {

    font-size: 65px !important;

  }



  .service_sec .academic .small_card .smallImg img {

    width: 100%;

  }



  .service_sec .academic .small_card p br {

    display: none;

  }



  .service_sec .academic .small_card {

    display: flex;

    gap: 10px;

    flex-direction: column;

  }



  .partner_sec {

    padding-bottom: 100px;

    padding-top: 40px;

  }



  .ftr_btm {

    display: flex;

    justify-content: space-between;

    align-items: center;

    flex-direction: column;

    gap: 20px;

    margin-top: 20px;

  }



  .blog_inner_sec {

    padding-bottom: 100px;


  }



  .idea_sec figure img {

    transition: 0.4s all ease-in-out;

    width: 100%;

  }



  .action_sec .action_card.first::before {

    position: absolute;

    content: "";

    background: url('../images/top-rounded-arrow.png')no-repeat;

    top: -48px;

    width: 101px;

    height: 48px;

    right: -60px;

    z-index: 1;

    background-size: contain;

    display: none;

  }



  .action_sec .action_card.second::before {

    position: absolute;

    content: "";

    background: url('../images/bottom-rounded-arrow.png')no-repeat;

    bottom: -48px;

    width: 101px;

    height: 48px;

    right: -60px;

    z-index: 1;

    background-size: contain;

    display: none;

  }



  .top_hdr .navbar .call .call_txt h6 {

    font-size: 0;



  }



  .top_hdr .navbar .call .call_txt a {

    font-size: 0px;

  }



  .mission_sec .msn_crd {

    position: relative;

    padding: 30px 30px;

    border-radius: 20px;

    background: #fff;

  }



  .approach_sec {

    padding: 40px 15px 0;

  }



  .mission_sec {

    padding: 40px 0;

  }



  .academic_sec .amademic_logo img {

    left: 0;

    top: 0;

  }



  .academic_sec p {

    padding-top: 0;

  }



  section {

    padding: 40px 0 !important;

  }



  .academic_sec {

    padding-top: 40px;
    padding-bottom: 0px !important;

  }



  .service_cards_sec {

    padding-top: 40px;

    padding-bottom: 70px !important;

  }



  .service_cards_sec .new_card img {

    width: 100%;

  }



  .service_cards_sec .new_card h4 img {

    width: auto;

  }



  .expert_card {

    padding: 22px;

    width: 100%;

    top: -35px;

  }



  .expert_left {

    border-right: none;

  }



  .site-footer h4 {

    font-size: 22px;

  }



  .expert_card a {

    padding: 10px 15px;

    border-radius: 10px;

    background-color: #fff;

    font-size: 15px;

    font-weight: 700;

    color: #1B1D22;

    font-family: var(--bodyFont);

    transition: 0.4s all ease-in-out;

  }



  .main_btn {

    background-color: #0084FD;

    padding: 10px 15px;

    border-radius: 10px;

    font-size: 15px;

    font-weight: 700;

    color: #fff;

    font-family: var(--bodyFont);

    transition: 0.4s all ease-in-out;

  }



  .academic_sec .main_btn {

    margin-top: 20px;

  }



  .trust {

    padding-top: 0px !important;

    background-color: #E6FEFF;

    padding-bottom: 100px !important;

  }



  .trust_card {

    position: relative;

    padding: 25px 20px;

    border-radius: 20px;

    background: #fff;

    box-shadow: 0px 0px 20px 0px #04183D1A;

    height: 100%;

    display: flex;

    gap: 15px;

    align-items: anchor-center;

  }



  h2 {

    font-size: 28px !important;

  }



  .site-footer h4 {

    padding-bottom: 5px;

  }



  .built p {

    font-size: 15px;

    font-weight: 400;

    color: #fff;

    font-family: var(--fourthFont);

    line-height: 18px;

  }



  .built h4 {

    font-size: 20px;

  }



  .built {
    padding: 23px;
    padding-left: 23px;
  }



  .career_sec {

    padding-top: 40px;

  }



  .career_left figure {

    position: absolute;

    top: 188px;

    left: 0px;

    height: 100px;

    width: 170px;

    display: none;

  }


  .job-details {
    padding-left: 0;
  }


  .career_frm form {

    background-color: #F4F4F4;

    padding: 20px;

    border-radius: 20px;

  }



  .career_frm h4 {

    font-size: 25px;

    font-weight: 600;

    color: #1B1D22;

    font-family: var(--headingFont);

    padding-bottom: 24px;

  }



  .blog_sec figure img {

    width: 100%;

  }



  .blog_sec p {

    font-size: 15px;

    font-weight: 400;

    font-family: var(--bodyFont);

    color: #1B1D22;

    line-height: 24px;

    padding-bottom: 15px;

  }



  .blog_sec {

    padding-bottom: 100px;

  }



  .contact_card {

    background-color: #E4F5FF;

    padding: 40px 12px 40px;

    border-radius: 20px;

    height: 100%;

  }



  .contact_frm_sec .frm_card {

    background-color: #F4F4F4;

    border-radius: 20px;

    padding: 20px;

  }



  .contact_frm_sec .frm_card h3 {

    font-size: 25px;

    font-weight: 600;

    font-family: var(--headingFont);

    color: #1B1D22;

    padding-bottom: 25px;

  }

  .academicOffer {
    margin: 0 15px;
  }

  .sTitlewrapper p {
    max-width: 100%;
  }

  .academic_slider_sec {
    padding: 50px 0px;
  }

  .serviceContentDetails ul li::after {
    content: "";
    background: #1B1D22;
    width: 6px;
    aspect-ratio: 1;
    border-radius: 50%;
    top: 8px;
    left: -10px;
    position: absolute;
  }

  .serviceContentDetails ul li {
    padding-left: 0;
  }

  .serviceContentDetails h4::before {
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    content: "";
    width: 13px;
    height: 16px;
    background: #FEEE02;
    left: 0;
    top: 5%;
    transform: translateY(0%);
    position: absolute;
  }

  .academicOfferWrapper {
    padding: 0px 0 50px !important;
  }

  .academic_slider_sec .details_slider figure img {
    height: 201px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
  }

  .academic_slider_sec {
    padding-top: 0 !important;
  }

  .new_card p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 30px;
    height: auto;
  }
}

@media (max-width: 575px) {
  h2 {

    font-size: 26px !important;

  }
}

@media (max-width: 361px) {
  .bnr_sec .right_slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: 58%;
    transform: none;
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .bnr_sec .bnr_inner .left h1,
  .bnr_sec .bnr_inner .left h1 strong {
    font-size: 34px;
    font-weight: 600;
    font-family: var(--headingFont);
    color: #fff;
  }

  .service_sec .academic .small_card .cards p {
    font-size: 15px;
    font-weight: 700;
    color: #1B1D22;
    font-family: var(--bodyFont);
    padding-top: 11px;
    line-height: 17px;
    text-align: center;
    height: 100px;
  }

  .about_left .scnd h2 {
    position: absolute;
    bottom: 130px;
    left: 10px;
    color: transparent;
    -webkit-text-stroke: 1.5px #ffffff;
    font-size: 95px;
    font-weight: 600;
    font-family: var(--thirdFont);
    padding-top: 20px;
  }

  .about_sec .scnd {
    position: relative;
    top: 129px;
    z-index: 1;
  }

  h2.sectionTitle {
    font-size: 22px !important;
    word-wrap: normal;
  }

  .inner_bnr .breadcrumb .breadcrumb-item,
  .inner_bnr .breadcrumb .breadcrumb-item a {
    font-family: Work Sans;
    font-weight: 500;
    font-size: 9px;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
    position: relative;
  }

  h2 {
    font-size: 22px !important;
  }


}