@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');


html{
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-family: 'DM Sans', sans-serif;
}

/*div when mobile display none*/

.desktop-d-block {
    display: block;
}

.desktop-d-none {
    display: none !important;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

/* #content-wrap {
    padding-bottom: 4.5rem;
    
} */



/*div when mobile display none*/

/* new blue and orange code  */
/* blue: #4951ac
orange: #ff6767 */

/* old blue and green code 
blue: #005885;
green:  #007A73
*/

:root {
  --blue: #005885;
  --blue-dark: #02324b;
  --green: #007A73;
  --green-dark: #15615c;
  --black: #2C2C2C;
  --black-light: #777777;
  --grey: #47503A;
  --grey-light: #E0E4E8;
  --white: #F8F9FA; 
  --white-dark: #cfcfcf;
  --gold: #ffb338;
  --light-shadow: #77571d;
  --dark-shadow: #3e2904;
}

.font-siliguri{
    font-family: 'Hind Siliguri', sans-serif;
}


a:hover{
    text-decoration: none!important;
    cursor: pointer;
}

p{
    color: var(--black);
}


.text-blue{
    color: var(--blue) !important;
}

.text-green{
    color: var(--green) !important;
}

.text-black{
    color: #2c2c2c !important;
}

.text-gradient{
    text-transform: uppercase;
    background: linear-gradient(to right, #007A73 10%, #005885 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 45px;
}

hr.center-diamond {
    background: #39D1B4;
    border: 0;
    height: 2px;
    width: 20%;
    position: relative;
    margin: 10px auto;
}

hr.center-diamond:before {
    content: "";
    width: 15px;
    height: 15px;
    background: linear-gradient(to right, #007A73 10%, #005885 80%);
    display: inline-block;
    border: 2px solid #39D1B4;
    position: absolute;
    top: -8px;
    left: 50%;
    margin: 0 0 0 -3px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Opera, Chrome, and Safari */
  }

.text-grey{
    color: #47503A !important;
}

.bg-blue{
    background: #004258 !important;
}

.bg-green{
    background: #004258 !important;
}

}

/*buttons*/

button {
    outline: 0 !important;
    border: none !important;
}

button:focus {
    outline: 0 !important;
}

button:hover {
    cursor: pointer !important;
}


.btn-blue-cta{
    background-color: var(--blue);
    color: var(--white);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
    border-radius: 9px;
    transition: all 0.2s ease-in-out;
    padding: 8px;
}


.btn-bg-blue{
    background-color: var(--blue) !important;
    color: var(--white);
    padding: .5rem 2rem .5rem 2rem;
    transition: all 0.2s ease-in-out;
}

.btn-bg-blue:hover{
    background-color: var(--blue-dark);
    color: var(--white);
     box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);

}

.btn-bg-green{
    background-color: var(--green) !important;
    color: var(--white);
    padding: .5rem 2rem .5rem 2rem;
    transition: all 0.2s ease-in-out;
}

.btn-bg-green:hover{
    background-color: var(--green-dark);
    color: var(--white);
     box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);

}

.btn-bg-white{
    background-color: var(--white) !important;
    color: var(--blue);
    padding: .5rem 2rem .5rem 2rem;
    transition: all 0.2s ease-in-out;
}

.btn-bg-white:hover{
    background-color: var(--white-dark);
    color: var(--blue);
     box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);

}


.btn-green-cta{
    background-color: var(--green);
    color: var(--white);
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
    border-radius: 2rem;
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
    padding: 8px;
    transition: all 0.2s ease-in-out;
}

.btn-green-cta:hover{
     background-color: var(--green-dark);
     color: var(--white);

}

.btn-green-border-inline{
    color: var(--black);
    border:  1px solid var(--green);
    border-radius: 2rem;
    padding: .5rem 1rem;
    transition: all 0.2s ease-in-out;
    /* font-weight: bold; */
    font-family: 'Hind Siliguri', sans-serif;
}

.btn-green-border{
    display: block;
    color: var(--black);
    border:  1px solid var(--green);
    border-radius: 2rem;
    padding: .5rem 1rem;
    transition: all 0.2s ease-in-out;
    font-weight: bold;
    font-family: 'Hind Siliguri', sans-serif;
}

.btn-green-border:hover{
       color: var(--green);
}

.btn-green-border-bottom{
    display: block;
    color: var(--black);
    border-bottom:  2px solid var(--green);
    /* border-radius: 2rem; */
    line-height: 28px;
    transition: all 0.2s ease-in-out;
    /* font-weight: bold; */
    font-family: 'Hind Siliguri', sans-serif;
}



.btn.btn-white {
    border: none;
    background: rgb(255,255,255);
    box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 3px 8px rgb(0 0 0 / 30%);
    color: var(--black) !important;
    border-radius: 3px;
    padding: 5px 15px 5px 15px;
}

.btn-cta{
    padding: 5px 15px 5px 15px;
    border: none;
    border-color: transparent;
}


/*buttons*/


/* box shadow  */
.shadow-custom{
    background: rgba( 255, 255, 255, 0.12 );
    box-shadow: -2px 2px 20px 0 rgb(31 38 135 / 8%);
    -webkit-box-shadow: -2px 2px 20px 0 rgb(31 38 135 / 8%);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border-radius: 25px;
      border: 1px solid rgba( 0, 0, 0, 0.18 );
    /* box-shadow: rgb(6 24 44 / 40%) 0px 0px 0px 1px, rgb(6 24 44 / 22%) 0px 4px 6px -1px, rgb(255 255 255 / 8%) 0px 1px 0px inset;
     -webkit-box-shadow: rgb(6 24 44 / 40%) 0px 0px 0px 1px, rgb(6 24 44 / 22%) 0px 4px 6px -1px, rgb(255 255 255 / 8%) 0px 1px 0px inset; */
}

