@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");


*:focus,
a:focus,
a:active {
  outline: none;
  color: inherit;
  text-decoration: inherit; }

:root {
  --light: #f9f9f9;
  --dark: #d7d7d7;
  --middark: #f4f4f4; 
  --medium: #282568;
  --exlight:#f0e1c4;
  --hl: #d22422; 
  --lborder: #111762; 
  --radius:20px;

  --titlefont: "Roboto", sans-serif; 
  --textfont: "Roboto", sans-serif;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

html {
  height: 100%;
  padding-bottom: 2px; }

.overflow {
  overflow: hidden; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Roboto', serif;
  font-weight: 600;
  margin: 0px;
  padding: 0px; }

a, a span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

a:hover, a:hover span {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }


.smooth *  {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }

.smooth:hover *  {
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out; }


body {
  background-color: #fff;
  color: #454545;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-family: "Roboto", sans-serif; }


/* -------------- Top -------------- */

.top-wrapper {
    position: relative;
    z-index: 13;
    padding: 5px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; }
   
.top-wrapper .logo {
    margin: 3px 0; 
    display: block; }
.top-wrapper .logo img {
    max-width: 100%; }
/* -------------- Menu -------------- */
.menu-wrapper{ padding: 0 20px;width:100%; display: block; background-color: var(--hl); text-align: center;}
.top-upper{ background-color: var(--hl); padding:3px 3px 1px 3px; color: #fff;}
.top-upper a{color: #fff; text-decoration:none; }

.top-menu {
    padding: 3px 0 0px 0;
    z-index: 10; text-align: center;
    display: inline-block; }
.top-menu ul {
    margin: 0px 0 0px 0;
    padding: 0; text-align: center;
    list-style: none;
    display: inline; }
.top-menu ul li {
    display: inline-block;
    margin: 0px;
    position: relative;
    color: #fff;
    float: left; }
.top-menu ul li a {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
    padding: 12px 22px;
    text-decoration: none;
    display: inline-block;}
.top-menu ul li a:hover {
    text-decoration: none;
    color: #fff !important; }
.top-menu ul li:last-child a{
    border-right: 0px; }
.top-menu .active{ 
    border-color: #ffcf24; }   
  
.top-menu ul li ul {
    display: none;
    position: absolute;
    z-index: 30;
    background-color: #4f4e4e; }
  
  .top-menu ul li:hover ul {
    display: block; }
  
  .top-menu ul li ul li {
    width: 250px;
    display: block;
    background: none;
    text-align: left !important;
    padding: 3px 5px;
    text-align: left !important;}
  
  .top-menu ul li ul li a {
    font-size: 15px;
    padding: 5px 6px; }
  
  .top-menu ul li ul li:first-child a {
    padding: 5px 6px !important; }
  
  .top-menu ul li ul li ul, .top-menu ul li:hover ul li ul {
    display: none;
    left: 251px;
    top: 0px;
    border-top: 1px solid #ccc !important; }
  
  .top-menu ul li:hover ul li:hover ul {
    display: block; }

.top-tab{ background-color:var(--middark); padding:8px 26px 8px 65px; border:1px solid var(--dark); border-radius:50px; margin:15px 8px; float:right;  }
.tab-title{ font-weight: 600; font-size: 18px; color:var(--hl); line-height:20px; }
.top-tab a{ text-decoration:none; color:var(--medium); }
.banner-wrapper{ width: 100%; position:relative; z-index:6 }
.top-scolling{ background-color:#fcc10c; padding:6px; transform: skewX(25deg); right:-20px; position:absolute; width:60%; z-index:12; }
.top-scolling p{transform: skewX(-25deg); color: var(--hl); font-size:20px; margin-bottom:0 !important; }

.top-scolling-m{ background-color:#fcc10c; padding:6px; width:100%; z-index:12; }
.top-scolling-m p{ color: var(--hl); font-size:20px; margin-bottom:0 !important; }


.top-call{ background:url(../img/top-whatsapp.png) no-repeat center left; background-position:13px 7px; background-color:var(--light); }
.top-map{ background:url(../img/top-map.png) no-repeat center left; background-position:13px 7px; background-color:var(--light); }

/* -------------- Common theme -------------- */   
.breadcrumb-wrapper{ background:url(../img/breadcrumb-bg.jpg) no-repeat top left; margin-top:15px; padding:14px 0; }
.breadcrumb{ background-color: transparent !important; padding: 0 !important; margin:0 0 0px 0 !important ; }
.breadcrumb ul{ list-style: none; float: left; margin:0 ; padding: 0; }
.breadcrumb ul li{ display:inline-block; padding: 0 4px; color:#7a1616; }
.breadcrumb ul li a{ display:block; text-decoration: none; padding:4px 4px; color:#fff };

.socialmedia-menu{ margin-top: 19px; margin-left:30%; }
.socialmedia-menu ul {
  list-style: none;
  padding: 0;
  list-style: inline-block; }
.socialmedia-menu ul li {
  display: inline-block; }
.socialmedia-menu ul li a {
  color: #fff;
  font-size: 20px;
  text-align: center; padding-top: 11px;
  width: 48px; height: 48px;
  display: block;
  background-color: #dc3c40; border-radius: 50%;
  border-bottom: 0; }
.socialmedia-menu ul li a:hover {
    color: #fff; background-color: #e31e24; }

.socialmedia-menu ul li:first-child a {
  padding-left: 0 !important; }



.page-title { }
.page-title h1 {
    font-size: 34px;
    font-weight: 600;
    color:var(--hl); 
    padding: 0px 15px 15px 0px; 
    display: inline-block;
      }
.page-wrapper{
   margin: 40px 0;
}


.content-wrapper{}   

.ani{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.ani:hover{  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.page-title2 { }
.page-title2 h1 {
  font-weight: 900; color: #7a3c30;  }

.sub-title{ font-family: "Gabarito", sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    color: #000;}
.page-content{ font-size: 1.1em; text-align: justify; margin-bottom: 20px;}  
.page-content h1{color: var(--medium);  font-size: 22px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h2{color: var(--medium);  font-size: 22px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h3{color: var(--medium);  font-size: 22px; margin: 8px 0; padding-bottom: 5px; border-bottom: 1px dashed #a2a2a2;}
.page-content h4{color: var(--hl);  font-size: 22px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: var(--hl);  font-size: 20px; margin: 8px 0; padding-bottom: 5px; }
.page-content h5{color: var(medium);  font-size: 20px; margin: 8px 0; padding-bottom: 5px; }

.responsive{ max-width:100%; height:auto; }
.smooth{-webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;}
     
/* -------------- Home Page -------------- */    

.why-point{ margin:20px 0; display:flex; padding:0px 15px; }
.why-number{ font-size:90px; line-height: 90px; font-weight: 300; padding: 2px 8px; display:inline-block; color:var(--medium); }
.why-data{ display:inline-block; }
.why-title{ width:100%; font-weight:600; font-size: 20px; color:var(--medium); }
.why-text{font-size: 15px;}
.ms-block{ background-color:var(--middark); padding:15px; border:1px solid var(--dark); border-radius:25px; margin:15px 8px; }

.scolling-line{ background-color:var(--light); color: #9d9d9d; padding:15px 0 0px 0; font-size:60px; font-weight:300; }

.home-message-wrapper{ background-color: var(--middark); padding:40px 0;}

.home-rank-wrapper{ padding:50px 0; background-color:#fff; }

.home-about-wrapper{ padding:4% 0; background-color:#fff; }
.about-text{ margin:20px 0; }
.about-text h1{ font-size: 30px; margin: 15px 0;}
.about-image img{margin-top: 15px; max-width: 100%;}
.home-category-wrapper{
  padding: 6% 0;
}
.mess-cent{height: 100%;
    display: flex;
    align-items: center;}
.message-text{ font-size:18px; }    
.home-course-wrapper{ padding:50px 0; width: 100%; overflow:hidden; background:url(../img/school-bg.jpg) no-repeat center center; }
.online{ position:relative; }
.online img{ width: 100%; height: auto; z-index: 6; position:relative; }
.online-text{ position:absolute; z-index:10; right:12px; top:10px; }
.online-text h3{ font-size:24px; font-weight:600; color:#fff; text-align:right; margin-bottom:4px; text-shadow: 0px 3px 3px #000000;}
.online-text h1{ font-size:50px; font-weight:600; color:#fff; text-align:right; text-shadow: 0px 3px 3px #000000;}
.link-button{ display:inline-block; padding:6px 18px; text-decoration: none; background-color:var(--hl); color:#fff; font-size: 18px; margin:6px 10px 6px 0; }
.link-button:hover{ background-color:var(--medium); color:#fff; }

.online:hover .link-button{ transform:scale(1.3); }
.course-image img{width:100%; height:auto; border: 3px solid var(--medium);}

.home-event-wrapper{ background-color:#fff; padding:50px 0; background:url(../img/event-bg.jpg) no-repeat bottom right; }
.events-wrapper{background-color: #fff; padding: 8px; margin: 18px 10px; height: 93%; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.events-image{ overflow:hidden; margin-bottom: 8px;     }
.events-title a{ text-decoration:none; }
.events-title a h2{ font-size:16px; color:#454545; font-weight: 500; margin-bottom:6px; border-bottom:0; }
.events-date{ font-size:14px; color:var(--medium);}
.events-read-more{ font-size:16px; color:#c90e1c; text-decoration:none;  }
.events-read-more:hover{ color:#c90e1c; text-decoration:underline;  }
.events-wrapper:hover {box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}
.events-wrapper:hover .events-image img{ transform: scale(1.2);}

.event-image{ padding:10px; border:1px solid #ccc; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.event-image a img{width: 100%; margin-bottom:10px;   }
.event-gallery{  margin:12px 0; padding:10px; border:1px solid #ccc; padding:5px; }
.event-detailed{ padding:10px; }


.value-wrapper{ background-color:var(--hl); padding:6% 0; }
.value-box{ margin:15px 0; text-align:center; }
.value-number{ color:#fff; font-size:65px; font-weight: 300; width:100% }
.count{ display:inline-block; color:#fff; font-size:65px; font-weight:300; }
.value-text{ color:#fff; font-size:18px; width: 100%; text-align:center; }
.value-number:after {
    content: '';
    border: 3px solid #87100e;
    width: 70px;
    display: block;
    margin: 10px auto 19px auto;
    border-radius: 25px;
}

.testimonial-wrapper{ background:url(../img/test-bg.png) no-repeat right top #fff; padding: 50px 0; }


/* -------------- Contact us Page -------------- */ 
.contact_us_form fieldset {
  padding: 25px;
  border: 1px solid #107483;
  position: relative;
  width: 100%;
  float: left;
  margin: 15px 1%;
  color: #191919;
  border-radius: 10px; }

.contact_us_form legend {
  margin-left: 0px;
  width: auto;
  color: #107483;
  padding: 0px 10px 0 10px;
  font-weight: 300;
  font-size: 25px;
  border: 0px; }
.contact-from label{ width:100% !important }
.contact-from input { border: 1px solid #ccc; height:35px; width:100%; }
.contact-from select { border: 1px solid #ccc; height:35px; width:100%; }
.contact-from textarea { border: 1px solid #ccc; height:45px; width:100%; }
.contact-from .wpcf7-submit {background: var(--medium); color: #fff; border: none !important; height:45px;  cursor: pointer !important; width: 100%;
-webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}
.contact-from .wpcf7-submit:hover{ background: var(--hl);  color:#fff; 
-webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
  transition: all 0.45s ease-in-out;
}

/* -------------- Footer -------------- */

.footer-wrapper {
    padding: 50px 0;
    background-color: #23214d; }    
.footer-inner-wrapper{}
.footer-title { font-size:22px; font-weight:500; color:#fff; margin-bottom:6px; padding-bottom:6px }
.footer-data{ margin:20px 0; }
.footer-data a{ color:#fff; text-decoration:none;  }
.footer-data p{ color:#ececec; }
.footer-data ul{margin:0px; padding: 0px; list-style: none;}
.footer-data ul li{margin:0px; }
.footer-data ul li:last-child{ border-bottom: 0px solid #454545;}
.footer-data ul li a{ display: block; padding: 7px 5px ;color: #ececec; text-decoration: none;}
.footer-data ul li a:hover{ color: #fff; text-decoration: none;}
.subscribe-text{ background-color: #b70f1b; border:1px solid #7d0c13; height:40px; }
.subscribe-text::placeholder{ color:#ececec; }
.subscribe-button{background-color: #7d0c13; border:1px solid #7d0c13; color: #fff; height:40px;}
/* -------------- Footer2 -------------- */
.footer2 {
    padding-bottom: 15px;
    background-color: #fff;
    padding: 18px 0; }
.footer2 .copy-text {
    font-size: 15px;
    color: #4f4e4e; }
.footer2 .wc-text a {
    font-size: 15px;
    color: #4f4e4e; }



/* -------------- student Page -------------- */
.student-wrapper{  margin: 20px 15px; background-color:#f4f4f4; padding:5px; position: relative; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.student-image{z-index: 8; width: 100%; padding: 10px 10px 0 10px; text-align:center; }
.student-wrapper:hover{ box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px; }
.student-image {position:relative;}
.student-image img{  position:relative; z-index:5; box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }
.percent{ position:absolute; z-index:8; background:url(../img/per.png) no-repeat left bottom; color:#fff; font-size:25px;font-weight: 700;
    padding: 18px 0 0 0;  height:60px; width:108px; bottom:20px; left:-4px;
  }
.student-title a{ text-align: left; color: #d3111e; text-decoration: none; padding: 16px 0 14px 12px; width: 100%; display: block;
  z-index: 11; font-size: 16px; font-weight: 600; text-transform: uppercase;}
.student-title a span{ text-align: left; display:block; width:100%; color: #454545; font-size: 13px; }
.student-wrapper:hover .category-title a{ color:#454545; }

.department-wrapper{ margin: 20px 0px; padding:5px; position: relative; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; }
.department-image{ margin-bottom:8px; }
.department-image img{ width: 100%; height:190px; object-fit: cover; }
.department-title a{ text-decoration: none; color: var(--medium); font-size:17px; font-weight:500; }

.faculty-wrapper{ margin: 20px 0px; background-color:#fff; padding:5px; height: 92%; position: relative; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}
.faculty-image{z-index: 8; overflow: hidden; margin-bottom: 8px;}
.faculty-image img{ width: 100%; height:260px; object-fit: cover; }
.faculty-title{ font-weight:500; color: var(--medium); font-size:17px; padding:0 3px; }
.faculty-designation{ font-size:15px; color: #666; padding:0 3px;}

/* -------------- Product Details Page -------------- */

.prodcut-link-wrapper{ background-color:#f2f2f2; border-radius:20px; margin-bottom:20px; padding:10px; float:left; width:100%;  }
.link-image{ width:70px; height:70px; border-radius:50%; background-color:#fff; float:left; margin-right:8px; overflow:hidden; text-align:center; 
box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;  }
.link-image img{ width:80%; margin-top:8%; }
.link-name{ color: #585858; font-size: 18px; font-weight: 500; float:left; margin-top:3%; }
.link-name span{ display: block; width: 100%; font-size:14px; color: #838383; } 
.prodcut-link-wrapper:hover .link-image{ scale:1.4; }
.prodcut-link-wrapper:hover .link-name{ margin-left:4%; }
.product-detail-wrapper{ position: relative; overflow: hidden; background-color:#f2f2f2; padding: 20px 40px 60px 20px; margin-right:-15px; border-top-left-radius: 20px;  border-bottom-left-radius: 20px; }
.slider-content img{ width:100%; }
.slider-thumb img{ width:100%; }

.product-detail-image{ background-color:#fff;  }
.product-detail-image img{ width:100%; height:auto;}
.inqury-link{ display:inline-block; padding:12px 22px; text-decoration: none; color:#595959; font-weight: 500; background-color:#f5f5f5;  border-top-left-radius: 20px;  border-bottom-left-radius: 20px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;}
.brochure-link{ display:inline-block; padding:12px 22px; text-decoration: none; color:#595959; font-weight: 500; background-color:#fbfbfb; border-top-right-radius: 20px;  border-bottom-right-radius: 20px; box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; }
.inqury-link:hover{color:#fff; background-color:#e82f35;}
.brochure-link:hover{color:#fff; background-color:#e82f35;}
.product-detail-data{}
.product-detail-title h1{ font-size: 30px; margin-bottom:20px; }
.product-bottom-title{ position:absolute; font-size:80px; color:#fff; opacity:0.9; font-weight: 600; bottom: -37px; right: 0; }
.reagents-pdf{ text-decoration: none; color: #595959; background:url(../img/pdf.png) no-repeat left center #fff; background-size: 40px auto; box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;  margin: 5px 0; border-radius: 10px;  padding:15px 5px 15px 50px; display: block;}
.reagents-pdf:hover{ text-decoration: none; color: #fff; background:url(../img/pdf.png) no-repeat left center #dc151d; background-size: 40px auto; }
.specs-list{ list-style:none; margin:0; padding:0; }
.specs-list li{ margin: 0; background:url(../img/specs-list.png) no-repeat center left; padding:9px 3px 9px 40px; }
.nav-tabs {
    text-align: left;
    width: 100%;
    display: inline-block;
}
.nav-tabs li {
    display: inline-block;
}
.nav-tabs{ border: 0px !important;}
.nav-tabs .nav-link{ border: 0px !important;}
.tab-content{ padding: 15px; border:0px solid #ccc; border-top: 0px ;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  font-weight: 500;
  background-color: transparent !important;
  border-top: 0px !important; 
  border-left: 0px !important; 
  border-right: 0px !important; 
  border-bottom: 3px solid #e82f35 !important;
  font-size: 15px !important;
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover { border-top:0!important;border-left:0!important;  border-right:0!important; border-bottom:3px solid #000; }

.nav-item{ font-size: 15px !important; border: 0;}
.nav-link {color: #454545 !important;}
.nav-link:focus, .nav-link:hover {
  color: #454545 !important;
}