/*
|--------------------------------------------------------------------------
| APPLICATION INFORMATION
|--------------------------------------------------------------------------
|
| Application: ERP (this website is a frontend module, part of ERP)
| Author: Mahbubur Rahman
|
| Author URI: www.mahbubrn.com
| Email: mahbubrn86@gmail.com
| Phone: 01987422407, 01757406077 (whatsapp)
|
| Frontend: html5, CSS3, Bootstrape (only column grid), javascript, jQery
| Backend: laravel 10, mysql, livewire
|
*/

/*
|-----------------------------------------------------
| BASE CSS 
|-----------------------------------------------------
|
*/

/* english font */
/* @import url('https://fonts.googleapis.com/css2?family=Bellota+Text:wght@400;700&display=swap'); */

/* bangla font */
@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;700&display=swap');


@import url(grid.css); /* bootstrape framework css */
@import url(font-awesome.min.css); /* font-awesome icon */

/*== plugin's css ==*/
@import url(../js/plugins/notification/toastr.css); /* toast notification */
@import url(../js/plugins/datepicker/date-picker.css); /* date picker */
@import url(../js/plugins/lightbox/lightbox.css); /* lightbox */
@import url(../js/plugins/slider/slick.css); /* slider */
@import url(../js/plugins/mobile/mobileNav.css); /* responsive mobile nav */