.shadow-custom-shadow-custom-rounded-0{
    background: rgba( 255, 255, 255, 0.12 );
    box-shadow: -2px 2px 20px 0 rgb(31 38 135 / 8%);
    -webkit-box-shadow: -2px 2px 20px 0 rgb(31 38 135 / 8%);
    backdrop-filter: blur( 4px );
    -webkit-backdrop-filter: blur( 4px );
    border: 1px solid rgba( 0, 0, 0, 0.18);
}

/* box shadow  */

/*navbar*/

.navbar{
    padding-top: 2rem;
    z-index: 10000;
}

.logoImg{
    height: 40px;
}

.navbar-nav .nav-link{
    color: var(--black);
    font-size: 18px;
    font-weight: 500;
    font-family: 'Hind Siliguri', sans-serif;
}

.navbar-nav .nav-link:hover{
    color: var(--blue);
    transition: all 0.2s ease-in-out;
}

.nav-item.nav-item-fatwa{
    position: relative;
    margin-right: 35px;
}

.nav-item.nav-item-fatwa .nav-link-fatwa-span{
    position: absolute;
    top: 10px;
    right: -20px;
    background: linear-gradient(to right, #007A73 10%, #005885 80%);
    color: var(--white);
    border-radius: 8px;
    font-size: 10px;
    font-weight: bold;
    padding: 3px;
    
}


.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color:var(--blue-dark);
}

.nav-cta-blue{
    display: block;
    background-color: var(--blue) !important;
    border-radius: 25px;
    color: var(--white) !important;
    padding:  .2em 1em !important;
    transition: all 0.2s ease-in-out;
    font-weight: normal;
    line-height: 35px;
    /*margin-left: 15px;*/
}

.nav-cta-blue:hover{
    background-color: var(--blue-dark) !important;
}

.nav-cta-green{
    display: block;
    background-color: var(--green) !important;
    border-radius: 25px;
    color: var(--white) !important;
    padding:  .2em 1em !important;
    margin-left: 15px;
    line-height: 35px;
    font-weight: normal !important;
}

.nav-cta-green:hover{
    background-color: var(--green-dark) !important;
}


/*navbar*/


/*header*/


.text-green-hover{
    color: #005885;
    transition: all 0.2s ease-in-out;
}

.text-green-hover:hover{
    color: var(--green);
     box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
}

.header-container{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-top: 1.5rem;
    /* background: radial-gradient(#01669a, #00466a); */
    /* display: grid;
    grid-template-areas: 'overlap';
    place-content: center; */
    height: 50vh;
    position: relative;
    z-index: 1;
    background-image: url(/static/themes/hasbi_academy/img/header-bg.jpeg);
    background-position: center;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-container .diamond{
    position: absolute;
    top: 3rem;
    left: -12rem;
    height: 550px;
    width: 650px;
    border-radius: 13px;
    background-color: #dddada0f;
    transform: rotate(45deg);
    z-index: -3;
}


/* header text effect  */

.header-text-wrapper {
    margin-top: 15px;    
}

  .header-text-wrapper > div {
    background-clip: text;  
    -webkit-background-clip: text;
    color: #024b70;
    font-family: 'Poppins', sans-serif;
    font-weight: 900;
    font-size: 34px;
    grid-area: overlap;
    letter-spacing: 1px;
    -webkit-text-stroke: 4px transparent;
    margin-bottom: 5vh;
  }
  .header-text-bg {
    background-image: linear-gradient( 260deg,     #00547e 0% ,     #ffffff 5%,    #b4f9f5 12%);
    color: transparent;
    filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.562));
    transform: scaleY(1.05);
    transform-origin: top;
  }
 
/* header text effect  */
 

.header-btn-bg-color{
    background-color: #007A73;
}

