/*@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,700");*/

/*font-family: 'Open Sans', sans-serif;*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  font-family: "bangla", 'Open Sans', sans-serif;
  line-height: 1;
}

strong {
	font-weight: bold
}

ol, ul {
  list-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}
a:focus{
    color: inherit;
}
a:hover {
  opacity: 0.75
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.cstm_btn {
  display: inline-block;
  background: #0072BC;
  color: #fff;
  padding: 12.5px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  font-family: "siyam_rupaliregular", 'Open Sans', sans-serif;
}

.cstm_btn:hover {
  color: #fff;
  opacity: 0.75;
}

.noPadding {
  padding-left: 0;
  padding-right: 0;
}


/*==================================
++++++++++++Header Style++++++++++++
====================================*/
.adminBar {
	position: relative;
	padding: 12px 0 8px;
	border-bottom: 2px solid #0072BC;
	background-color: #363636;
	color: #fff
}

.header {
  position: relative;
  /*padding: 20px 0 10px;*/
  padding: 10px 0 0px;
  border-bottom: 2px solid #0072BC;
  background-color: rgba(0,250,154, 1);
}

.header > .container {
    background: rgba(0,250,154, 1) url(../img/front-images/logo_2.png) no-repeat center center;
    /*background-size: 30% auto;*/
    background-size: auto 90%;
}

.header .logo img {
  max-width: 120px;
  width: 100%
}

.header .nav_top a.cstm_btn {
  position: relative;
  top: -21px;
  margin-right: 20px;
  font-size: 18px;
}

.header .nav_top ul {
  display: inline-block;
}

/*
.header nav > ul {
  text-align: center
}*/

.header nav ul li {
  display: inline-block;
  margin-right: 30px;
  font-family: "siyam_rupaliregular", 'Open Sans', sans-serif;
}

.header nav ul li:last-child {
  margin-right: 0;
}

.header nav ul li a {
  font-size: 20px;
  /*font-weight: 700;*/
  font-weight: 300;
  display: inline-block;
  color: #666;
}

.header nav .dropdown-menu {
  padding: 0;
  border-radius: 0;
  border-top: 2px solid #0072BC;
}

.header nav .dropdown-menu > li {
  margin-right: 0;
  width: 100%
}

.header nav .dropdown-menu > li > a {
  display: block
}

.header nav ul li.active a,
.header nav ul li a:hover {
  color: #0072BC;
}

.header .logoWrap {z-index: 9}

.desktop_nav {
    background: #1f2836;
    box-sizing: border-box;
    position: relative;
}


.desktop_nav nav > ul {
    text-align: center;
}

.desktop_nav nav > ul > li > a {
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}


/*==================================
++++++++++++Slider Style++++++++++++
====================================*/
.slider .single_slide {
  position: relative;
}

.slider .single_slide img {
  width: 100%;
}

.slider .single_slide .slider_caption {
  position: absolute;
  top: 37%;
  left: 21.2%;
  color: #fff;
  width: 680px;
  height: 240px;
}

.slider .single_slide .slider_caption h1 {
  font-family: "bensenhandwriting", 'Open Sans', sans-serif;
  font-size: 118px;
  font-weight: 600
}

.slider .single_slide .slider_caption p {
  font-family: "bangla", 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 29px;
  letter-spacing: 0.65px;
}

.slider .single_slide .slider_caption a.cstm_btn {
  font-size: 13px;
  font-weight: 400;
  padding: 15px 20px;
}

.slider_bottom {
  background: #0072BC;
  padding: 30px 0 45px;
}

.slider_bottom .sb_content {
  color: #fff;
  text-align: center;
  padding: 0 15px;
}

.slider_bottom .sb_content h2 {
  font-size: 44px;
}

.slider_bottom .sb_content p {
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  line-height: 29px;
  letter-spacing: 0.45px;
}

.slider_bottom .sb_content02 {
  position: relative;
  padding: 0 65px;
}

.slider_bottom .sb_content02:before {
  position: absolute;
  content: '';
  height: 150px;
  width: 1px;
  background: #b30e3f;
  left: 0;
  top: -18px;
}



