@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

ul {
  padding-left: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

.lato-thin {
  font-family: "Lato", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.fixed-top {
  background: #fff;
  box-shadow: #3f66db 0px 0px 4px 2px;
  transition: all 0.3s ease-in-out;
}

.logo-desc {
  padding: 10px 0;
}

.headerTop {
  background: #3f66db;
  text-align: center;
  padding:5px 0;
}
.headerTop .Top-btn-list .btnT {
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  padding: 0px 5px;
  display: inline-block;
  margin: 0 5px;
  transition: all 0.3s linear;
  text-decoration:underline;
}
.headerTop .Top-btn-list .btnT:hover {
  color: #FAA300;
}

.logo_section .logo-desc {
  padding: 10px 0;
}
.logo_section .logo-desc .Top-btn-list .btnT {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  padding: 5px 10px;
  display: inline-block;
  margin: 5px;
}
.logo_section .logo-desc .Top-btn-list .green {
  color: #FFFFFF;
  background-image: linear-gradient(to bottom, #00bcd4, #03a9f4);
  -webkit-animation: green 4s infinite;
          animation: green 4s infinite;
}

.fixedTheNavbar {
  background-color: #fff;
  transition: all 0.5s ease-in-out;
}

.main-menu {
  box-shadow: 0 0 3px 2px #3f66db;
}
.main-menu .mainM {
  margin: auto;
  gap: 10px;
}
.main-menu .dropend .dropdown-toggle {
  color: #000000 !important;
  margin-left: 1em;
  transition: all 0.5s ease-in-out;
}
.main-menu .dropdown-item:hover {
  background-color: #FAA300;
  color: #fff;
}
.main-menu .dropdown .dropdown-menu {
  display: none;
}
.main-menu .dropdown:hover > .dropdown-menu,
.main-menu .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
.main-menu .dropdown-item {
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-weight: 600;
  white-space: unset;
}
@media screen and (min-width: 769px) {
  .main-menu .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .main-menu .dropend .dropdown-toggle {
    margin-left: 0.5em;
    text-transform: capitalize !important;
  }
}
.main-menu .navbar-nav {
  margin: auto;
  gap: 20px;
}
.main-menu .navbar-expand-lg .navbar-nav .nav-link {
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  position: relative;
}
.main-menu .navbar-expand-lg .navbar-nav .nav-link::before {
  content: "";
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  transition: 0.2s;
}
.main-menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.main-menu .navbar-expand-lg .navbar-nav .nav-link:focus {
  color: #3f66db;
}
.main-menu .navbar-expand-lg .navbar-nav .nav-link:hover::before,
.main-menu .navbar-expand-lg .navbar-nav .nav-link:focus::before {
  background-color: #FAA300;
  width: 100%;
}

.marquee-desc .parentmar {
  width: 100%;
  border: 0px solid #3f66db;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.marquee-desc .childmar {
  background: #FAA300;
  padding: 10px 15px;
  line-height: 18px;
  color: floralwhite;
  margin: 0;
  width: 165px;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}
.marquee-desc marquee a {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #000000;
}

.page-Wraper {
  margin: 30px 0 30px 0;
}
.page-Wraper .sliImg {
  height: 400px;
}
.page-Wraper marquee {
  -moz-column-gap: 0;
  column-gap: 0;
  padding: 10px;
  color: #000;
  height: 172px;
  font-family: sans-serif;
  font-size: 17px;
  line-height: 1.4em;
  background-color: rgba(255, 255, 255, 0.18);
  box-shadow: 0 0 5px 5px #ededed;
}
.page-Wraper .qiick-links ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page-Wraper .qiick-links ul li a .neWs_date {
  background: #FAA300;
  border-radius: 0 10px;
  padding: 5px;
  color: #fff;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  font-size: 16px;
}
.page-Wraper .qiick-links ul li a h5 {
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-weight: 600;
}
.page-Wraper .accBtn {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  background: #3f66db;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.page-Wraper .accBtn:focus {
  box-shadow: none;
}
.page-Wraper .accordion-button::after {
  width: 1.5rem;
  height: 1.5rem;
  background-size: 1.5rem;
  background-color: #fff;
  /* border-radius: 50%; */
}
.page-Wraper .V_all {
  margin-top: 10px;
}
.page-Wraper .V_all .Viewall-btn {
  font-size: 18px;
  padding: 5px 10px;
  background: #FAA300;
  color: #FFFFFF;
  font-family: "Lato", sans-serif;
  letter-spacing: 1px;
  border-right: 3px solid #000000;
}

.About-college {
  margin: 30px 0;
}
.About-college img {
  width: 100%;
}
.About-college .inner-desc {
  position: relative;
}
.About-college .inner-desc .yrsPlace {
  position: absolute;
  right: -55px;
  bottom: -20px;
  background: #3f66db;
  box-shadow: 0px 4px 20px #000000;
  border-radius: 5px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  gap: 15px;
  width: 145px;
  height: 90px;
  /* border: 3px solid #e91e63; */
}
.About-college .inner-desc .yrsPlace h4 {
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 1px;
}
.About-college .inner-desc .yrsPlace h4 span {
  font-weight: 600;
  font-size: 30px;
}
.About-college .Right-desc {
  padding-left: 11%;
}
.About-college .Right-desc h2 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 10px 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 35px;
  text-shadow: 2px 5px 4px #3f66db;
}
.About-college .Right-desc p {
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.About-college .Right-desc .learn-more {
  padding: 10px;
  background: #FAA300;
  position: relative;
  top: 42px;
  font-size: 16px;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  border-right: 3px solid #000000;
}

.our-story {
  margin-top: 80px;
}
.our-story h2 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 10px 0;
  font-size: 35px;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 30px;
  text-shadow: 2px 5px 4px #3f66db;
}
.our-story .inner-Right h3 {
  font-size: 30px;
  font-family: "Oswald", sans-serif;
  color: #000000;
  padding-top: 35%;
}
.our-story .inner-Right p {
  padding-top: 10px;
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-align: justify;
}

.founDer {
  margin-top: 80px;
  margin-bottom: 50px;
}
.founDer img {
  width: 100%;
}
.founDer .f_ttl {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 10px 0;
  color: #FFFFFF;
  box-shadow: 0 0 4px 2px #d7d7d7;
  background: #3f66db;
}
.founDer .wraper {
  height: 400px;
  width: auto;
  overflow: hidden;
  color: #fff;
  position: relative;
}
.founDer .box-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.6s ease-in-out;
}
.founDer .flex-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.founDer .overlay {
  height: 100%;
  width: 100%;
}
.founDer .front-overlay {
  background-color: rgba(39, 96, 121, 0.7);
}
.founDer .visible-content {
  background-image: url("../images/founder.png");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.founDer .hidden-content {
  background: #FAA300;
  transform: translateX(0) translateY(100%);
}
.founDer .wraper:hover > .hidden-content {
  transform: none;
}
.founDer .wraper:hover > .visible-content {
  transform: translateX(0) translateY(-100%);
}
.founDer .no_hover:hover > .visible-content {
  transform: unset !important;
}
.founDer .box-layer h2 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 10px 0;
  text-align: center;
}
.founDer .box-layer p {
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 0px 20px;
  color: #FFFFFF;
  text-align: justify;
}
.founDer .forSbg {
  background-image: url(../images/Dr_Himadri_Bhattacharyya_Chakrabarty.jpg);
}
.founDer .St-box {
  background-image: url(../images/pat5.webp);
  background-color: #12053e;
}
.founDer .readMore {
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  padding: 5px 10px;
  color: #FFFFFF;
  background: #FAA300;
  position: relative;
  top: 15px;
  box-shadow: 0 0 4px 1px #000000;
}
.founDer .q_str {
  padding: 10px;
  width: 62% !important;
  margin: 43px auto;
  display: block;
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}

.discover {
  margin-bottom: 50px;
}
.discover h2 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 10px 0;
  color: #000000;
  font-size: 35px;
  text-transform: uppercase;
  text-shadow: 2px 5px 4px #3f66db;
}
.discover img {
  width: 100%;
}
.discover .container {
  padding-top: 30px;
}
.discover .inner-desk {
  box-shadow: 0 0 4px 2px #ededed;
  padding: 10px;
  overflow: hidden;
  position: relative;
}
.discover .inner-desk h3 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 10px 0;
  text-align: center;
  color: #000000;
  padding: 0;
  font-size: 18px;
  padding-top: 10px;
  text-transform: uppercase;
}
.discover .inner-desk .img-box {
  overflow: hidden;
}
.discover .inner-desk .img-box img {
  transition: all 0.5s ease-in;
  transform: scale(1);
}
.discover .inner-desk .img-box img:hover {
  transform: scale(1.3);
}
.discover .second_sdx {
  margin-top: 10px;
}

