
@import url('https://fonts.maateen.me/bangla/font.css');
@font-face {
    font-family: poppins;
    src: url(../font/Poppins-Regular.ttf);
  }
*{
    font-family: 'Bangla', sans-serif !important;
}
  body{
    /* font-family: 'poppins'; */
    font-family: 'Bangla', sans-serif !important;
    margin: 0;
    padding: 0;
}
:root {
    --lightbg: #EFFDFC;
    --pri: #1A3764;
    --sec: #35E1DC; 
    --whi: #FFFFFF;
    --bla: #000;
    --red: #EB5757!important;
}
.bg_pri{
  background-color: var(--pri);
}
.bg_sec{
  background-color: var(--sec);
}

a{
    text-decoration: none;
}a:hover,.active{
    color: var(--sec);
}
#examimage {

    display: block;
    max-width: 717px;
}

img{
    width:100%;
    height: auto;
}

ul{
    list-style: none;
    padding: 0;
    margin: 0;
 }
 header ul li{
    float: left;
 }
 ul.sub-menu {
    display: none;
}
section.topbar.bg_color {
    height: 80px;
    display: flex;
    align-items: center;
}
section.menulogo {
    height: 80px;
    display: flex;
    align-items: center;
}
.mainmenu li a {
    
    padding: 15px;
    transition: 0.3s ease all;
}
.logo {
    position: relative;
}
.logo img {
    width: 139px;
    margin: 0 auto;
    display: block;
    margin-top: -109px;
}
li.dropdown:hover ul.sub-menu {
    display: block;
}
a.mybtn {
    color: var(--whi);
    padding: 10px 16px;
    margin: 7px;
    display: inline-block;
    font-size: 15px;
}
ul.sub-menu {
    position: absolute;
    margin-top: 13px;
    z-index: 1000;
    background: var(--whi);
    padding: 12px;
    border-top: 4px solid var(--sec);
}
ul.sub-menu li {
    display: block;
    width: 200px;
    margin: 5px;
}
section.mobilemenu {
    display: none;
}
.padding{
    padding: 50px 0;
}
@media (max-width:991px){
    .padding{
        padding: 40px 0;
    }
    section.menulogo {
        display: none;
    }
    section.mobilemenu {
        display: block;
    }
    section.topbar.bg_color {
        height: auto;

    }
 
}
.hamburger {
    position: relative;
    width: 40px;
    height: 30px;
    cursor: pointer;
    border: 5px solid transparent;
    float: right;
    margin-top: 35px
}
.hamburger span {
    width: 100%;
    height: 2px;
    background: var(--bla);
    display: block;
    position: absolute;
    right: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s
}
.hamburger span.h-top {
    top: 0
}
.hamburger span.h-bottom {
    bottom: 0;
    width: 27px
}
.hamburger span.h-middle {
    top: 50%;
    margin-top: -1px;
    width: 25px
}
.hamburger.h-active span {
    width: 100%
}
.hamburger.h-active span.h-top {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px
}
.hamburger.h-active span.h-middle {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}
.hamburger.h-active span.h-bottom {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 50%;
    margin-bottom: -1px
}
.bottombar {
    background: var(--bla);
}
.main-nav>ul {
    padding: 0;
    margin: 0;
    list-style: none
}
.main-nav>ul>li {
    display: inline-block;
    position: relative;
    margin-left: -4px;
    padding-right: 15px
}
.main-nav>ul>li+li {
    padding: 0 15px
}
.main-nav>ul>li>a {
    text-transform: uppercase;
    display: block;
    text-decoration: none;

    line-height: 45px;
    font-size: 16px;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s
}
.submenu {
    position: absolute;
    left: 0;
    top: auto;
    right: 0;
    min-width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
    padding: 15px;
    background: var(--whi);
    border: 1px solid #f7f7f7;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    -o-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s
}
.submenu>li {
    display: block;
    margin: 0 -15px
}
.submenu>li a {
    display: block;
    padding: 10px 15px;
    color: #666;
    line-height: 1;
    font-size: 14px;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all 0.3s
}

