/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,300&family=Raleway:wght@100;300;400;500;700&family=Roboto:wght@100;300;400;500;700&display=swap');
*/@import url('https://fonts.googleapis.com/css2?family=Tiro+Bangla:ital@0;1&display=swap" rel="stylesheet"');

  @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+Bengali:wght@100;200;300;400;500;600;700;800;900&display=swap');
  @import url('https://fonts.maateen.me/solaiman-lipi/font.css');

a:focus { outline: 0 solid }
html{
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
    font-family: 'SolaimanLipi', serif;
}
body {
    font-size: 17px;
    font-family: 'SolaimanLipi', serif;
    font-weight: 400;
    background-color: #ffffff;
    overflow-x: hidden; /* clip the side murals on narrow screens */
}
/* Centered white column that holds the whole page */
.gov-wrap {
    max-width: 1200px;
    margin: 0 auto;
    background: #ffffff;
    position: relative;
    z-index: 1;
}
/* content area; mural runs alongside it, starting below the menu bar */
.gov-body {
    position: relative;
    /* spacing so the content text starts a bit below the menu bar */
    padding-top: 25px;
}
/* BD govt-portal style line-art mural, hugging the content on both sides */
.gov-body::before,
.gov-body::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 230px;
    background: url('../images/side-bg.png') repeat-y top center;
    pointer-events: none;
}
/* shadow edge of the mural faces inward (toward content), plain edge outward */
.gov-body::before { right: 100%; transform: scaleX(-1); }  /* left side, flipped */
.gov-body::after  { left: 100%; }                          /* right side */
a, a:hover { text-decoration: none }
.space-30 {
    width: 100%;
    height: 30px;
}
/* Header Area CSS Here */
.logo{position: relative;}
.logo a img {height: 80px;width: 80px; padding: 2px;}
.logo a h1 {
    position: absolute;
    left: 13%;
    top: 17px;
    font-size: 30px; 
    font-family: 'SolaimanLipi', serif; 
    color: #333;
}
section.header-area {
    padding: 10px 0 0 0;
}

.header-area .email, .header-area .mobile {
    color: #000;
    font-size: 15px;
    display: inline-block;
    padding: 16px 0;
}

.header-area .email h3, .header-area .mobile h3 {
    margin: 0;
    font-size: 20px;
    color: #22A5F1;
}

.header-area .email h3 i.fa-solid, .header-area .mobile h3 i.fa-solid {
    margin-right: 5px;
}
/* Offcanvas Menu */

.offcanvas-menu {
    background: #052E59;
    width: 320px;
    height: 100%;
    display: flex;
    flex-direction: column;
    position: fixed;
    z-index: 999999;
    transition: .5s all;
    margin-left: -340px;
}
.offcanvas-menu.\.active{
    margin-left: 0;
}
.offcanvas-menu .logo a img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 30px 0 50px 100px;
    display: inline-block;
}
.mobile-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-menu ul li {
    margin-left: 30px;
    padding-left: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    cursor: pointer;
}
.mobile-menu ul li i.fa-solid.fa-plus{
    font-size: 14px;
    margin-left: 10px;
}
.mobile-menu ul li > ul {
    display: none;
}
.mobile-menu ul li > ul li a{
    font-size: 16px;
    transition: .3s all;
}
.mobile-menu ul li a {
    color: #fff;
    line-height: 38px;
    font-size: 18px;
}
.mobile-menu ul li.active, .mobile-menu ul li.active > a{
    color: #ff8a00;
}
.mobile-menu ul li > ul li a:hover{
    color: #ff8a00;
}
.offcanvas-close i.fa-solid {
    cursor: pointer!important;
    color: #fff;
    font-size: 25px;
    float: right;
    margin-right: 20px;
    margin-top: 20px;
}
.offcanvas-icon-bar i.fa-solid {
    color: #22A5F1;
    font-size: 25px;
    display: none;
    visibility: hidden;
    opacity: 0;
}
.offcanvas-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #000;
    z-index: -2;
    opacity: 0;
    transition: .4s all;
}