/*=================================
+++++++++++Content Style+++++++++++
===================================*/
.bdrTop {
  border-top: 1px solid #d4dded;
}

.bdrLeft {
  border-left: 1px dotted #d4dded;
}

.title {
  margin: 0;
  padding: 10px 0 10px;
  font-size: 32px;
  line-height: 1.2;
  color: #0072BC;
  font-weight: 600;
  font-family: "bensenhandwriting", 'Open Sans', sans-serif; 
}

.content_section {
  position: relative;
  padding: 30px 0;
}

.content_section .col-lg-9 a.cstm_btn {
  padding: 20px 15px;
  margin-right: 10px;
}

.content_section .col-lg-9 a.cstm_btn:hover {
  background: #8D8D8D;
}

.content_section .content_wrap {
  border-bottom: 1px solid #d4dded;
  margin-bottom: 40px;
}

.content_section .content_wrap img {
  margin-bottom: 20px;
  width: 100%;
}

.content_section .content_wrap .title {
  border-bottom: 1px solid #d4dded;
  margin-bottom: 15px;
  padding: 0px;
}

.content_section .content_wrap .post_meta {
  margin-bottom: 32px;
}

.content_section .content_wrap .post_meta a {
  font-size: 14.12px;
  letter-spacing: .381px;
  color: #5c5c5c;
  text-transform: uppercase;
  margin-right: 24%;
}

.content_section .content_wrap .post_meta a:last-child {
  margin-right: 0;
}

.content_section .content_wrap .post_meta a i {
  font-size: 18px;
  color: #2c2c2c;
  padding-right: 8px;
}

.content_section .content_wrap p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  color: #333;
  margin-bottom: 20px;
}

.content_section .content_wrap .share_post a {
  margin-left: 20px;
}

.content_section .content_wrap .share_post a img {
  width: auto;
}

.content_section .preNxt {
  margin-bottom: 30px;
}

.content_section img.personImg {
	max-width: 175px;
	margin-right:10px
}

.content_section img.sign {
	margin-bottom: 5px;
	width: auto
}

.content_section .content_wrap .fwnormal {
	font-weight: normal
}

.content_section h1 {
	font-size: 42px
}

.content_section h2 {
	font-size: 36px
}

.content_section h3 {
	font-size: 28px
}

.content_section h4 {
	font-size: 24px
}
.bold {
	font-weight: bold !important
}

.paddtop15 {
	padding-top: 15px;
}

.paddbottom15{
	padding-bottom: 15px;
}



/*==================================
++++++++++++Widget style++++++++++++
====================================*/
.widget {
  padding-left: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;    
  font-family: "siyam_rupaliregular", 'Open Sans', sans-serif;  
  font-weight: 300;
  border: 1px solid #0072BC;
  box-sizing: border-box;
}

.widget h2 {
  font-size: 20px;
  color: #0072BC;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
  font-family: "bensenhandwriting", 'Open Sans', sans-serif;
  background: #0072BC;
  margin-left: -10px;
  padding: 5px 0 5px 20px;
}

.widget span {
  display: block;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 16px;
  border-bottom: 1px solid #cccccc;
}

.widget ul {
  padding-left: 8px;
}

.widget ul li i {
  color: #ec008c;
  margin-right: 8px
}

.widget ul li a {
  line-height: 1.8;
  color: #666;
}
.widget ul li a:hover {
  opacity: 1;
  color: #0072BC;
}

.widget > ul > li > ul {
  padding-left: 20px;
}

.widget.widget_bg {
  padding: 33px 10px 138px 27px;
  background-color: #84092d;
  background-size: 100%;
}

.widget.widget_bg .wd_content {
  color: #fff;
}

.widget.widget_bg .wd_content h2 {
  color: #fff;
  font-family: "siyam_rupaliregular", 'Open Sans', sans-serif;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 13px;
}

.widget.widget_bg .wd_content ul li {
  position: relative;
  transition: ease 300ms all;
}

