/*
Theme Name: MonojogWP
Theme URI: https://monojog.projuktilab.com/
Author: Jihadur Rahman Noyon
Author URI: https://projuktilab.com/
Description: A WordPress Theme for School and College by ProjuktiLab.
Tags: blog, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, translation-ready, block-styles, wide-blocks
Version: 1.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: monojogedu
*/

h1, h2, h3, h4, h5,h6, p, ul, ol, li, div {
    margin: 0;
    padding: 0;
}
p {
    text-align: justify;
}
a {
    text-decoration: none;
    color: #e9008b;
    font-weight: bold;
}
img {
	max-width: 100%;
}
@font-face {
  font-family: SolaimanLipi;
  src: url(fonts/SolaimanLipi.ttf);
}
body {
	font-size: 16px;
	background: url(images/bg1.png) fixed;
	font-family: SolaimanLipi;
}

.content-center {
    text-align: center;
    padding-bottom: 15px;
}
.section-row {
    background: #FFF;
    padding: 30px 0;
}
.pl-button {
    background-color: #ff46b2;
	background-image: linear-gradient(160deg, #ff46b2 0%, #d307c4 100%);
    color: #FFF;
    padding: 7px 15px;
    display: inline-block;
    font-weight: bold;
    border-radius: 5px;
	transition: .5s;
}
.pl-button:hover {
  background: #34495e;
}
.pl-button-bordered {
	border: 2px solid #ff46b2;
	padding: 5px 15px;
	margin-top: 5px;
	margin-top: 10px;
	font-weight: bold;
	color: #ff46b2;
	border-radius: 5px;
	display: inline-block;
	transition: .5s;
}
.pl-button-bordered:hover {
  background: #2e3191;
  color: #fff;
}
.top-bar-area {
    background-color: #ff46b2;
	background-image: linear-gradient(160deg, #ff46b2 0%, #d307c4 100%);
    color: #FFF;
    padding: 10px;
	font-weight: bold;
}
.top-bar-area a {
	color: #fff;
}

.slider-area {
	margin-bottom: 15px;
}

/******** Header Section ***********/
.header-area {
	text-align: center;
	background: #FFF;
	padding: 15px 0;
	
}
.header-section {
	background: #FFF;
	overflow: hidden;
}


/*********** Menu Section **********/
.main-menu {
	background-color: #2e3191;
	margin-bottom: 20px;
}
.main-menu:after {
	content: '';
	clear: both;
	display: block;
}
.main-menu ul {
	list-style: none;
}
.main-menu ul li {
	float: left;
	position: relative;
}
.main-menu ul li a {
	display: block;
	padding: 5px 10px;
	color: #27ae60;
}
.main-menu ul ul {
	display: none;
	background: #34495e;
	position: absolute;
	z-index: 999999999999;
	min-width: 200px;
}
.main-menu ul ul li {
	float: inherit;
}
.main-menu ul li a {
	color: #FFF;
	padding: 10px 15px;
}
.main-menu .current-page-item, .main-menu .current-menu-item  {
	background: #e9008b;
}

/******** Mobile Menu *******/
.mobile-menu-more {
  background-color: #2e3191;
	background-image: linear-gradient(160deg, #ff46b2 0%, #d307c4 100%);
  margin-top: 5%;
}
.mobile-menu ul {
	list-style: none;
}
.mobile-menu ul li {
	border-bottom: 1px solid #ddd;
}
.mobile-menu ul li:last-child {
	border-bottom: none;
}
.mobile-menu ul li a {
	display: inline-block !important;
	padding: 10px;
	color: #3d3d3d;
}
.mobile-menu .sub-menu {
  margin-left: 15px;
}



/*********** Scrolling Text **********/
.current-notice-area {
    margin-bottom: 20px;
	clear: both;
}
.current-notice {
    margin: 0 10px;
}
.scrolling-content {
    overflow: hidden;
	font-weight: bold;
}

.scrolling-heading {
    background: #e9008b;
    text-align: center;
    font-weight: 900;
    padding: 10px;
    color: #fff;
}
.scrolling-heading a {
    color: #FFF;
    font-weight: bold;
}
.scrolling-content {
    text-align: center;
    padding: 1px;
	background-color: #2e3191;
    padding: 10px;
    color: #fff;
}
.scrolling-content p {
	font-weight: bold;
}
.scrolling-text {
    white-space: nowrap;
    animation: scrollText 20s linear infinite; /* Adjust duration as needed */
}

/* Define the animation */
@keyframes scrollText {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

/********** Notice Section **********/

.notice-board a {
	color: #34495e;
	font-weight: 700;
}

/************ Main Content ************/
.content-section {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 20px;
    background: #FFF;
}
.content-section h2 {
    color: #fff;
    font-size: 20px;
	background-color: #2e3191;
    font-weight: 900;
}
.content-section h2 i {
    background: #e9008b;
    padding: 10px;
}
.content-section p {
    padding: 15px;
}

/************* Large Menu ******************/
.large-menu {
	text-align: center;
	border: 1pxsolid #ddd;
	padding: 15px 0;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	background-color: #2e3191;
  font-weight: 900;
}
.large-menu:hover {
  background: #d307c4;
}
.large-menu-section {
	padding: 15px 20px;
}
.large-menu a {
	color: #FFF;
}
.large-menu h3 {
	font-size: 19px;
	font-weight: 700;
}
.large-menu i {
	font-size: 35px;
	margin-bottom: 10px;
}


/************ Sidebar ************/
.sidebar-section {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 20px;
    background-color: #FFf;
}
.sidebar-section h2 {
    background: #2e3191;
    color: #fff;
    font-size: 20px;
    font-weight: 900;

}
.sidebar-section h2 i {
    background: #2e3191;
    padding: 10px;
}
.sidebar-section ul {
    list-style: none;
    margin: 0;
    padding: 10px;
}
.sidebar-section ul li {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.sidebar-section ul li:last-child {
    border-bottom: none;
}

.sidebar-section-link ul li i {
    color: #fff;
    background-color: #2e3191;
    font-size: 12px;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.sidebar-section-link a {
	color: #2e3191;
}
.notice-date {
  background-color: #2e3191;
  font-size: 14px;
  text-align: center;
  display: block;
  color: #FFF;
  font-weight: bold;
  margin-left: 7px;
}
.notice-date span {
	padding: 2px;
	display: block;
}
.notice-date-bottom {
	background: #eb008b;
}

.sidebar-person {
    text-align: center;
    padding: 15px;
}
.sidebar-person p {
    text-align: center;
}
.sidebar-person img {
    width: 200px;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

/********* Notice Page ***********/
.list-notice {
	list-style: none;
}
.list-notice li {
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
}
.list-notice li:last-child {
	border-bottom: none;
}
.list-notice li a {
	display: block;
}
.list-notice span {
  font-size: 14px;
  color: #757575;
}

/************ Single Page *************/
.single-page-style {
	padding: 15px;
}
.single-page-style h2 {
  text-align: center;
  background: #fff;
  color: #27AE60;
  border-bottom: 2px solid #27ae60;
  margin-bottom: 5px;
  background: #f4f4f4;
  padding: 8px;
}
.person-item {
  padding: 10px 10px;
  text-align: center;
  margin-bottom: 20px;
  background: linear-gradient(white, white) padding-box, linear-gradient(to right, #e724bc, darkorchid) border-box;
  border: 3px solid transparent;
}
.person-item img {
  width: 200px;
  height: 250px;
  margin-bottom: 5px;
}
.person-item p {
  padding: 0;
  text-align: center;
}
.page-content-title i {
	color: #FFF;
}
/******* Footer Section *********/
.footer-area {
    color: #FFF;
    padding: 10px;
	background-color: #2e3191;

}
.footer-section a {
  color: #FFF;
}


.mobile-only {
	display: none;
}
@media all and (max-width: 768px){
    .mobile-only {
        display: block;
    }
    .lgd-only {
        display: none;;
    }
	.header-area {

		margin-bottom: 15px;
		border-bottom: 1px solid #ddd;
	}
    #offcanvasExample {
        max-width: 85%;
    }
	.header-section img {
	  width: 80%;
	  margin: 10px 0;
	  float: left;
	}
	.large-menu h3 {
  		font-size: 16px;
	}
	.footer-area p {
	  text-align: center;
	  margin-bottom: 5px;
	}
}