.submenu>li a:hover {
    background: #f7f7f7;

}
.main-nav .fl {
    width: 30px;
    font-size: 20px;
    line-height: 35px;
    text-align: center;
    color: var(--whi);
    font-style: normal;
    position: absolute;
    right: 5px;
    top: 0;
    z-index: 999;
    display: none
}
.main-nav .fl:before {
    font-size: 14px;
    text-align: center;
    line-height: 35px
}
.main-nav>ul>li+li .submenu {
    left: 25px
}
.main-nav>ul>li:hover .submenu {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1
}
.content-block {
    padding: 70px 0;
    position: relative
}
.slideInUp {
    visibility: hidden;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}
.is-active .slideInUp {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.slideInUp2 {
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}
@media (max-width: 1199px) {
    .main-nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 250px;
        padding: 20px;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background-color: var(--bla);
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateX(-250px);
        -moz-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
        -o-transform: translateX(-250px);
        transform: translateX(-250px);
        -webkit-transition: -webkit-transform .3s ease-in;
        -moz-transition: -moz-transform .3s ease-in;
        -o-transition: -o-transform .3s ease-in;
        transition: transform 0.3s ease-in
    }
    .main-nav.slidenav {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
    .main-nav>ul {
        float: none
    }
    .main-nav>ul>li {
        display: block;
        padding: 0 !important;
        margin-left: 0
    }
    .main-nav>ul>li>a {
        font-size: 14px;
		color: var(--whi);
        line-height: 35px
    }
    .main-nav .fl {
        display: block;
        line-height: 35px
    }
    .submenu {
        position: static;
        min-width: 200px;
        background: transparent;
        border: none;
        padding: 5px 15px 5px 25px;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        visibility: visible;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
        display: none
    }
    .submenu>li a {
        display: block;
        padding: 10px 0;
        color: #666;
        line-height: 0.8;
        font-size: 14px;
        color: #ccc;
        text-decoration: none;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        transition: all 0.3s
    }
    .submenu>li a:hover {
        background: transparent;

    }
    .slideInUp {
        visibility: visible;
        filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none
    }
}
.hamburger {
    position: relative;
    width: 40px;
    height: 30px;
    cursor: pointer;
    border: 5px solid transparent;
    float: right;
    margin-top: 23px;
    margin-bottom: 23px;
}.logomobile img {
    width: 75px;
}
.logomobile  {
    padding: 10px;
}
section.mobilemenu a.bi.bi-search {
    border: none;
    font-size: 28px;
}
.main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    padding: 50px 30px;
    z-index: 99999;
    height: 100%;
    overflow: scroll;
    background: var(--pri);
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: -webkit-transform .3s ease-in;
    -moz-transition: -moz-transform .3s ease-in;
    -o-transition: -o-transform .3s ease-in;
    transition: transform 0.3s ease-in;
}

nav.main-nav.slidenav ul li {
    float: unset;
}

section.padding {
    padding: 6rem 0!important;
}

@media (max-width:767px){
    section.padding {
        padding: 4rem 1rem!important;
    }
}

