/*
Theme Name: GovmentTheme
Theme URI: https://thememate.net/educationalsite/
Author: The ThemeMate Team
Author URI: https://thememate.net/
Description: educationalSitedesign brings your site to life with immersive featured images and subtle animations. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: educationalsite
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use

/* Base CSS */
@font-face {
    font-family: 'SolaimanLipiNormal';
    src: url('fonts/solaiman-lipi.eot');
    src: url('fonts/solaiman-lipi.eot') format('embedded-opentype'),
         url('fonts/solaiman-lipi.woff') format('woff'),
         url('fonts/solaiman-lipi.ttf') format('truetype'),
         url('fonts/solaiman-lipi.svg#SolaimanLipiNormal') format('svg');
	
	font-weight:normal;font-style:normal;
}
.alignleft {
    float: left;
    margin-right: 15px;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}
html,


a:hover { text-decoration: none }

/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}



/*=================================================
					header start						
==================================================*/

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

.card {
    box-shadow: 3px 3px 3px 7px rgba(0,0,0,0.1);
    transition: 0.3s;
}

.card:hover {
    box-shadow:  3px 3px 3px 7px rgba(0,0,0,0.1);
}

.slider  {
	/*border:1px solid#fff!important;
	padding:2px;
	background:#808080!important;*/
}
.slider img {
	width:100%;
	height:auto;
}
.photo-caption{
	font-size:20px;
	line-height:auto;
	font-weight:400;
	padding:10px 10px 10px 10px;
	opacity:0.6;
	background:#E8E8FF
}
.photo-caption a{
	color:#000;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	background : black;
	padding: 10px;
	border-radius : 5px;
	opacity:0.5;
	text-align:center
}
.centered a{
	color : white
}

.scrool{
	margin-bottom:10px;
	margin-top:10px;
}

.scrool_2{
	padding:6px!important;
	background:#EDEDED!important;
	font-size:16px!important;
}
.scrool_2 a{
	color:#1A57B7;
	font-size:15px;
}

.History img {
	width:40%;
	height:auto;
	margin-right:10px;
	float:left;
}
.History p {
	font-size:18px;
	line-height:auto;
	color:#000;
	text-align:justify;
}
.profile img {
	width:40%;
	height:auto;
	margin-right:10px;
	float:left;
}
.profile p {
	font-size:16px;
	line-height:auto;
	color:#000;
	text-align:justify;
}


