* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
  /*font-family: sans-serif;*/
}
body{
  overflow-x:hidden;
  color:#36454F;
}
p{color: #5A5A5A;}
/* navbar css */
header {
  padding: 0;
}
.nav_section {
  position: relative;
  background: #0B1F33;
  transition: .3s;
  z-index: 999;
  /*box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);*/
}
.nav_sectionFixed{
  position: fixed;
  background: #0B1F33;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow:
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.1);
}

header nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 5px 0px;
}
.header_top{
  background: #007cc3;
  padding:13px 0px;
}
.phone_box a{
  color:#fff;
  text-decoration: none;
  font-size: 15px;
}
.phone_box a span{
  color:#fff;
  border-left: 1px solid #fff;
  margin: 0px 15px;
}
.social_box{
  display: flex;
  justify-content: flex-end;
}
.social_inner a i{
  color:#fff;
  font-size: 15px;
  margin-left: 10px;
}
.social_inner a:last-child{
  border-right: 1px solid #fff;
  padding-right: 20px;
}
.social_inner1{
  position: relative;
}
.social_inner1 .loginBox{
  color: #fff;
  font-size: 13px;
  margin-left: 20px;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 600;
  transition: .5s;
}
.userBox{
  background: #fff;
  position: absolute;
  z-index: 3;
  width: 190px;
  left: 20px;
  top: 31.5px;
  padding: 10px 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: none;
}
.social_inner1:hover .userBox{
  display: block;
}
.userBox ul{
  padding: 0;
  margin-bottom: 0;
}
.userBox li{
  list-style-type: none;
}
.userBox li a{
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  padding:5px 0px;
  color:#000;
  transition: .5s;
}
.userBox li a:hover{
  color:#007cc3;
}
.userBox li a i{
  width: 13px;
}
.social_inner1 .loginBox:hover{
  background: #fff;
  color:#000;
}
.social-icon {
  position: relative;
  display: inline-block;
  margin: 0 2px;
  color: #fff; /* icon color */
  text-decoration: none;
}

.social-icon::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: -120%; /* above icon */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.social-icon:hover::after {
  opacity: 1;
}

.logo {
  flex: 2;
  display: flex;
  align-items: center;
}

.logo a {
  text-decoration: none;
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
}

.bartoggle,
#menubrop {
  display: none;
}

.NavMenu {
  flex: 10;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: end;
  margin-bottom: 0;
  align-items: center;
}

.NavMenu li {
  display: inline-block;
}
.NavMenu li input {
  display: none;
}

.NavMenu li a {
  display: block;
  padding: 20px 10px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  position: relative;
  white-space: nowrap;
  transition: .5s;
  font-weight: 500;
}
.NavMenu li a:hover{
  color:#4A90A4;
}
.applybtn{
  background: #2F7F7A;
  padding: 0.625rem 1.5rem !important;
  border-radius: 0.5rem; 
  transition: background-color 0.2s ease;
  color:#fff !important;
}
.applybtn:hover{
  background: #246962;
  color:#fff !important;
}
.logo_box{
  width: 100px;
}
.logo_box img{
  height: 53px;
}
.dropdwn_item1{
  z-index: 3;
}

.NavMenu li a label {
  cursor: pointer;
  appearance: none;
  display: block;
  position: relative;
}

.NavMenu li a label::after {
  content: "⌵";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
}

.NavMenu>li>a label::after {
  right: -17px;
  top: -3px;
  font-size: 15px;
}

.NavMenu li ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  min-width: 200px;
  border-bottom: 2px solid #4A90A4;
  top: 100%;
  box-shadow: 0 3px 5px rgb(0 0 0/20%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  visibility: hidden;
  opacity: 0;
  padding-left: 0;
}

.NavMenu li ul li {
  position: relative;
}
.dropdwn_item1 li:nth-child(1){
    display:none;
}
.dropdwn_item1 li:nth-child(2){
    display:none;
}

.NavMenu li ul li a {
  color: #374151;
  padding: 8px 10px;
  display: block;
  border-left: 2px solid transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-weight: 400;
}

.NavMenu li ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
}
.menu_li{
  display: flex !important;
  position: relative;
}
.toggle_left{
  left:-21px;
  top: -1px;
}
.menu_li1{
  display: flex !important;
  width: 100%;
  position: relative;
}
.menulia1{
  width: 100%;
}
.dropdwn2{
  position: absolute;
  right: 0;
  border-bottom: 0;
  top: 0px;
  border-left: 0 !important;
}




@media(min-width:992px) {
  .NavMenu li ul li a:hover {
    border-left: 2px solid #4A90A4;
  }

  .NavMenu li:hover>ul,
  .NavMenu li ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }
}

@media(max-width:991.98px) {
  .logo {
    flex: 6;
  }

  .bartoggle {
    display: flex;
    justify-content: center;
    font-size: 30px;
    align-items: center;
    background-color: #fff;
    padding: 0 15px;
    cursor: pointer;
  }

  .NavMenu {
    width: 500px;
    flex: 12;
    position: fixed;
    flex-direction: column;
    background-color: #376383;
    left: 0;
    top: 40px;
    height: 100vh;
    z-index: -1;
    padding: 15px 0 50px 0;
    justify-content: start;
    overflow-y: scroll;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
  }

  .NavMenu li ul,
  .NavMenu li ul li ul {
    width: 100%  !important;
    padding-left: 0  !important;
    position: absolute  !important;
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 30px;
    display: none;
    z-index: 3;
  }

  .NavMenu li a {
    padding: 8px 15px;
    border-bottom: 1px solid #fff;
  }

  .NavMenu li ul li ul {
    background: #2874f0;
    position: inherit;
    margin-top: -10px;
  }

  .NavMenu li ul li ul li a {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: initial;
    padding: 7px 15px 7px 30px;
  }

  .NavMenu li a label::after {
    right: 10px;
  }

  .NavMenu li input:checked+ul,
  .NavMenu li ul li input:checked+ul {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
  }

  input:checked+.NavMenu {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }

}

@media(max-width:768px) {
  .NavMenu {
    width: 100%;
  }
  .logo_box img {
      width: 50%;
  }
  .logo_box img{
      height:auto;
  }
  .dropdwn_item1 li{
    width: 100%;
  }
  .dropdwn1{
    height: 30px;
    position: absolute !important;
    right: 0;
    border-bottom: 0 !important;
  }
  .menulia{
    width: 100%;
  }
  .NavMenu li ul li ul {
    width: 100%  !important;
    padding-left: 0  !important;
    position: absolute  !important;
    left: 0;
    visibility: visible;
    opacity: 1;
    top: 30px;
    display: none;
    z-index: 3;
  }
  .toggle_left{
    position: absolute !important;
    right: 10px;
  }
  .header_top{
    display: none;
  }
  .dropdwn_item li{
    width: 100%;
  }
}

/* /navbar css */

