:root{
  --text-color:#222;
  --red_color:#ec2228;
  --red_color1:#EE4A62;
  --white_color:#fff;
  --black_color:#000;
  --blue_color:#005FAF;
  --pt-100:100px;
  --pb-100:100px;
  --pt-90:90px;
  --pb-90:90px;
  --pt-80:80px;
  --pb-80:80px;
  --pt-70:70px;
  --pb-70:70px;
  --pt-60:60px;
  --pb-60:60px;
  --pt-50:50px;
  --pb-50:50px;
  --pt-40:40px;
  --pb-40:40px;
  --pt-30:30px;
  --pb-30:30px;
  --pt-20:20px;
  --pb-20:20px;
  --pt-10:10px;
  --pb-10:10px;
  --font-size-42:42px;
  --font-size-52:52px;
  --font-size-62:62px;
  --font-size-48:48px;
  --font-size-32:32px;
  --font-size-30:30px;
  --font-size-28:28px;
  --font-size-26:26px;
  --font-size-24:24px;
  --font-size-22:22px;
  --font-size-20:20px;
  --font-size-18:18px;
  --font-size-16:16px;
  --font-size-14:14px;
}
.pt-100{
  padding-top:var(--pt-50);
}
.pt-90{
  padding-top:var(--pt-90);
}
.pt-80{
  padding-top:var(--pt-80);
}
.pt-70{
  padding-top:var(--pt-70);
}
.pt-60{
  padding-top:var(--pt-60);
}
.pt-50{
  padding-top:var(--pt-50);
}
.pt-40{
  padding-top:var(--pt-40);
}
.pt-30{
  padding-top:var(--pt-30);
}
.pt-20{
  padding-top:var(--pt-20);
}
.pt-10{
  padding-top:var(--pt-10);
}
.pb-100{
  padding-bottom:var(--pb-50);
}
.pb-90{
  padding-bottom:var(--pb-90);
}
.pb-80{
  padding-bottom:var(--pb-80);
}
.pb-70{
  padding-bottom:var(--pb-70);
}
.pb-60{
  padding-bottom:var(--pb-60);
}
.pb-50{
  padding-bottom:var(--pb-50);
}
.pb-40{
  padding-bottom:var(--pb-40);
}
.pb-30{
  padding-bottom:var(--pb-30);
}
.pb-20{
  padding-bottom:var(--pb-20);
}
.pb-10{
  padding-bottom:var(--pb-10);
}
.mt-70{
  margin-top:var(--pt-70);
}
body {
 /* font-family: 'Spartan';
 */
  font-family: "Inter", sans-serif;
  color: #444444;
}
a {
  color: #2487ce;
  text-decoration: none;
}
a:hover {
  color: #469fdf;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
 /* font-family: 'Spartan';
 */
  font-family: "Inter", sans-serif;
 /*font-family: 'League Spartan', sans-serif;
  */
  line-height: normal;
}
p{
  font-size:var(--font-size-16);
  color:var(--text-color);
  font-weight:400 ;
 /* font-family: 'Spartan';
 */
  font-family: "Inter", sans-serif;
  line-height: 28px;
  letter-spacing: 0.1px;
}
.emailto { color: var(--white_color); }
/*-------------------------------------------------------------- # Disable aos animation delay on mobile devices --------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
      transition-delay: 0 !important;
 }
}
/*-------------------------------------------------------------- # Header --------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: #fff;
  z-index: 997;
  padding: 10px 15px;
  border-bottom: 1px solid #e6f2fb;
}
#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
#header .logo img {
  max-height: 60px;
}
@media (max-width: 992px) {
  #header .logo {
      font-size: 28px;
 }
}
/*-------------------------------------------------------------- # Navigation Menu --------------------------------------------------------------*/
/** * Desktop Navigation */
.navbar {
  padding: 0;
}
.navbar ul.menu_main {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar li a.apply_now{
  background: var(--red_color);
  position: relative;
  height: 50px;
  font-size: 16px;
  padding: 10px 30px;
  color: var(--white_color);
  border-radius: 8px;
}

/*  */


.menu-links .nav > li > .sub-menu, .menu-links .nav > li > .mega-menu {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}


.menu-links .nav > li .sub-menu {
  background-color: #ffffff;
  border: 1px solid #f4f4f4;
  display: block;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  visibility: hidden;
  width: 220px;
  z-index: 10;
  border-radius: 6px;
  top: 100%;
}
.menu-links .nav > li .sub-menu li a {
  color: #303030;
  display: block;
  font-size: 14px;
  padding: 8px 20px;
  text-transform: capitalize;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;

}
.menu-links .nav > li .sub-menu li {
  border-bottom: 1px dashed #e4e4e4;
  position: relative;
}

.menu-links .nav > li:hover > .sub-menu, .menu-links .nav > li:hover > .mega-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu-links .nav > li:hover > a:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  top: 90%;
  position: absolute;
  left: 30px;
  transform: rotate(45deg);
  z-index: 11;
}