.catagory_title_1{
    padding: 6px;
	color:#fff;
	font-size:20px;
	font-weight:400;
	margin:0;
	overflow:hidden;
	background: #DB526A;
    background: -webkit-linear-gradient(-90deg, #DB526A, #A53146);
    background: -o-linear-gradient(-90deg, #DB526A, #A53146);
    background: -moz-linear-gradient(-90deg, #DB526A, #A53146);
    background: linear-gradient(-90deg, #DB526A, #A53146);
}
.catagory_title_2{
    padding: 6px;
	color:#fff;
	font-size:20px;
	font-weight:400;
	margin:0;
	overflow:hidden;
	background: #39D088;
    background: -webkit-linear-gradient(-90deg, #39D088, #06874A);
    background: -o-linear-gradient(-90deg, #39D088, #06874A);
    background: -moz-linear-gradient(-90deg, #39D088, #06874A);
    background: linear-gradient(-90deg, #39D088, #06874A);
}
.catagory_title_3{
    padding: 6px;
	color:#fff;
	font-size:20px;
	font-weight:400;
	margin:0;
	overflow:hidden;
	background: #D8931E;
    background: -webkit-linear-gradient(-90deg, #D8931E, #965D03);
    background: -o-linear-gradient(-90deg, #D8931E, #965D03);
    background: -moz-linear-gradient(-90deg, #D8931E, #965D03);
    background: linear-gradient(-90deg, #D8931E, #965D03);
}
.catagory_title_4{
    padding: 6px;
	color:#fff;
	font-size:20px;
	font-weight:400;
	margin:0;
	overflow:hidden;
	background: #4DA9E4;
    background: -webkit-linear-gradient(-90deg, #4DA9E4, #1C76B1);
    background: -o-linear-gradient(-90deg, #4DA9E4, #1C76B1);
    background: -moz-linear-gradient(-90deg, #4DA9E4, #1C76B1);
    background: linear-gradient(-90deg, #4DA9E4, #1C76B1);
}

.add {
	margin-top:10px;
	margin-bottom:5px;
}
.add img{
	width:100%;
	height:auto;
}
.news_information img{
	width:35%;
	float:left;
	margin-right:10px;
	padding:30px;
	}
.news_information{
	width:100%;
	border:1px solid#808080;
	background:#ECECEC;
	float:left;	
	padding-bottom:30px;
	overflow:hidden;
	margin-bottom:20px;
	}
.news_information ul{
	margin-top:30px;
	}
.news_information ul li{
	list-style:none;
	}
.news_information ul li a{
	font-size:14px;
	color:#3e3d3c;
	line-height:auto;
	padding-left:18px;
	}
.news_information ul li a:hover{
	text-decoration:none;
	color:#066ab0;
	}
.news_information li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.0em; /* same as padding-left set on li */
  width: 0.3em; /* same as padding-left set on li */
}

.academy_information i {
	color:#fff;
	font-size:16px;
	padding-top:3px;
	padding-left:15px;
}
.academy_information a {
	color:#fff;
	font-size:16px;
	padding-left:10px;
	text-decoration:none;
	text-align:center!important;
}
.academy_information {
	overflow:hidden;
	width:100%;
	}
.academy_information ul li{
	list-style:none;
	margin-left:-50px !important;
	}

.academy_information li{
	margin-bottom:6px;
	padding:7px;
	background: #DE182C;
    background: -webkit-linear-gradient(-90deg, #DE182C, #C71528);
    background: -o-linear-gradient(-90deg, #DE182C, #C71528);
    background: -moz-linear-gradient(-90deg, #DE182C, #C71528);
    background: linear-gradient(-90deg, #DE182C, #C71528);
	
}
.academy_information li:hover{
	margin-bottom:6px;
	padding:7px;
	background: #E58A47;
    background: -webkit-linear-gradient(-90deg, #E58A47, #A64B08);
    background: -o-linear-gradient(-90deg, #E58A47, #A64B08);
    background: -moz-linear-gradient(-90deg, #E58A47, #A64B08);
    background: linear-gradient(-90deg, #E58A47, #A64B08);
	
}

.academy_information li:before {
  content: "\f18e"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: 1.0em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
  color:white;
}
	
.notice_box{
	width:100%;
	overflow:hidden;
	background:#ebebeb;
	padding-bottom:10px;
	padding-right:5px;
	margin-bottom:10px;
	}
.notice_box ul{
	overflow:hidden;
	margin-top:10px;
	}
.notice_box ul li{
	padding-top:8px!important;
	padding-bottom:8px!important;
	list-style:none;
	}
.notice_box ul li i{
	font-size:13px;
	margin-left:-25px;
	margin-right:5px;
	}
.notice_box ul li a{
	font-size:15px;
	color:#3e3d3c;
	line-height:auto;
	}
.notice_box ul li a:hover{
	text-decoration:none;
	color:#066ab0;
	}

.notice_box li:before {
  content: "\f18e"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.0em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}								/******************* bootom_footer start*****************/


.social-link{
	overflow:hidden;	
}
.social-link ul {
	text-align: center;
	padding:0 !important;
	margin:0 !important;
	
}
.social-link ul li {
	display: inline;
	list-style: none;
	padding: 0 5px;
}
.social-link ul li a:hover i {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}


.social-link ul li a i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


/******************* contact us css start *****************/
.contuct_box{
	margin-bottom:30px;
	margin-top:20px;
}

.contact_us_text p{
	font-weight:400;
	font-size:20px;
	color:#3C3C3C;
	text-decoration:none;
	text-align:justify;
}

.form_box{
	padding-right:20px;
}
.form_box button{
	margin-left:10px;
	margin-top:10px;
	width:30%;
	overflow:hidden;
}
.form-group {
    width: 100%;
    position: relative;
    left: 10px;
    line-height: 22px;
	float:center;
	 	
}
.form-group:hover input {
	width: 100%;
	border:2px solid#FE2E2B;
}
.sub-group {
    width: 100%;
    position: relative;
    left: 10px;
    line-height: 22px;
	float:center;
	margin-top:15px;
	 	
}
.sub-group:hover input {
    width: 100%;
	border:2px solid#FE2E2B;
}
.Chat-group {
    width: 100%;
    position: relative;
    left: 10px;
    line-height: 22px;
	float:center;
	margin-top:15px;
	 	
}
.sub-group:hover textarea {
    width: 100%;
	border:2px solid#FE2E2B;
}



/*============================================
		employee_imformation css start
== =========================================*/

.employee_box{
	margin-bottom:5px !important;
	margin-top:5px!important;
	overflow:hidden;
}

.image_title img{
	width:100%;
	height:auto;
	border:1px solid#E7E5E5!important;
	padding:2px;
	background:#fff!important;
}
.employee_imformation{
	background:#E8E8FF;
	padding:8px 12px 12px 12px;
	text-align:center;
}
.employee_imformation a{
	font-size:16px;
	color:#000;
	font-weight:400;
	text-decoration:none;
}
.employee_imformation a:hover{
	color:#FF0000;
}
.service-img {
	position: relative;
	overflow: hidden
}
.service-img img {
	-webkit-transition: all 0.5s ease;
	transition: all 0.6s ease;
	width:100%;
	height:auto;
	
}
.service-img img:hover {
	position: relative;
	z-index: 20;
	-webkit-transform: scale(1.1111);
	transform: scale(1.1111);
}

/*============================================
		photogallary Page css start
============================================*/
.photogallary{
	margin-bottom:5px !important;
	margin-top:5px!important;
	overflow:hidden;
}
.gallary img{
	width:100%;
	height:auto;
	border:1px solid#E7E5E5!important;
	padding:2px;
	background:#fff!important;
}
.photo_title a{
	color:#000;
}
.photo_title a:hover{
	color:#23529C;
}
.photo_title {
	background:#E8E8FF;
	padding:8px 12px 12px 12px;
	text-align:center;
	height: 100px;
}


/*============================================
		single_page css start
============================================*/
.single_page{
	margin-bottom:10px !important;
	margin-top:10px!important;
	overflow:hidden;
}
.page_hadding{
	font-size:22px;
	line-height:auto;
	color:#020F74;
	border-bottom:1px solid#B9B9B9;
	border-top:1px solid#B9B9B9;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}
.page_dtails {
	padding:20px 0px 30px 0px;;
}

.page_dtails p{
	color:#000;
	text-align:justify;
}

.page_dtails iframe {
	width:100%; height:350px;
}



/*============================================
		Photo Gallery single_page css start
============================================*/
.psingle_page{
	margin-bottom:10px !important;
	margin-top:10px!important;
	overflow:hidden;
}
.psingle_page img{
	width:100%;
	height:auto;
}
.ppage_hadding{
	font-size:22px;
	line-height:auto;
	color:#020F74;
	border-bottom:1px solid#B9B9B9;
	border-top:1px solid#B9B9B9;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
}


/*============================================
		blog_page css start
============================================*/
.card_1 {
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.1);
    transition: 0.1s;
}

.card_1:hover {
    box-shadow:  3px 3px 3px 3px rgba(0,0,0,0.1);
}
.blog_page{
	margin-bottom:10px !important;
	margin-top:10px!important;
	overflow:hidden;
	padding:20px 0px 20px 0px;
}
.blog_hadding a{
	font-size:21px;
	line-height:auto;
	color:#020F74;
	text-decoration:none;
	margin-bottom:8px;
}
.blog_hadding a:hover{
	color:#7A0335;
}
.blog_dtails {
	overflow:hidden;
	padding:15px;
	border-bottom:3px solid#ABA9A9;
	border-left:5px solid#353A60;
	margin-bottom:20px;
}
.blog_dtails img{
	width:20%;
	height:auto;
	float:left;
	padding:15px 8px 15px 8px;
	margin-right:10px;
	border:1px solid#E7E5E5!important;
	padding:2px;
	background:#fff!important;
	overflow:hidden;
}
.blog_dtails p{
	font-size:15px;
	color:#000;
	overflow:hidden;
	text-align:justify;
}

/*============================================
		download_page css start
============================================*/

.download_page{
	margin-bottom:10px !important;
	margin-top:10px!important;
	overflow:hidden;
	padding:30px;
}
.download_hadding span{
	font-size:20px;
	color:#fff;
	background:#072C01;
	padding:10px 12px 13px 12px;
}
.download_hadding a{
	font-size:20px;
	text-decoration:none;
	color:#000;
	background:#E2E4E2;
	padding:8px 8px 8px 8px;
}
.download_dtails {
	overflow:hidden;
	margin-top:10px;
	margin-bottom:20px;
}

/* facebook title ========================= */

.fb-root{
	margin-bottom:5px;
}
.facebook_title a{
	color:#fff;
	
} 

/* footer SAKALINE ========================= */
.footer-section {
    
}
.footer-border{padding:20px 0;}
.main_footer{
	padding: 0;
}
.footer-menu ul{
    list-style: none;
    padding: 0;
    padding-left: 10px;
}
.footer-menu ul li {
    padding-bottom: 15px;
    font-size: 17px;
}
.footer-menu ul li a {
    color: #D3DBCE;
    text-decoration: none;
}
.editorial-text {
	color:#fff;
}



.container-fluid{background: #000;}
.menu-border-left{border-left: 1px solid #D3DBCE; text-align: left;}
.menu-border-right{border-right: 1px solid #D3DBCE;}
#copytxt, #developtxt{color:#D3DBCE; }
.social {text-align: center;}
.social .fa{color:#D3DBCE; font-size: 20px; margin-right: 20px; text-align: center;}


/*=====================
      SAKALINE CSS
======================*/
.slider a{
	cursor: auto;
}
.bangla_font{
	font-family: 'SolaimanLipi' !important;
}
.english_font{
	font-family: sans-serif;
}
.notice_font{
	font-size: 14px;
}
#notice-board-ticker li {
  background: url("images/bullet_tick.png") no-repeat center left;
  /*width: 600px;*/
  height: 27px;
  overflow: hidden;
}
#notice-board-ticker a {
	
  margin-left: 20px;
  border-bottom: 1px dotted #666;
}
.catagory_title_5{
	margin-bottom: 10px !important;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{
	display: none;
}
.carousel-inner > .item > a > img{
	height: 250px !important;
}

/*LOGO*/
#header-site-info {
  left: 20px;
  margin-bottom: 0;
  padding: 10px;
  position: absolute;
  top: 110px;
  z-index: 100;
}
#logo {
  /*display: block;*/
  margin: 0 0 10px 15px;
  float: left;
}
#logo img {
  display: block;
  width: 70px;
  height: auto;
}
.row::after, .clearfix::after {
  clear: both;
}
.clearfix::before, .clearfix::after, .row::before, .row::after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
#site-name-wrapper {
  float: left;
  padding: 10px 20px;
}
#site-name, #slogan {
  display: block;
}
#site-name {
  font-size: 25px;
  font-weight: bold;
  text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
}
#site-name a, #slogan {
  color: #ffffff;
}
#slogan {
  font-size: 20px;
  text-shadow: -1px -1px 10px #333, 1px -1px 10px #333, -1px 1px 10px #333, 1px 1px 10px #333;
  line-height: 1;
}
/*=======================
   Data Table css Start
========================*/
.td_border{
  border: 1px solid #d1d1d1;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif, 'SolaimanLipi' !important;
  padding: 5px !important;
  font-size: 15px;
}
.td_top_border{
  border: 1px solid #d1d1d1 !important;
}
h6{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif, 'SolaimanLipi' !important;
  	font-weight: normal;
  	font-size: 18px;
	vertical-align: middle;
	margin:0;
}
h3{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif, 'SolaimanLipi' !important;
  font-weight: 600;
  font-size: 25px;
}
.td_bg{
  background-color: #e3e3e3 !important;
}
table.dataTable.no-footer{
  border-bottom: 1px solid #d1d1d1 !important;
}
/*=======================
   Data Table css End
========================*/











.btn {
  background-image: linear-gradient(to bottom, #666, #a6a6a6);
  background-repeat: repeat-x;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #a2a2a2;
  padding: 0 5px;
  color: #fff;
  background-color: #a6a6a6;
}
#notice-board-ticker .btn,
#news-ticker .btn {
  color: #000;
}

.pagination li {
  background-image: linear-gradient(to bottom, #666, #a6a6a6);
  text-align: center;
}

.pagination li .btn {
  background-image: none !important;
}
.block .btn {
  color: #000;
}


.btn:hover {
  color: #000 !important;
}
.right {
  float: right;
}

.notice-board-bg {
  background: url("https://govtnsc.edu.bd/wp-content/uploads/2022/05/welcome_grad.png") repeat-x
    scroll left top transparent;
  background-image: url("https://govtnsc.edu.bd/wp-content/uploads/2022/05/bg_notice_board.png");
  background-repeat: no-repeat;
  padding: 20px 0 62px 119px;
  background-color: #EDEDED;
}
#notice-board-ticker {
  padding-right: 10px;
}
#notice-board-ticker li {
  margin-bottom: 5px;
  list-style: none;
}

.pagination {
  float: left;
  margin-top: 20px;
}
.pagination li {
  float: left;
  padding: 0px 5px;
  margin: 15px 0;
}

.pagination li a {
  font-size: 1.2em;
  padding: 5px 10px;
}

table.bordered > tbody > tr,
table.bordered > thead > tr {
  border: 1px #999 solid;
}
table.bordered td,
table.bordered th {
  padding-left: 10px;
  vertical-align: top;
  line-height: 1.2em;
  border: 1px solid #999;
}
table.bordered th {
  font-weight: bold;
}
table.bordered th u {
  font-weight: bold;
  line-height: 3em;
}

table.bordered table td:first-child {
  background-color: #eee;
  padding: 5px;
  font-weight: bold;
}

#printable_area > div {
  overflow: hidden;
}
table {
  clear: both;
}
td {
  box-sizing: border-box !important;
  padding: 5px !important;
  border: 1px solid #d8d8d8 !important;
}
#contents .block {
  overflow: hidden;
}
#contents {
  margin: 20px 0;
}
#contents .block {
  width: 100%;
}
#contents .block > h5 {
  padding: 5px;
  font-size: 1.2em;
  overflow: hidden;
}
#contents .block > ul {
  padding: 10px 0;
  margin-left: 20px;
}
.bk-org {
  background-color: #609513 !important;
  padding: 7px;
  color: #fff;
  height: 30px;
}
.bk-org title
{  
	margin: auto 0 0;
}

@media (min-width: 301px) and (max-width: 1400px) {
  .service-box {
    margin-left: 24px;
    border: 1px solid #dddddd;
    width: 326px;
  }


}


@media (min-width: 700px) and (max-width: 1400px) {
	#site-name {
	  font-size: 25px;
	}

	#slogan {
	  font-size: 20px;
	}
	
	.img_width{
		width: 100px !important;
	}
}

@media (min-width: 301px) and (max-width: 700px) {
	#site-name {
	  font-size: 20px;
	}

	#slogan {
	  font-size: 17px;
	}
	
	.img_width{
		width: 100px !important;
	}

}