.header-video{
    background-image: url('../img/Mask.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 200px;
    height: 130px;
}

.header-video-description-one{
    background: rgb(2 65 99);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
    width: 150px;
    height: 130px;
}

.header-video-description-two{
    width: 150px;
    height: 130px;
    background: rgb(2 65 99);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.header-ftr-vdo-text{
    font-size: 14px;
}


/* header search form  */
/* .header-search-form-div{
    margin-top: 5rem;
} */

.bar{
    margin:0 auto 2rem auto;
    width: 575px;
    border-radius:30px;
    border: 1px solid var(--white);
    position: relative;
}

.bar input{
    padding-left: 20px;
    outline: none;
    border: none;
}

.bar:hover{
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
}


.bar input:focus-visible{
    border: none;
    outline:none;
}


.bar:focus-within{
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
    outline:none;
}

.searchbar{
    height:45px;
    border-radius:30px;
    width:100%;
    font-size:16px;
    /* outline: none;  */
}

.searchbar::-webkit-input-placeholder { 
    font-family: FontAwesome;
    font-weight: normal;
    overflow: visible;
    vertical-align: top;
    display: inline-block !important;
    padding-left: 5px;
    padding-top: 2px;
    color: var(--black-light);
}

.header-cta{
    /* background: radial-gradient(#ffffffbf, #ededede6); */
    background:  var(--white);
    color: var(--white);
    border-radius: 2rem;
    color: #024262;
    padding: 0.8em;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: none;
    outline: none;
    box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
    -webkit-box-shadow: 0px 0px 3px rgb(0 0 0 / 10%), 0px 4px 20px rgb(0 0 0 / 15%);
    
}

.header-cta:hover{
    background-color: var(--blue);
    color: var(--white);
    box-shadow: 0px 15px 20px rgb(0 91 137);
    -webkit-box-shadow: 0px 15px 20px rgb(0 91 137);

}

/* .header-cta:hover{
    transform: translateY(-7px);
} */


/* header search form  */

/*header*/

/* search result page  */


.search-result-sec .container{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.search-result-sec .no-result-found-text{
    margin-left: 3rem;
    margin-right: 35rem;
}

.header-search-form-sub-div{
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

.search-result-sec article {
    margin-bottom:2em;
    padding-bottom:2em;
    border-bottom:1px solid #ccc;
}

.search-result-sec .search-cta{
    /* background: radial-gradient(#ffffffbf, #ededede6); */
    background:  var(--white-dark);
    color: var(--white);
    border-radius: 2rem;
    color: #024262;
    padding: 0.8em;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    border: none;
    outline: none;

}

.searchresult-link {
    margin-bottom: 5rem;
}

.searchresult h2 {
    font-size: 19px;
    line-height: 18px;
    font-weight: normal;
    color: rgb(29, 1, 189);
    margin-bottom: 0px;
    margin-top: 25px;
}

.searchresult a {
    font-size: 14px;
    line-height: 14px;
    color: green;
    margin-bottom: 0px;
}

.searchresult button {
    font-size: 10px;
    line-height: 14px;
    color: green;
    margin-bottom: 0px;
    padding: 0px;
    border-width: 0px;
    background-color: white;
}


/* search result page  */

 /* padding css custom */

 .section-padding {
    padding: 60px 50px;
}

 /* padding css custom */

 /* margin css custom*/
 

.section-title-col .section-title {
    position: relative;
    margin-bottom: 35px;
    color: var(--black);
    font-size: 34px;
}

 /* margin css custom*/


/*academy-courses*/

.academ-courses .col-md-4{
    margin-bottom: 15px;
}

.academ-courses .card-col .card .cart-btn,
.academ-courses .card-col .card .buy-btn,
.login-card .cart-btn,
.blog-read-btn .cart-btn{
    padding: .5rem 2rem .5rem 2rem;
}

.student-join-num{
    font-size: 14px;
}

.home-course .card-col .course-card-img,
.academ-courses .card-col .course-card-img{
    width: 100%;
    height: 156px;
    object-fit: cover;
}

/*academy-courses*/

/*course-details*/

/*course category tab*/

.nav-tabs .nav-link{
	color: var(--black);
}

.nav-tabs .nav-link.active {
    color: var(--blue);
}

.academy-courses .tabs {
	background: #fff;
	position: relative;
}


.academy-courses .tabs > input,
.academy-courses .tabs > span {
	width: 20%;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0;
}

.academy-courses .tabs > input {
	cursor: pointer;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: 99;
}

.academy-courses .tabs > span {
	background: var(--white);
	border-bottom: 1px solid rgba(0,0,0,.12);
	text-align: center;
	overflow: hidden;
	-webkit-transition: all .5s;
	   -moz-transition: all .5s;
		 -o-transition: all .5s;
			transition: all .5s;
}

.academy-courses .tabs > input:hover + span {
	background: rgba(255,255,255,.1);
}

.academy-courses .tabs > input:checked + span,
.academy-courses .tabs > input:hover + span {
	color: #3498DB;
}

#tab-1, #tab-1 + span {
	left: 0;
}

#tab-2, #tab-2 + span {
	left: 20%;
}

#tab-3, #tab-3 + span {
	left: 40%;
}

#tab-4, #tab-4 + span {
	left: 60%;
}

#tab-5, #tab-5 + span {
	left: 80%;
}

.academy-courses .tab-content {
	padding-top: 30px;
    padding-left: 15px;
	width: 100%;
	min-height: 340px;
}


h4.curriculumn-sec-name{
    background: var(--green);
    color: var(--white);
    font-size: 14px;
    border-radius: 7px;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    margin-bottom: 15px;
}



.academy-courses .card .btn{
	margin-right: .5rem;
}

.academy-courses .card .btn:nth-of-type(2){
	font-size: 18px;
}

.tab-content section {
	width: 100%;
	display: none;
}

#tab-1:checked ~ .tab-content #tab-item-1  {
	display: block;
}

#tab-2:checked ~ .tab-content #tab-item-2  {
	display: block;
}

#tab-3:checked ~ .tab-content #tab-item-3  {
	display: block;
}

#tab-4:checked ~ .tab-content #tab-item-4  {
	display: block;
}

#tab-5:checked ~ .tab-content #tab-item-5  {
	display: block;
}


.effect-tab .line{
	background: #3498DB;
	width: 20%;
	height: 4px;
	position: absolute;
	top: 56px;
}

#tab-1:checked ~ .line {
	left: 0;
}

#tab-2:checked ~ .line {
	left: 20%;
}

#tab-3:checked ~ .line {
	left: 40%;
}

#tab-4:checked ~ .line {
	left: 60%;
}

#tab-5:checked ~ .line {
	left: 80%;
}


/*course category tab*/

.course-details-cover{
	background: rgb(255 255 255 / 50%);
	padding: 1rem;
    margin-bottom: 3rem;
	padding: 30px 30px;
	border-bottom: 1px solid rgba( 255, 255, 255, 0.18 );
	/* border-radius: 0.75rem; */
}

.course-details .course-details-content-tab{
	padding: 20px;
}

.course-details .course-details-content-tab h4{
	font-size: 16px;
	line-height: 26px;
}

.course-details .nav .nav-link.active{
	color: var(--black);
}


.course-details .nav .nav-link{
	color: var(--blue);
}

/*course plan*/


/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgb(1 102 154 / 47%) rgb(155 123 123 / 36%) #8fb2cb1a;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: var(--black);
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: var(--green);
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: var(--blue);
    border: none;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list{	
	height: 20rem;
}