@media (min-width:992px){
    .boro{
        display: flex!important;
    }
    .suto{
        display: none!important;
    }
}
@media (max-width:991px){
    .boro{
        display: none!important;
    }
    .suto{
        display: flex!important;
    }
}
.stickytopcustom, .stickytopcustom2 {
  position: -webkit-sticky;
  position: fixed;
  top: 0;
  z-index: 10020;
  width: 100%;
  background-color: var(--pri);
}
    #video-popup-container {
      display:none;
      position: fixed;
      z-index: 996;
      width: 60%;
      left: 50%;
      margin-left: -30%;
      top: 20%;
      background-color: var(--whi);
    }
    
    #video-popup-close {
      cursor: pointer;
      position: absolute;
      right: -10px;
      top: -10px;
      z-index: 998;
      width: 25px;
      height: 25px;
      border-radius: 25px;
      text-align: center;
      font-size: 12px;
      background-color: var(--bla);
      line-height: 25px;
      color: var(--whi);
    }
    
    #video-popup-iframe-container {
      position: absolute;
      z-index: 997;
      width: 100%;
      padding-bottom: 56.25%;
      border: 2px solid var(--bla);
      border-radius: 2px;
      background-color: var(--bla);
    }
    
    #video-popup-iframe {
      z-index: 999;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: var(--bla);
    }
    
    #video-popup-overlay {
      display: none;
      position: fixed;
      z-index: 995;
      top: 0;
      background-color: var(--bla);
      opacity: 0.8;
      width: 100%;
      height: 100%;
    }
    
    #video-popup-close:hover {
      color: #DE0023;
    }
    .hamburger {
      position: relative;
      width: 40px;
      height: 30px;
      cursor: pointer;
      border: 5px solid transparent;
      float: right;
      margin-top: 23px;
      margin-bottom: 23px;
  }
  .hamburger span {

    background: var(--whi);

}
section.mobilemenu.fixedtop2 {
  background: var(--pri);
}
ul.topul.d-flex.justify-content-between a {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 20px;
    color: var(--bla);
}
a.signin {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 13px;

    color: var(--bla);
    display: flex;
    align-items: center;
}
i.bi.bi-download.scale {
    transform: rotateZ(270deg);
    display: inline-block;
    margin-left: 8px;
    background: var(--pri);
    color: var(--whi);
    padding: 1px 8px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    font-size: 15px;
}
a.logoimg {
    position: relative;
}
a.logoimg img {
    /* position: absolute; */
    top: -100px;
    width: 115px;
}
section.menulogo.fixedtop.bg_pri.stickytopcustom a.logoimg img {
    /* position: absolute; */
    top: -37px;
    height: 72px;
    width: auto;
}
.mainmenu li a {
    padding: 15px;
    transition: 0.3s ease all;
    color: var(--bla);
    font-size: 13px;
}
.mainmenu li a:hover {
    color: var(--pri);
}
.mainmenu>li>a {
    padding: 15px;
    transition: 0.3s ease all;
    color: var(--whi);
    font-size: 14px;
}
.mainmenu>li>a:hover{
    color: var(--sec);
}
.mainmenu li.active a {
    color: var(--sec);
}
a.contactus {
    font-size: 14px;
    color: var(--pri);
    background: var(--sec);
    padding: 8px 13px;
    border-radius: 50px;
    float: right;
}
@media (max-width:992px){
    ul.topul.d-flex.justify-content-between {
        display: block!important;
    }
    ul.topul.d-flex.justify-content-between a {
        margin-right: 35px;
    }
}
@media (max-width:778px){

    ul.topul.d-flex.justify-content-between a {
        display: block;
        font-size: 11px;
    }
    section.topbar.bg_color {
        padding: 5px 3px;
    }
}
.logomobile img {
    width: 50px;
}
a.backtotop {
    display: none;
}
a.backtotop.backtotoprun {
    position: fixed;
    right: 25px;
    bottom: 20px;
    font-size: 25px;
    background: var(--pri);
    color: var(--sec);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 9px;
}
html {
    scroll-behavior: smooth;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 8.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}.carousel-caption.text-start {
    background: rgba(26, 55, 100, 0.8);
    left: 6%;
    backdrop-filter: blur(6px);
    padding: 2rem;
    width: 600px;
}
h2.slide_title img {
    width: 20px;
}
.carousel-caption.d-none.d-md-block.text-start p {
    color: #E7E7F0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
}
a.slide_button {
    color: var(--pri);
    background: var(--whi);
    padding: 10px 15px;
    font-size: 12px;
    border-radius: 50px;
}
h2.slide_title span {
    color: var(--sec);
}
h2.slide_title {
    font-size: 30px;
}
h2.slide_title img {
    width: 19px;
    margin-top: -27px;
}