.widget.widget_bg .wd_content ul li a {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  line-height: 36px;
  text-transform: capitalize;
}

.widget.widget_bg .wd_content ul li:hover {
  padding-left: 15px;
}

.widget.widget_bg .wd_content ul li:hover:before {
  visibility: visible;
  opacity: 1;
}


/*==================================
++++++++++++Footer Style++++++++++++
====================================*/
.footer {
  /*background: #363636;*/
  background: #1f2836;
  position: relative;
  padding: 20px 0 20px;
  color: #fff;
  border-top: 2px solid #0072BC;
}

.footer .footer_widget {
  font-weight: 700;
  margin-bottom: 10px;
}

.footer .footer_widget h3 {
  font-size: 13px;
  color: #fff;
  letter-spacing: .325px;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.footer .footer_widget h3 a.footer_link {
  color: #830D2E;
  margin-bottom: 29px;
  display: block;
}

.footer .footer_widget ul li a {
  font-size: 11px;
  color: #4f4f4f;
  letter-spacing: 0.55px;
  line-height: 22px;
}

.footer .footer_widget a.cstm_btn {
  padding: 13px 15px;
  font-size: 11.91px;
  border-radius: 3px;
  margin: 15px 0 10px;
}

.footer .footer_widget .footer_social a {
  margin-right: 5px;
}

.footer .footer_widget p {
  font-family: "bangla", 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 23px;
}

.footer .footer_widget p span {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.footer .copyright_text {
  text-transform: uppercase;
  font-family: "bangla", 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 13px;
  font-color: #fff;
  line-height: 23px;
}


/*===================================
+++++++++++++Other Style+++++++++++++
=====================================*/
.divRel {
	position: relative;
}
#loginForm {
	position: absolute;
	z-index: 999999;
	background: rgb(255, 255, 255);
	width: 320px;
	right: 10px;
	padding: 20px 30px;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px #333;
	border-radius: 5px;
	display: block;
}
#homeButtons {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #d4dded;
}

#homeButtons a {
	background-color: #ec008c; 
	margin: 0 auto;
	display: block;
	text-align: center;
	font-size: 30px;
	line-height: 1.2;
	width: 100%;
	box-sizing: border-box;
	/*  border-radius: 10px;*/
	padding: 20px 10px;
	font-weight: 900
}

#homeButtons a:hover {
	background-color: #0072BC;
	color: #fff;
}

#homeButtons a i {
	margin-right: 15px
}

/*=======================================
+++++++++++++Admission Style+++++++++++++
========================================*/
body .TitleW8Bg {
	width: auto;
	background: #0072BC;
	display: block;
	color: #fff;
	font-size: 26px;
	padding: 7.5px 25px;
	margin: 0 auto;
	float: none;
	text-align: center;
	position: relative;
	max-width: 580px;
	border-radius: 0px 30px;
	margin-bottom: 20px;
	font-weight: bold;
	text-transform: uppercase
}
body .classTitle {
	width: auto;
	background: #ec008c;
	color: #fff;
	font-size: 23px;
	padding: 7.5px 25px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	/*max-width: 210px;*/
	max-width:320px;
	border-radius: 50px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
body #scheduleBox {
	margin-bottom: 20px
}
body table#batchSchedule,
body table.batchSchedule{
	border-radius: 20px
}
body table#batchSchedule th,
body table#batchSchedule td,
body table.batchSchedule th,
body table.batchSchedule td{
	border: 1px solid #0072BC
}
body table#batchSchedule .tblTitle,
body table.batchSchedule .tblTitle{
	background: #0072BC;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 140%;
	color: #fff;
	padding: 5px 0 0;
	text-align: center;
}
body table#batchSchedule .tblSubHead,
body table.batchSchedule .tblSubHead{
	background: #e9e9e9
}
body table#batchSchedule .tblSubHead th,
body table.batchSchedule .tblSubHead th {
	text-align: center;
	font-weight: bold;
	color: #0072BC
}
body .schedule_in_head {
	max-width: 100%;
	width: auto;
	margin: 20px 0
}
body .academic_admission_info {
	border: 2px solid #f00;
	padding: 0px 30px 20px;
	box-sizing: border-box;
	border-radius: 10px;
	margin-top: 30px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	float: none;
}
body .TitleW8Bg2 {
	background: #f00;
	margin-top: -22px;
	border-radius: 50%;
}
body .padtop20 {
	padding-top: 20px
}
body .academic_admission_info li {
	font-size: 20px;
	padding-left: 0;
	margin-bottom: 5px
}