#generic_price_table .generic_content .generic_feature_list ul li{	
	color: var(--black);
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: var(--green);
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid var(--green);
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid var(--blue);
    color: var(--white);
    background: var(--blue);
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: var(--green) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) var(--green);
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: var(--green);
	color: #fff;
} 
#generic_price_table{
	margin: 0px;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 30px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 70px 130px 0px 210px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 20px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 14px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
   
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{

    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-size: 16px;
	padding: 8px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
    display: inline-block;
    
    font-size: 14px;
    outline: medium none;
    padding: 7px 14px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) {	
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
	 font-family: inherit;
}

.text-center h1,
.text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #2ECC71;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
	
}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}


/*course plan*/



/*social share icons*/

.course-social-share .icon-button {
	background-color: white;
	border-radius: 2.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	height: 1.6rem;
	/*line-height: 2.6rem;*/
	margin: 0 2px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 2.6rem;
}

/* Circle */
.course-social-share .icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 70%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}

.course-social-share .icon-button:hover span {
	width: 2.6rem;
	height: 2.6rem;
	border-radius: 2.6rem;
	margin: -1.3rem;
}

/* Icons */

.course-social-share .icon-button i {
	background: none;
	color: inherit;
	height: 2.6rem;
	left: 0;
	line-height: 2.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 2.6rem;
	z-index: 10;
}

.course-social-share .icon-button i:hover{
	color: var(--white);
} 

.course-social-share .twitter span {
	background-color: #4099ff;
}

.course-social-share .facebook span {
	background-color: #3B5998;
}

.course-social-share .instagram span {
	background-color: #517fa4;
}

/*social share icons*/



/*instructor profile*/
.instructor-profile{
    border-radius: 0.5rem;
}
    
.profile-img{
    text-align: center;
	margin-left: -12rem;
}
.profile-img img{
    width: 30%;
    height: 100%;
}

.profile-head{
	margin-left: -10rem;
}


/*instructor profile*/


/*review tab*/
.review-block{
	/* background-color: var(--white);
	border:1px solid #EFEFEF; */
	padding:15px;
	border-radius:3px;
	margin-bottom:15px;
}

.category-courses.academy-courses .review-block .star-ratings-rating-average,
.category-courses.academy-courses .review-block .star-ratings-rating-count,
.category-courses.academy-courses .review-block .star-ratings-rating-user{
	display: none;
} 

.star-ratings-rating-stars-container button:focus{
    outline: none;
}

.course-details-review .star-ratings-rating-average,
.course-details-review .star-ratings-rating-count,
.course-details-review .star-ratings-rating-user{
	display: none;
} 

.review-block-name{
	font-size:12px;
	margin:10px 0;
}
.review-block-date{
	font-size:12px;
}
.review-block{
	font-size:13px;
	margin-bottom:15px;
}
.review-block-title{
	font-size:15px;
	font-weight:700;
	/*margin-bottom:10px;*/
}
.review-block-description{
	font-size: 16px;
	color: var(--black);
	/*padding: 15px;*/
}

.review-block p{
    color: #111;
}

.review-block img{
    width: 70px;
}

/*review tab*/

/* course feature  */

.course-feature-table tbody tr th{
    font-family: 'Hind Siliguri', sans-serif;
}


/* course feature  */

/*course-details*/

/*category-section*/