.Expert {
  margin-bottom: 50px;
}
.Expert .inner-desc {
  text-align: center;
  box-shadow: 0 0 4px 2px #ededed;
  padding: 60px 20px;
  background: #3f66db;
  transition: all 0.3s;
  min-height: 323px;
}
.Expert .inner-desc:hover {
  background: #FAA300;
  transform: translateY(-5px);
}
.Expert .inner-desc h3 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 10px 0;
  color: #FFFFFF;
  font-size: 35px;
  font-weight: bold;
}
.Expert .inner-desc h4 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 10px 0;
  font-weight: 500;
  padding: 0;
  color: #FFFFFF;
  font-size: 30px;
}
.Expert .serving-ttl {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 10px 0;
  color: #000000;
  padding: 10px 0 30px 0;
  text-align: center;
  font-size: 35px;
  text-shadow: 2px 5px 4px #3f66db;
}
.Expert .serving-ttl1 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  margin-top: 36px;
  color: #000000;
  font-weight: 600;
}
.Expert .card .nav-tabs .nav-link {
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
.Expert .card .nav-link {
  background: #3f66db;
}
.Expert .card .nav-tabs .nav-item.show .nav-link, .Expert .card .nav-tabs .nav-link.active {
  color: #000000;
  background: #FFFFFF;
  background-color: #fff;
}
.Expert .card .nav {
  gap: 20px;
}
.Expert .card .list li {
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 13px;
  padding-top: 5px;
}
.Expert .card .tab-content {
  padding: 0 10px;
}

.page-footer .footer-Top {
  background: #3f66db;
  height: auto;
  padding: 20px 0;
}
.page-footer .footer-Top .about-desc h2 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 10px 0;
  color: #FFFFFF;
  text-transform: uppercase;
}
.page-footer .footer-Top .about-desc p {
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  text-align: justify;
}
.page-footer .footer-Top .about-desc .top-social-icon {
  margin-top: 10px;
}
.page-footer .footer-Top .about-desc .top-social-icon h4 {
  font-size: 25px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  color: #FFFFFF;
  letter-spacing: 1px;
  padding: 10px 0;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
}
.page-footer .footer-Top .about-desc .top-social-icon a i {
  font-size: 16px;
  color: #FFFFFF;
  padding-right: 10px;
  margin-top: 5px;
}
.page-footer .footer-Top .links-desk h3 {
  font-size: 20px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  padding: 16px 0 10px 0;
  color: #FFFFFF;
  text-align: center;
}
.page-footer .footer-Top .links-desk ul {
  padding-left: 60px;
}
.page-footer .footer-Top .links-desk ul li {
  padding-bottom: 10px;
}
.page-footer .footer-Top .links-desk ul li a {
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  transform: color 0.3s;
}
.page-footer .footer-Top .links-desk ul li a:hover {
  color: orange;
}
.page-footer .footer-Top .links-desk ul li a i {
  padding-right: 5px;
}
.page-footer .footer-Top .address-box h3 {
  text-align: unset;
}
.page-footer .footer-Top .address-box ul {
  padding-left: 0;
}
.page-footer .lower-footer {
  padding: 10px 0;
  background: #000000;
}
.page-footer .lower-footer p {
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  color: #FFFFFF;
}
ul.mainM li.rightMenu > ul { left: auto; right: 0; }
ul.mainM li.rightMenu > ul ul { left: auto; right: 100%; }
.story-box .shadow-bx ul {
    padding-left:15px!important;
}
.story-box .shadow-bx ul li{
  font-size: 16px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.sLanding-page .readMore{
    font-size: 16px;
    color: #fff;
    background: #FAA300;
    padding: 5px;
    font-family: "Lato", sans-serif;
    border-right: 2px solid #000;
    display:inline-block;
    margin-top:10px;
}
.ck-content ul{
    list-style:disc!important;
    padding-left:10px;
}
.ck-content figure img{
    width: 100%;
    float: left;
    margin: 10px;
}

 .overlay {
        visibility: visible !important;
    }

   .vision_mission{
       margin-top:80px;
   } 
   .story-box{
      margin-top:10px;
      box-shadow:0 0 4px 1px #292929;
      /*border-radius: 10px 10px 0px 0px;*/
   }
   .story-box h2{
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 1px;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 30px;
    text-shadow: 2px 5px 4px #3f66db;
    text-align:center;
    background:#121333;
    /*border-radius:10px;*/
    margin-bottom:10px;
   }
   .story-box p{
        font-size: 16px;
        color: #000000;
        font-family: "Lato", sans-serif;
        font-weight: 400;
        text-align: justify;
        padding-top: 5px;
   }
   .Vread{
       font-size:16px;
       color:#fff;
       background:#FAA300;
       padding:5px;
       font-family: "Lato", sans-serif;
       border-right:2px solid #000;
       position: relative;
      left: 142px;
     top: 25px;
   }
   .Vread:hover{
       color:#fff;
   }
   .shadow-bx{
       /*box-shadow:0 0 4px 1px #292929;*/
       padding:0 10px;
       min-height:350px;
       /*border-radius:10px;*/
   }
   .discover .inner-desk img{
      height:220px;
  }
  .discover .inner-desk{
      margin-bottom:10px;
  } 
  .Expert .inner-desk{
      height:323px;
      padding:60px 20px;
  }
  .our-story {
    box-shadow: 0 0 4px 2px #dddddd;
    padding: 10px 0;
  }
  .Expert .inner-desc {
    text-align: center;
    box-shadow: 0 0 4px 2px #ededed;
    padding: 27px 20px;
    background: #3f66db;
    transition: all 0.3s;
    min-height: 323px;
}
.camp_ttl{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 30px;
    background: #3f66dbd6;
    width: 100%;
    padding: 7px;
    color: #fff;
}
@media screen and (min-width:991px){
    .about_banner{
        height: 370px;
    }
}



.ck-content ol li {
    font-size: 16px!important;
    color: #000000!important;
    font-family: "Lato", sans-serif!important;
    font-weight: 400!important;
  }
  .ck-content ul li {
    font-size: 16px!important;
    color: #000000!important;
    font-family: "Lato", sans-serif!important;
    font-weight: 400!important;
  }
.sLanding-page .content-desc h3 {
    font-size: 25px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 1px;
    padding: 10px 0;
    color: #000000;
    font-size: 30px;
    padding: 0;
    padding-bottom: 10px;
    display: block; 
    margin-bottom: 10px;
    position: relative;
    text-align: center;
}
.sLanding-page .content-desc h3::after {
    content: "";
    position: absolute;
    width: 160px;
    height: 3px;
    background: #FAA300;
    bottom: 0;
    left: 31%;
}
.topmodal img{
    width:130px;
}
@media (min-width: 576px){
    .modal-dialog {
        max-width: 700px;
    }
}
.tech-box .figure img{
    width:200px;
    height:200px;
}
.tech-box .figure-caption{
    font-size:20px;
    font-family:"Oswald", sans-serif;
    color:#000;
    text-transform: capitalize;
}
.tech-box .btn-default{
    font-size:16px;
    color:#fff;
    background:#3f66db;
}
.modal-title{
    font-size:18px!important;
    font-family:"Oswald", sans-serif;
    color:#000
}
.topmodal .Right h3{
    padding-top:10px;
     font-size:18px;
    font-family:"Oswald", sans-serif;
    color:#000
}
.topmodal .Right h4{
     font-size:16px;
    font-family:"Oswald", sans-serif;
    color:#000;
    letter-spacing:1.5px;
}
.topmodal .Right p{
     font-size:16px;
    font-family:"Lato", sans-serif;
    color:#000
}
.topmodal .btn-default{
     font-size:16px;
    color:#fff;
    background:#3f66db;
    display: inline-block;
    margin-top: 10px;
}
.about-teacher .tab-point{
    font-size: 12px;
    font-family: "Lato", sans-serif;
    color: #fff;
    background:#3f66db;
}
.about-teacher .nav-tabs{
    gap:10px;
}
.academic-table p {
    font-size: 16px;
    color: #000;
    font-family: "Lato", sans-serif;
}
.galleryWrap a{
    display: block;
    display: block;
    border: 1px solid #1d0f68;
    margin-bottom: 10px;
    text-align: center;
}
.galleryWrap a img{
    width: 100%;
    height: 250px;
}
.galleryWrap a p{
    text-align: center !important;
    color: #1d0f68 !important;
    font-weight: bold !important;
    padding: 0!important;
}
.tech-box figure{
    border: 1px solid #1d0f68;
    margin: 0;
    border: 1px solid #1d0f68;
    margin: 0;
    height: 380px;
    margin-bottom: 10px;
    
}

.tech-box figure{
    width: 100%;
}
.tech-box figure{
    height: 325px;
}
.tech-box figure img{
    width: 100%;
}
.tech-box .figure-caption{
    font-size: 16px;
}
.tech-box figure p{
    padding-bottom: 0!important;
}
.tech-box .figure img{
    width: 100%!important;
}
.academic-table{
    font-size: 16px!important;
}