/*  */

.dropdown-menu {
  min-width: 190px;
}
.navbar .dropdown li{
  padding: 8px 0;
}
.navbar li a.apply_now img{
  height: 50px;
}
.sidenav .navbar-nav ul li {
  display: flex;
}
/* .sidenav .navbar-nav ul li::after{
  content: "";
  width: 2px;
  height: 24px;
  display: inline-block;
  background-color: #ddd;
} */
.sidenav .navbar-nav ul li:last-child::after{
  display: none;
}
.sidenav .navbar-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
  color: var(--black_color);
  /* white-space: nowrap; */
  transition: 0.3s;
  font-weight: 500;
  padding:  8px;

}
.sidenav .navbar-nav ul li a:hover{
  color: var(--blue_color);
}
.sidenav .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: var(--blue_color);
}
.sidenav .navbar-nav ul li a i {
  margin-left: 2px;
  margin-top: 3px;
  font-size: 11px;
}



/* .navbar a.apply_now:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a.apply_now {
  color:var(--blue_color);
}
*/
.header_top{
  background: var(--blue_color);
 padding: 5px 15px;
}
.header_top a.navbar-brand{
  color: #fff;
}
.header_top a.navbar-brand span{
  color: #dbce2e;
}
.header_top .navbar .active {
 color: #dbce2e;
  background: transparent;
}
.header_top .navbar-nav a{
 color: #fff;
  padding: 0px !important
}
.header_top .navbar-nav a:before{
  color: #fff;
  border-right: 2px solid #fff;
  content: "";
  width: 0px;
  height: 10px;
  margin: 0px 20px;
}
.header_top .navbar-nav a:nth-child(1):before{
  border-right: none;
}
.social-media-row { display: flex; align-items: center; gap:10px; color: var(--white_color);justify-content: space-between; }
.warm_button,.white_button{
  background:#8B0051;
  color:var(--white_color);
  font-size:var(--font-size-16);
  height:42px;
  line-height: 42px;
  padding:0 20px;
  display: inline-block;
  border-radius: 8px;
}
.white_button{
  background-color:var(--white_color) ;
  color: var(--blue_color);
}
.warm_button:hover,.white_button:hover{
  color:var(--white_color);
  background:var(--black_color);
}
.top_button_part {
  gap: 20px;
}
.social-media {
  display: flex;
  gap: 10px;
}
.social-media a{
  background-color: var(--white_color);
  padding: 5px;
  border-radius: 50px;
  width: 30px;
  height:30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Banner Section CSS Start */
.carousel-caption {
  position: absolute;
  right: auto;
  bottom: auto;
  left: 50%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 820px;
  z-index: 2;
}
.carousel-caption h5 {
  font-size: var(--font-size-62);
  line-height: normal;
  margin: 0;
}
.carousel-caption p {
  font-size: var(--font-size-22);
  line-height: normal;
  color: var(--white_color);
  margin: 0;
}
.carousel-item::after {
    content: "";
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    display: inline-block;
    top: 0;
}

.button_large {
  background: var(--blue_color);
  color: var(--white_color);
  font-size: var(--font-size-18);
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  display: inline-block;
  border-radius: 8px;
  display: inline-block;
  min-width: 243px;
}
.button_large:hover {
  background:#8B0051;
  color: var(--white_color);
}
.caption_text_box {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.carousel-control-next, .carousel-control-prev {
  width: 50px;
 height: 50px;
  border-radius: 50px;
  background-color: #787437;
  top: 50%;
  margin-top: -25px;
}
.carousel-control-prev {
  left: 50px;
}
.carousel-control-next {
  right: 50px;
}
/* Banner Section CSS End */
/*Features section css start*/
.sub_hedding{
  color:var(--red_color);
  font-size:var(--font-size-18);
  position: relative;
  color: var(--red_color);
  font-size: var(--font-size-18);
  position: relative;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  justify-content: start;
}
.sub_hedding::before{
  content: "";
  background: var(--red_color);
  width: 50px;
  height: 2px;
  position: relative;
  display: inline-block;
  left: 0;
 margin-right: 10px;
}
.sub_hedding::after{
  content: "";
  background: var(--red_color);
  width: 50px;
  height: 2px;
  position: relative;
  display: inline-block;
  right: -10px;
}
.text_center_subHedding {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hedding{
  font-size:var(--font-size-42) ;
  text-transform: capitalize;
  color: var(--black_color);
  line-height: normal;
  font-weight: 700;
}
.red_color{
  color:var(--red_color);
}
/* about us section css start */
.read_more{
 font-size:var(--font-size-18);
 color: #005FAF;
  letter-spacing: 0.2px;
  font-weight:600;
  text-decoration: underline;
}
.read_more:hover{
 color: var(--blue_color);
}
.about_us_section{
  background: url('../about-bg.svg');
  background-position: right center;
  background-repeat: no-repeat;
}

.about_us_right_img { display: flex; flex-wrap: wrap; gap: 20px ; min-height: 560px;}
.about_us_right_img img{ border-radius: 30px;  position: absolute; padding: 20px;}
.about_us_right_img .about-1,.about_us_right_img .about-4{ height:250px; width:38%; object-fit: cover;}
.about_us_right_img .about-1{ margin-left: 0; }
.about_us_right_img .about-1{top:-20px; }
.about_us_right_img .about-4{ margin-right: 0; right: 0; bottom: 0;}
.about_us_right_img .about-2,.about_us_right_img .about-3{margin: 0; height:310px; width:65%; object-fit: cover;}
.about_us_right_img .about-2{ top: 0; right: 0;}
.about_us_right_img .about-3{ bottom: 30px; left: 0;}


/* about us section css End */
/* courses tab section css start */
.courses_tab .nav-tabs{
  justify-content: center;
  gap: 20px;
  margin:10px 0 30px;
  border:none 
}
.courses_tab .nav-tabs .nav-link{
  padding: 5px 15px;
  border: 1px solid #E0E3EB;
  color: #222;
  font-weight: 500;
  border-radius: 50px;
  font-size: var(--font-size-18);
 color:var(--black_color) 
}
.courses_tab .nav-tabs .nav-link.active{
  border: 1px solid var(--blue_color);
  color: var(--white_color);
  background-color:var(--blue_color) 
}
.courses_item {
  box-shadow: 0 0 10px 4px rgba(0,0,0,0.15);
  border-radius: 8px ;
  overflow: hidden;
}
.owl-carousel .owl-item{
  padding: 15px;
}
.courses_item_text_box{
  padding:20px 10px ;
 position: relative;
  background-color: var(--white_color);
}
.course_span {
  position: absolute;
  right: 15px;
  width: 52px;
  height: 52px;
  border-radius: 50px;
  border: 5px solid #fff;
  background-color: #E64D3D;
  color: var(--white_color);
  font-weight: 600;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -31px;
}
.courses_item_text_box h2{
  font-size: var(--font-size-20);
  color: var(--black_color);
  font-weight: bold;
  margin: 0px;
  min-height: 50px;
}
.button_row a{
  background-color: var(--blue_color);
  padding: 13px;
  color: var(--white_color);
  display: inline-block;
  width: 100%;
  font-size: var(--font-size-18);
}
.button_row a:hover{
  background-color: var(--red_color);
}
.courses_section {
  background: url('../testimonials-bg.svg');
  background-repeat:no-repeat ;
  background-position: left bottom ;
}
/* courses tab section css End */
/* student_welcome_section css start */
.student_welcome_section{
  position: relative;
}
.student_welcome_section::after{
  bottom: 0;
  display: inline-block;
  position: absolute;
  background-color: #DAA106;
  content: "";
  height: 150px;
  width: 100%;
}
.student_welcome_section img{
  position: relative;
  z-index: 2;
}
/* student_welcome_section css End */
.number_section {
  background:url('../number-bg.jpg');
  background-size: cover;
  padding: 120px 0;
}
.number_item {
  color: #fff;
  display: flex;
  gap: 8px;
  align-items: center;
}
.number_item h2{
 margin: 0;
  font-size: var(--font-size-42);
  font-weight: 800;
}
.number_item .number-text{
  border-left:2px solid #FFB901;
  padding-left: 8px;
}
.number_item .number-text p{
 margin-bottom: 0;
  text-transform: capitalize;
  color: var(--white_color);
  color:var(--white_color);
  font-size: var(--font-size-14);
}
.Scholarships_section {
  margin-bottom: -64px;
  background:url('../scholarships-img-bg.svg');
  background-position: bottom right;
  background-repeat: no-repeat;
}
.regulatory_section{
  position: relative;
  background:url('../regulatory-bg.svg');
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.regulatory-logo ul{
  display: flex;
  margin: 0;
  padding: 0;
}
.regulatory-logo li {
  list-style: none;
  justify-content: space-between;
}
.regulatory-logo img{
  width: 100%;
}
.subscribe_section {
 background:url('../sub-bg.svg');
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
.subscribe_inner_section{
  border-radius: 32px;
  position: relative;
  background:url('../sub-bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.subscribe_inner_section::before{
  content: "";
  background: url('../sub-left-img.png');
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 241px;
  height: 216px;
  display: inline-block;
  position: absolute;
  left: 50px;
  top:50px;
}
.subscribe_inner_section::after{
  content: "";
  background: url('../sub-right-img.png');
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width:241px;
  height: 216px;
  display: inline-block;
  position: absolute;
  right: 50px;
  top:50px;
}
.subscribe_box {
  max-width: 520px;
  margin: 0 auto;
}
.subscribe_box h2 {
  font-size: var(--font-size-32);
  font-weight: bold;
  color:#1B1C57;
  margin-bottom: 20px;
 ;
}
.subscribe_box_form form {
  background: #fff;
  display:flex;
  align-items: center;
  padding: 7px 7px 7px 15px;
  border-radius: 50px;
  box-shadow: 0 0 3px 2px #00000014;
  width:100%;
  justify-content: space-between;
}
.subscribe_box_form i {
  font-size: var(--font-size-24);
  color: var(--blue_color);
  padding-right: 10px;
}
.subscribe_box_form input{
  width: 100%;
  border: none;
  font-size: var(--font-size-18);
  font-weight: 500;
  text-transform: capitalize;
}
.subscribe_box_form input:focus{
  border: transparent;
  outline: transparent;
}
.subscribe_box_form button{
  background-color: var(--red_color);
  padding: 5px 20px;
  border-radius: 50px;
  color: var(--white_color);
  border:none;
  font-size: var(--font-size-18);
}
.about_us_right_img {
  position:relative;
  padding:10px 
}
.effect_img{
  position:absolute;
  top:-10px 
}
.img_video {
  position:relative;
  z-index:3 
}
.play_button_img {
  position:absolute;
  top:50%;
  left: 50%;
  transform:translate(-50%,-50%);
  z-index:4;
  margin-top:-40px;
}
.about_us_right_part ul {
  padding-left:0px;
  margin:0px 0 20px;
}
.about_us_right_part ul li{
  list-style:none;
  font-size:var(--font-size-16);
  color:var(--text-color);
  font-weight:500;
  margin-bottom:10px;
  display: flex;
}
.about_us_right_part ul li::before{
  content:"";
  width:15px;
  height:15px;
  background:url('../img/right-arrow.svg');
  display:inline-block;
  margin-right:10px;
}
/* testimonials section css start */
.testimonials-img img {
  height: 90px;
  width: 90px;
  object-fit: cover;
  border-radius: 50px;
}
.testimonials-card {
  box-shadow:0 0 7px 0px #00000052;
  padding: 20px;
  text-align: left;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  background-color: var(--white_color);
  border-radius: 8px;
}
.testimonials-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.testimonials-card p {
  font-size: var(--font-size-16);
  letter-spacing: 0.2px;
}
.testimonials-name-left h3 {
  font-size: var(--font-size-18);
  margin: 0;
  color: #01252A;
  font-weight: 600;
}
.testimonials-name-left p {
  font-size: var(--font-size-14);
  margin: 0;
  color: #01252A;
}
.testimonials-star-right i {
  color: #FFB901;
  font-size: var(--font-size-18);
}
/* testimonials section css End */
.footer-menu h5{
  color: var(--white_color);
  font-size: var(--font-size-22);
  margin-bottom: 10px;
}
.footer-menu ul{
  padding-left:16px;
  margin: 20px 0 0;
}
.footer-menu ul li {
  list-style: outside;
  margin-bottom:10px;
}
.footer-menu ul li a{
  color: #9B9DA3;
  font-size: var(--font-size-16);
}
.footer-menu ul li a:hover{
  color: var(--white_color);
}
.footer-logo{
  background-color: var(--white_color);
  display: inline-block;
  padding:10px 20px;
  border-radius: 50px;
}
.footer_about_box img{
  border-radius: 0;
}
.footer-address{
 margin: 20px 0;
}
.footer-address p{
  font-size: var(--font-size-16);
  font-weight: 100;
  color:var(--white_color) ;
  margin-bottom: 10px;
}
.footer-address a{
  color: var(--white_color);
}
.footer-address p strong{
  font-weight: 600;
}
footer {
  background:#19214A;
  padding: 40px 0;
}
.footer_content {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer_bottom {
  text-align: center;
  border-top: 1px solid #dddddd1a;
  padding: 20px 0 0;
  color: var(--white_color);
}
.owl-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.owl-next::before {
  content: " \F135";
  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;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--font-size-22);
}
.owl-prev::before {
  content: " \F12C";
  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;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--font-size-22);
}
.owl-theme .owl-controls .owl-buttons div{
  background-color: #E0E3EB;
  color: #3C4563;
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.owl-theme .owl-controls .owl-buttons div:hover{
  background-color:#787437;
  color: #fff;
}
.closebtn {
  display: none;
}
@media screen and (max-width: 1199px) {
  
  .menu-links .nav > li:hover > a:after{ display: none;}
.menu-links .nav > li .sub-menu {
  background-color: #003e72 ;
  border: none;
  display: none !important;
  left: 0;
  list-style: none;
  opacity: 0;
  padding: 0;
  position: initial;
  visibility: visible;
  width: 100%;
  z-index: 10;
  border-radius: 6px;
  top: 100%;
}
.menu-links .nav > li .sub-menu li a{ padding: 8px 10px;}
.menu-links .nav > li.open .sub-menu {
  display: block !important;}


  .navbar-expand-lg .navbar-collapse{
      flex-direction: column;
     display: block !important;
 }
  .sidenav a{
     color: #fff !important;
 }
  .sidenav .navbar-nav ul li{
      padding:  0 !important;
     border: 1px solid #dddddd38
 }
 .sidenav .navbar-nav ul li a{ padding: 12px 8px;}
 .sidenav .navbar-nav ul li.open a{ background-color: #003e72  !important;}
 .menu-links .nav > li .sub-menu li{     border-bottom: 1px dashed #e4e4e473;}
  .sidenav .navbar-nav ul li a{
      font-size: var(--font-size-16) !important;
      color: var(--white_color);
 }
  .closebtn {
      display: inline-block;
 }
  .sidenav .navbar-nav ul li::after{
     display: none;
 }
  .sidenav {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 99999;
      top: 0;
      left: 0;
      background-color: #005faf;
      overflow-x: hidden;
      transition: 0.5s;
      padding-top: 60px;
 }
  .sidenav a {
      padding: 8px 8px 8px 32px;
      text-decoration: none;
      font-size: 25px;
      color: #818181;
      display: block;
      transition: 0.3s;
 }
  .sidenav a:hover {
      color: #f1f1f1;
 }
  .sidenav .closebtn {
      position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px;
 }
  .box_de{
     font-size:30px;
     cursor:pointer;
      color: #fff;
      display: block !important;
 }
  .sidenav .navbar-nav ul li{
      display: inline-block;
      text-align: left;
      width: 100%;
 }
  .navbar ul {
      margin: 0;
      padding: 0;
     /* display: flex;
      */
      list-style: none;
      align-items: center;
      flex-direction: column;
      width: 100%;
 }
  .navbar-nav .dropdown-menu{
      background: #ffffff26;
 }
  .navbar-expand-lg .navbar-nav {
      flex-direction: column;
      margin: 0;
      text-align: left;
      align-items: baseline;
 }
 .rs-nav .menu-links li.open a {
  position: relative;
}
.menu-links .nav .open > a, .menu-links .nav .open > a:focus, .menu-links .nav .open > a:hover {
  background-color: inherit;
  border-color: #e9e9e9;
}


 .menu-links .nav > li .sub-menu, .menu-links .nav > li .mega-menu {
  border-radius: 0;
  border-width: 1px 0 1px 0;
}

 .menu-links .nav > li:hover > ul, .menu-links .nav > li:hover .sub-menu, .menu-links .nav > li:hover .mega-menu, .menu-links .nav > li .sub-menu li > .sub-menu {
  opacity: 1;
  visibility: visible;
  display: block;
  margin: 0;
}


 .menu-links .nav > li.open > .sub-menu li.open .sub-menu, .menu-links .nav > li.open > .mega-menu, .menu-links .nav > li.open > .sub-menu, .menu-links .nav > li ul.mega-menu ul {
  display: block;
  opacity: 1;
  margin-top: 0;
  box-shadow: none;
}


}
.box_de {
  font-size: 24px;
  cursor: pointer;
  color: #fff;
  display: none;
  background: #005faf;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 50px;
  line-height: 40px;
}
.our_professors_item_img_box img{
 border-radius: 15px
}
.moretext {
  display: none;
}
.our_professors_hedding .sub_hedding::before {
  content: "";
  background: #fff;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -5px;
}
.will_you_get_section .sub_hedding::before{
  content: "";
  background: var(--red_color);
  width: 50px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -280px;
  bottom: -7px;
}
.pricing_plans_section .sub_hedding::before {
  content: "";
  background: #fff;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  bottom: -5px;
}
.float{
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 70px;
  right: 4px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
}
.my-float{
  margin-top:16px;
}
.float img{
  padding-top: 10px;
}
.bg_color_calss{
 background: #282461;
  padding: 20px
}
.bg_color_calss .box_bg_s h2{
  font-size: 35px;
  font-weight: 500;
  color: #ec2228;
  letter-spacing: 1px;
  border-top: 3px solid #ec2228;
  margin-top: 30px;
  padding-top: 25px;
}
.bg_color_calss .box_bg_s span{
 color: #fff;
}
#exampleModalToggle_tow .modal-dialog {
  max-width: 800px !important;
  margin-right: auto;
  margin-left: auto;
}
.photo_upload{
  background: #ec2228;
  padding: 100px 30px;
  text-align: center;
  color: #fff;
}
.bg_color_calss .box_bg_s p{
  font-size: 13px;
  color: #fff;
}
.box_top_fhr_f{
  color: #fff;
  font-weight: 500;
}
.hedding_top{
 background: #ef3a5d;
  padding: 10px 15px;
 margin: 0px 25px;
}
.hedding_top h3{
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  padding-left: 22px;
  position: relative;
}
.hedding_top h3::before {
  content: "";
  width: 15px;
  background: #282461;
  height: 15px;
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
}
#exampleModalToggle_tow .modal-body{
 padding: 0px
}
.form-control.top_control{
  text-align: center;
  display: inline-block;
  width: 10%;
  padding: 5px 5px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e1e5e8;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 4px;
}
.form-control{
  display:block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #e1e5e8;
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 4px;
}
/*.input_dd{
 display: flex;
}
*/
.label_box_top{
 margin: 0px;
 margin-right: 20px;
}
.padding_bitvin{
 padding: 20px 25px
}
.solution_right_img img{
  width: 100%;
}
/* about us page css start */
.about-banner-hero-section{
  background: url('../about-us-banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0;
  background-position: center;
}
.about-banner { flex-direction: column;}
.about-banner h2{ font-size: var(--font-size-42); color: var(--white_color);}
.about-banner ul { display: flex; gap: 20px; padding:10px 0; margin: 0;} 
.about-banner  ul li{ color: #c3c3c3; list-style: none;}

.about-banner ul li a{ color: var(--white_color);}






.team-area{
  padding-top: 5%;
}
.single-team{
  margin-bottom: 20px;
  box-shadow: 0 0 5px 5px #ddd;
}
.single-team:hover .social{
  cursor: pointer;
  opacity: 1;
  transform: rotateY(0deg) scale(1, 1);
}
.img-area{
  overflow: hidden;
  position: relative;
}
.img-area img{
  width: 100%;
}
.img-area:hover img{
  transform: scale(1.2)
}
.img-area img{
  transition: all 0.4s ease 0s;
}
@media (max-width: 768px){
  .img-area img{
      display: inline-block;
  }
}
.img-area .social{
  background-color: rgba(0,0,0,0.7);
  position: absolute;
  text-align: center;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: .5s;
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.img-area .social ul {
  text-align: center;
  position: relative;
  top: 120px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.img-area .social ul li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 15px;
  height: 32px;
  width: 32px;
  line-height: 32px;
  text-align: center;
  border-radius: 50px;
}
.img-area .social ul li a:hover{
  background-color: #fff;
  color: #000;
  border: 1px solid transparent;
}
.img-text{
  padding: 25px;
  color: #000;
  text-align: center;
}
.img-text h4{
  margin: 0 0 5px;
  font-size: var(--font-size-24);

}
.img-text h5{
  font-size: var(--font-size-14);

}


.carousel-item img {
    height: 550px;
    object-fit: cover;
}




/* ignore the code below */

/* about us page css End */




 /*footer css start*/

.modal-dialog {

  max-width: 1100px;

}

.applyNowPopup .modal-footer .buttonApplySubmit {
    padding: 10px 30px;
    font-size: 20px;
    width: auto;
   display: inline-block;
    background: #e31e24;
    border: 1px solid #e31e24;
    color: #fff;
}
.applyNowPopup .modal-footer .buttonApplySubmit:hover{  background: #000;
    border: 1px solid #000; color: #fff;  }




.modal-body {

  padding: 0; 

}

.modal-footer.AlgnCenter {

  text-align: left;

  display: block;

  padding-left: 0;

}

.applyNowPopup .close {

  position: absolute;

  width: 50px;

  height: 50px;

  background: var(--white_color);

  right: -20px;

  top: -20px;

  opacity: 1;

  border-radius: 50%;

  border: 1px solid #ddd;

  z-index: 1;

}

.popup-left-block {

  position: relative;

  width: 100%;

  height: 100%;

  overflow: hidden;

  left: 0;

  margin: 0 0;

  padding: 25px;

  background: var(--lightgray);

}

.popup-left-block h3 {

  margin-bottom: 15px;

  font-size: 20px;

}

.help-list ul {

  display: grid;

  grid-template-columns: repeat(2, minmax(0, 1fr));
padding: 0;
  gap: 20px;

}

.help-list ul li {

  border: 1px solid #e9e9e9;

  color: var(--black-200);

  text-align: center;

  padding: 20px 0;

  background: var(--white_color);
  list-style: none;

}

.help-icon {

  max-width: 50px;

  margin: 0 auto 15px;

}

.img-responsive {

  display: block;

  height: auto;

  max-width: 100%;

}

.popup-right {

  padding: 25px 30px 25px 0;

}

.popup-heading {

  padding: 0px 0 15px;

}

.popup-heading h2 {

  font-weight: 600;

  font-size: 25px;

  color: #980000;

}

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

  .applyNowPopup .col-lg-5.col-12 {

    display: none;

  }

  .applyNowPopup .popup-right {

    padding: 15px;

  }

}
.form-group{    margin-bottom: 1rem;}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-control {
    background-color: #ffffff9e;
}
/*footer css End*/


.feature-md img {
    width: 100%;
}
.keywordsels {
  background: #f5f8f9;
}
.keywordsels a {
  color: #666;
  margin: 6px 8px;
  padding: 11px 15px;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 40px;
  white-space: nowrap;
  display: inline-block;
}
.keywordsels a svg {
  margin-left: 5px;
}