/*
Theme Name: iau
Theme URI: http://anisul.com/iau/
Author: Anisul Kibria
Author URI: http://anisul.com/
Description: This theme is designed and developed exclusively for the website of Islamic Arabic University.
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: iau
Tags:
*/
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Fonts
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
@font-face {
	font-family: 'GeosansLight';
	src: url('../fonts/GeosansLight.ttf') format('truetype');
}
@font-face {
	font-family: 'kalpurush';
	src: url('../fonts/kalpurush.eot') format('embedded-opentype'), url('../fonts/kalpurush.woff') format('woff'), url('../fonts/kalpurush.ttf') format('truetype'), url('../fonts/kalpurush.svg') format('svg');
}
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Global
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
body {
	background: url('../images/bg.png');
	color: #000000;
	font-family: 'GeosansLight', Open Sans;
	margin: 0;
	padding: 0;
}
a {
	color: #ffffff;
	font-family: 'GeosansLight', Open Sans;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
.logo_right {
	    border-radius: 100%;
    box-shadow: 0px 3px 4px #ffbc00;
    max-height: 120px;
    margin-top: 10px;
    padding-top: 5px;
    float: right;
    margin-right: 37px;
}
.logo_left{
	border-radius: 100%;
	box-shadow: 0px 3px 4px #ffbc00;
	max-height: 120px;
	margin-top: 10px;
	padding-top: 5px;
	    margin-left: 18px;
}

h1 {
	color: #ffffff;
	font-family: 'kalpurush', Kalpurush;
	font-size: 32px;
	font-weight: 300;
	margin-top: 10px;
}
h1 a,
h1 a:focus {
	color: #000000;
	font-family: 'kalpurush', Kalpurush;
	text-decoration: none;
}
h1 a:hover {
	color: #333333;
}
h2 {
	color: #000000;
	font-family: 'kalpurush', Open Sans;
	font-size: 24px;
	font-weight: 700;
	margin-top: 10px;
}
h2 a,
h2 a:focus {
	color: #111111;
	font-family: 'kalpurush', Open Sans;
	text-decoration: none;
}
h2 a:hover {
	color: #333333;
}
h4 {
	font-family: 'kalpurush', Kalpurush;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 7.5px;
	padding-right:7.5px;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Main Content
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.main-content h4,
.notice h4 {
	background: #DBECFD;
	color: #002147;
	font-weight: 700;
	margin: 0;
	padding: 15px 0;
}

.main-content .word {
	background: #dbecfd;
	padding: 10px;
	font-family: monospace;
}
.main-content .word .text-left {
	text-align: left;
	display: inline-block;
	width: 50%;
	color: #002147;
	font-size:x-large;
	font-weight: bold;
	font-family: 'kalpurush', Kalpurush;
}
.main-content .word .text-right {
	text-align: right;
	float: right;
	color: #002147;
	display: inline-block;
	width: 50%;
	font-family: 'kalpurush', Kalpurush;
}
.main-content a,
.notice a {
	color: #000000;
	font-family: 'kalpurush', Kalpurush;
	font-size: 16px;
}
.main-content a:hover,
.notice a:hover {
	color: #666666;
}
.main-content ul, .main-content ol,
.notice ul, .notice ol {
	margin: 0;
	padding-left: 0;
}
.main-content li,
.notice li {
	margin-bottom: 15px;
}
.main-content .side-nav li {
	margin-bottom: 0;
}
.latest {
	background: #ffffff;
	border: 1px solid #DBECFD;
	min-height: 50px;
	margin: 0 7.5px 15px;
}
.latest .news {
	padding: 15px 15px 0;
}
.calligraphy {
	background: #DBECFD;
	border: 1px solid #DBECFD;
	min-height: 90px;
	margin: 0 7.5px 15px;
	padding: 15px 5px;
}
.block-content {
	padding: 15px;
}
p {
	font-size: 16px;
	font-family: 'kalpurush', Kalpurush;
}
.vc {
	float: left;
}
.history p {
	text-align: justify;
	    line-height: 30px;
}
.history img {
	width: 50%;
    border: 2px solid #e2e2e2;
    margin: 10px;
	
}
.poem {
	font-size: 18px;
}
.header {
	background-size: 100% 152px;
	padding-top: 5px;
	padding-bottom: 0;
	box-shadow: 0px 2px 4px -1px #898b8c;
}
.header h1 a, .header h2 a{
	color: #ffffff;
}

.top_header {
background: url("../images/bg2.jpg")no-repeat;
background-size: 100% 100%;
	box-shadow: 0 1px 3px #7bacdc;
}
.home .header h1 a, .home .header h2 a, .home .header p{
	color: #ffffff;
}
.social a.lang {
	font-size: 14px;
	text-align: right;
}
.social {
	color: #000000;
	font-size: 24px;
	font-family: FontAwesome;
	text-align: right;
	padding-top: 10px;
	padding-right: 7.5px;
}
.social a {
	color: #000000;
	font-size: 16px;
	font-family: 'FontAwesome';
}
.social .lang a {
	font-size: 12px;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Navigation Menu
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.navbar {
	background: #034656;
	border-radius: 0;
	margin: 0px 0 0px;
	min-height: 40px;
	width: 100%;
}
.pages .navbar {
	margin: 10px 0 0;
}
.menubar {
	padding: 0;
}
.container-fluid>.navbar-header {
	border-bottom: 5px solid #21bf73;
	margin-left: 0;
	margin-right: 0;
}
.nav>li>a {
	font-family: 'kalpurush', kalpurush;
	padding: 8px 5px;
}
.navbar ul li a {
	color: #ffffff;
	font-size: 13px;
	font-weight: 400;
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background: #034656;
}
.navbar ul li a:hover,
.navbar ul li a:active,
.navbar ul li a:focus {
	background: #ff5d6c;
	color: #ffffff;
}
.navbar-collapse {
	padding: 0;
}
.navbar-toggle {
	/*background-color: #e2e2e2;*/
}
.navbar-toggle .icon-bar {
	background: #ffffff;
	border-radius: 0;
	width: 30px;
}
.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 6px;
}
.mainmenu {
	border-left: 1px solid #1e3f5e;
	border-right: 1px solid #1e3f5e;
}
.nav-justified>.dropdown > .dropdown-menu li {
	position: relative;
}
.nav-justified>.dropdown > .dropdown-menu li > .dropdown-menu {
	top: 0px;
	left: 100%;
}
.nav-justified>li {
	border-right: 1px solid #1e3f5e;
	border-top: 1px solid #1e3f5e;
	border-bottom: 1px solid #1e3f5e;
}
.nav-justified>li:last-child {
	border-right: 0;
}
.navbar-nav>li {
	border-right: 1px solid #1e3f5e;
}
.navbar-nav>li:last-child {
	border-right: 0;
}
.current-menu-item, .current_page_item {
	background: #ff5d6c;
	color: #ffffff;
}
.nav-justified>li.current-menu-item, .nav-justified>li.current_page_item {
	border-bottom:0;
}
.nav-justified>li.current-menu-item:hover, .nav-justified>li.current_page_item:hover {
	border-bottom: 1px solid #1e3f5e;
}
.navbar-nav>li>.dropdown-menu {
	background: #034656;
	border-radius: 0;
	width: 100%;
}
.dropdown-menu li a {
	border-top: 1px solid #1e3f5e;
	font-family: 'kalpurush', kalpurush;
	padding: 6px 20px;
	color: white;
}
.dropdown-menu {
	background: #034656;
	border-bottom: 1px solid #1e3f5e;
	border-left: 1px solid #1e3f5e;
	border-radius: 0;
	border-right: 1px solid #1e3f5e;
	opacity: 0.9;
	padding: 0;
	margin: 0;
}
.dropdown:hover > .dropdown-menu {
	display: block;
}

.dropdown .dropdown-menu ul{
	list-style: none;
	text-decoration: none;
}
.navbar-fixed-top {
	margin: 0;
	opacity: 0.7;
} 
.pages .navbar-fixed-top {
	margin: 0;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Slider
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.slider {
	border: 1px solid #c4def7;
}
.jssorb01 {
	position: absolute;
}
.jssorb01 div,
.jssorb01 div:hover,
.jssorb01 .av {
	position: absolute;
	width: 12px;
	height: 12px;
	filter: alpha(opacity=70);
	opacity: .7;
	overflow: hidden;
	cursor: pointer;
	border: #000 1px solid;
}
.jssorb01 div {
	background-color: gray;
}
.jssorb01 div:hover,
.jssorb01 .av:hover {
	background-color: #d3d3d3;
}
.jssorb01 .av {
	background-color: #fff;
}
.jssorb01 .dn,
.jssorb01 .dn:hover {
	background-color: #555555;
}
.jssora05l,
.jssora05r {
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(../icon/a16.png) no-repeat;
	overflow: hidden;
}
.jssora05l {
	background-position: -10px -40px;
}
.jssora05r {
	background-position: -70px -40px;
}
.jssora05l:hover {
	background-position: -130px -40px;
}
.jssora05r:hover {
	background-position: -190px -40px;
}
.jssora05l.jssora05ldn {
	background-position: -250px -40px;
}
.jssora05r.jssora05rdn {
	background-position: -310px -40px;
}
.slider img {
	width: 100%;
}
.page-template-page-contact .table {
	margin-bottom: 0;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Notice
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.notice {
	background: #ffffff;
	border: 1px solid #c4def7;
	min-height: 312px;
}
.notice li,
.footer li {
	list-style: none;
	padding-left: 1.2em;
}
.notice li a:hover {
	color: #666666;
	text-decoration: none;
}
.notice li:before,
.footer li:before,
.all-notice li:before {
	content: '';
	display: inline-block;
	font-family: 'FontAwesome';
	margin-left: -1.2em;
	width: 1.2em;
}
.awesome {
	font-family: 'FontAwesome';
}
.kalpurush {
	font-family: 'kalpurush', kalpurush;
}
.messages p {
	margin-bottom: 5px;
	text-align: justify;
	line-height: 25px;
}
.calligraphy img{
	max-height: 300px;
}
.top-15 {
	margin-top: 15px;
}
.main-content {
	padding: 15px 0;
}
.content-block-home {
	background: #ffffff;
	border: 1px solid #DBECFD;
	min-height: 300px;
}.content-block {
	background: #ffffff;
	border: 1px solid #DBECFD;
}
.side-nav .nav>li>a {
	font-family: 'kalpurush', kalpurush;
	padding: 5px;
}
.side-nav .nav>li>a .awesome{
	color: #ff5d6c;
	font-size: 26px;
	padding: 0 5px;
}
.side-nav .nav>li>a:hover .awesome{
	color: #ffffff;
}
.blink {
	animation: blinker 1s linear infinite;
	color: #ff0000;
}
@keyframes blinker {
	50% { opacity: 0.5; }
}
.pages .content-block {
	min-height: 500px;
}
.bottom-block {
	margin-top: 15px;
}
.scrollup {
	background: #ff5d6c none repeat scroll 0 0;
	bottom: 50px;
	color: #ffffff;
	display: none;
	float: right;
	font-size: 26px;
	line-height: 20px;
	padding: 5px 10px 10px;
	position: fixed;
	right: 32px;
	text-align: center;
	z-index: 99999;
}
.scrollup i {
	font-size: 26px;
	color:#294a70;
}
.scrollup:hover i {
	font-size: 26px;
	color:#fff;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Carousel
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.image-carousel {
	background: #ffffff;
	border: 1px solid #DBECFD;
	min-height: 225px;
	padding: 7.5px;
}
.image-carousel img {
	cursor: zoom-in;
	padding: 7.5px;
	width: 100%;
}
.image-gallery {
	min-height: 700px;
	padding-top:0;
}
#mimg {
	max-width: 100%;
}
.modal-header {
	min-height: 40px;
}
.modal-content {
	border-radius: 0;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	background-color: #002147;
}
.nav-pills>li>a {
	border-radius: 0;
	background: #034656;
	color: #ffffff;
}
.nav-pills>li>a:focus,
.nav-pills>li>a:hover {
	background: #ff5d6c;
	color: #ffffff;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Pagination
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.pagelink {
	border: 1px solid #e2e2e2;
	padding-top: 10px;
}
.pagelink, .pagelink p, .gov-body .pagelink, .gov-body .pagelink a {
	font-family: 'kalpurush', kalpurush;
	font-size: 16px;
	font-weight: bold;
}
.pagelink a, .gov-body .pagelink a {
	border: 1px solid #e2e2e2;
	color: #034656;
	padding: 5px 10px;
}
.pagelink a:hover, .gov-body .pagelink a:hover {
	background: #e2e2e2;
}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Footer
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
.footer {
	color: #000000;
	font-family: 'kalpurush', kalpurush;
}
.footer h4 {
	font-weight: 300;
	margin-top: 5px;
}
.footer ul {
	padding: 0;
}
.footer a {
	color: #000000;
	font-family: 'kalpurush', kalpurush;
}
.footer a:hover {
	color: #666;
}
.footer-top {
	background: #DBECFD;
	border-top: 10px solid #ff5d6c;
	min-height: 200px;
	padding-top: 12px;
	padding-bottom: 10px;
}
.footer-bottom {
	background-color: #054656;
	border-top: 1px solid #1e3f5e;
	min-height: 40px;
	border-top: 8px solid #21bf73;
	color: #ffffff;
	padding: 10px 0 10px 0;
}
.footer-bottom a {
	color: #DBECFD;
}
.footer-bottom a:hover {
	color: #ffffff;
}
.footer-bottom-border {
	background: url(../images/footer-border.jpg) repeat-x;
	background-color: #002147;
	min-height: 40px;
	opacity: 0.5;
}
.map {
	color: #000000;
	width: 100%;
}
.all-division li {
	list-style: none;
}
.all-division li:before {
	content: '';
}
.all-division h3 {
	background: #e5e5e5;
	border: 1px solid #cccccc;
	padding: 8px 5px;
	margin: 0;
	text-align: center;
}
.all-division h3:hover {
	background: #dddddd;
}
.all-division h4 {
	font-weight: 400;
	padding: 10px 0;
	text-align: center;
}
.all-notice {
	padding: 20px 30px;
}
.all-notice li {
	list-style: none;
}
.contact-nos .table {
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	font-family: 'kalpurush', kalpurush;
	font-size: 16px;
}
.footer-title {
	border-bottom: 1px solid #1e3f5e;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.marquee {
	overflow: hidden;
}
.gov-body {
	padding-left: 40px;
}
.gov-body a {
	font-size: 17px;
}
.gallery .image-carousel img {
	padding: 15px 0;
}
.lightbox {
	display: none;
}
.tp-bullets{z-index:100;}
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
/*    Media Queries
/* ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== ===== */
@media (min-width: 769px) and (max-width: 1199px) {
	.notice {
		min-height: 253px;
	}
	.content-block {
		min-height: 470px;
	}
}
@media (min-width: 1025px) {
	.navbar ul li a {
		font-size: 15px;
	}
}
@media (min-width: 768px) {
	.container>.navbar-collapse {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.slider {
		min-height: 440px;
	}
	.sliderb_container {
		min-height: 440px;
	} 
}
@media (max-width: 992px) {
	.slider {
		margin-bottom: 15px;
	}
	.content-block {
		min-height: 100px;
		padding-bottom: 15px;
		margin-top: 15px;
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.nav>li>a {
		padding: 10px 12px;
	}
}
@media (max-width: 768px) {
	.container {
		min-width: 320px;
	}
	.logo_right {
		display: none;
	}
	.logo_left{
		margin-left: 35%;
	}
	h1 {
		font-size: 26px;
	}
	h2 {
		font-size: 22px;
	}
	.social {
		display: none;
	}
	.navbar {
		margin: 10px 0;
		min-height: 30px;
	}
	.navbar-toggle {
		margin: 0 7.5px;
		padding: 7px;
	}
	.nav>li>a {
		padding: 10px;
	}
	.nav-justified>.dropdown .dropdown-menu {
		left: 25%;
	}
	.notice {
		min-height: 100px;
	}

}
.table-responsive h2{
	font-size:15px;
}


.content-blocks {
	background: #ffffff;
	border: 1px solid #DBECFD;
	min-height: 200px;
	margin: 15px 0px 15px 0px;
}
.animated{
	/*background-image: url(http://localhost/gmmc/assets/images/bg5.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.teacherSliderContent{
	margin-top: 10%;
}
h1.title.text-center.kalpurush {
	font-size: 50px;
}
p.title.text-center.text-dark.kalpurush {
	color: black;
}
.search_form{
	display: inline;
	float: right;
}
.search_box{
    height: 23px;  
    border-radius:0; 
}
.search_button{
        padding: 1px 6px;  
    border-radius:0; 
}
.gallary_img{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 24%;
    float: left;
    margin: 5px;
    border: 5px solid #034656;
    outline: 2px solid white;
    overflow: hidden;
}
.gallary_img .img{
  overflow: hidden;
}
.gallary_img img{
	width: 100%;
	height: 250px;
	transition: 1s;
}
.gallary_img img:hover{
	transform: scale(1.1);
}
.gallary_img p{
	background: #034656;
    padding: 10px;
    text-align: center;
    color: #ff5d6c;
    margin: 0;
     overflow: hidden;
}

.gallary_video{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 24%;
    float: left;
    margin: 5px;
    border: 5px solid #034656;
    outline: 2px solid white;
    overflow: hidden;
}
.gallary_video .video{
  overflow: hidden;
}
.gallary_video video{
	width: 100%;
	height: 203px;
	transition: 1s;
}
.gallary_video video:hover{
	transform: scale(1.1);
}
.gallary_video p{
	background: #034656;
    padding: 10px;
    text-align: center;
    color: #ff5d6c;
    margin: 0;
     overflow: hidden;
}

@media screen and (max-width:500px){
	.gallary_img{
    width: 100%;
}

.gallary_video{
    width: 100%;
}


}