@media (min-width:1400px){
    .carousel-caption.text-start {
        bottom: 10.25rem;
        left: 10%;
    }

}
@media (min-width:1500px){
    .carousel-caption.text-start {
        bottom: 13rem;
    }
}
@media (max-width:1300px){
    .carousel-caption.text-start {
        bottom: 9rem;
    }
}
@media (max-width:1200px){
    .carousel-caption.text-start {
        bottom: 8rem;
    }
}
@media (max-width:1100px){
    .carousel-caption.text-start {
        bottom: 7rem;
    }
}
@media (max-width:1000px){
    .carousel-caption.text-start {
        bottom: 6rem;
    }
}
@media (max-width:900px){
    .carousel-caption.text-start {
        bottom: 4rem;
    }
    h2.slide_title {
        font-size: 25px;
    }
    .carousel-caption.d-none.d-md-block.text-start p {
        font-size: 14px;
    }
}
.carousel-indicators button.active{
    background-color: var(--sec);
}
h2.section-title {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    color: var(--pri);
}
h2.section-title img {
    width: 15px;
    margin-top: -3px;
}
.part{
    padding: 0 40px;
}
p.section-sub {
    font-size: 18px;
    width: 80%;
    color: #828282;
}
p.section-des {
    font-size: 16px;
    width: 90%;
    color: #333333;
    margin: 35px 0;
}
a.section-button {
    font-size: 13px;
    background: var(--sec);
    color: var(--pri);
    padding: 10px 16px;
    border-radius: 50px;
}
.notice_wrp {
    padding: 70px;
    background: var(--lightbg);
    margin: 0 30px;
}
h2.noticetitle.text-center {
    color: var(--pri);
    font-size: 35px;
    margin-bottom: 25px;
}
.item_notice {
    display: flex;
    align-items: center;
}
.item_notice {
    display: flex;
    align-items: center;
    background: var(--whi);
    height: 86px;
    box-shadow: 4px 4px 12px rgba(82, 82, 82, 0.25);
    margin-bottom: 30px;
    border-radius: 13px 0 0 13px;
}
.date span {
    text-align: center;
    display: block;
    width: 80px;
    padding: 26px 15px;
    font-size: 18px;
    margin-top: -7px;
    height: 93px;
    margin-right: 20px;
    border-radius: 13px 25px 0 13px;
    line-height: 20px;
    color: var(--whi);
}
.purple{
    background: #9747FF;
}
.green{
    background: #27AE60;
}
.blue{
    background: #2D9CDB;
}
.red{
    background: #EB5757;
}
.noticetext {
    font-size: 20px;
    color: #4E4C4B;
}
@media (max-width:991px){
    .noticetext {
        font-size: 15px;
    }
    .date span {
        text-align: center;
        display: block;
        width: auto;
        padding: 27px 20px;
        font-size: 16px;
        margin-top: -7px;
        height: auto;
        margin-right: 20px;
        border-radius: 13px 25px 0 13px;
        line-height: 20px;
        color: var(--whi);
    }
    .noticetext {
        font-size: 13px;
        margin-right: 20px;
    }
    .item_notice {
        height: auto;
    }
    .notice_wrp {
        padding: 50px 30px;
        background: var(--lightbg);
        margin: 0 20px;
    }
    h2.section-title {
        margin-top: 15px;
    }
    #video-popup-container {
        display: none;
        position: fixed;
        z-index: 996;
        width: 80%;
        left: 40%;
        margin-left: -30%;
        top: 25%;
        background-color: var(--whi);
    }
}
.vpop {
    position: relative;
}
.middleiconwrp {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
}
.inpadding{
    padding: 0 35px;
}
.inpadding_r{
    padding-right: 35px;
}
.inpadding_l{
    padding-left: 35px;
}
.scontent {
    width: 318px;
}
.boxcontent {
    padding: 40px;
    background: var(--pri);
    color: var(--whi);
}
span.name {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
}
span.position {
    font-size: 15px;
    display: block;
    margin-bottom: 20px;
}
span.desc {
    font-size: 17px;
}
@media (max-width:991px){
    .scontent {
        width: auto;
    }
    .boxcontent {
        padding: 20px;
    }
    span.desc {
        font-size: 15px;
    }
    span.position {
        font-size: 14px;
        margin-bottom: 15px;
    }
    span.name {
        font-size: 17px;
        margin-bottom: 15px;
    }
    section.admission {
        padding: 15px;
    }
}
h2.adtitle {
    font-size: 35px;
    font-weight: 600;
    color: #1E1E1E;
    line-height: 1.4;
}
h2.adtitle span {
    color: var(--sec);
}
span.adsecsub {
    color: #4F4F4F;
    font-style: italic;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
}
a.adbutton {
    font-size: 14px;
    color: var(--pri);
    padding: 16px 15px;
    background: var(--sec);
    border-radius: 50px;
}
a.adbutton img{
    width:25px
}
p.formargin {
    margin: 35px 0;
}
p.adadress {
    color: #000000;
    font-size: 15px;
    width: 280px;
    display: flex;
    align-items: center;
}
p.adadress i {
    margin-right: 10px;
    color: var(--sec);
    font-size: 18px;
}
.co-founders {
    display: flex;
}
.co-founders img{
    width: 75px;
    height: 75px;
    border-radius: 100%;
    margin-right: 15px;
    border:2px solid var(--whi);
}
.co-founders img:hover{
    border:2px solid var(--pri);
}
.codetails  p.coname {
    font-size: 21px;
    color: #16110D;
}
p.coname span{
    color: #4F4F4F;
}
span.cposition {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px;
    display: block;
    color: var(--sec);
}
.codetails p {
    font-size: 18px;
    line-height: 28px;
}
.titlebox {
    margin: 10px 0 45px 50px;
}
.gallery{
    background: var(--lightbg);
}
.galleryitem img {
    border-radius: 6px;
}
.galleryitem.tlr img {
    border-top-left-radius: 50px;
}
.galleryitem.trr img {
    border-top-right-radius: 50px;
}
.galleryitem.blr img {
    border-bottom-left-radius: 50px;
}
.galleryitem.brr img {
    border-bottom-right-radius: 50px;
}
h2.titleblog {
    font-size: 22px;
    line-height: 1.4;
    color: #0F2F64;
    margin-top: 11px;
    max-width: 89%;
}
span.blogdate {
    font-size: 15px;
    color: #8B98B8;
    display: block;
    margin-bottom: 6px;
}
.excerpt p {
    font-size: 18px;
    color: #536288;
    margin-right: 37px;
}
a.readmore {
    color: #2D9CDB;
}
.footertopbg {
    background: #EFFDFC;
    border-radius: 50px;
}
h2.footertoptitle {
    color: #1A1A1A;
    font-size: 25px;
    font-weight: 700;
    max-width: 52%;
    margin: 0 auto;
    margin-top: 20px;
    line-height: 1.5;
}
footer.footer {
    padding-top: 90px;
}
.logobox {
    width: 220px;
    color: #535353;
    font-size: 15px;
}
a.logofooter img {
    width: 90px;
    display: block;
    margin-bottom: 20px;
}
.copyrighttext.text-center {
    color: #1a1a1a;
    font-size: 14px;
    padding: 30px;
    border-top: 1px solid #eaeaea;
    margin-top: 45px;
}
footer.footer li a {
    font-size: 15px;
    line-height: 32px;
    color: #535353;
}
.footerrightbox span.fstspan {
    color: #535353;
    max-width: 300px;
    display: inline-block;
    margin-bottom: 13px;
}
.footerrightbox a{
    color:#1A1A1A;
    font-size: 15px;
}.footerrightbox a{
    color:var(--pri);
}
.row.forfootermargin {
    margin: 20px 0;
}
h2.pagesubtitle {
    color: var(--whi);
    font-size: 30px;
}
.middleicon {
    width: 60px;
}
h2.videotitle {
    color: #4F4F4F;
    font-size: 18px;
    margin: 15px 4px;
}
@media (max-width:991px){
    h2.footertoptitle {
        font-size: 22px;
        max-width: 90%;
    }
    section.blogsec.padding .inpadding_r ,section.blogsec.padding .inpadding_l  {
        padding: 15px;
    }
    .titlebox {
        margin-left: 15px;
    }
    .middleicon {
        width: 40px;
    }
    h2.videotitle {
        color: #4F4F4F;
        font-size: 16px;
        margin: 10px 4px;
    }
}
h3.pagetitle {
    color: var(--whi);
    font-size: 18px;
}
a.page-link {
    display: flex;
    align-items: center;
    height: 32px;
    width: 32px;
    margin: 10px;
    border-radius: 100%;
    border: none;
    background: #DFDFDF;
    color:var(--pri)
}
a.page-link.bi {
    background: none;
    color:var(--pri)
}
a.page-link.active {
    background: var(--pri);
}
h3.pagetitle a {
    color: var(--whi);
}
section.academic.padding .item img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
section.academic.padding .item img.mb-4 {
    border-radius: 10px;
}
span.developname {
    display: block;
    font-size: 18px;
    margin: 8px 0;
    color: var(--pri);
}
span.devesser {
    font-size: 17px;
    color: var(--sec);
    margin-bottom: 7px;
    display: block;
}
.itemcontent p {
    color: #4F4F4F;
    font-size: 15px;
}
.itemcontent {
    padding: 3px 16px;
    box-shadow: 0px  1px 5px 1px #ddd;
    border-radius: 0 0 10px 10px ;
}
.ncitemcontent h4 {
    color: var(--pri);
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}
.ncitemcontent h4 span {
    color: #828282;
    font-size: 15px;
 
}
.ncitemcontent {
    padding: 20px;
    background: var(--sec);
    border-radius: 10px;
}
.tablewrp table {
    width: 100%;
}
.tablewrp table th, .tablewrp table td {
    border: 1px solid #35E1DC;
    padding: 18px;
    font-size: 17px;
    line-height: 27px;
}
tr.secrow {
    background: var(--lightbg);
}
.tablewrp thead th {
    background: var(--pri);
    color: var(--whi);
    font-weight: normal;
}
.academicbox p {
    color: #4F4F4F;
    font-style: italic;
    font-size: 17px;
}
h2.Semester {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 39px;
    color: var(--pri);
    margin-top: 30px;
}
h3.instructions {
    font-size: 20px;
    color: var(--pri);
    margin: 20px 0;
}
table.rotinetable {
    border: 1px solid #35E1DC;
    border-top: none;
}
table.rotinetable td {
    border: none;
}
table.rotinetable th {
    border: none;
    border-right: 1px solid #E7E7F0;
}
h2.tabletitle {
    color: #4F4F4F;
    font-size: 23px;
    margin-bottom: 25px;
}
.tablewrp.loop {
    margin-bottom: 60px;
}
section.breadcrumb.padding {
    margin-bottom: 0;
}
h4.followthis {
    font-size: 17px;
    color: var(--pri);
    margin-bottom: 20px;
}
.nsccontent p {
    font-size: 17px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 25px;
}
.nsccontent p b{
    color:var(--pri)
}
.scitem {
    padding: 15px 20px;
    background: #F9FBFD;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.ossc {
    margin-top: 20px;
}
.ossc p {
    display: flex;
    justify-content: start;
}
.ossc p b {
    min-width: 28%;
}
.ossc span {
    margin-left: 20px;
    font-weight: normal;
}
.aacontent li {
    list-style: disc;
    margin-left: 20px;
    color: #333333;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 10px;
}
p.toprated {
    display: flex;
    align-items: center;
}
p.toprated img.star {
    width: 20px;
}
p.toprated {
    font-size: 17px;
    color: #0F2F64;
    font-weight: 600;
}
p.toprated span {
    width: 111px;
    margin: 0 10px;
}
span.smdate {
    color: #8B98B8;
    font-size: 14px;
}
.Blogdetails p {
    font-size: 17px;
    color: #333333;
    line-height: 1.6;
    margin-top: 10px;
}
.sbwrp {
    padding: 0  25px;
    border-left: 1px solid #E8EBF1;
    margin-top: 99px;
}
h2.sbtitle {
    font-size: 18px;
    color: #4F4F4F;
    margin-top: 13px;
}
.sbitem {
    margin-bottom: 20px;
}
a.pagiitem {
    background: none;
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 5px 25px 0 0;
    color: var(--pri);
    transition: 0.3s ease all;
}
a.pagiitem.active {
    background: var(--pri);
    height: 33px;
    width: 33px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    margin: 5px 0 0 25px;
    color: var(--whi);
}
a.pagiitem:hover {
    color: var(--whi);
    background: var(--pri);
}
.paginationblog {
    display: flex;
    align-items: center;
}
.paginationblog span{
    color: var(--pri);
}