.category-section{
    background: linear-gradient(to left, #edf8f7 50%, #e4f6ff 50%);
}


.category-section .category-card{
    margin-bottom: 25px;
    /*margin-right: 5px;*/
    padding: 10px;
}

.category-section .category-card a{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


/*category-section*/

/* academy about / administration  */

.academy-about-sec{
    padding: 60px 50px;
 }

.academy-teacher-card img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* academy about / administration  */

/* contributors section  */

.contributors-section{
    padding: 60px 50px;
}

.contributors-section .card {
    border-radius: 20px;
/*     min-height: 100%; */
}

.contributors-section .card .user-content .blockquote-footer{
    width: 10rem;
}

.contributors-section .heading-border {
    position: absolute;
    width: 100%;
    top: 60%;
}

.contributors-section .card .user-picture img {
    position: absolute;
    top: -20%;
    right: 10%;
    background: #f8f9fa!important;
    padding: 10px;
    object-fit: cover;
}

.contributors-section .card .user-content .user-name {
    margin-right: 150px;
}
/* contributors section  */

/*academy-teacher-join*/

.academy-teacher-join .academy-teacher-join-title .btn-green-cta{
    margin-right: 10px;
}

/*academy-teacher-join*/

/* teacher details page  */

.profile-page-header{
    background-size: cover;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    align-items: center;
}
.main-raised {
    margin: 10rem 10rem 0;
    border-radius: 6px;
    box-shadow: 0 16px 24px 2px rgba(109, 109, 109, 0.14), 0 6px 30px 5px rgba(194, 194, 194, 0.12), 0 8px 10px -5px rgba(119, 119, 119, 0.2);
    -webkit-box-shadow: 0 16px 24px 2px rgba(109, 109, 109, 0.14), 0 6px 30px 5px rgba(194, 194, 194, 0.12), 0 8px 10px -5px rgba(119, 119, 119, 0.2);
}

.teacher-profile-main {
    background: var(--white);
    position: relative;
    z-index: 3;
    margin-bottom: 3rem;
}

.nav-pills.teacher-nav-content .nav-item .nav-link.active {
    color: #fff;
    background-color: var(--green);
    box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(156 39 176 / 60%);
    -webkit-box-shadow: 0 5px 20px 0 rgb(0 0 0 / 20%), 0 13px 24px -11px rgb(156 39 176 / 60%);
}

.teacher-profile-main .rounded-circle {
    border-radius: 50% !important;
}


.profile .img-fluid, .profile .img-thumbnail {
    max-width: 100%;
    height: auto;
}

.profile-page .profile {
    text-align: center;
}

.profile-page .profile img {
    max-width: 150px;
    height: 150px;
    object-fit: cover;
    width: 100%;
    /* margin: 0 auto; */
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

.teacher-cert-img-div a{
    margin-right: 15px;
}

.teacher-cert-img-div img{
    width: 100%;
    height: 5rem;
}


.img-raised {
    box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 5px 15px -8px rgba(0,0,0,.24), 0 8px 10px -5px rgba(0,0,0,.2);
}


.teacher-profile-main .title {
    margin-top: -50px;
    /* margin-bottom: 25px; */
    /* min-height: 32px; */
    color: var(--blue);
    font-weight: 700;
}

.profile-page .description {
    margin: 5px auto 0;
    max-width: 600px;
    color: var(--black-light);
    font-weight: 300;
}

.tab-content.teacher-tab-content{
    display: block;
    padding: 20px 0 50px;
}


.tab-content.teacher-tab-content .card{
    margin-bottom: 15px;
}

.tab-content.teacher-tab-content .card .card-title{
    font-size: 16px;
}

.teacher-tab-content .gallery {
    margin-top: 3.213rem;
    padding-bottom: 50px;
}

.teacher-tab-content .gallery img {
    width: 100%;
    margin-bottom: 2.142rem;
}

.teacher-tab-content .profile .name{
    margin-top: -80px;
}

/* teacher details page  */


/* contributor profile sec  */

.contributor-profile-sec{
    padding: 60px 50px;
}

/* contributor profile sec  */
/* blog css  */


/*home-blog-section*/

.blog-section.home-blog-section{
    padding: 60px 50px;
}

.home-blog-section .card{
    margin-bottom: 25px;
}

.home-blog-section .card-body{
   height: 8rem;
}

.home-blog-section .blog-author-img-name{
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: -35px;
}



/* .blog-section .card img{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #cccccc;
} */

.blog-section .card-img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.blog-section .card .btn-bg-blue{
    margin-bottom: -25px;
    margin-right: 20px;
    margin-top: -3px;
    font-size: 14px;
}


.blog-section .card-body .cat {
  display: inline-block;
  margin-bottom: 1rem;
}

.blog-section .fa-users {
  margin-left: 1rem;
}

.blog-section .card-footer {
  font-size: 0.8rem;
}

/*home-blog-section*/

/* blog-list css  */

.blog-author-img{
    border: .5px solid #ccc;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    object-fit: cover;
}

/* blog-list css  */

.blog-article-div{
	/* width: 680px; */
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.charity-details-title{
    font-size: 42px;
}

.featured-blog-wrap{
    padding: 10px 15px 10px 15px ;
    border-radius: 12px;
    /* background: var(--white); */
    color: var(--black);
    margin:0 0 2rem;
    display: flex;
    justify-content: start;
}


.featured-blog-details{
    /* position: relative; */
    margin-left: 1.5rem;
}

.featured-blog-details .fatwa-ques{
    margin-top: 15px;
}


.featured-blog-details .blog-read-btn{
	margin-top: 15px;
    /* margin-left: -15px; */
}


.featured-blog-wrap .blog-cover-thumbnail{
    height: 20rem;
    border-radius: 12px;
    object-fit: cover;
}

.charity-details-sub-title{
	font-size: 14px !important;
}

.blog-details-author-img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}

.blog-article-div .blog-article-column{
	width: 680px;
    /* margin: 20px; */
}

.blog-article-column p{
	font-size: 21px;
	line-height: 32px;
}

.fatwa-blog-sec.blog-list-sec{
    padding: 3rem;
}


.fatwa-blog-sec .fatwa-filter-title{
	/* background: var(--white); */
	color: var(--black);
	/* font-size: 22px; */
	border-radius: 7px;
	padding: 5px 15px 5px 15px;
    text-align: left;
	/* display: inline-block; */
	margin-bottom: 15px;
}

/* #category_form{
    display: flex;
} */

.filter-col .filter-label{
    background: var(--green);
    color: var(--white);
    padding: 6px 18px 6px 18px;
    border-radius: 20px;
}

.filter-col .filter-label.filter-author{
    background: var(--white);
    color: var(--black);
    border: 1px solid var(--grey-light);
    padding: 6px 18px 6px 18px;
    border-radius: 20px;
}

.filter-col .filter-label:hover{
    cursor: pointer;
    background: var(--green-dark);
}

.filter-col .filter-label.filter-author:hover{
    cursor: pointer;
    background: var(--white-dark);
}

.filter-col .filter-label input{
    margin-top: 5px;
    margin-right: 5px;
    border-radius: 20px;
}


.fatwa-blog-sec .filter-wrap,
.fatwa-blog-sec .fatwa-wrap,
.fatwa-blog-sec .filter-tag-wrap{
	border-radius: 12px;
}


.fatwa-blog-sec .filter-wrap form{
	font-size: 14px;
	color: var(--black);
}	


.fatwa-wrap{
    padding: 10px 15px 10px 15px ;
    /* background: var(--white); */
    color: var(--black);
    margin:0 0 3px;
    height: 25rem;
	position: relative;
}	


.fatwa-wrap .blog-cover-thumbnail{
    width: 100%;
	height: 12rem;
    border-radius: 12px;
    object-fit: fill;
}

.fatwa-wrap .blog-read-btn{
	position: absolute;
	right: 2rem;
	bottom: 1rem;
	margin-top: 15px;
}


.fatwa-wrap .fatwa-ques{
	margin-top: 15px;
    font-size: 18px;
	font-weight: 600;
}



.fatwa-wrap .fatwa-ans{
	margin-top: -10px;
	font-size: 14px !important;
	font-weight: normal;
	color: var(--black);
}

.fatwa-wrap p{
    font-size: 12px;
}

.fatwa-wrap .fatwa-author{
    font-size: 14px;
}

.blog-details-img{
    height: 23rem;
    object-fit: fill;
}

/* blog css  */



/* fatwa list css  */

/* fatwa search form  */

.fatwa-search-tab-col{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}


.fatwa-search-form-sub-div{
    display: flex;
    justify-content: start;
    align-items: flex-start;
}

/* fatwa search form  */

.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.faq-nav .nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    color: #616161;
    transition: background-color 0.2s ease;
}
.faq-nav .nav-link:hover {
    background-color: #f6f6f6;
}
.faq-nav .nav-link.active {
    background-color: var(--green);
    font-weight: 700;
    color: rgb(255 255 255 / 87%);
}
.faq-nav .nav-link:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 0;
}
.faq-nav .nav-link i.mdi {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
}
.fatwa-search-tab-col .tab-content {
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}
.fatwa-search-tab-col .tab-content .card {
    border-radius: 0;
}
.fatwa-search-tab-col .tab-content .card-header {
    padding: 15px 16px;
    border-radius: 0;
    background-color: #f6f6f6;
}
.fatwa-search-tab-col .tab-content .card-header h5 {
    margin: 0;
}

.fatwa-search-tab-col .tab-content .card-header h5 button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-size: 22px;
    font-weight: 700;
    color: rgba(0, 0, 0, .87);
    text-align: left;
    white-space: normal;
}
.fatwa-search-tab-col .tab-content .card-header h5 button:hover, 
.fatwa-search-tab-col .tab-content .card-header h5 button:focus, 
.fatwa-search-tab-col .tab-content .card-header h5 button:active, 
.fatwa-search-tab-col .tab-content .card-header h5 button:hover:active {
    text-decoration: none;
}
.fatwa-search-tab-col .tab-content .card-body p {
    color: var(--black);
    font-size: 18px;
}
.fatwa-search-tab-col .tab-content .card-body p:last-of-type {
    margin: 0;
}
.accordion.fatwa-list-accord > .card:not(:first-child) {
    border-top: 0;
}
.accordion.fatwa-list-accord .collapse.show .card-body {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}


