

body {
    width: 100%;
    height: 100%;
    font-family: "Open Sans", sans-serif;}

html {
    width: 100%;
    height: 100%;
}



@font-face {
	font-family: 'Conv_GillSansMTPro-Medium';
	src: url('../fonts/GillSansMTPro-Medium.eot');
	src: local('☺'), url('../fonts/GillSansMTPro-Medium.woff') format('woff'), url('../fonts/GillSansMTPro-Medium.ttf') format('truetype'), url('../fonts/GillSansMTPro-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'Conv_GillSansMTPro-Book';
	src: url('../fonts/GillSansMTPro-Book.eot');
	src: local('☺'), url('../fonts/GillSansMTPro-Book.woff') format('woff'), url('../fonts/GillSansMTPro-Book.ttf') format('truetype'), url('../fonts/GillSansMTPro-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}







@font-face {
	font-family: 'Conv_RaphLanokFuture';
	src: url('../fonts/RaphLanokFuture.eot');
	src: local('☺'), url('../fonts/RaphLanokFuture.woff') format('woff'), url('../fonts/RaphLanokFuture.ttf') format('truetype'), url('../fonts/RaphLanokFuture.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}





a {
    outline: none;
}

a:focus {
    outline: none;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}








:root {
            --primary: #2463eb;
            --primary-light: #5a8eff;
            --primary-dark: #0a00b6;
            --secondary: #2463eb;
            --secondary-light: #5a8eff;
            --secondary-dark: #c43c00;
            --accent: #00E5FF;
            --success: #00C853;
            --warning: #FFD600;
            --danger: #FF1744;
            --dark: #263238;
            --light: #ECEFF1;
            --gray: #B0BEC5;
	
	 --primary-color: #2563eb;          
            --success-color: #10b981;
            --success-light: #d1fae5;
            --text-primary: #1f2937;
            --text-secondary: #4b5563;
            --text-light: #6b7280;
            --white: #ffffff;
            --gray-50: #f9fafb;
            --gray-100: #f3f4f6;
            --gray-200: #e5e7eb;
            --gray-300: #d1d5db;
            --border-radius: 0.5rem;
            --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
            --shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
            --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	
	
        }






























.margin1{ margin-top: 10px;}
.margin2{ margin-top: 20px;}
.margin3{ margin-top: 30px;}
.margin4{ margin-top: 40px;}


.margin_b1{ margin-bottom: 50px;}

.padding1{ padding-left: 15px; padding-right: 15px;}

.btn_new1 {
    color:#000 !important;
    font-size: 14px !important;text-transform: uppercase;
    background-color:#e9e1a6 !important; 
    outline: none !important;  border-radius:28px !important; letter-spacing: 1px; line-height:normal;
      padding:7px 12px !important; transition: all .7s !important;
}




.btn_new1.focus,
.btn_new1:focus,
.btn_new1:hover {
    color: #000 !important;
    text-decoration: none !important;
    outline: none !important;
	background:#e9e1a6 !important;
}










.btn_new2 {
    color:#fff !important;
    font-size: 14px !important;text-transform: uppercase;
    background-color:#009846 !important; 
    outline: none !important;  border-radius:28px !important; letter-spacing: 1px; line-height:normal;
      padding:7px 12px !important; transition: all .7s !important;
}




.btn_new2.focus,
.btn_new2:focus,
.btn_new2:hover {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
	background:#009846 !important;
}




.navbar-brand span{color: #fff; font-family:'Conv_RaphLanokFuture'; }


.custom-header {
    padding: 10px 0;
    
    position: relative;
  }

  .logo {
    max-height: 40px;
  }

  .hamburger {
  background-color: #e5e5e5;margin-top: 12px;
  border: none;
  border-radius: 50%;
  padding: 12px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.hamburger i {
  font-size: 20px;
  color: #000;
  transition: transform 0.3s ease;
}

.hamburger:hover {
  background-color: #ececec;
  transform: scale(1.05);
}

.hamburger:hover i {
  transform: rotate(90deg);
}


  /* Slide-out menu */
  .nav-slideout {
    position: fixed;
    top: 0;
    right: -260px;
    width: 250px;
    height: 100%;
    background-color: #1973a3;
    box-shadow: -2px 0 12px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease-in-out;
    z-index: 9999;
    padding: 60px 20px 20px;
  }

  .nav-slideout.open {
    right: 0;
  }

  .nav-list {
    list-style: none;
    padding: 0;
    margin-top: 30px;
  }

  .nav-list li {
    margin-bottom: 20px;
  }

  .nav-list li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    transition: color 0.3s ease;
  }

  .nav-list li a:hover {
    color: #fff;
  }

  .close-slideout {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #f5f5f5;
  border: none;
  font-size: 22px;
  font-weight: bold;background-color: #f2f2f2;
  color: #333;
  cursor: pointer;
  line-height: 34px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.close-slideout:hover {
  background-color: #e0e0e0;
  color: #000;
  transform: rotate(90deg);
}



.logo_left{max-height: 70px;}

  @media (max-width: 768px) {
    .logo {
      max-height: 30px;
    }

    .nav-list li a {
      font-size: 14px;
    }
	  
	  .logo_left {
    max-height: 45px;
}
	  
  }


.nav_wrap{background:#e9e0a6;}



.slider_wrap{ position: relative;margin-top: 0;}
.slider_wrap .carousel-inner .item img{ width: 100%;}
.slider_wrap .carousel-indicators .active{ }
.slider_wrap .carousel-indicators li{ }
.slider_wrap .carousel-caption{ bottom: 13%;display: none;}
.slider_wrap .carousel-caption h3{ font-size: 60px; font-weight: bold; }
.slider_wrap .carousel-caption h3 span{color:#e9e1a6;}
.slider_wrap .carousel-caption p{ font-size: 20px; margin-bottom: 25px;font-weight: bold;}
.slider_wrap .carousel-caption p span{ }


.box_wrap{text-align: left;}


.carousel-control.left {
    background-image:none;}

.carousel-control.right {
    background-image:none;}








.img_wrap{position: relative;width: 100%;}

.img_wrap video{width: 100%;
        max-height: 1000px;
        overflow: hidden;
        object-fit: fill;}

.banner_text{text-align: center;}
.banner_text h3{color: #fff; font-size: 30px;text-transform: uppercase;font-family: 'Montserrat', sans-serif;text-shadow: 0px 3px 5px #222222; font-weight: bold;}
.banner_text h2{color: #fff; font-weight: bold; font-size: 50px; text-transform: uppercase;text-shadow: 0px 3px 5px #222222;}

.banner_text a{margin-top: 30px;}

.bg_yellow{background: #ffcc05 !important;}



.img_wrap_mobile{display: none;}


.welcome{}
.welcome h4{color: #fff;font-weight: bold;font-size: 20px;margin-top: 0;}
.welcome h2{color: #fff; font-weight: bold; font-size: 32px;margin-top: 10px;}
.welcome p{color: #fff; font-weight: bold;font-size: 18px;}
.welcome h3{color: #fff; font-weight: bold; font-size: 28px;margin-top: 0;margin-bottom: 15px;}


.wl_book_wrap{background:rgb(225, 62, 32,.7); padding:60px 15px;border-radius:10px;}

.book_lower{border-top: 1px solid #fff;margin-top:15px; padding-top: 15px;}

.book_lower .btn_new2{padding: 10px 20px !important; font-size: 26px !important;font-weight: bold;background: #fff !important; color: #000 !important;}


.whatsapp_div {
    position: fixed;
    bottom: 138px;
    right: 11px;
    z-index: 999;
}

.top_number{
    background-color:#e13e20 !important;
    color: #fff !important;font-size: 16px;
}






@media(max-width:768px) {
.navbar-toggle i{color:#fff !important;}	
	.top{ margin-top: 40px;}	
	.navbar-toggle {
    position: relative;
    float: right;
    padding: 5px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color:#2da564;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;}
	
	.navbar-brand>img {
    max-height: 38px;}
	

}



@media(max-width:1200px) {

.slider_wrap{ }

}


@media(max-width:992px) {
    

 .top {background:url(../images/banner2b.jpg) no-repeat top center;height:100%;width: 100%;position: relative;background-size:cover;}

	
	
	.navbar-brand{padding-top: 9px;}
	.navbar-custom .navbar-brand { margin-top:0;}
	
	

.slider_wrap{ position: relative;margin-top: 0;}
.slider_wrap .carousel-inner .item img{ width: 100%;}
.slider_wrap .carousel-indicators .active{ }
.slider_wrap .carousel-indicators li{ }
.slider_wrap .carousel-caption{ bottom:13%;position:relative;right: 0; left: 0;padding-top: 0; padding-bottom: 0;}
.slider_wrap .carousel-caption h3{ font-size: 28px; font-weight: bold; }
.slider_wrap .carousel-caption h3 span{background: ; padding: ; }
.slider_wrap .carousel-caption p{ font-size: 18px; margin-bottom: 25px; }
.slider_wrap .carousel-caption p span{ }

	
	.slider_wrap .carousel-control .glyphicon-chevron-left, .slider_wrap .carousel-control .glyphicon-chevron-right, .slider_wrap .carousel-control .icon-next, .slider_wrap .carousel-control .icon-prev {
    position: absolute;
    top: 25%;
    z-index: 5;
    display: inline-block;
}
	
	

.box_wrap{background:rgba(0,0,0,.4); border-bottom: 6px solid #56b981; border-top: 6px solid #56b981; padding-bottom: 20px;padding-left:30px; padding-right:30px;}


	
	.wl_book_wrap{margin-left: 15px; margin-right: 15px;background: rgb(225, 62, 32,1);
    padding: 20px 0;
    border-radius: 10px;}
	
	.book_top{margin-top: 30px;}

	
	.img_wrap_mobile .carousel-indicators .active{ background: #4a833f ; border: 1px solid #4a833f ; border-radius: 0; width: 44px; height: 8px;}
.img_wrap_mobile .carousel-indicators li{ background: #fff; border: 1px solid #fff;border-radius: 0;width:44px; height:7px;vertical-align: middle;}

	.mob_banner_inner{position: relative;}
	.mob_banner_inner a{text-decoration: none;}
.mob_text{position: absolute; width: 100%;bottom:15%;z-index: 9;text-align: center;}
.mob_text h4{color: #fff; text-align: center; font-weight: bold;padding-left: 5px; padding-right: 5px;font-size: 18px;text-decoration: none;background: rgba(0,0,0,.2); padding-top: 4px; padding-bottom: 4px;}
	
	
	.welcome h2 {
    color: #fff;
    font-weight: bold;
    font-size: 26px;
    margin-top: 10px;
}
	
	
	
	.hamburger{margin-top: 0;}
	
	
	
		.img_wrap1 img {
    width: 100%;height:350px; object-fit: cover;}
	
	.slider_wrap2{bottom: 10%;}
	
	.banner_text2 h2{font-size: 36px;}
	
	.banner_text2 p{font-size: 19px;}
	
	
	
	
	
	
    
}


@media(max-width:768px) {
    

    a.carousel-control{ }
	
	
	.box_wrap {background:#1973a3;}
	
}

.btn-circle {
    width: 60px;
    height: 60px;
    margin-top: 18px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 35px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}





.strength_outer{width: 100%; background: url(../images/ex.jpg) no-repeat center center; background-size: cover; background-attachment: fixed;padding-top:60px; padding-bottom:40px;}

.strength_outer h3{color: #000; text-align: center; margin-top: 0; margin-bottom: 20px;}



.strength_box{}



.counter_box{text-align: center; margin-top: 30px;background:#1973a3;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%);}
#counter{display: inline-block; font-size:54px;position: relative;margin-bottom: 0; color: #fff;}




.counter_box p{font-size: 16px; color: #fff;}
.counter_box img{max-height: 90px;}

.counter_inner{padding: 20px;}







.with_plus{display:inline-block;font-size:24px;position: relative;margin-bottom: 20px; color: #edad40;}
.with_plus:after{content:'+'; position: absolute; font-size: 25px; top: -7px; right: -15px;line-height:1;}



.heading h3{font-size: 24px; color: #000; font-weight: bold;text-align: center;margin-bottom: 30px;}



.timeline-container {
  position: relative;
  
  padding: 20px 0;
  margin-top: 30px;
}

/* Line behind the timeline */
.timeline-line {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #ccc;
  z-index: 1;
  pointer-events: none; /* prevents hover interactions */
}

/* Main horizontal timeline layout */
.timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 2;
  min-width: 700px; /* prevent squishing */
}

/* Year circles */
.circle {
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  position: relative;
  z-index: 2;
  border: 2px solid #1973a3;
  flex-shrink: 0;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, background-color 0.3s ease;
  overflow: hidden;
}

/* Hover effect without showing line */
.circle:hover {
  transform: scale(1.1);
  background-color:#1973a3;
  color: #fff;
  border-color:#1973a3;
}

/* Optional: Custom scroll bar */
.timeline-container::-webkit-scrollbar {
  height: 6px;
}
.timeline-container::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 3px;
}

/* Responsive for mobile */
@media (max-width: 768px) {
  .timeline {
    gap: 20px;
    padding: 0 10px;
  }

  .circle {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }

  .timeline-container {
    overflow-x: scroll;
  }
}




.blue2{background:#2081b4;}
.blue3{background:#278dc2;}
.blue4{background:#2c98d0;}

.circular_wrap{padding-top: 40px; padding-bottom: 60px;background: #e9e1a6;}
.circular{margin-top: 30px;}
.circular_text{margin-top: 30px;}
.circular_text p{color: #000; margin-top: 20px;font-size: 15px; line-height: 24px;}


.circular_text h3{font-size: 24px; color: #000; font-weight: bold;margin-top: 90px;}








.team_wrap{margin-top: 50px; margin-bottom: 50px;}



.team-member {
  position: relative;
  cursor: pointer;text-align: center;
  margin-bottom: 30px;
}
.team-img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border: 5px solid #eee;
  transition: all 0.3s ease;
}
.team-member:hover .team-img {
  transform: scale(1.05);
  border-color: #ccc;
}
.overlay {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: rgba(0,0,0,0.4);
  opacity: 0;
  transition: all 0.3s ease;
}
.team-member:hover .overlay {
  opacity: 1;
}
.overlay i {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.classy-modal {
  background: #fff;
  border-radius: 6px;
  padding: 25px;
  box-shadow: 0 6px 25px rgba(0,0,0,0.3);
}
.classy-modal .modal-header {
  border-bottom: none;
}
.classy-modal .modal-title {
  font-weight: bold;
  font-size: 26px;
}
.classy-modal .modal-body p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
}






.section-block {
  padding: 40px 0;
 
}

.lux-card {
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(10px);
  box-shadow: 0 35px 40px rgba(0, 0, 0, 0.1);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.lux-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.15);
}

.lux-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  transition: transform 0.4s ease-in-out;
}

.lux-card:hover .lux-image img {
  transform: scale(1.03);
}

.lux-body {
  padding: 40px 30px;
  text-align: center;
}

.lux-body h4 {
  font-size: 24px;
 
  font-weight: 700;
  color: #1e1e1e;
  margin-bottom: 15px;
}

.lux-body p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
  font-family: 'Inter', sans-serif;
}

.lux-btn {
  padding: 12px 36px;
  font-size: 14px;
  border-radius: 30px;
	background-color: #000;}


.ques{margin-top: 30px;}

.book_box{margin-top: 20px;}


.torn_1{margin-top: 70px;}





.banner_outer{margin-top: 0;position: relative;} 
.img_wrap1{}
.img_wrap1 img{width: 100%;}
.slider_wrap2{ position: absolute;bottom:22%;z-index: 99;width: 100%}
.slider_wrap2 h3 span{background:rgba(0,0,0,.3);padding: 0 7px;}
.slider_wrap2 p span{background:rgba(0,0,0,.3);padding: 0 7px;}

.banner_text2 h2{color: #fff; font-weight: bold; font-size:56px;text-shadow: 0px 3px 5px #222222;text-align: center;}
.banner_text2 p{text-align: center; color: #fff;text-shadow: 0px 2px 4px #222222;font-size: 22px;}

.banner_text2 h2 span{color:#e9e1a6;}








.stat-section {
  padding: 80px 15px 60px 15px;
  background: linear-gradient(to bottom right, #f9fbff, #f1f4fb);
  font-family: 'Inter', sans-serif;
}

.stat-card {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  padding: 30px 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(12px);
  transition: all 0.3s ease-in-out;
  border: 1px solid rgba(200, 210, 255, 0.3);
}

.stat-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

.stat-card i {
  font-size: 38px;
  color: #3248ff;
  margin-right: 18px;
  min-width: 40px;
  text-shadow: 0 2px 4px rgba(50, 72, 255, 0.2);
}

.stat-content {
  flex-grow: 1;
}

.stat-number {
 
  font-size: 30px;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.1;
  transition: all 0.3s;
}

.stat-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #000;
  margin-top: 6px;
}

.stat-card img{margin-right: 8px;max-width: 56px;}


















.premium-school-section {
  background: linear-gradient(135deg, #f0f4ff, #e9efff);
  padding: 80px 0;
  font-family: 'Segoe UI', sans-serif;
}

.premium-box {
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  transition: transform 0.3s ease;
}

.premium-box:hover {
  transform: translateY(-4px);
}

.premium-heading {
  font-size: 24px;
  font-weight: 800;
  color: #001d4a;
  margin-bottom: 20px;
  line-height: 1.4;
}

.premium-subtext {
  font-size: 16px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.7;
  max-width: 500px;
}

.btn-premium {
  background: linear-gradient(90deg, #005bea, #00c6fb);
  color: #fff;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn-premium:hover {
  background: linear-gradient(90deg, #0047b3, #009cc6);
  transform: translateY(-2px);
}

.premium-image {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

@media(max-width: 768px) {
  .premium-box {
    flex-direction: column;
    padding: 30px 20px;
  }

  .premium-image {
    margin-top: 30px;
  }

  .premium-heading {
    font-size: 24px;margin-top: 0;
  }

  .premium-subtext {
    font-size: 16px;
  }
	
	.premium-school-section {  
  padding: 40px 0;}

	
	
	
}




.curri_top{margin-top: 30px;margin-bottom: 60px;}

.vf_left{margin-top: 15px;}
.vf_right{margin-top: 15px;}

.vf_inner{padding:30px 15px;background: #e9e1a6;border-radius:16px;}

a.cov_box{text-decoration: none;}
.cov_box{background: #fff; padding: 15px; border-radius:6px; margin-bottom: 30px;box-shadow: 0 4px 12px rgb(0 0 0 / 15%);border: 1px solid #e6e6e6;}
.cov_box h5{color: #000; font-weight: bold; font-size: 16px;margin-bottom: 0;}

.cov_box img{border-radius:6px;height: 120px; object-fit: cover;width: 100%;}

.cov_box p{color: #000;}

.cov2_margin{margin-top:50px;}


.vf_inner2{padding:30px 15px;background:#1973a3;border-radius:16px;}

.next_info_wrap{background: linear-gradient(135deg, #f0f4ff, #e9efff);padding-top: 20px; padding-bottom: 50px;}





#owl-demo-cp .item{
      background: ;
      padding: 0px 0px;
      margin:0 15px;
      color: #000;
     
      text-align: left;
    }
    .customNavigation-cp{
      text-align: center; margin-top: 50px;
    }
    
    .customNavigation-cp a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }




.customNavigation-cp .prev-cp{ cursor:pointer; padding: 0 2px;}
.customNavigation-cp .next-cp{cursor:pointer; padding: 0 2px;}
.dept_wrap .owl-controls{display: none !important;}








/* Contact Section */
.contact-section {
    margin: 60px 0 70px;
    padding: 20px 0;
    background: #fff;
}

/* Contact Container */
.contact-container {
    border: 1px solid #e7e7e7;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    overflow: hidden;
    height: 580px;
    background: #fff;
}

/* Left panel: Contact Info */
.contact-info {
    float: left;
    width: 50%;
    background: #1973a3;
    color: white;
    padding: 40px 30px;
    height:580px;
    position: relative;
}

/* Right panel: Form */
.contact-form {
    float: right;
    width: 50%;
    padding: 40px 30px;
    height: 580px;
    overflow-y: auto;
    background: #fff;
}

/* Titles */
.contact-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.contact-subtitle {
    font-size: 16px;
    margin-bottom: 40px;
    opacity: 0.9;
}

/* Contact details */
.contact-details {
    position: absolute;
    bottom: 52px;
    left: 30px;
    right: 30px;
}

/* Contact item */
.contact-item {
    margin-bottom: 25px;
    overflow: hidden;
}

/* Icon circle */
.contact-icon {
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 57px;
    float: left;
    margin-right: 15px;
    color: white;
    font-size: 24px;
}

/* Text next to icon */
.contact-text {
    overflow: hidden;
    color: #fff;font-size: 18px;
}

.contact-text strong {
    display: block;
    font-size: 16px;
    opacity: 0.8;
    margin-bottom: 3px;
}

/* Social links */
.social-links {
    margin-top: 30px;
    clear: both;
}

.social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 47px;
    color: white;
    font-size: 20px;
    margin-right: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
    vertical-align: middle;
}

.social-icon:hover {
    background-color: rgba(255,255,255,0.3);
    transform: translateY(-5px);
}

/* Form styles */
.contact-form label {
    display: block;
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;font-size: 15px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
    resize: none;
    font-family: inherit;
}

.contact-form textarea {
    min-height: 100px;
}

.form-row {
    overflow: hidden; /* contain floats */
    margin-bottom: 20px;
}

.form-group {
    float: left;
    width: 48%;
}

.form-group + .form-group {
    margin-left: 4%;
}

/* Submit Button */
.submit-btn {
    background: linear-gradient(to right, var(--primary), var(--primary-light));
    color: var(--white);
    border: none;
    padding: 14px 25px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(98, 0, 234, 0.3);
    display: inline-block;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(98, 0, 234, 0.4);
}

/* Success message */
.success-message {
    display: none;
    background-color: var(--success);
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
    animation: fadeIn 0.5s ease-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .contact-info,
    .contact-form {
        float: none;
        width: 100%;
        height: auto;
        position: static;
        padding: 30px 30px;
    }
    .contact-container {
        height: auto;margin-left: 15px; margin-right: 15px;
    }
    .contact-details {
        position: static;
        margin-top: 40px;
    }
    .form-group {
        width: 100%;
        margin-left: 0 !important;
    }
	
	
	.contact-section {
    margin: 30px 0 40px;
    padding: 20px 0;
    background: #fff;}
	
	.contact-text strong {  
    font-size: 16px;}
	
	
	
	.contact-text{font-size: 15px;}
	
}






.yellow_carousel{background: #e9e1a6; padding-top: 50px; padding-bottom: 50px;}


.team_wrap{margin-bottom: 20px;}
.team_box{margin-bottom: 30px; text-align: center;}

.team_box h3{font-size: 16px;}
.team_box h4{font-size: 14px; color: #444;}
.team_box img{border-radius: 20px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%);width: 100%;height:450px; object-fit: cover;}
.team_text_wrap{background:#fff;width: 90%;margin:-60px auto 0 auto;position:relative; z-index: 1;border-radius: 20px;box-shadow: 0 4px 8px 1px rgb(0 0 0 / 15%);}

.team_text_wrap a{margin: 0 0 10px 0; color:#000;font-size:14px; color:#1d6edd;}
.team_text_wrap h5{margin: 0 0 5px 0;color: #000; font-weight: bold;}
.team_text_wrap p{margin: 0 0 0 0;font-size: 14px;}

.dept_box{text-align: center !important;position: relative;}
.dept_box h4{font-weight: bold; margin-top:15px; margin-bottom: 10px; color: #000; font-size: 16px;text-transform: uppercase;text-decoration: underline;}

.dept_box a{text-decoration: none;}
.dept_box a p{color: #000;}
.dept_box a img{border-radius:16px;}


#owl-demo .item{
      background: ;
      padding: 0px 0px;
      margin:0 15px 15px 15px;
      color: #000;
     
      text-align: left;
    }
    .customNavigation{
      text-align: center; margin-bottom: 20px;
    }
    
    .customNavigation a{
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }




.customNavigation .prev{ cursor:pointer; padding: 0 2px;}
.customNavigation .next{cursor:pointer; padding: 0 2px;}
 


.dept_wrap .owl-controls{display: none !important;}
.dept_wrap{ margin-top:30px; margin-bottom:10px;}


.padding15{padding: 15px;}


.uniform_height{height:250px;}









































/* -------- Scroll Top Css --------*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;	
	z-index: 9;   
	color: #eeeeee;	
	right:10px;
	bottom: 70px;
	padding-top: 2px;	
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}

/* -------- Scroll Top Css Ends --------*/



@media(max-width:992px){

	.next_info_wrap {
       padding-top: 10px;
    padding-bottom: 10px;
}
	
	
	
	
	.cov_box img{height: auto;}
	.vf_inner{margin-bottom: 30px;}
	
	.cov_box img {
    border-radius: 6px;
    width: 100%;}
	
	.cov2_margin{margin-top:0;}

	
	.banner_text2 h2{font-size: 36px;}
	
.no_row_margin_later{margin-left: 0; margin-right: 0;}
	.no_row_margin_later2{margin-left:15px; margin-right:15px;}

	.circular_text h3 {   
    margin-top:15px;}
	
	.circular_wrap {
    padding-top: 30px;
    padding-bottom: 30px;}
	
	.modal{right: 15px;left:15px;}
	
	.stat-section {
    padding: 30px 15px;}
	
}



@media(max-width:767px) {
 
}



/* -------- FOOTER SECTION --------*/

footer.nb-footer {
background:#1973a3;
    background-size: cover;
   
    padding-top:40px;
    padding-bottom:40px;
	
}

footer.nb-footer .about {
	margin: 0 auto;
	margin-top:20px;
	max-width: 1170px;
	text-align: center;
}

footer.nb-footer .about img{max-width: 120px;}


footer.nb-footer .about p {
	font-size: 13px;
	color: #fff;
	margin-top: 30px;
}

footer.nb-footer .about .social-media {
	margin-top: 15px;
}


footer.nb-footer .about .social-media ul li a:hover {
	background: #fff;
	color: #fff;
	
}

footer.nb-footer .footer-info-single {
	margin-top: 30px;text-align: center;
}


footer.nb-footer .footer-info-single ul li{line-height: 28px;}

footer.nb-footer .footer-info-single ul li a {
	display: block;
	color: #fff; font-size: 15px;
	padding: 2px 0;
}

footer.nb-footer .footer-info-single ul li a:hover {
	color: #fff;
}

footer.nb-footer .footer-info-single p {
	font-size: 15px;
	line-height: 28px;
	color: #fff;
}


.footer-info-single h4{color: #fff;font-size: 17px; font-weight: bold;}


.social-media ul li a{font-size: 19px !important;}

.footer-info-single img{margin-bottom: 10px;}


.copyright .social-media {
	margin-top: 0;
}

.copyright .social-media ul li a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 46px;
	border-radius: 50%;
	font-size: 16px;
	background:#fff;text-align: center;
	color: #000;
	border-color:#fff;
}

.copyright .social-media ul li a:hover {
	background: #fff;
	color: #000;
	
}

.copyright {
	margin-top: 0;
	background:#1973a3;
	padding:40px 0;border-top: 1px solid #fff;
	color: #000;
}

.copyright p {
	margin: 0;
	padding: 0;font-size: 14px;color: #fff;
}


.c_right{text-align: right;}
.c_left{text-align: left !important;}









@media(max-width:992px){
	
	.copyright{padding-bottom: 50px;}

	.copyright .social-media {
    margin-top: 0;
    text-align: center;
    margin-top: 20px;}
	
	.copyright p {
    text-align: center;}
	
	
	
	
}




@media(max-width:767px) {
    

	
}

@media(max-width:479px) {
 
}


@media(max-width:320px) {
	
}