/* SolaimanLipi Font Setup */
@font-face {
  font-family: 'SolaimanLipi';
  src: url('../fonts/SolaimanLipiNormal.woff2') format('woff2'),
       url('../fonts/SolaimanLipiNormal.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

/* Bold - একই ফাইল re-use */
@font-face {
  font-family: 'SolaimanLipi';
  src: url('../fonts/SolaimanLipiNormal.woff2') format('woff2'),
       url('../fonts/SolaimanLipiNormal.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

/* Italic - একই ফাইল re-use */
@font-face {
  font-family: 'SolaimanLipi';
  src: url('../fonts/SolaimanLipiNormal.woff2') format('woff2'),
       url('../fonts/SolaimanLipiNormal.woff') format('woff');
  font-weight: 400;
  font-style: italic;
}

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;
}
*:focus {outline: none;}

body{
    /* font-family: 'Bellota Text', cursive; */
    /* background: #f1f1f1; */
    
    /* font-family: 'Hind Siliguri', sans-serif; */
    /* font-size: 14px; */

    font-family: 'SolaimanLipi', sans-serif;
    font-weight: 400;
    font-size: 15px;
}
a, a:hover, a:link, a:visited, a:active{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
a:hover{color: #47B9BD;}
ul{list-style: none;}
img{display: block;}

/* ----------------- PLUGINS --- */

/*Responsive Nav*/
.slicknav_menu {
	display:none;
}

/*Slider*/
.slider img{margin: 0;}

#scrollUp {
    background-image: url("../img/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
}

.preload{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../img/ring.gif) no-repeat center center #fff;
    background-size: 100px;
}

/* -------------------- */
.texteditor p{
    margin-bottom: 10px;
    clear: both;
}
.texteditor p span{
    display: block;
    margin-bottom: 2px;
}
.texteditor p span strong{
    color: #999;
}

.texteditor p input,
.texteditor p select{
    height: 35px;
    width: 100%;
    padding-left: 7px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) inset;
    transition: .15s;
    border: 1px solid #ddd;
}
.texteditor p input[type="radio"],
.texteditor p input[type="checkbox"]{
    height: auto;
    width: auto;
}


/* -------------------- */

h1, h2, h3, h4, h5, h6{
    text-transform: capitalize;
    /* font-weight: 600; */
}
h1{font-size: 32px;}
h2{font-size: 28px;}
h3{font-size: 24px;}
h4{font-size: 20px;}
h5{font-size: 18px;}
h6{font-size: 16px;}

/*------------------*/

.txtleft{text-align: left !important;}
.txtright{text-align: right !important;}
.center{text-align: center !important;}
.justify{text-align: justify;}
.clr{overflow: hidden;}

.left{
	float: left;
	overflow: hidden;
    margin-right: 10px;
}

.right{
	float: right;
	overflow: hidden;
    margin-left: 10px;
}



/*
|-----------------------------------------------------
| HOME PAGE
|-----------------------------------------------------
|
*/

.topbar{
    background: #835F61;
    color: #fff;
    padding: 7px 0;
    font-size: 14px;
}
.topbar a{color: #fff;}
.topbar ul li{display: inline-block;}

.topleft ul li{margin-right: 5px;}

.topright ul{
    float: right;
    margin-left: 20px;
}
.topright ul:first-child li{margin-right: 7px;}

.social li{
    display: inline-block;
    margin: 0 3px;
}

/*------------------*/
.banner{
    overflow: hidden;
    padding: 15px 0;
}
.banner img{width: 100%;}

.logo{
    float: left;
}
.logo img{
    width: 100px;
    margin-right: 10px;
}
.title{
    float: left;
    color: #5F5F61;
}
.title h1{}

/*------------------*/
.menusection{
    background: #47B9BD;
    color: #fff;
}
.mainmenu{}
.mainmenu ul li{
    position: relative;
    display: inline-block;
}
.mainmenu ul li a{
    display: block;
    padding: 12px;
    color: #fff;
    transition: 0.40s;
}
.mainmenu ul li:hover > a{
    color: #000;
}

/*-- sub menu --*/
.mainmenu ul ul{
    display: none;
    position: absolute;
    z-index: 999;
    min-width: 160px;
    background: rgba(0,0,0,0.5);
    border-left: 2px solid #333;
    text-align: left;
}
.mainmenu ul li:hover > ul{
    display: block;
}
ul.has-sub{
    left: 160px;
    top: 0;
}

.mainmenu ul ul li{
    display: block;
}
.mainmenu ul ul li a{
    color: #fff;
    padding: 10px;
}
.mainmenu ul ul li:hover > a{
    background: rgba(0,0,0,0.5);
    color: #fff;
}


/*------------------*/
footer{color: #b4bdb4;}

/*---*/
.footertop{
    background: #262626;
    padding: 50px 0;
}

.footerwidget h5{
    color: #fff;
    margin-bottom: 30px;
}
.footerwidget p{
    line-height: 1.6;
    margin-bottom: 20px;
}
.footerwidget ul li {
    margin-bottom: 15px;
    transition: all 0.3s ease-in-out;
}
.footerwidget ul li i{
    margin-right: 15px;
}
.footerwidget ul li:hover,
.footerwidget ul li a:hover{
    color: #fff;
}

/*---*/
.footerbottom{
    background: #222222;
    padding: 15px;
}
.footerbottom a{color: #fff;}
.footerbottom a:hover{text-decoration: underline;}

.footerbottom .social{text-align: right;}


/*------------------*/
section{padding: 35px 0;}
.slider{
    height: 360px;
    overflow: hidden;
}
.slider img{
    width: 100%;
    height: 360px;
    
}

/*------------------*/
.homeabout{
    background: url(../img/bg.png) 0 0 repeat;
    color: #fff;
    padding: 15px;
    height: 360px;
    overflow: auto;
    line-height: 1.5;
}


/*
|-----------------------------------------------------
|   OTHER PAGE : ACCESS (login, signup, forgot password) 
|-----------------------------------------------------
|
*/

.access{
    min-height: 300px;
    width: 40%;
    margin: 35px auto;
}
.access a{
    color: #999;
}
.access a:hover{
    color: #000;
}


/*
|-----------------------------------------------------
|   DEFAULT PAGE
|-----------------------------------------------------
|
*/

.pagetitle{
    margin-bottom: 50px;
    overflow: hidden;
}
.pagetitle h2{
    border-left: 4px solid #835F61;
    padding-left: 10px;
}

.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6{
    margin-bottom: 10px;
    border-bottom: 2px solid #47B9BD;
    display: inline-block;
    padding-bottom: 3px;
}
.page p{
    margin: 15px 0;
}

.page iframe{
    width: 100%;
    height: 400px;
    border: none;
}
.page ul{margin: 15px 0;}
.page ul li{
    margin-bottom: 10px;
}
.page ul li i{margin-right: 5px;}

.page img{width: 100%;}

/*------------------*/
.pagenumber{
    overflow: hidden;
    margin: 30px auto 5px;
    width: 100%;
}

.pagenumber ul{text-align: center;}
.pagenumber ul li{display: inline-block;}
.pagenumber ul li a{cursor: pointer;}

.pagenumber ul li a,
.pagenumber ul li span{
    border: 1px solid #e3e3e3;
    display: block;
    padding: 5px 8px;
    border-radius: 3px;
    transition: .30s;
}

.pagenumber ul li a:hover,
.pagenumber ul li.active,
.pagenumber ul li.active span,
.pagenumber ul li.active a{
    background: #47B9BD;
    color: white;
    border: 1px solid #47B9BD;
}

.accordion-toggle {
    cursor: pointer;
    border: 1px solid #f0f0f0;
    padding: 8px 10px;
    margin-bottom: 7px;
}
.accordion-toggle:after {
    content: '';
    font-family:'FontAwesome';
    float: right;
    margin-top: 3px;
    transition: .40s;
}
.accordion-toggle span{
    background: #e3e3e3;
    color: #2b2b2b;
    display: inline-block;
    padding: 2px 4px;
    border-radius: 2px;
    margin-right: 10px;
}

.acrd-active{
    background: #47B9BD;
    color: white;
    border: 1px solid #47B9BD;
}
.accordion-toggle.acrd-active:after{
    transform: rotate(90deg);
    content: '';
}
.accordion-content {
    display: none;
    background: #f9f9f9;
    padding: 10px;
    margin-bottom: 7px;
    text-align:justify;
}

table{
    width: 100%;
    border: 1px solid #e3e3e3;
    box-shadow: 0 0 1px #e3e3e3;
    margin: 15px 0;
    overflow: auto;
}
table thead{
    background: #e3e3e3;
    border-bottom: 2px solid #999;
}
table tbody{}
table tr{}

table th,
table td{
    padding: 7px;
    border: 1px solid #e3e3e3;
    text-align: center;
}

.card{
    min-height: 250px;
    margin-bottom: 30px;
}
.card span{
    color: #5F5F61;
    display: block;
    margin-bottom: 15px;
}
.card img{
    width: 152px;
    height: 152px;
}
.card a.details{margin-top: 15px;}

.cardate{
    margin-bottom: 15px;
    display: block;
}

.morenews span{
    display: block;
    color: #999;
}

/*
|-----------------------------------------------------
|   DONATION PAGE
|-----------------------------------------------------
|
*/

.donation{
    width: 65%;
    margin: 0px auto;
    margin-bottom: 50px;
    padding: 20px;
    overflow: hidden;
    background: #47B9BD;
    color: #fff;
    border-radius: 5px;
}

.donation input{color: #000;}
.donation p select{
    color: #000;
    cursor: pointer;
}

.donation ul li{
    display: inline-block;
    margin-bottom: 0;
}
.donation li img{
    width: 72px;
    border: 1px solid #e3e3e3;
    background: #fff;
    height: 42px;
    cursor: pointer;
}


/*
|-----------------------------------------------------
|   PEOPLE PAGE (teacher, student, etc)
|-----------------------------------------------------
|
*/

.person{
    text-align: center;
    overflow: hidden;
    margin-bottom:40px;
}
.person img{
    width: 100%;
    border: 1px solid #e3e3e3;
    padding: 5px;
    height: 200px;
    margin-bottom: 15px;
}
.person h6{
    border: none;
    margin: 0;
}
.person p{
    margin: 0;
    color: #999;
}


/*
|-----------------------------------------------------
|   MEDIA PAGE (photo, video etc)
|-----------------------------------------------------
|
*/

.photo{
    margin-bottom: 35px;
    text-align: center;
}
.photo img{
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    height: 158px;
}
.photo h6{
    margin: 0;
    border: none;
}
.photo p{
    margin: 0;
    font-size: 14px;
}

.video{
    margin-bottom: 30px;
    border: 1px solid #e3e3e3;
    padding: 5px;
    height: 260px;
}
.video iframe{
    width: 100%;
    height: auto;
}
.video p{
    text-align: center;
    margin: 0;
}


/*
|-----------------------------------------------------
|   FATAWA PAGE
|-----------------------------------------------------
|
*/

.qlisst{overflow: hidden;}
.qbtn{
    float: right;
    margin-top: 10px;
}
.qlisst .question:nth-child(odd) {
  background-color: white;
}
.qlisst .question:nth-child(even) {
  background-color: #f2f2f2;
  border: 1px solid #e3e3e3;
}

.question{
    overflow: hidden;
    padding: 7px;
    margin-bottom: 10px;
}
.question h6{
    margin: 0;
    border: 0;
}

.question p{
    margin: 0;
    font-size: 14px;
    color: #999;
}

/*------------------*/

.qa span{
    color: #47B9BD;
    display: block;
}
.qa ul{margin: 0;}
.qa ul li{margin: 0;}
.qa p{margin: 0;}

.qinfo{
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 7px;
}
.qinfo p{
    margin: 0;
    background: #e3e3e3;
    padding: 7px;
}
.qinfo ul {margin-top: 15px;}
.respondent ul li:nth-child(1){
    font-weight: 600;
}

/*------------------*/
.sendq{
    margin-bottom: 30px;
}
.sendq textarea{
    width: 100%;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 15px;
    min-height: 200px;
}






















































.topbar{}