body .academic_admission_info li i {
	margin-right: 10px;
	color: #f00
}



body .margin25 {
	margin-top: 25px;
	margin-bottom: 25px
}
body .margin35 {
	margin-top: 35px;
	margin-bottom: 35px
}
body .border1 {
	border-bottom: 1px solid #d4dded;
}

body .marginT25 {
	margin-top: 25px
}

body .marginB25 {
	margin-bottom: 25px
}

.widget marquee {
	height: 300px
}


/*Home Gallery Slider*/
#HomePageGallery {
    width: 100;
    max-width: 1170px;
    margin: 0 auto;
}

.borderAllB {
    border: 1px solid #ec008c;
}

#HomePageGallery ul li {
  padding: 15px 10px;
}

.homeGalHead {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  font-family: "bensenhandwriting", 'Open Sans', sans-serif;
  background-color: #ec008c;
  text-align: center;
  padding: 5px;
}

.allGalVw {
  padding: 15px;
  margin-right: -15px;
  background-color: #ec008c;
  float: right;
  padding-left: 35px;
  border-top-left-radius: 100px;
}
.allGalVw a {
  color: #fff;
}
.allGalVw:hover {
  background-color: #0072BC;
}

#HomePageGallery .slick-prev:before,
#HomePageGallery .slick-next:before {
  color: #0072BC;
}


.gal-container{
  padding: 12px;
}
.gal-item{
  overflow: hidden;
  padding: 3px;
}
.gal-item .box{
  height: 250px;
  overflow: hidden;
}
.box img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  -o-object-fit:cover;
}
.gal-item a:focus{
  outline: none;
}
.gal-item a:after{
  content:"\e003";
  font-family: 'Glyphicons Halflings';
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
    line-height: 250px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
  opacity: 1;
}
.modal-open .gal-container .modal{
  background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
  padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
  outline: none;
}
.modal-open .gal-item button.close span{
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow:none;
}
.gal-container .modal-dialogue{
  width: 80%;
}
.gal-container .description{
  position: relative;
  height: 40px;
  top: -40px;
  padding: 10px 25px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4{
  margin:0px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
.pB15 {
  padding-bottom: 15px;
}

h4, h5, h6 {
  line-height: 1.5
}

body #ui-datepicker-div {
  z-index: 99 !important;
}

@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:200px;
    }
}


.gal-container{
    padding-top :75px;
    padding-bottom:75px;
}


.logoInRslt img {
  max-width: 120px !important;
  display: block;
  margin: 0 auto;  
  margin-bottom: 30px;
}


.pioneer_logo_bg {
  background-image:url('../img/front-images/pioneer_logo_4_bg.png') !important;
  background-repeat: no-repeat !important;
  background-size: auto 100% !important;
  background-position: center center !important;
}


@media print {
    .content_section .content_wrap {
      max-width: 640px;
      margin-left: auto;
      margin-right: auto;
    }
    .adminBar,
    .header, 
    .footer,
    .content_section .col-lg-4.col-sm-4,
    .content_section #dataTables-example_wrapper #print_result,
    .content_section #dataTables-example_wrapper #search_again,
    .hideonPrint {
      display: none;
    }
    #grandresult_details,
    #grandresult_details thead,
    #grandresult_details tbody,
    #grandresult_details tr,
    #grandresult_details th,
    #grandresult_details td{
      background: transparent!important
    }
}

@media screen and (max-width: 767px) {
    .desktop_nav{display:none;}
    .header > .container {
        background-size: 30% auto;
    }
}