.accordion-button::after {
    display: none;
}
.accordion-button:not(.collapsed)::after {
    display: none;
}
button.accordion-button {
    display: flex;
    justify-content: space-between;
}
button.accordion-button span.accButton.bi.bi-chevron-right {
    transform: rotate(90deg);
    transition: 0.3s ease all;
    background: var(--pri);
    color: var(--whi);
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
button.accordion-button.collapsed span.accButton.bi.bi-chevron-right:hover {
    background: var(--pri);
    color: var(--whi);
}
button.accordion-button.collapsed span.accButton.bi.bi-chevron-right {
    transform: rotate(0deg);
    background: none;
    color: var(--bla);
}
.accordion-item {
    border-radius: none;
    border: none;
    border-bottom: 1px solid #d7d7d7e6;
}
.accordion-button:not(.collapsed) {
    color: var(--bla);
    background:none!important;
    box-shadow: none;
}
.accordion-body {
    border-bottom: 1px solid #d7d7d7e6;
}
span.accText {
    font-size: 17px;
    color: #000000;
}
.accordion-body {
    color: #4D4E4F;
    font-size: 15px;
    font-weight: 400;
}
h3.faqtitle {
    color: #000000;
    font-size: 29px;
    margin-bottom: 10px;
}
p.faqsub {
    color: #4D4E4F;
    font-size: 15px;
    font-weight: 400;
}
img.faqimg {
    max-width: 125px;
}
.frominner input, .frominner textarea {
    width: 100%;
    margin: 0 0 16px 0;
    padding: 14px;
    background: #FCFCFC;
    border: 1px solid #F2F2F2;
}
a.section-button.submit {
    padding: 13px 17px;
}
.frominner {
    border: 1px solid #E0E0E0;
    box-shadow: 0px 4px 40px rgb(83 83 83 / 6%);
    border-radius: 10px;
    padding: 40px 35px;
}
.chtitle {
    background: var(--pri);
    color: var(--whi);
    font-size: 21px;
    padding: 20px;
    font-weight: 600;
    border-radius: 10px 10px 0px 0px;
}
.cbdetails {
    padding: 37px;
    border: 1px solid #E0E0E0;
    box-shadow: 0px 4px 40px rgba(83, 83, 83, 0.06);
    border-radius: 10px;
}
h6.offtitle {
    font-size: 17px;
    color: var(--pri);
    font-weight: 600;
    margin-bottom: 20px;
}
p.pb-3.forborderc {
    border-bottom: 1px solid #F2F2F2;
}
.cbdetails span {
    color: #1A1A1A;
    font-size: 15px;
    font-weight: 400;
    margin-right: 20px;
    line-height: 1.8;
}
.cbdetails i.bi {
    color: var(--sec);
}
@media (max-width:767px){
    .part {
    padding: 0 10px;
}
.notice_wrp {
    padding: 25px 20px;
    background: var(--lightbg);
    margin: 0 0px;
}
footer.footer {
    padding-top: 40px;
}
section.padding {
    padding: 3rem 0rem!important;
}
.galleryitem.tlr img {
    border-top-left-radius: 10px;
}
.galleryitem.trr img {
    border-top-right-radius: 10px;
}
.galleryitem.blr img {
    border-bottom-left-radius: 10px;
}
.galleryitem.brr img {
    border-bottom-right-radius: 10px;
}
header#header .col-lg-2.col-3.d-flex.align-items-center.justify-content-end {

    flex: 0 0 auto;
    width: 20%;
    padding:0;

}
header#header .col-lg-8.col-9 {

    flex: 0 0 auto;
    width: 80%;

}
.inpadding_l {
    padding-left: 10px;
}
.inpadding_r {
    padding-left: 10px;
}
section.blogsec.padding .inpadding_r, section.blogsec.padding .inpadding_l {
    padding: 10px;
}
.col-12.text-center.padding.footertopbg {
    padding: 20px;
}
a.signin {
    font-size: 9px;
}
ul.topul.d-flex.justify-content-between a {
    font-size: 9px;
}
}