/* fatwa list css  */

/* testimonial css  */

.c-container {
    margin: auto;
    width: 93%;
    position: relative;
    z-index: 1;
}

.testimonial .name {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 35px;
    text-align: left;
}
.testimonial .designation {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
    opacity: 0.65;
}

.unt {
    margin-bottom: 20px;
    margin-top: 60px;
}
.hero-text {
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #fff;
}
.gallery-thumbs {
    height: 100%;
}
.gallery-thumbs .swiper-wrapper {
    align-items: center;
}
.gallery-thumbs .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 250px;
    height: 330px;
    position: relative;
}
.gallery-thumbs .swiper-slide img {
    filter: contrast(0.5) blur(1px);
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.gallery-thumbs .swiper-slide-active img {
    filter: contrast(1) blur(0px) !important;
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.flex-row .flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}


.testimonial-section .quote {
   width: 75%;
   height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   padding-left: 100px;
   padding-right: 100px;
}

.testimonial-section .quote p{
    color: var(--white);
}

.swiper-container.testimonial {
   height: 100vh;
}
.testimonial-section .user-saying {
    background: rgb(0 122 115);
    -webkit-box-shadow: 0px 2px 9px 0 rgb(31 38 135 / 27%);
    box-shadow: 0px 2px 9px 0 rgb(31 38 135 / 27%);
    backdrop-filter: blur( 10px );
    -webkit-backdrop-filter: blur( 10px );
   width: 60%;
   color: #fff;
   height: 100%;
   position: relative;
}

.testimonial-section .user-saying h1{
    position: absolute;
    top: 3rem;
    left: 3rem;

}


.testi-user-img {
   width: 40%;
}
.testimonial-section {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   width: 100%;
   height: 100%;
}
.testimonial-section .quote p {
   font-size: 20px;
   font-weight: 300;
   line-height: 1.8;
   font-style: italic;
   margin: 0;
}
.quote-icon {
   width: 38px;
   display: block;
   margin-bottom: 30px;
}
/* testimonial css  */



/* pagination css  */

.footable-pagination-wrapper{
    display: block;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.footable-page-nav:first-child .footable-page-link {
    margin-left: 0 !important;
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.footable-page-link{
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem !important;
    margin-left: -1px;
    line-height: 1.25;
    color: var(--blue);
    /* background-color: #fff !important; */
    border: 1px solid #dee2e6 !important;
}

.footable-page{
    transition: all 0.2s ease-in-out;
}

.footable-page.visible.active .footable-page-link{
    background: var(--blue) !important;
    color: var(--white) !important;
}

.footable-page:hover, .footable-page:focus{
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}
/* pagination css  */


/* fatwa ask  */




.call-to-action-fatwa {
    position: relative;
    background: linear-gradient(to right, #007A73 10%, #005885 80%);
    /* background: url(../img/bg-calltoaction.jpg) no-repeat center center; */
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.call-to-action-fatwa .overlay {
    position: absolute;
    background-color: #b6b1ff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
}


/* fatwa ask  */


/* vdo page  */

.video-list-sec{
    padding: 60px 50px;
}

.video-list-sec ::-webkit-scrollbar {
    -webkit-appearance: none;
    appearance: none;
    width: 7px;
  }

 .video-list-sec ::-webkit-scrollbar-thumb {
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    background-color: var(--grey-light);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
  }


.vid-main-wrapper {
	width: 100%;
	max-width: 50rem;
	min-width: 50rem;
	background: #fff;
	margin: 0 auto;
}

/*  VIDEO PLAYER CONTAINER
############################### */

.media-sec-flex{
    display: flex;
    justify-content: start;
    align-items: start;
}

.media-sec-flex .filter-col{
    margin-right: 1.5rem;
}

.video-list-sec .filter-wrap{
    width: 22rem;
    height: 25rem;
    overflow-y: scroll;
}

.vid-container {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px; 
    height: 0; 
	width:70%;
	float:left;
}
 
.vid-container iframe,
.vid-container object,
.vid-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 360px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}


/*  VIDEOS PLAYLIST 
	############################### */
.vid-list-container {
	width: 30%;
	height:360px;
	overflow: hidden;
	float:right;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}

.video-col .video-bar-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vid-list-container:hover, .vid-list-container:focus {
	overflow-y: auto;
}

ol#vid-list {
	margin:0;
	padding:0;
	background: #222;
	height: 100%;
}

ol#vid-list li {
  list-style: none;
}

ol#vid-list li a {
	text-decoration: none;
	background-color: #222;
	height:65px;
	display:block;
	padding:10px;
}

ol#vid-list li a:hover {
	background-color:#666666
}