/* home page css */
.containerBox{
  width: 100%;
  padding: 0% 5%;
  max-width: 120rem;
  margin:auto;
}
.owl-carousel{
  display: block;
}
.bg-banner{
  position: relative;
  overflow-y: hidden;
  /*margin-bottom: 40px;*/
}
.inner_banner img{
  /*height: 415px;*/
}
.innerBox{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  background: #0000007a;
}
.inner_banner video{
  width: 100%;
  height: 457px;
  object-fit: cover;
}
.bg-banner .owl-theme .owl-nav.disabled+.owl-dots{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner_img{
  width: 100%;
}
.imgBx{
  position: absolute;
  width: 45%;
  top: 50%;
  left: 28%;
  transform: translate(-50%, -50%);
}
.imgBx span{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #2f7f7a;
  padding: 7px 15px;
  border-radius: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.imgBx h2{
  width: 88%;
  font-size: 4.5rem;
  font-weight: 400;
  color:#fff;
  line-height: 1.25;
  margin-bottom: 5px;
  font-family: sans-serif;
}
.imgBx h5{
  width: 71%;
  font-size: 2rem;
  color: #fff;
  margin-bottom: 1rem;
  font-family: sans-serif;
}
.imgBx p{
  font-size: 1.25rem;
  color: #fff;
  margin-bottom: 0;
  line-height: 1.625;
  font-family: sans-serif;
}
.imgBx a{
  border:2px solid #ccc;
  border-radius: 5px;
  color:#fff;
  font-size: 18px;
  font-weight: 550;
  text-decoration: none;
  padding: 13px 30px;
  margin-top: 20px;
  display: inline-block;
  transition: .9s;
}
.imgBx a:hover{
  background: #fff;
  color:#000;
}
.bg_home_about_section{
  background: #FAFAFA;
  padding:50px 0px;
  position: relative;
}
/*.bg_home_about_section::before{
  position: absolute;  
  content: '';
  top: 0px;
  right: 0px;                               
  width: 24rem;                               
  height: 24rem;                             
  background-color: rgba(255, 255, 255, 0.05);
  border-radius: 50%;                         
  transform: translate(50%, -50%);
}
.bg_home_about_section::after{
  position: absolute;  
  content: '';                     
  bottom: 0%;                                  
  left: 0;                                     
  width: 16rem;                               
  height: 16rem;                               
  background-color: rgba(255, 255, 255, 0.05); 
  border-radius: 50%;                          
  transform: translate(-50%, 50%);
}*/
.home_about_section{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.home_about_section1{
  width: 48%;
}
.abt_img_boxb1{
  position: relative;
}
.abt_img_boxb2{
  position: relative;
}
.abt_img_box .abt_img1{
  width: 100%;
  border-radius: 10px;
}
.abt_img_box .abt_img3{
  width:100%;
  height: 300px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.abt_add{
  display: flex;
  grid-gap: 20px;
  margin-top: 30px;
  color:#36454F;
  font-size: 1.25rem;
  justify-content: center;
}
.abt_img_box .abt_img2{
  width: 50%;
  position: absolute;
  bottom: -20%;
  right: 0;
  border: 10px solid #fff;
}
.stablished_box{
  background: #0b1f33;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  margin-top: 27px;
}
.stablished_box h2{
  font-size: 1.5rem;
  color: #fff;
  font-weight: 400;
}
.stablished_box h2 span{
  color:#c9a24d;
}
.stablished_box p{
  color:#fff;
  margin-bottom: 0;
  font-weight: 300;
}
.home_about_section2{
  width: 48%;
}
.home_about_section2 .since_box{
  display: inline-block;
  font-size: 14px;
  color: #fff;
  background: #2f7f7a;
  padding: 7px 15px;
  border-radius: 30px;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.imgBx span::before{
  position: absolute;
  content: '';
  width: 0.5rem;  
  height: 0.5rem;
  background-color: #fff;
  border-radius: 50%; 
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  left: 14px;
  top: 13px;
}
@keyframes pulse {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.home_about_section2 h5{
  font-size: 2.5rem;
  color: #36454F; 
  margin-bottom: 1rem;  
  font-family: sans-serif; 
}
.home_about_section2 p{
  font-size: 1.25rem; 
  color: #36454F;   
  margin-bottom: 0; 
  line-height: 1.625; 
  font-family: sans-serif; 
}
.home_about_section2 h2{
  font-size: 4.5rem;
  color:#0B1F33;
  line-height: 1.25; 
  margin-bottom: 1.5rem;
  font-family: sans-serif;
  font-weight: 400;
}
.home_about_section2 h6{
  font-size: 20px;
  color: #5a5a5a;
  font-weight: 400;
}
.bg_hero{
  padding:50px 0px;
  background: #F7F7F5;
  margin-top: -7px;
  position: relative;
  z-index: 3;
}
.viewBtn{
  margin-top: 30px;
  text-align: center;
}
.View_More{
  display: inline-flex; 
  align-items: center; 
  justify-content: center;
  gap: 0.5rem; 
  background-color: #2F7F7A; 
  color: #ffffff;     
  padding: 1rem 1rem;   
  border-radius: 0.5rem;     
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 
              0 4px 6px -4px rgba(0,0,0,0.1); 
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;  
  text-decoration: none;
  font-size: 14px;
}
.View_More i{
  font-size: 20px;
  -webkit-text-stroke: 2px #2F7F7A;
}
.View_More:hover{
    background:#246962;
    color:#fff;
}
.View_More:hover i{
  -webkit-text-stroke: 2px #246962;
}
.View_More1{
  display: inline-flex;
  align-items: center;  
  justify-content: center;
  gap: 0.5rem;         
  border: 2px solid #2F7F7A;     
  padding: .9rem 1rem; 
  border-radius: 0.5rem; 
  color: #2F7F7A;
  background-color: transparent; 
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer; 
  text-decoration: none;
  margin-left: 13px; 
  font-size:14px;
}
.View_More1:hover{
   background-color: #246962;
  color: #fff;
}
.viewBtnapply{
  text-align: left;
  margin-bottom: 30px;
}
.career_focus{
  background-color: rgba(255, 255, 255, 0.1); 
  backdrop-filter: blur(4px);                
  border-radius: 0.75rem;                      
  padding: 1.5rem;                            
  margin-bottom: 2rem;
}
.career_focus h3{
  font-size: 1.25rem;
  color:#fff;
  margin-bottom: 17px;
  font-family: sans-serif;
  font-weight: 400;
}
.career_focus p{
  font-size: 1rem;
  line-height: 25px;
  margin-bottom: 15px;
}
.career_focus1{
  display: flex;
  justify-content: space-between;
  gap:20px;
}
.careerFs{
  background: #fff;
  width: 49%;
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 14px;
  transition: .5s;
}
.careerFs:hover{
  transform: translateY(-0.25rem);
}
.careerpara{
  margin-bottom: 40px;
}
.career_focus1 h4{
  font-size: .875rem;
  color:#fff;
  font-weight: 400;
  margin-bottom: 3px;
  font-family: sans-serif;
  margin-bottom: 0px;
  margin-top: -10px;
}
.career_focus1 h4 strong{
  display: block;
  color: #C9A24D;
  position: relative;
  font-size: 58px;
  top: 4px;
  -webkit-text-stroke: 0.5px #ffffff;
  margin-bottom: 0px;
}
.careerFs span{
  line-height: 20px;
  color: #0B1F33;
  font-size: 1.25rem;
  margin-bottom: 14px;
  display: inline-block;
}
.career_focus1 p{
  font-size: 14px;
}
.careerFs p{
  margin-bottom: 10px;
  line-height: 20px;
  font-size: 15px;
  color: #36454F;
}
.home_about_section2 img{
  width: 100%;
}
.bg_main_service{
  padding-top: 3rem;  
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.main_service_heading{
  text-align: center;
  margin-bottom: 40px;
}
.main_service_heading h2{
  font-size: 3rem;
  margin-bottom: 15px;
  color:#0B1F33;
  font-weight: 400;
  font-family: sans-serif;
}
.main_service_heading span{
  display: inline-block;      
  background-color: #A8D5E5;     
  color: #4A90A4;                 
  padding: 0.5rem 1.5rem;          
  border-radius: 9999px;          
  margin-bottom: 1rem;  
  font-family: sans-serif; 
}
.whychoose_para{
  font-size: 18px;  
  color: #36454F;   
  max-width: 60rem;     
  margin-left: auto;    
  margin-right: auto; 
  font-family: sans-serif;
}
.main_service{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}
.main_service_inner{
  width: 32%;
  background-color: #ffffff;                
  border-radius: 0.75rem;                    
  padding: 1rem 1.5rem;                             
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),
              0 4px 6px -4px rgba(0,0,0,0.1);
  transition: all 0.2s ease-in-out;  
}
.main_service_inner:hover{
   box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),
              0 10px 10px -5px rgba(0,0,0,0.04); 
  transform: translateY(-0.25rem); 
}
.main_service_inner p{
  color: #36454F;
  line-height: 1.625;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
  font-family: sans-serif;
}
.main_service_img{
  width: 4rem;                            /* w-16 */
  height: 4rem;
  border-radius:  0.5rem;
   background: #C9A24D; 
  position: relative;
}
.main_service_img img{
  width: 35px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_service_inner h4{
  font-size: 1.5rem;
  color: #0B1F33;   
  margin-bottom: 0.75rem;
  font-weight: 400;
  font-family: sans-serif;
  margin-top: 15px;
  margin-bottom: 5px;
}
.main_service_inner a{

  text-decoration: none;
  border:1px solid #007CC3;
  color: #007CC3;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 20px;
  display: inline-block;
  transition:.5s;
}
.main_service_inner a:hover{
    background: #007CC3;
    color:#fff;
}
.request_btn{
  margin-top: 20px;
  width: 100%;
  text-align: center;
}
.request_btn a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #2F7F7A;
  color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.request_btn a:hover{
  background: #1c6964;
  color: #fff;
}
.bg_clinical{
  padding:60px 0px;
}
.clinicalBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4rem;                       
  background: linear-gradient(
    to right,
    #4A90A4,
    #357A8E
  );                                      
  padding: 2rem 4.5%;                          
  color: #ffffff;    
}
.clinical_inner1{
  width: 48.9%;
  border-radius: 14px;
  background: #f1f1f1;
  padding: 30px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: .5s;
}
.clinical_inner1:hover{
  transform: scale(1.05);
}
.clinical_inner1 h3{
  font-size: 1.875rem;
  color:#0B1F33;
  margin-bottom: 20px;
  font-family: sans-serif;
  font-weight: 400;
}
.clinical_inner1 p{
  font-size: 15px;
  color: #36454F;
  margin-bottom: 0;
  font-family: sans-serif;
}
.clinical_inner2{
  width: 48.5%;
  border-radius: 14px;
  background: #f1f1f1;
  padding: 30px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: .5s;
}
.clinical_inner2:hover{
  transform: scale(1.05);
}
.clinical_inner2 h3{
  font-size: 1.875rem;
  color:#0B1F33;
  margin-bottom: 20px;
  font-family: sans-serif;
  font-weight: 400;
}
.clinical_inner2 p{
  font-size: 15px;
  color: #36454F;
  margin-bottom: 0;
  font-family: sans-serif;
}
.bg_why_choose{
  padding:60px 0px 0px 0px;
  min-height: 790px;
}
.why_choose{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why_choose_inner1{
  width: 48%;
}
.why_choose_inner2{
  width: 48%;
  position: relative;
}
.why_choose_inner1 .span1{
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #007CC3;
  padding-top: 30px;
}
.why_choose_inner1 h2{
  font-size: 32px;
  font-weight: 600;
  color: #191e44;
  margin: 10px 0px 20px 0px;
}
.choose_inner_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.choose_inner_box1{
  width: 48%;
  text-align: center;
  margin-bottom: 10px;
}
.choose_inner_box_img{
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  border: 5px solid #f1f1f1;
  position: relative;
  transition: .5s;
}
.choose_inner_box_img:hover{
  transform: scale(1.1);
}
.choose_inner_box_img img{
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.choose_inner_box1 h4{
  font-size: 18px;
  font-weight: 600;
  color: #191e44;
  margin: 15px 0px;
}
.choose_inner_box1 h4 span{
  display: block;
}
.why_choose_inner2 .choose_img1{
  width: 80%;
  float: right;
  height: 500px;
}
.why_choose_inner2 .choose_img2{
  width: 50%;
  position: absolute;
  left: 0;
  bottom: -8%;
}
.bg_counter{
  background: #EDEDED;
  padding:20px 0px;
}
.counter-box{
  display: flex;
  gap:15px;
  border-right: 1px solid #ccc;
  padding:30px 0px;
  align-items: center;
}
.counter_inner_img{
  background: #fff;
  width: 90px;
  height: 90px;
  border-radius: 15px;
  border-bottom: 5px solid #007CC3;
  position: relative;
  transition: .2s;
}
.counter_inner_img:hover{
  border-top: 5px solid #007CC3;
  border-bottom: 0px solid #007CC3;
}
.counter_inner_img img{
  position: absolute;
  width: 50px;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
}
.counter_inner2 .counter{
  font-size: 36px;
  font-weight: bold;
  color:#191e44;
}
.counter_inner2 .plus_icon{
  font-size: 36px;
  font-weight: bold;
}
.counter_inner2 p{ 
  font-weight: 600;
  font-size: 12px;
}
.bg_working_process{
  background: #fafafa;
  padding:50px 0px 50px 0px;
}
.working_process{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
}
.working_process_inner{
  width: 48%;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
}
.working_process_img{
  background: #c9a24d;
  width: 4rem;
  height: 4rem;
  border-radius: 0.5rem;
  margin: auto;
  position: relative;
  transition: .5s;
}
.working_process_img img{
  position: absolute;
  width: 35px;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}
/*.working_process_inner:last-child .arrow_img{display:none;}
.working_process_img:hover{
  transform: scale(1.1);
}
.working_process_img:hover::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 2px dotted #007CC3;
  border-radius: 50%;
  transform: scale(1.2);
  top:-2px;
}*/

.working_process_img span{
  background: #007CC3;
  padding: 3.5px 0px 0px 0px;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  position: absolute;
  height: 30px;
  width: 30px;
  right: 0;
  bottom: 0;
}
.working_process_inner h4{
  font-size: 1.5rem;
  color: #0B1F33;
  margin-bottom: 0.75rem;
  font-weight: 400;
  font-family: sans-serif;
  margin-top: 30px;
}
.working_process_inner p{
  color: #36454F;
  line-height: 1.625;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 0;
  font-family: sans-serif;
}
.bg_path{
  padding:90px 0px 90px 0px;
}
.path_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 31px;
}
.proheading{
  color: #0B1F33;
  text-align: center;
  margin-bottom: 20px;
  font-size: 33px;
}
.path_inner{
  width: 48.7%;
  position: relative;
  padding: 30px 30px 80px 30px;
  background-color: #ffffff;
  border-radius: 1rem;        
  overflow: hidden;
  box-shadow: 0 5px 20px -3px rgba(0,0,0,0.1),
              0 4px 6px -2px rgba(0,0,0,0.05); 
  transition: all 0.3s ease;
  /*border-top: 7px solid #c9a24d;*/
  margin-bottom: 30px;
}
.path_innerm{
  width: 31.6%;
}
.path_inner:hover{
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
  transform: translateY(-0.25rem); 
}

.path_inner h3{
  font-size: 1.875rem; 
  line-height: 2.25rem;
  margin-bottom: 0.75rem;
  color: #0b1f33;
  font-weight: 400; 
}
.path_inner p{
  color: #36454F;
  font-size: 15px;
}
.path_inner:nth-child(odd)::before {
  position: absolute;
  width: 100%;
  content: '';
  top: 0;
  left: 0;
  height: 0.5rem; 
  background: linear-gradient(to right, #4A90A4, #357A8E); 
}
.path_inner:nth-child(even)::before {
  position: absolute;
  width: 100%;
  content: '';
  top: 0;
  left: 0;
  height: 0.5rem; 
  background: linear-gradient(to right, #6B8E23, #556B1C);
}
.path_inner h4{
  font-size: 1.25rem; 
  line-height: 2.25rem;
  margin-bottom: 0.75rem;
  color: #0b1f33;
  font-weight: 400; 
}
.path_inner:nth-child(odd) .path_btn {
  position: absolute;
  width: 90%;
  bottom: 30px;
  text-align: center;
  display: inline-block;
  padding: 0.75rem 0;                       
  border-radius: 0.5rem;                     
  color: #ffffff;
  background: linear-gradient(to right, #4A90A4, #357A8E); 
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.path_inner:nth-child(even) .path_btn {
  position: absolute;
  width: 90%;
  bottom: 30px;
  text-align: center;
  display: inline-block;
  padding: 0.75rem 0;                       
  border-radius: 0.5rem;                     
  color: #ffffff;
  background: linear-gradient(to right, #6B8E23, #556B1C); 
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.path_inner:nth-child(odd) .path_btn:hover{
 opacity: 0.9;
}
.path_inner:nth-child(even) .path_btn:hover{
 opacity: 0.9;
}
.bg_video{
  background: #f7f7f5;
  padding: 90px 0px 90px 0px;
}
.videoBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 31px;
}
.video_inner{
  width: 31.6%;
  background: #fff;
}
.video_inner {
  position: relative; 
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),
              0 4px 6px -2px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.video_inner:hover {
  box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
  transform: translateY(-0.25rem); 
}
.videoFrame iframe{
  width: 100%;
  height: 250px;
  overflow: hidden;
  transition: .3s;
}
.video_inner:hover .videoFrame iframe{
  transform: scale(1.05);
}
.video_dtl{
  padding: 20px;
}
.video_dtl h3{
  font-size: 1.25rem; 
  margin-bottom: 0.5rem; 
  color: #0B1F33; 
  transition: color 0.2s ease-in-out;
  font-weight: 400;
  font-family: sans-serif;
}
.video_dtl p{
  color: #36454F;
  font-size: 15px;
  font-weight: 400;
  font-family: sans-serif;
}
.bg_student{
  padding: 90px 0px 90px 0px;
}
.studentSay{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:31px;
}
.student_inner {
  width: 31.6%;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 2rem;
  position: relative;
  box-shadow: 0 5px 20px -3px rgba(0,0,0,0.1),
              0 4px 6px -2px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  position: relative;
}
.student_inner:hover {
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),
              0 10px 10px -5px rgba(0,0,0,0.04);
  transform: translateY(-0.25rem);
}
.student_inner img{
  width: 50px;
  position: absolute;
  right: 25px;
}
.star_box i{
  color:#c9a24d;
}
.student_para{
  margin-top: 20px;
  color: #36454F;       
  margin-bottom: 1.5rem; 
  position: relative;    
  z-index: 10;           
  line-height: 1.625;
  font-family: sans-serif;
  font-size: 15px;
}
.studentName{
  display: flex;
  gap:15px;
  align-items: center;
}
.sudentName1 h2{
  width: 3.5rem;                              
  height: 3.5rem;                             
  background: linear-gradient(to bottom right, #4A90A4, #357A8E);
  border-radius: 50%;
  position: relative;
  color:#fff;
  font-weight: 400;
  font-size: 1.25rem; 
  font-family: sans-serif;
}
.sudentName1 h2 span{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sudentName2 h4{
  font-size: 16px;
  color: #0B1F33;
  font-weight: 400;
  margin-bottom: 0;
  font-family: sans-serif;
}
.sudentName2 p{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: sans-serif;
  color: #36454F;
}
.yearbox{
  color: #6B8E23 !important;
  font-family: sans-serif;
}
.bgget_start{
  padding: 0px 0px 20px 0px;
  background: #2f7f7a;
}
.get_Start{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.getheading h2{
  font-size: 27px;
  font-weight: 600;
  color:#fff;
  text-align: center;
  padding-top:20px;
  margin-bottom: 15px;
}
.getStart_inner1{
  width: 100%;
  margin-bottom: 0px;
}
.getStart_inner1 input{
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 13px;
  outline: none
}
.getStart_inner1 input::placeholder{
  font-size: 15px;
  color:#36454F;
}
.getStart_inner1p{
  font-size: 10px;
  color: #fff;
  margin-bottom: 0;
}
.getStart_inner1dwn{
  display: flex;
  height: 58px;
  overflow: hidden;
}
.getStart_inner1dwn1{
  height: auto;
}
.getStart_inner2{
  width: 100%;
  text-align: center;
}
.getStart_inner2 button{
  border:0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #fff;
  color: #2F7F7A;
  padding: 8px 20px;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.bgstart{
  padding-top: 5rem; 
  padding-bottom: 2rem; 
  background: #FAFAFA;            
  color: #ffffff;         
  position: relative;     
  overflow: hidden;
}
.bgstart_before::before{
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 24rem;             
  height: 24rem;             
  background-color: rgb(89 85 85 / 5%); 
  border-radius: 9999px; 
  transform: translateY(-50%) translateX(50%);
}
.bgstart_after::after{
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 20rem;             
  height: 20rem;             
  background-color: rgb(89 85 85 / 5%); 
  border-radius: 9999px;    
  transform: translateY(50%) translateX(-50%);
}
.helthcares{
  text-align: center;
}
.helthcares p{
  width: 67%;
  margin:auto;
}
.admissionheading{
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color:#0B1F33;
  margin-top: 40px;
  font-family: sans-serif;
}
.addmissionbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:24px;
  width: 90%;
  margin: auto;
  margin-top: 30px;
}
.admission_inner{
  width: 31%;
  background: #ffffff14;
  border-radius: 15px;
  text-align: center;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 20px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.admission_inner h2{
  background: #c9a24d;
  width: 3rem;                               /* w-12 */
  height: 3rem;
  font-size: 1.5rem;
  color:#fff;
  border-radius: 50%;
  position: relative;
  margin: auto;
  margin-bottom: 10px;
}
.admission_inner h2 span{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
}
.admission_inner h3{
  font-size: 18px;
  color: #0B1F33;
  font-weight: 400;
  font-family: sans-serif;
}
.admission_inner p{
  font-size: 15px;
  color:#36454F;
  margin-bottom: 0;
  font-family: sans-serif;
}
.admissions_btn{
  margin: 40px 7% 40px 5%;
  display: flex;
  justify-content: space-between;
}
.admissionsbtn1{
  display: inline-flex;                       
  align-items: center;                        
  justify-content: center;                    
  gap: 0.5rem;                                
  background-color: #6B8E23;                  
  color: #ffffff;                             
  padding: 1rem 2rem;                         
  border-radius: 0.5rem;                      
  font-size: 1.125rem;                        
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
  margin-right: 13px;
}
.admissionsbtn1 i{
  -webkit-text-stroke: 1.2px #6b8e23;
}
.admissionsbtn1:hover{
  background-color: #556B1C; 
  color:#fff;
}
.admissionsbtn1:hover i{
  -webkit-text-stroke: 1.2px #556B1C;
}
.admissionsbtn2{
  border: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background-color: #2F7F7A;
  color: #ffffff;
  padding: 13px 25px;
  border-radius: 0.5rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease-in-out;
  cursor: pointer;
  text-decoration: none;
}
.admissionsbtn2:hover{
  background-color: #246962;                 
  color: #fff;  
}

.bgstartbtm{
  background: #fff;
  padding: 50px 0px;
}
.connect_box{
  width: 80%;
  margin:auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:24px;
  margin-top: 50px;
}
.connect_inner{
  width: 31%;
  background: #fff;
  border-radius: 15px;
  text-align: center;
  padding: 25px 10px;
  box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.connect_inner i{
  display: block;
  font-size: 27px;
  color:#c9a24d;
  margin-bottom: 10px;
}
.connect_inner small{
  color: #0B1F33;
}
.connect_inner p{
  color:#36454F;
  font-size: 15px;
  margin-bottom: 0;
  font-family: sans-serif;
}
.finacialbox{
  background: #ffffff14;
  width: 70%;
  margin: auto;
  padding: 30px 30px 0px 30px;
  border-radius: 15px;
}
.finacialbox h2{
  font-size: 2rem;;
  text-align: center;
  font-weight: 400;
  font-family: sans-serif;
  margin-bottom: 50px;
}
.finacialbox h2 a{
  text-decoration: none;
  color:#0B1F33;
}
.finacialbox1{
  text-align: center;
  color:#36454F;
  font-size: 14px;
  display: flex;
}
.finacialbox1 span{
  width: 33%;
  display: inline-block;
  margin: 0px 5px;
  font-family: sans-serif;
  font-size: 15px;
}
.finacialbox1 img{
  width: 80px;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.bg_helthcare{
  background: #2f7f7a;
  padding: 60px 0px 60px 0px;
  text-align: center;
}
.helthcare h2{
  font-size: 3rem;
  color:#0B1F33;
  font-weight: 400;
  font-family: sans-serif;
}
.helthcare p{
  color:#36454F;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 400;
}
.helthcare .applybtn1{
  background: #fff;
  border: 1px solid #fff;
  display: inline-block;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 10px;
  margin-top: 15px;
  color:#2f7f7a;
  font-size: 15px;
  font-weight: 500;
}
.helthcare .applybtn2{
  background: #fff;
  border: 1px solid #0000;
  display: inline-block;
  text-decoration: none;
  color:#fff;
  padding: 5px 10px;
  border-radius: 5px;
  transition: .5s;
  margin-top: 15px;
}
.helthcare .applybtn2:hover{
  background: #0000;
  border: 1px solid #fff;
  color:#0b1f33;
}
.helthcarebtm{
  margin-top: 30px;
}
.helthcarebtm p{
  color:#fff;
  font-size: 14px;
  margin-bottom: 7px;
}
.working_process_inner .arrow_img{
  position: absolute;
  top: 34px;
  width: 150px;
  right: -86px;
}
.bg_media{
  background: #EDEDED;
  padding:50px 0px 50px 0px;
}
.media_img{
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
  background: #fff;
}
.mediaowlCarouelBx .owl-carousel .owl-dots.disabled, .mediaowlCarouelBx .owl-nav.disabled{
  display: block !important;
}

.mediaowlCarouelBx .owl-carousel .owl-nav button.owl-next{
  position: absolute;
  right: -50px;
  top: 0;
  border: 2px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mediaowlCarouelBx .owl-carousel .owl-nav button.owl-next span{
  font-size: 40px;
  position: relative;
  top: -15px;
}
.mediaowlCarouelBx .owl-carousel .owl-nav button.owl-prev{
  position: absolute;
  left: -50px;
  top: 0;
  border: 2px solid #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.mediaowlCarouelBx .owl-carousel .owl-nav button.owl-prev span{
  font-size: 40px;
  position: relative;
  top: -15px;
}
.bg_qurey_section{
  padding:50px 0px 60px 0px;
}
.qureyBx{
    display:flex;
}
.qureyBx_inner1{
    width:40%;
}
.qureyBx_inner1 img{
    width:123.3%;
}
.qureyBx_inner2{
    width:60%;
}
.qurey_box{
  position: relative;
  top: 35px;
  background: #fff;
  padding: 50px;
  box-shadow: 0 5px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  border-left: 10px solid #007cc3;
}
.qurey_box::before{
    position:absolute;
    content:'';
    top: 0;
    height: 10px;
    background: #007cc3;
    width: 94px;
    left: 0px;
    border-radius: 0px 0px 20px 0px;
}
.qurey_box::after{
    position:absolute;
    content:'';
    bottom: 0;
    height: 10px;
    background: #007cc3;
    width: 94px;
    left: 0px;
    border-radius: 0px 20px 0px 0px;
}
.group_form{
  margin-bottom: 27px;
}
.group_form input{
  width: 100%;
  border:1px solid #ccc;
  padding: 10px;
}
.group_form textarea{
  width: 100%;
  border:1px solid #ccc;
  padding: 10px;
}
.send_btn{
  text-align: center;
}
.send_btn button{
  border: 1px solid #007CC3;
  background: #fff;
  padding: 13px 40px;
  font-size: 20px;
  font-weight: 500;
  color: #007CC3;
  transition: .5s;
}
.send_btn button:hover{
  background: #007CC3;
  color:#fff;
}
.bg_callnow{
  background: #007CC3;
  padding:30px 0px;
}
.call_now1 p{
  font-size: 20px;
  font-weight: 600;
  color:#fff;
  margin-bottom: 0
}
.call_now1 p i{
  font-size: 40px;
}
.call_now2{
  text-align: right;
}
.call_now2 a{
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 13px 40px;
  border-radius: 5px;
  display: inline-block;
  transition: .5s;
}
.call_now2 a:hover{
  background: #fff;
  color:#000;
}
.bg_footer{
  padding: 30px 0px 0px 0px;
  background:#0b1f33;
}
.icon_box{
  display: flex;
  gap:15px;
  border-right: 1px solid #ccc;
  height: 80px;
}
.icon_boxb{
  border-right: 0;
}
.icon_box1 i{
  font-size: 40px;
  color:lightgray;
}
.icon_box2 h4{
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
  color:lightgray;
}
.icon_box2 p{
  margin-bottom: 0;
  color:lightgray;
}
.footer_item{
  padding:30px 0px 0px 0px;
}
.footer_itemb{
  border-right: 0;
}
.footer_logo{
  width: 60%;
  margin-bottom: 20px;
}
.footer_item p{
    color:lightgray;
}
.readmore_btn{
  display: inline-block;
  text-decoration: none;
  color:lightgray;
  border: 1px solid lightgray;
  padding: 10px 20px;
  border-radius: 5px;
  transition: .5s;
}
.readmore_btn:hover{
  background: #fff;
  color:#000;
}
.footer_item h4{
  font-size: 1.125rem;
  color:#c9a24d;
}
.footer_ul{
  padding-left: 0px;
  margin-top: 20px;
}
.footer_ul li{
  list-style-type: none;
}
.footer_ul li a{
  font-size: 14px;
  text-decoration: none;
  color: lightgray;
  display: inline-block;
  padding: 5px 0px;
  transition: .5s;
}
.footer_ul li a:hover{
  color: #2F7F7A;
  padding-left: 5px;
}
.footer_itemb h4{
  margin-bottom: 25px;
}
.footer_item p{
  font-size: 14px;
}
.mapMarker span{
  display: block;
  padding-left:13px;
}
.vd_box{
  width: 100%;
  margin-top: 20px;
}
.footer_btm{
  margin-top: 10px;
  /*background: #101828;*/
  padding: 0px 0px 30px 0px;
}
.footer_btm_para{
  padding: 15px 0px 0px 0px;
}
.footer_btm_para{
  border-top:.5px solid #1f2937;
  padding-top: 30px;
}
.footer_btm_para p{
  font-size: 14px;
  margin-bottom: 0;
  color:lightgray;
  font-weight: 300;
}
.youtubePlay{
    font-size: 21px;
    position: relative;
    top: 3px;
}
.ftrnav{
  text-align: right;
}
.ftrnav a{
  color: #9ca3af;
  font-size: 0.875rem;
  transition: .5s;
  text-decoration: none;
  font-family: sans-serif;
  margin-left: 13px;
}

.ftrnav a:hover{
  color: #4A90A4;
}
.socila_icon{
  display: flex;
  gap:20px;

}
.socila_icon a{
  color:#9ca3af;
  transition: .5s;
}
.socila_icon a:hover{
  color:#4A90A4;
}
/* /home page css */

/* services page css */
.inner_bannerImg{
  width: 100%;
  position: relative;
  overflow-y: hidden;
}
.inner_bannerImg img{
  width: 100%;
  height: 190px;
}
.innerbanner_overley{
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background: #00000099;
  padding: 20px 0px;
  display: flex;
  align-items: center;
}
.breadcums_heading h1{
  font-size: 3rem;
  line-height: 1;
  color:#fff;
  font-weight: 400;
  font-family: sans-serif;
}
.breadcrumb-wrapper span:first-child {
    padding-right: 20px;
}
.breadcrumb-wrapper span {
    font-size: 16px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    color:#fff;
}
.breadcrumb-wrapper span a{
  color:#fff;
  text-decoration: none;
}
.breadcrumb-wrapper span:first-child:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 2px;
    right: 6px;
    top: 12px;
    display: inline-block;
    font-style: normal;
    background-color: currentColor;
}
.main_serviceImg{
  margin: inherit;
}
.main_serviceInner{
  text-align: left;
}
.main_service_inner ul{
  padding-left: 20px;
}
.main_service_inner ul li{
  text-align: left;
  list-style-type: disclosure-closed;
}
.main_service_inner ul li::marker{
  color:#007cc3;
}
.main_service_inner ul li a{
  background: 0;
  color:#000;
  padding: 5px 0px;
  font-size:14px;
  font-weight: 500;
}
.ulbreadcum{
  display: flex;
  padding-left: 0;
  gap: 10px;
}
.ulbreadcum li{
  list-style-type: none;
  color:#DBEAFE;
  font-size: 16px;
  font-family: sans-serif;
}
.ulbreadcum li a{
  color:#DBEAFE;
  text-decoration: none;
  font-size: 16px;
}
.ulbreadcum li+li::before{
  display: inline-block;
  padding-right: .5rem;
  color: #DBEAFE;
  content: "/";
}
.bg_subservice{
  padding:50px 0px;
}
.subServices{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 20px;
}
.subServices_inner{
  width: 32%;
  border-right: 3px solid #007cc3;
  padding:20px;
  display: flex;
  justify-content: space-between;
  background: #ededed;
  position: relative;
  box-shadow: 5px 5px 10px #00000038;
  transition: .5s;
}
.subServices_inner:hover{
  transform: scale(1.1);
}
.subServices_inner::before{
  content: "";
  position: absolute;
  bottom: -4px;
  left: -17px;
  border-top: 25px solid #007cc3;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(45deg);
}
.subServices_inner::after{
  content: "";
  position: absolute;
  top: -4px;
  left: -17px;
  border-top: 25px solid #007cc3;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  transform: rotate(135deg);
}
.subServices_inner1{
  width: 25%;
}
.subServices_img{
  width: 70px;
  height: 70px;
  background: #007cc3; 
  position: relative;
  border-radius: 50%;
  box-shadow: 0px 0px 5px 5px #fff;
}
.subServices_img img{
  position: absolute;
  width: 40px;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.subServices_inner2{
  width: 70%;
}
.subServices_inner2 h4 a{
  font-size: 20px;
  text-decoration: none;
  color:#191e44;
}
.subServices_inner2 p{
  font-size: 14px;
}
.read_more{
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  color:#191e44;
  transition: .5s;
}
.read_more:hover{
  color:#007cc3;
}
.bg_service_box{
  padding:50px 0px;
}
.contact_btn a button{
  border: 2px solid #007cc3;
  z-index: 1;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  outline: none !important;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  color: #44464e;
}
.contact_btn a button:hover{
  color:#fff;
}
.contact_btn a button:hover:after {
    top: 0;
    height: 100%;
}
.contact_btn a button:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #007cc3;
    transition: all 0.3s ease;
}
.certification_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.certification_box1{
  width: 49%;
  background: #ededed;
  border-left:5px solid #007cc3;
  border-right:5px solid #007cc3;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
}
.certification_box1 p{
  font-size: 15px;
  margin-bottom: 0
}
.bg_expert{
  padding:0px 0px 50px 0px;
}
.expert_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.expert_innner{
  width: 48%;
}
.expert_innner h2{
  font-size: 32px;
  font-weight: 600;
  color:#191e44;
}
.ulbox{
  padding-left: 20px;
}
.ulbox li{
  padding: 5px 0px;
  color: #36454F;
  font-size: 15px;
}
.ulbox li::marker{
  color:#6b8e23;
}
.expert_innner img{
  width: 100%;
}
.bg_needs{
  background: #ededed;
  padding: 50px 0px 40px 0px;
}
.need_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 18px;
}
.need_inner{
  width: 23.7%;
  background: #fff;
  padding:15px;
  text-align: center;
  box-shadow: 0 29px 21px -12px rgba(0, 0, 0, .1) !important;
  transition: .5s;
}
.need_inner:hover{
  transform: translateY(-10px);
}
.need_inner_img{
  text-align: center;
}
.need_inner_img img{
  width: 60px;
}
.need_inner h4{
  font-size: 18px;
  font-weight: 600;
  margin-top:20px;
  color:#191e44;
}
.bg_course{
  padding: 0px 0px 50px 0px;
}
.course_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 21px;
}
.course_detail{
  width: 32%;
  border-radius: 10px;
  position: relative;
}
.course_img{
  position: relative;
}
.course_img img{
  width: 100%;
  height:250px;
  border-radius: 10px;
}
.course_img p {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background: #000000b0;
  border-radius: 10px;
}
.course_img p span{
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.course_overley{
  position: absolute;
  width: 100%;
  top: 0;
  background: #fff;
  height: 0%;
  border-radius: 10px;
  transition: .5s;
}

.course_overley span{
  font-size: 20px;
  padding:30px;
  color: #000;
  font-weight: 600;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: .5s;
}
.course_detail:hover .course_overley{
  border: 1px solid #007CC3;
  border-radius: 10px;
  height: 100%;
}
.course_detail:hover .course_overley span{
  opacity: 1;
}
.bg_training{
  background: #ededed;
  padding:50px;
}
.training_box{
  padding: 20px;
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  background: #fff;
  margin-bottom: 20px;
  min-height: 210px;
  transition: .5s;
}
.training_box:hover{
  transform: translateY(-10px);
}
.training_box img{
  width: 80px;
}
.training_box p{
  margin-top: 20px;
}
.bg_expert1{
  padding-top:50px;
}
.expert1_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.expert1_inner{
  width: 48%;
}
.expert1_inner img{
  width: 70px;
}
.expert1_inner h4{
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  color:#191e44;
}
.bg_choose_box{
  padding:20px 0px 60px 0px;
}
.choose_box_img img{
  width: 100%;
}
.choose_box_detail{
  padding-top:50px;
}
.choose_box_detail h2{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color:#191e44;
}
.bg_faq{
  padding: 0px 0px 50px 0px;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.faq_box .accordion-item{
  margin-bottom: 10px;
}
.faq_box .accordion-item .accordion-button{
  box-shadow: none;
  background: #f1f1f1;
  font-size: 20px;
  color: #000;
  padding: 25px;
  border: 1px solid #ccc;
  transition: .5s;
}
.faq_box .accordion-item .accordion-button:hover{
  background: #ccc;
}
.faq_box .accordion-item:first-of-type .accordion-button{
  box-shadow: none;
  font-size: 20px;
  color: #000;
  transition: .5s;
}
.faq_box .accordion-item:first-of-type .accordion-button:hover{
  background: #ccc;
}
.accordion-item{
  border:0;
}
.faq_box .accordion-collapse{
  border: 1px solid #ccc;
}
.bg_contact_service{
  padding:50px 0px 50px 0px;
}
.contact_service {
    background: linear-gradient(to left, #b3e3ff 0%, #4dbeff 100%);
    border-radius: 15px;
    padding: 25px;
}
.contact_service1 h2{
  font-size: 32px;
  font-weight: 600;
  color:#191e44;
}
.contact_service1 p{
  font-size:15px;
}
.contact_service2{
  background: #fff;
  padding: 3rem !important;
  border-radius: 15px;
}
.contact_service2 h2{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  color:#191e44;
}
.contact_service2 p{
  font-size:15px;
}
.contact_service_form input{
  width: 100%;
  border:0;
  border-radius: 10px;
  background: #f8f9fa;
  padding: 10px 15px;
  margin-bottom: 20px;
}
.contact_service_form input::placeholder{
  font-size: 14px;
}
.contact_service_form textarea{
  width: 100%;
  border:0;
  border-radius: 10px;
  background: #f8f9fa;
  padding: 5px 10px;
}
.contact_service_form textarea::placeholder{
  font-size: 14px;
}
.contact_service_form button{
  width: 100%;
  background: #007CC3;
  border: 0;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  padding: 13px 0px;
}
/* /services page css */

/* sector we sreve page css */
.bg_serve{
  padding:50px 0px 50px 0px;
}
.serve_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.serve_box_inner1{
  width:40%;
  padding-top: 50px;
}
.serve_box_inner2{
  width:56%;
}
.serve_service_heading p{
  width: 70%;
  margin:auto;
}
.serve_box_inner2 img{
  width:100%;
}
.serve_box_inner1 h4{
  font-size: 22px;
  font-weight: 600;
  color: #191e44;
  margin-bottom: 15px;
}
.serveul{
  padding-left: 20px;
}
.serveul li{
  list-style-type: disclosure-closed;
  padding: 7px 0px;
}
.serveul li::marker{
  color:#007cc3;
}
.serve_box_inner1 a{
  display: inline-block;
  border: 1px solid #007cc3;
  text-decoration: none;
  padding: 10px 30px;
  color: #007cc3;
  margin-top: 30px;
  transition: .5s;
}
.serve_box_inner1 a:hover{
  background: #007cc3;
  color:#fff;
}
.bg_serve1{
  background: #ededed;
  padding: 50px 0px 50px 0px;
}
.corporate_serviceInner{
  width: 48.7%;
  margin-bottom: 30px;
}
/* /sector we sreve page css */

/* about us page css */
.bg_aboutus{
  padding-bottom: 50px;
}
.navtab_box .nav{
  background: #fff;
  border-bottom: 1px solid #c9a24d;
  padding: 0px 4%;
  position: sticky;
  top: 70px;
  z-index: 3;
}
.navtab_box .nav-tabs .nav-link.active{
  background: 0;
  border:0;
  color: #6B8E23;
  border-bottom: 2px solid #6B8E23;
}
.navtab_box .nav-tabs .nav-link{
  padding: 0.9rem 1.5rem;
  border:0;
  color: #0B1F33;
}
.navtab_box .nav-tabs .nav-link:hover{
  color: #2f7f7a;
}
.tabContent{
  margin: 0% 5%;
  margin-top: 25px;
}
.aboutbdi{
  background-color: #ffffff;
  border-radius: 0.75rem;
  box-shadow: 0 5px 25px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  margin-bottom: 2rem;
}
.aboutbdi h2{
  font-size: 20px;
  line-height: 2.25rem;
  margin-bottom: 1rem;
  color: #0b1f33;
  font-family: system-ui;
  font-weight: 600;
}
.aboutbdi p{
  color: #374151;
  font-family: system-ui;
  font-weight: 400;
}
.aboutbdiBx h2{
  font-size: 20px;
  line-height: 2.25rem;
  margin-bottom: 1rem;
  color: #0b1f33;
  font-family: system-ui;
  font-weight: 600;
}
.aboutbdiBx p{
  color: #374151;
  font-family: system-ui;
  font-weight: 400;
}
.alumni_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:10px;
}
.alumni_inner{
  width: 48.9%;
  color: #ffffff;
}
.alumni_inner h4{
  color: #0b1f33;
  font-size: 1.25rem;
  font-family: system-ui;
  font-weight: 400;
}
.alumni_inner ul{
  padding-left: 20px;
}
.alumni_inner ul li{
  color: #374151;
  margin-bottom: 0;
}
.alumni_inner ul li::marker{
  color: #c9a24d;
  font-weight: 600;
  font-size: 25px;
}

.aboutbdibox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0px;
}
.accountability_inner{
  width: 48.9%;
  text-align: center;
  box-shadow: 0px 0px 20px 0px #ccc;
  padding: 30px;
  transition: .5s;
}
.accountability_inner:hover{
  transform: scale(1.03);
}
.accountability_inner1 img{
  width: 25%;
  margin-bottom: 20px;
}
.accountability_inner2 img{
  width: 25%;
  margin-bottom: 20px;
}
.accountability_inner h2{
  font-size: 1.5rem;
  color: #0b1f33;
  margin-bottom: 20px;
}
.aboutbdi_ol li{
  padding:5px 0px;
  font-family: system-ui;
}
.aboutbdi_ol li::marker{
  color: #c9a24d;
  font-weight:600;
}
.coreaboutbdi{
}
.coreaboutbdi h2{
  color: #0B1F33;
  border-radius: 0.75rem;
}
.corebox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.core_inner{
  width: 19%;
  color:#c9a24d;
}
.core_inner p{
  color:#36454F;
  margin-bottom: 0;
  text-align: center;
}
.core_inner span{
  display: block;
  text-align: center;
  font-size: 40px;
  -webkit-text-stroke: 2px #fff;
}
.aboutbdi h3{
  font-size: 18px;
  color:#4A90A4;
  line-height: 1rem;
  margin-bottom: 1rem;
  font-family: system-ui;
  font-weight: 400;
}
.aboutbdiBx h3{
  font-size: 18px;
  color:#4A90A4;
  line-height: 1rem;
  margin-bottom: 1rem;
  font-family: system-ui;
  font-weight: 400;
}
.accountability_inner2 h3{
  color: #6B8E23;
}
.aboutbdi_ul li{
  padding:5px 0px;
  font-family: system-ui;
}
.aboutbdi_ul li::marker{
  color: #c9a24d;
  font-weight:600;
  font-size: 25px;
}
.aboutdbiUl li a{
  font-size:16px;
}
.dirctorIimg{
  text-align: center;
}
.dirctorIimg .Centennial_Recognition{
  width: 100%;
  height: 400px;
}
.presr{
  width: 100%;
  height: 400px;
}
.headingadd{
  font-size: 1.125rem;
  font-family: system-ui;
  text-align: center;
}
.bgstaffBox{
  margin-bottom: 30px;
}
.bgstaffBox h2{
  font-size: 1.25rem;
  color: #0b1f33;
  margin-bottom: 20px;
  font-family: system-ui;
  font-weight: 400;
}
.staffBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  grid-gap: 24px;
}
.staf_inner{
  width: 48.8%;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),
              0 4px 6px -4px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
}
.staf_inner:hover{
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),
              0 8px 10px -6px rgba(0,0,0,0.1);
}
.stafbx h3{
  background: linear-gradient(to right, #4A90A4, #357A8E);
  width: 4rem;
  height: 4rem;
  border-radius: 7px;
  margin-right: 15px;
  position: relative;
  margin-bottom: 0;
}
.stafbx h4{
  font-size: 1.25rem;
  margin-bottom: 3px;
  font-family: system-ui;
  font-weight: 400;
}
.stafbx p{
  font-size: 14px;
  margin-bottom: 0px;
  font-family: system-ui;
}
.qualification{
  color:#2f7f7a;
  margin-bottom: 3px !important;
  font-family: system-ui;
}
.stafbx span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #fff;
}

.staf_inner1{
  width: 31.8%;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 1.5rem;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),
              0 4px 6px -4px rgba(0,0,0,0.1);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}
.staf_inner1:hover{
  box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),
              0 8px 10px -6px rgba(0,0,0,0.1);
}
.stafbx1 h3{
  background: linear-gradient(to bottom right, #6B8E23, #556B1C);
  width: 4rem;
  height: 4rem;
  border-radius: 7px;
  position: relative;
  margin-bottom: 20px;
  font-family: system-ui;
}
.stafbx1 h4{
  font-size: 1.25rem;
  margin-bottom: 3px;
}
.stafbx1 p{
  font-size: 14px;
  margin-bottom: 0px;
  font-family: system-ui;
}
.qualification{
  color:#6B8E23;
  margin-bottom: 3px !important;
}
.stafbx1 span{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #fff;
}
.mapBox iframe{
  border-radius: 10px;
}
.historybox{
  border-left: 4px solid #6b8e23;
  padding-left: 20px;
  margin-bottom: 30px;
}
.historybox h3{
  font-size: 1.5rem; 
  margin-bottom: 0.5rem; 
  color: #4a90a4; 
  font-family: system-ui;
}
.historybox p{
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
  font-family: system-ui;
}

.historybox1{
  border-left: 4px solid #2f7f7a;
  padding-left: 20px;
  margin-bottom: 30px;
}
.historybox1 h3{
  font-size: 1.5rem; 
  margin-bottom: 0.5rem; 
  color: #6b8e23; 
  font-family: system-ui;
}
.historybox1 p{
  margin-bottom: 0;
  font-weight: 400;
  font-family: system-ui;
}
.contactadd{
  font-family: system-ui;
  text-align: center;
}
.contactadd span{
  display: block;
  font-family: system-ui;
}
.histoy_img{
  text-align: center;
}
.histoy_img img{
  width: 100%;
}
/* /about us page css */

/* contact page css */
.bgColor{
    background:#007cc3;
    height:300px;
}
.bg_contact{
    padding:50px 0px 50px 0px;
}
.contact_box1{
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
}
.contact_box_inner{
  width: 32%;
  padding:20px;
  background-color: #ffffff;
  border-radius: 1rem;            /* rounded-2xl */
  padding: 1.5rem;                /* p-6 */
  box-shadow: 0 5px 25px -3px rgba(0,0,0,0.1),
              0 4px 6px -4px rgba(0,0,0,0.1); /* shadow-lg */
  transition: all 0.3s ease; 
}
.contact_box_inner:hover{
    box-shadow: 0 20px 25px -5px rgba(0,0,0,0.1),
              0 10px 10px -5px rgba(0,0,0,0.04); /* shadow-xl */
  transform: translateY(-0.25rem); /* -translate-y-1 */
}
.fa_icon{
  width: 70px;
  height: 70px;
  border:2px solid #555;
  border-radius: 50%;
  position: relative;
}
.fa_icon i{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%, -50%);
  font-size:30px;
  color:#555;
}
.contact_box_inner h4{
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
  color:#000;
}
.contact_box_inner p{
  color:#000;
  margin-bottom: 0;
}
.bg_contact_form{
  padding:0px 0px 50px 0px;
}
.contact_form{
  padding: 50px;
  box-shadow: 0 5px 25px -3px rgba(0,0,0,0.1),
              0 4px 6px -4px rgba(0,0,0,0.1);
  background: #fff;
  border-radius:24px;
}
.contact_heading span{
  font-weight: 500;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  color:#007cc3;
}
.contact_heading h2{
  font-size: 36px;
  font-weight: 600;
  color:#191e44;
  margin-top: 10px;
  margin-bottom: 20px;
}
.formGroup{
  margin-bottom: 20px;
}
.formGroup input{
  width: 100%;
  border:1px solid #ccc;
  padding:15px;
  margin-top: 3px;
  outline: none;
}
.formGroup textarea{
  width: 100%;
  border:1px solid #ccc;
  padding:15px;
  margin-top: 3px;
  outline: none;
}
.formGroupBtn button{
  width: 100%;
  background: #007cc3;
  color: #fff;
  border: 1px solid #007cc3;
  padding: 15px 30px;
}
.map_section iframe{
    width:100%;
    height:641px;
    border-radius:24px;
}
.bg_presence{
  padding: 50px 0px 60px 0px;
}
.presence_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:25px;
}
.presence_box_inner{
  width: 31.8%;
  padding: 31px 20px;
  background-color: #fff;
  border-radius:24px;
  box-shadow: 0 5px 25px -3px rgba(0,0,0,0.1),
              0 4px 6px -4px rgba(0,0,0,0.1);
  transition: .5s;
}
.presence_box_inner:hover{
  transform: translateY(-10px);
}
.presence_box_inner h5 a{
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color:#191e44;
}
.presence_box_inner p{
  font-size:14px;
  margin-bottom: 0;
}
/* /contact page css */

/* certification page css */
.bgCertifications{
  padding: 50px 0px 50px 0px;
}
.box_certify img{
  width: 250px;
}
.box_certify h4{
  font-size: 20px;
  line-height: 2.25rem;
  margin-bottom: 1rem;
  color: #0b1f33;
  font-family: system-ui;
  font-weight: 600;
}
.certiul{
  padding-left: 20px;
}
.certiul li{
  list-style-type: disclosure-closed;
  margin-bottom: 10px;
}
.certiul li:last-child{
  margin-bottom: 0;
}
.certiul li::marker{
  color: #007cc3;
}
.bgCertifications1{
  background: #ededed;
}
/* /certification page css */

/* success story page */
.bg_success{
  padding: 50px 0px 30px 0px;
}
.video_box{
    margin-bottom:20px;
}
.video_box iframe{
    border:8px solid #f1f1f1;
}
.bg_success_story{
  padding: 0px 0px 50px 0px;
}
.success_story{
  display: flex;
  flex-wrap: wrap;
  gap:31px;
}
.success_story_inner{
  width: 48.5%;
  padding: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 13px 0px #ccc;
}
.success_story_inner::before{
  position: absolute;
  content: '';
  background: #007CC3;
  height: 30px;
  top: 0;
  width: 75%;
  right: 0;
  border-radius: 0px 0px 0px 50px;
}
.success_story_inner::after{
  position: absolute;
  content: '';
  background: #ededed;
  height: 30px;
  bottom: 0;
  width: 75%;
  left: 0;
  border-radius: 0px 50px 0px 0px;
}
.success_story_img img{
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 8px solid #f1f1f1;
}
.success_story_inner h4{
  font-size:18px;
  font-weight: 600;
  color:#191e44;
  margin-top: 20px;
}
.success_story_inner h5{
  margin-bottom:20px;
  font-size: 18px;
}
.success_story_inner p{
  margin-bottom: 30px;
}
/* /success story page */

/* news page css */
.bg_news{
  padding: 50px 0px 50px 0px;
}
.write_us_btn{
  display: flex;
  justify-content: center;
  gap:10px;
}
.news_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:25px;
  margin-top: 50px;
}
.news_box_inner{
  width: 48.8%;
  padding: 20px;
  border-left: 5px solid #007cc3;
  box-shadow: 5px 0px 5px 0px #ccc;
  transition: .5s;
  border-radius: 10px;
}
.news_box_inner:hover{
  transform: scale(1.05);
}
.news_box_inner span{
  background: #007cc3;
  padding: 5px 10px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
}
.news_box_inner h5{
  font-weight: 600;
  padding-top: 15px;
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
}
.news_box_inner h5 a{
  text-decoration: none;
  color:#191e44;
  transition: .5s;
}
.news_box_inner h5 a:hover{
  color:#007cc3;
}
.time_box{
  margin-top: 20px;
}
.time_box a{
  text-decoration: none;
  color: #5c667d;
  font-size: 15px;
}
/* /news page css */

/* career page css */
.career_banner{
  background-image: url('../images/career_banner.png');
  background-repeat: no-repeat;
  background-size: cover;
  height: 530px;
}
.career_overly{
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.64);
}
.career_heading{
  width: 55%;
  padding-top: 120px;
}
.career_heading h1{
  font-size:56px;
  color:#fff;
  font-weight: 600;
}
.career_heading p{
  color:#fff;
  font-size: 18px;
  letter-spacing: 2px;
}
.bg_career_form{
  padding:50px 0px 50px 0px;
}
.career_form{
  border: 1px solid #ccc;
  padding: 50px;
  border-radius: 20px;
  border-right: 5px solid #007cc3;
  border-left: 5px solid #007cc3;
}
.careerGroup{
  margin-bottom: 20px;
}
.careerGroup label{
  font-weight: 600;
}
.careerGroup input{
  width: 100%;
  padding: 10px;
  border:1px solid #ccc;
}
.careerGroup1{
  margin-bottom: 20px;
}
.typeSpan{
  margin-left: 10px;
}
.careerGroup1 label{
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.careerGroup_btn{
  text-align: right;
}
.careerGroup_btn button{
  background: #007cc3;
  color: #fff;
  border: 0;
  padding: 10px 30px;
  font-weight: 600;
}
/* /career page css */

 /* resources page css */
.bg_resources{
  padding: 50px 0px 50px 0px;
  background: #f8f9fa;
}
.guides_videos{
  text-align: center;
}
.videos_box{
  display: none;
  margin-top: 30px;
}
.active_btn{
  background: #6c757d;
  color:#fff;
}
.guides_box{
  margin-top: 30px;
}
.navTabs .nav-item.show .nav-link, .navTabs .nav-link.active{
  border-color:#0000;
  background: #191e44;
  color:#fff;
  border-radius: 0;
  padding: .5rem 1.5rem;
  box-shadow: 0px 3px 9px 0px #444;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover{
   border-color:#0000;
   border-radius: 0;
}
.navTabs{
  border-bottom: 0;
  justify-content: center;
}
.nav-tabs .nav-link{
  color: #212529;
  border-radius: 0;
  padding: .5rem 1.5rem;
}
.guideBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.guide_card{
  width: 48.7%;
  background: #fff;
  display: flex;
  border:1px solid #191e44;
  padding: 20px;
  justify-content: space-between;
  position: relative;
  margin-bottom: 30px;
  transition: .5s;
}
.guide_card:hover{
  transform: translateY(-10px);
}
.guide_card::before{
  position: absolute;
  content: '';
  background-image: linear-gradient(to right, #191e44, #007CC3);
  height: 30px;
  width: 30px;
  top: 0px;
  left: 0%;
  border-radius: 0px 0px 50px 0px;
}
.guide_card::after{
  position: absolute;
  content: '';
  background-image: linear-gradient(to right, #191e44, #007CC3);
  height: 50px;
  width: 50px;
  bottom: 0px;
  right: 0%;
  border-radius: 50px 0px 0px 0px;
  opacity: .5;
}
.guide_card_inner1{
  width: 38%;
}
.guide_card_inner2{
  width: 62%;
}
.guide_card_inner_img img{
  width: 160px;
}
.guide_card_inner2 span{
  display: inline-block;
  background: #191e44;
  color: #fff;
  font-size: 13px;
  padding: 1px 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.guide_card_inner2 h5{
  font-size: 18px;
  font-weight: 600;
}
.guide_card_inner2 p{
  margin-bottom: 10px;
}
.guide_card_inner2 a{
  background: #191e44;
  text-decoration: none;
  color: #fff;
  padding: 9px 20px;
  display: inline-block;
  font-size: 14px;
}
.resource_heading{
  text-align: center;
}
.resource_heading p{
  color:#fff;
  width: 60%;
  margin-bottom: 0;
  margin:auto;
}
.videosBox{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:25px;
}
.videosBox_inner{
  width: 31.5%;
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
  padding: 15px 15px 10px 15px;
}
.videosBox_inner h5{
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.3;
  color: #191e44;
  margin-bottom: 10px;
}
.videos_section iframe{
  border-radius: 16px;
}
.resourceDownload{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
}
.resource_downlod1{
  width:58%;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.resource_downlod2 {
  width: 38%;
  background: #fff;
  padding: 36px;
  border-radius: 20px;
  box-shadow: 0 20px 45px rgba(3,45,96,0.18);
  border-top: 5px solid #032d60;
}
.resource_imgd img{
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
  margin-bottom: 30px;
}
.resource_downlod1 h5{
  font-size: 18px;
  font-weight: 600;
  color:#191e44;
  margin-top:30px;
  margin-bottom: 20px;
}
.resource_downlod1 ul{
  padding-left: 0px;
}
.resource_downlod1 ul li{
  position: relative;
  list-style-type: none;
  padding: 8px 0px 8px 40px;
  border:1px solid #ccc;
  border-radius: 5px;
  background: #ededed;
  margin-bottom: 10px;
}
.resource_downlod1 ul li::before {
    content: "✓";
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    color: #032d60;
    font-weight: bold;
}
.resource_downlod2 h4{
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #191e44;
  margin-bottom: 10px;
}
.downloadFormGroup {
  margin-bottom: 20px;
}
.downloadFormGroup label{
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
}
.downloadFormGroup input{
  width: 100%;
  border:1px solid #ccc;
  padding: 10px 15px;
}
.download_now button{
  width: 100%;
  border:0;
  background: #191e44;
  font-weight: 600;
  color: #fff;
  padding: 13px 15px;
}
 /* /resources page css */

/* login page css */
.bg_login{
  padding:50px 0px 50px 0px;
}
.login_section{
  box-shadow: 0 0 30px 0 #ccc;
  border-radius: 24px;
}
.login_img{
  background: #007cc3;
  min-height: 250px;
  height: 100%;
  position: relative;
  border-radius: 0px 24px 24px 0px;
}
.login_img img{
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.login_form{
  padding: 70px 20px 50px 50px;
}
.loginform{
  margin-bottom: 15px;
  position: relative;
}
.login_form h2{
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 30px;
}
.loginform label{
  font-size: 14px;
  line-height:20px;
  color:#444;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 5px;
}
.loginform input{
  width: 100%;
  border: 1px solid #ccc;
  padding: 13px 15px;
  border-radius: 3px;
}
.loginform input::placeholder{
  font-size: 14px;
}
.loginform a{
  position: absolute;
  right: 15px;
  top: 40px;
  text-decoration: none;
  color: #007cc3;
  font-weight: 700;
}
.login_btn button{
  width: 100%;
  border: 0;
  background: #007cc3;
  color: #fff;
  padding: 10px 30px;
}
.click_here p{
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.loginWidth{
  width:90%;
  margin:auto;
}
/* /login page css */

/* myprofile page css */
.bg-userprofile{
    padding: 2px 50px 50px 50px;
    background: #f0f0f0;
}
.userProfile{
    background: #fff;
    padding: 30px;
    margin-top: 50px;
}
.userproheading{
    font-size: 23px;
    font-weight: 600;
    text-transform: uppercase;
}
.user_group{
    margin-top: 5px;
}
.user_group label{
    display: block;
    font-size: 15px;
    margin-bottom: 3px;
}
.user_group input{
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px;
    outline: none;
    border-radius: 5px;
    color:#555;
}
.user_group select{
    width: 100%;
    border: 1px solid #ccc;
    padding: 9px;
    outline: none;
}
.user_groupBtn {text-align: right}
.user_groupBtn button{
    background: #007cc3;
    border: 0;
    margin-top: 17px;
    padding: 9px 27px;
    color: #fff;
    font-weight: 600;
}
.user_group textarea{
  width: 100%;
  border:1px solid #ccc;
}
.left_nav{
  background: #fff;
  padding: 0px 10px;
  height: 574px;
  overflow-y: auto;
  position: sticky;
  top: 90px;
}
.left_nav ul{
  padding-left: 0px;
}
.left_nav ul li{
  list-style-type: none;
}
.left_nav ul li a{
  display: flex;
  text-decoration: none;
  font-size: 14px;
  color:#000;
  padding: 10px 15px;
  border-bottom: 1px solid #ccc;
  transition: .5s;
  align-items: center;
}
.left_nav ul li a:hover{
  background: #007cc3;
  color:#fff;
}
.left_nav ul li a i{
  width: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.userName{
    display:flex;
    gap:10px;
    padding: 20px 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    align-items: center;
}
.usernameIcon{
    width: 45px;
    height: 45px;
    background: #007cc3;
    color: #fff;
    border-radius: 50%;
    position:relative;
}
.usernameIcon span{
    position:absolute;
    top:50%;
    left:50%;
    transform:translate(-50%, -50%);
    font-size: 24px;
    text-transform: uppercase;
}
.username_Name h4{
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 600;
}
.username_Name span{
    display: inline-block;
    background: #007cc3b3;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
    padding: 0px 8px;
    border-radius: 20px;
}
.left_nav ul li a span{
    display: inline-block;
    width: 40px;
    height:30px;
    background: #0798eafc;
    text-align: center;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
    color:#fff;
    position:relative;
}

/* /myprofile page css */

/* user table css */
.bg_usertable{
  padding:50px 0px 50px 0px;
}
.btn_box{
  width: 160px;
}
.btn_box button{
  border: 0;
  padding: 3px 7px;
  font-size: 14px;
  border-radius: 5px;
}
.usertable tr th{
  font-size: 14px;
  white-space: nowrap;
}
.usertable tr td{
  font-size: 14px;
}
.btn_create{
  background: #007cc3;
  color:#fff;
}
.btn_edit{
  background: #008000;
  color:#fff;
}
.btn_delete{
  background: #ff0000;
  color:#fff;
}
.usertableheading{
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* /user table css */
.active-link{
  background: #007cc3;
  color: #fff!important;
}
.btnClose{
  position: absolute;
  right: 15px;
  top: 5px;
  color: #fff;
  border: 0;
  background: 0;
  font-size: 30px;
  -webkit-text-stroke: 4px #842029;
}
.alrt_success_bx ul{
  margin-bottom: 0;
}
.navTab{
  border-bottom: 0;
  padding-left: 0;
}
.navTab .nav-link.active{
  background: #007cc3;
  color:#fff;
}
.tabContent>.active{
  padding-left: 0;
  padding-right: 0;
}
.navTab{
  justify-content: space-between;
}
.navTab .nav-item{
  width: 48.5%;
  background: #ededed;
  text-align: center;
}
.user_group textarea{
  border:  1px solid #ccc;
  padding: 15px;
  outline: none;
  border-radius: 5px;
}


.status-pending-bg{
  border: 0;
  padding: 3px 7px;
  font-size: 14px;
  border-radius: 5px;
  background: gray;
  color: #fff;
}
.btnSm{
  background: #007cc3;
  color:#fff;
  float: right;
  border:0;
}
.usertable{
  border:1px solid #ccc;
}

#kt_datatable_web td{
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
  padding: 10px;
}
.dataTables_wrapper .dataTables_filter input{
    margin-bottom:10px;
}
.bgscopeservice{
    margin-top:20px;
}
.bgscopeservice h3{
    font-size: 20px;
    color: #e74e3f;
}
.bgscopeservice h4{
    font-size: 22px;
    color:#555;
}
.scope_service{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
}
.scopeService{
    width:23.5%;
    font-size: 13px;
    color:#555;
}

.rightSec{
    position: fixed;

    /* Spacing */
    bottom: 6rem;      /* bottom-24 → 24 × 0.25rem = 6rem (96px) */
    right: 1.5rem;     /* right-6 → 6 × 0.25rem = 1.5rem (24px) */

    /* Layer */
    z-index: 50;

    /* Animation */
    animation: slideFadeIn 0.5s ease-out forwards;
}

@keyframes slideFadeIn {
    from {
        opacity: 0; 
        transform: translateY(1.25rem); /* slide-in-from-bottom-5 → 5 × 0.25rem = 20px */
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.rightSec1{
    background: #fafafa;
    color: #ffffff;
    border-radius: 0.75rem;
    box-shadow: 0px 0px 10px 0px #c9a24d;
    padding: 1rem;
    max-width: 20rem;
    position: relative;
}
.rightSec1{
    display:flex;
    gap:15px;
}
.rightSec1 i{
    font-size:30px;
    color: #c9a24d;
    
}
.rightSec1 h4{
  font-size: 1rem;
  margin-bottom: .25rem;
  color: #0b1f33;
} 
.rightSec1 small{
  color: #0b1f33;
}
.rightSec1 .textus {
  display: block;
  background-color: #c9a24d;
  color: #fff;
  padding: 6px 16px; 
  border-radius: 0.25rem;
  font-size: 0.875rem;
  transition: all 0.3s ease;
  text-decoration: none;
  width: 115px;
  margin: 7px 0px 0px 0px;
  text-align: center;
}
.rightSec1 .btncancel {
  background: 0;
  border: 0;
  position: absolute;
  top: 6px;
  right: 15px;
  font-size: 16px;
  color: #fd0404;
}
.rightSec1 .btncancel i{
  color: #fd0404;
  -webkit-text-stroke: 3px #fafafa;
}


/* Zoom In + Fade */
/*@keyframes zoomInFade {
    from {
        opacity: 0;
        transform: scale(1.2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.zoomInFade {
    animation: zoomInFade 1s ease forwards;*
}

/* Zoom Out + Fade */
/*@keyframes zoomOutFade {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0.8);
    }
}

.zoomOutFade {
    animation: zoomOutFade 1s ease forwards;
}*/



/* programs css */
.bgIimg{
  display: flex;
  justify-content: flex-start;
  margin: 30px 0px 40px 0px;
  gap: 20px;
}
.box {
  width: 32%;
  background: #f1f1f1;
  border-radius: 20px;
  color:#0B1F33;
  padding: 20px;
  display: flex;
  align-items: center;
}
.box i{
  font-size: 50px;
  color: #c9a24d;
}
.box h2{
  font-size: 18px;
  margin-bottom: 0;
  color: #0b1f33;
  font-family: system-ui;
}
.box p{
  margin-bottom: 0;
  font-size: 14px;
}
.box_inn1{
  width: 63px;
}
.subject_include{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap:10px;
  margin-bottom: 30px;
}
.subject_include1{
  width: 32%;
  padding: 0px 5px;
}
.subject_include1 p{
  margin-bottom: 0;
  font-size: 15px;
  display: flex;
  gap: 5px
}
.subject_include1 p .check_icon{
  color:#c9a24d !important;
}
.subject_include2{
  width: 49%;
}
/* /programs css */

/* admission css */
.aboutbdi_ol li{
  padding:5px 0px;
}
.aboutbdi_ol  li::marker{
  color: #c9a24d;
  font-weight: 700;
}
.box_certify1a img{
  width: 100%;
  border-radius: 10px;
}
.bgCertifications1a{
  background: #f5f5f7;
}
.veterns_box span{
  color:#0d6efd;
  text-decoration: underline;
}
.quick_link a{
  color:#374151;
  text-decoration: none;
}
/* /admission css */

.scrollToTop {
    padding: 5px 10px;
    font-size: 23px;
    text-align: center;
    background: #2F7F7A;
    font-weight: 700;
    color: #fff!important;
    text-decoration: none;
    position: fixed;
    bottom: 23px;
    right: 17px;
    display: none;
}
.requirementsCheck .subject_include1{
  width: 100%;
}
.career_helthcare img{
    height:180px;
}
.alert-success{
    position: absolute;
    right: 0;
    width: 30% !important;
    top: 50%;
    z-index:999;
}



#kt_datatable_web tbody tr:hover {
    background-color: #ccc;
    cursor: pointer;
}



@media screen and (max-width:767px) and (min-width:200px){
    .header{
        padding:6px 0%;
    }
    .NavMenu{
        top:55px;
    }
    .NavMenu li{
        display:block;
        width: 100%;
        border-bottom: 1px solid #fff;
    }
    .NavMenu li a{
        border-bottom: 1px solid #0000;
    }
    .applybtn{
        width:31%;
        margin:5px 0px;
        margin-left:15px;
    }
    .NavMenu>li>a label::after{
        top:6px;
    }
    .imgBx{
        width:100%;
        left: 53%;
        padding-right: 15px;
    }
    .imgBx h2{
        width:100%;
        font-size:2rem;
    }
    .imgBx h5{
        width:100%;
        font-size:1rem;
    }
    .imgBx p{
        font-size:.85rem;
    }
    .inner_banner video{
        height:255px;
        object-fit: initial;
    }
    .nav_sectionFixed{
        padding: 0px 0px 0px 0px;
    }
    .main_service_heading h2{
        font-size:2rem;
    }
    .careerFs{
        width:100%;
    }
    .career_focus1{
        flex-wrap:wrap;
    }
    .viewBtn{
        display:flex;
        flex-wrap: wrap;
        gap:10px;
    }
    .View_More{
        padding:1rem .5rem;
        width:100%;
    }
    .View_More1{
        padding: .9rem .5rem;
        width:100%;
        margin-left: 0;
    }
    .admissionsbtn2{
        width:100%;
    }
    .abt_add{
        flex-wrap:wrap;
        grid-gap: 0px;
        margin-top: 20px;
        margin-bottom:20px;
    }
    .path_inner{
        width:100%;
        margin-bottom:0;
    }
    .bg_path {
        padding: 50px 0px 50px 0px;
    }
    .whychoose_para{
        margin-bottom:0;
    }
    .proheading1{
        margin-top:20px;
    }
    .main_service_inner{
        width:100%;
    }
    .clinical_inner1{
        width:100%;
    }
    .clinical_inner2{
        width:100%;
        margin-top:20px;
    }
    .working_process_inner{
        width:100%;
        margin-bottom: 20px;
    }
    .video_inner{
        width:100%;
    }
    .helthcare h2{
        font-size:2rem;
    }
    .helthcares p{
        width:100%;
    }
    .admission_inner{
        width:100%;
    }
    .admissions_btn{
        flex-wrap:wrap;
        gap:10px;
    }
    .finacialbox{
        width:100%;
        padding:0;
    }
    .finacialbox1{
        flex-wrap:wrap;
        gap:20px;
    }
    .finacialbox1 span{
        width:100%;
    }
    .connect_inner{
        width:100%;
    }
    .breadcums_heading h1{
        font-size: 1.5rem;
    }
    .inner_bannerImg img{
       height:auto;
       min-height: 100px;
    }
    .navtab_box .nav{
        top:55px;
    }
    .navtab_box .nav-tabs .nav-link{
        padding: 0.4rem .5rem;
        font-size:15px;
    }
    .dirctorIimg .Centennial_Recognition{
        height:auto;
    }
    .presr{
        height:auto;
    }
    .langcyIimg{
        margin-top:10px;
    }
    .accountability_inner{
        width:100%;
        margin-bottom: 20px;
    }
    .aboutbdi{
       padding: 2rem 1rem;
    }
    .bgIimg{
        flex-wrap:wrap;
    }
    .box{
        width:100%;
    }
    .bgget_start{
        margin-top:20px;
    }
    .core_inner{
        width:100%;
    }
    .aboutbdi h3{
        line-height:1.5rem;
    }
    .aboutbdiBx h3{
        line-height:1.5rem;
    }
    .alumni_inner{
        width:100%;
    }
    .View_More{
        width:100%;
    }
    .primary_btn a{
        display:inline-block;
        margin-bottom:10px;
    }
    .subject_include1{
        width:100%;
    }
    .viewBtnapplyc{
        flex-wrap:wrap;
    }
    .footer_item p{
        font-size:13px;
    }
    .footer_ul li a{
        font-size:13px;
    }
    .alert-success{
        position: absolute;
        right: 0;
        width: 1000% !important;
        margin-top: -47px;
    }
}