.offcanvas-overlay.\.active {
    z-index: 88888;
    opacity: .5;
}
/* Main Menu Area CSS */
.main-menu-area {
    background: rgb(0, 72, 132);
    /* break out of the centered column: full viewport width, over the mural */
    position: relative;
    z-index: 5;
    width: 100vw;
    margin-left: calc(50% - 50vw);
}
nav.sticky{
    position: fixed;
    top: 0;
    left: 0;
    padding: 1px 7%;
    background: rgb(0, 72, 132);
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 9999;
    transition: padding 1s;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav ul li {
    float: left;
    padding-right: 41px;
    position: relative;
    transition: .5s;
}
nav ul li a {
    padding: 12px 0;
    display: block;
    color: #fff;
    transition: all ease 0.3s;
}
nav ul li a:hover{
    color: #ff8a00;
}
nav ul li.has-sub a::after {
    content: "";
    margin-left: 10px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    display: inline-block;
    transition: .4s all;
}

nav ul li.has-sub:hover a::after {
    transform: rotate(178deg);
    border-top: 6px solid #fbca0c;
}
nav ul li.has-sub > ul li a::after {
    display: none;
}
nav ul li a:first-child {
    padding-left: 5px;
}

nav ul li > ul {
    position: absolute;
    width: 200px;
    background: #052E59;
    border-radius: 0 0 5px 5px;
    opacity: 0;
    z-index: -1;
    margin-top: 60px;
    visibility: hidden;
    transition: all ease 0.5s;
}
nav ul li > ul li {
    border-bottom: 1px solid #999;
    width: 100%;
}
nav ul li > ul li:last-child{
    border: none;
}
nav ul li:hover ul{
    opacity: 1;
    margin-top: 0;
    visibility: visible;
    z-index: 999;
}

nav ul li > ul li a {
    margin-left: 10px;
}

/* Hero Area CSS */
.hero-area{
    z-index: 9999;
}
.single-slider-item {
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #ddd;
    width: 100%;
    height: 400px;
}

h1.hero-title {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 70px;
    font-family: 'SolaimanLipi', serif;
    background: transparent;
    background-color: rgba(0,0,0,0.4);
    padding: 10px;
}
.hero-slider-carousel .owl-item.active .hero-title {
	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-name: fadeInDown;
	animation-delay:.8s;
  }
.hero-slider-carousel .slider-image img {
    width: 100%;
    height: 400px;
}
.hero-slider-carousel .owl-item.active .slider-image img {
	display: block;
	width: 100%;
	-webkit-animation: thing 20s;
	-o-animation: thing 20s;
	animation: thing 20s;
}

@keyframes thing {
	from{
		transform: scale(1, 1);
	}

	to{
		transform: scale(1.3, 1.3);	
	}
}
/* Announcement CSS */
.annount-button {
    background: #052E59;
    width: 90px;
    color: #fff;
    padding: 10px;
    border-radius: 0 50px 50px 0;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}

.announcement-area {
    padding: 20px 0;
}

.announce-items {
    background: #F1FCFF;
    position: relative;
}
.end-button {
    position: absolute;
    right: 0;
    top: 0;
    background: #052E59;
    width: 43px;
    height: 47px;
    border-radius: 50px 0 0 0;
}

a.moving-text {
    color: #000;
    width: max-content;
}
marquee.movetext {
    position: absolute;
    top: 10px;
}


/* Main Content CSS */
.main-content-area {
    padding: 0 0 30px 0;
}
h2.section-title {
    background: #004884;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    font-size: 25px;
    font-weight: 400;
}

.college-img img {
    width: 100%;
    height: 350px;
}

marquee.moveuptext ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

marquee.moveuptext ul li a {
    color: #000;
    line-height: 35px;
    font-size: 18px;
}
.content-box {
    box-sizing: border-box;
    border: 1px solid #004884;
    padding: 15px 15px 0 15px;
    margin-bottom: 30px;
}
.notice-borad ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.notice-borad ul li a {
    color: red;
    line-height: 35px;
}

.notice-borad ul li a img {
    margin-right: 5px;
}
.principle-msg img {
    width: 300px;
    float: left;
    margin: 0 10px 0 0;
    box-shadow: 0 0 30px #ddd;
    height: 300px;
}

.principle-msg p {
    text-align: justify;
}
.events ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.events ul li a {
    font-size: 18px;
    line-height: 36px;
    color: #DAA946;
}
.events ul li a i.fa-solid {
    margin-right: 10px;
}
/* College Info */

.college-info {
    border: 1px solid #F1F1F1;
    padding: 10px;
    margin-top: 30px;
}

.box-content{
    box-sizing: border-box;
    box-shadow: 0 0 10px #ddd;
    min-height: 282px;
    position: relative;
}
.box-content img {
    width: 210px;
    position: absolute;
    height: 180px;
    left: 20px;
    top: 15%;
}

.box-content ul {
    position: absolute;
    margin: 0;
    padding: 0;
    list-style: none;
    left: 53%;
}

.box-content ul li a i.fa-regular {
    margin-right: 10px;
    color: #3E7A46;
    background: #fff;
}

.box-content ul li a:hover {
    color: #052E59;
}

.box-content ul li a {
    font-size: 18px;
    line-height: 36px;
    transition: .3s all;
}

.box-content {
    padding: 10px 0 20px 10px;
}

/* Image Gallery CSS */
section.gallery-area {
    padding: 50px 0;
}
.page-content {
    text-align: center;
    margin-bottom: 50px;
}
.gallery-area span {
    display: inline-block;
    width: 50px;
    height: 5px;
    background: #052E59;
    border-radius: 5px;
}
.gallery-area span.small{
    width: 30px;
}
.gallery{
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax(250px, 1fr));
    grid-gap: 30px;
}
.gallery img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
}
.gallery img:hover{
    transform: scale(0.8) rotate(-15deg);
}
.gallery iframe {
    width: 250px;
    height: 200px;
}
/* Footer Area CSS */
.footer-area {
    background: #607D8B;
}
.footer-menu h3{
    font-family: 'SolaimanLipi', serif;
}
.footer-menu {
    padding: 30px 0;
    color: #fff;
    line-height: 40px;
}
.footer-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-menu ul li a:hover{
    color: #ff8a00;
}
.footer-menu ul li a{
    color: #fff;
    transition: .5s all;
}
.footer-menu ul li i.fa-solid {
    margin-right: 10px;
}

.social-icons a i.fa-brands {
    font-size: 25px;
    margin: 10px 10px 10px 0;
    transition: .5s all;
}

.social-icons a i.fa-brands:hover {
    color: #ff8a00;
}
.copyright-text {
    color: #fff;
}

.dev-link {
    float: right;
    color: #fff;
}

.dev-link a:hover {
    color: #ff8a00;
}
.border-top {
    padding-bottom: 30px;
}