.vid-thumb {
	float:left;
	margin-right: 8px;
}

.active-vid { 
	background:#3A3A3A;
}

#vid-list .desc {
	color: #CACACA;
	font-size: 13px;
	margin-top:5px;
}


@media (max-width: 624px) {

	.vid-main-wrapper{
	    min-width: auto;
	}

	.vid-container {
		width: 100%;
 	    padding-bottom: 55vh;
	}

	.vid-list-container {
		padding-bottom: 20px;
		width: 100%;
    	float: inherit;
	}

}


/* vdo page  */

/* student enrollment form  */

.donate-form .cta-btn{
    padding: 5px 15px 5px 15px;
}


/* student enrollment form  */


/*login*/
.login-sec .global-container{
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

form.login-form{
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.login-card .card-title{ font-weight:300; }


.login-card{ 
	width:330px;
	margin:20px;
}

.sign-up{
	text-align:center;
	padding:20px 0 0;
}

.alert{
	margin-bottom:-30px;
	font-size: 13px;
	margin-top:20px;
}

/*login*/





/*footer*/

.footer-col-3 .contact-div p{
    margin-left: 15px;
}

#scroll-top{
    position: fixed;
    bottom: 2rem;
    right: 2rem;
}

.fas.fa-angle-up{
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    border: none;
    padding: 5px 9px;
    background: var(--blue);
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
}

/*footer*/

.focus-effect:focus{
   outline: none;
}

.rounded-border-left{
    border-radius: 8px 0px 0px 8px;
}

.rounded-border-right{
    border-radius: 0px 8px 8px 0px;
}

.card{
    /*width: 100%;*/
    box-shadow: 2px 2px 5px rgb(236, 236, 236);
}

.card-border{
    border: 1px solid rgb(240, 239, 239);
}


.bg-vertical-line{
    background-image: url("../img/verticalLine.png");
    background-position: center;
    background-repeat: no-repeat;
}
.custom-shadow{
    box-shadow: 3px 3px 5px rgb(236, 235, 235);
}

.custom-border{
    border: 1px solid #005885;
}


/* academy-teacher-join  */

.bg-zakir-nayek{
    background-color: #007A73;
    position: relative;
    height: 400px;
    width: 300px;
}

.zakirNayek-img{
    height: 400px;
    width: 300px;
    position: absolute;
    top: -25px;
    left: 25px;
}



/* academy-teacher-join  */




/*responsive css starts*/

/*mobile view*/

 @media (min-width: 768px) {
    .navbar-brand.abs
        {
            position: absolute;
            width: auto;
            left: 50%;
            transform: translateX(-50%);
            text-align: center;
        }
    }

 
@media screen and (max-width: 768px){

 
    /*navbar*/

   
    .nav-cta-blue,
    .nav-cta-green{
        display: inline-block;
        margin-top: 15px;
    }
   
    .btn-green-border, .nav-cta-green {
        display: inline-block;
        margin-top: 15px;
    }

    .nav-item.nav-item-fatwa .nav-link-fatwa-span{
        margin-right: -10px;
    }

    .navbar-toggler{
        margin-left: auto;
    }
    
    /*navbar*/

    /*header*/
    .header-text{
        font-size: 24px;
    }

    .header-container{
        height: 60vh;
    }

    .header-container .diamond{
        width: 415px;
    }

    /* header search form  */
    .bar{
        width: 350px;
    }

    .header-search-form-div .header-search-form-sub-div{
        text-align: center;
    }

    .header-search-form-div .header-search-form-sub-div a{
        text-decoration: none;
    }

    .searchresult h2 {
        line-height: 24px;
    }
    /* header search form  */
    /*header*/

    /* academy about / administration  */

    .academy-about-sec{
       padding: 60px 0px 60px 0px;
    }

    .academy-teacher-card img{
        height: 90px;
    }

    .academy-teacher-card h5{
        font-size: 16px;
    }

    .academy-teacher-card .btn-bg-blue{
        padding: .5rem 1rem .5rem 1rem;
    }
    

    /* academy about / administration  */

    /*academy-courses*/

    .academ-courses .card-col .card .cart-btn, 
    .academ-courses .card-col .card .buy-btn {
        font-size: 14px;
    }

    .category-section .category-card {
        padding: 17px;
    }

    .category-section .category-card a {
        font-size: 14px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .academ-courses .card-col .card .prev-price{
        font-size: 12px;
    }

    .category-section .category-card h3 {
        font-size: 20px;
    }

    /* home blog  */

    .blog-section.home-blog-section{
        padding: 20px 10px;
    }

    .home-blog-section .blog-author-img-name{
        display: block;
    }

    .home-blog-section .blog-author-img-name .home-blog-img-author-div{
        margin-top: 40px;
    }
    /* home blog  */


    .profile-head{
        margin-left: 0px;
    }


    /* teacher details  */

    .main-raised {
        margin: 6rem 0;
    }


    /* teacher details  */

    /* author/ profile  */

    .contributors-section .card .user-content .user-name {
        margin-right: 0px;
        margin-top: 4.5rem;
    }
    /* author/ profile  */

    /*academy-courses*/

    /* home blog  */
    
    .blog-section .card{
        margin-bottom: 25px;
    }

    .blog-section .card-title {
        font-size: 18px;
    }

    .fatwa-wrap{
        height: 21rem;
    }

    .fatwa-wrap .fatwa-ques {
        font-size: 16px;
    }

    .fatwa-wrap .blog-cover-thumbnail {
        height: 100%;
    }

    .featured-blog-wrap{
        display: block;
    }

    .featured-blog-wrap .blog-cover-thumbnail {
        height: 100%;
    }
    
    .featured-blog-details {
        margin-left: 0px;
    }

    .featured-blog-details .fatwa-ques{
        font-size: 16px;
    }

    .blog-section p{
        font-size: 14px;
    }

    /* home blog  */

    /* video list  */

    .video-list-sec{
        padding: 60px 0;
    }
    
    .search-result-sec .no-result-found-text{
        margin-left: 0;
    }

    .media-sec-flex{
        display: block;
    }

    .media-sec-flex .filter-col{
        margin-right: 0;
    }

    .video-col .video-bar-header .btn-green-border{
        margin-top: 0px;
        font-size: 14px;
    }

    .video-list-sec .fatwa-filter-title{
        font-size: 22px;
    }

    .video-list-sec .filter-wrap{
        width: 100%;
    }

    .vid-container iframe{
        border-radius: 14px;
      }
    

    .vid-list-container {
        border-radius: 12px;
    }

    /* video list  */

    /* subcription plan  */

    .subscription-plan-sec .academy-advertise-top-title{
        font-size: 22px;
    }

    .subscription-plan-sec .academy-advertise-title{
        font-size: 24px;
    }

    .subscription-plans .section-title-col .section-title{
        font-size: 28px;
    }

    .subscription-cover{
        margin-top: 25px;
    }
    /* subcription plan  */

    /* academy-teacher-join */

    .bg-zakir-nayek {
        height: 270px;
        width: 200px;
    }
    .zakirNayek-img {
        width: 200px;
        height: 270px;
    }

    .academy-teacher-join-title h1{
        font-size: 26px;
    }

    .academy-teacher-join-title p{
        font-size: 16px;
    }
    /* academy-teacher-join */

      /* testimonial section  */

      .testimonial-section .quote{
        padding-left: 30px;
        padding-right: 0px;
        
    }

    .swiper-container.testimonial{
        height: 80vh;
    }

    .testimonial-title{
        font-size: 22px;
        margin-bottom: -45px;
    }

    .quote-icon{
        width: 20px;
    }

    .testimonial-section .quote p,
    .testimonial-section .quote .name {
        font-size: 14px;
    }

    

    .gallery-thumbs .swiper-slide img {
        width: 150px;
        height: 150px;
    }

     /* testimonial section  */



    /* blog  */

    .blog-article-div .blog-article-column {
        width: 340px;
    }

    .blog-article-column a{
        overflow-x: scroll;
    }

    .blog-read-btn .cart-btn {
        padding: .3rem 1rem .3rem 1rem;
    }

    .fatwa-wrap .blog-read-btn {
        position: absolute;
        right: 12px;
        bottom: 12px;
    }

    .charity-details-sec .offset-3 {
        margin-left: 0;
    }

    /* blog  */


    /* ask fatwa  */

    .call-to-action-fatwa h2{
        font-size: 22px;
    }

    .call-to-action-fatwa .form-row{
        display: block;
        margin-top: 25px;
    }

    /* ask fatwa  */

    /* fatwa list  */

    .fatwa-blog-sec.blog-list-sec{
        padding: 3rem 0 3rem 0;
    }

    .fatwa-search-tab-col{
        align-items: stretch;
    }

    .tab-content .card-header h5 button{
        font-size: 14px;
    }

    .tab-content .card-body p{
        font-size: 14px;
    }
    /* fatwa list  */

    /* fatwa details  */

    .fatwa-details-desc {
        font-size: 21px;
        line-height: 32px;
    }

    /* fatwa details  */

    /* search result page  */

    .search-result-sec .container{
        display: block;
    }

    .search-result-sec .searchbar{
        padding-left: 0;
        width: 30vh;
    }

    .bar input{
        font-size: 12px;
    }

   .search-submit-btn{
        font-size: 12px;
    }

    .search-result-sec article h3{
        font-size: 16px;
    }

    .search-result-sec article p{
        font-size: 14px;
    }
/* search result page */

    /* auth pages  */
    
    .login-card{
        margin: -15px;
    }


    /* auth pages  */

    /* footer  */

    .footer-col-1, .footer-col-2{
        margin-bottom: 20px;
    }

    .footer-col-3 h4, .footer-col-4 h4{
       font-size: 16px;
    }

    .footer-col-3 .contact-div p{
        margin-left: 5px;
    }

    .footer-col-3 div h5{
        font-size: 12px;
    }

    .footer-col-4 div a{
        font-size: 12px;
    }

    .copyright-text{
        font-size: 12px;
    }
    /* footer  */




}

/*responsive css ends*/


@media screen and (min-width:1200px){
    .extra-margin{
        margin-top: 73px;
    }
}

@media screen and (max-width:1199px){
    .extra-margin{
        margin-top: 50px;
    }
}

