@import url("https://fonts.googleapis.com/css2?family=Galada&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat&family=Source+Serif+Pro:wght@400;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap");

body {
  background-color: #fff;
}

html {
  font-size: 14px;
}

/*div when mobile display none*/

.desktop-d-block {
  display: block;
}

.desktop-d-none {
  display: none !important;
}

/*div when mobile display none*/

:root {
  --red: #f2022a;
  --red-light: #ec57009c;
  --blue: #002779;
  --black: #2c2c2c;
  --black-light: #777777;
  --grey: #c2c9d1;
  --grey-light: #e0e4e8;
  --white: #f8f9fa;
  --white-dark: #cfcfcf;
}

/*:root {
  --blue: #6456B7;
  --red: #24500F;
  --white: #f7f7f7; 
}
*/

h1,
h2,
h3,
h4 {
  font-family: "Source Serif Pro", serif;
}

h5,
p,
a,
th,
td {
  font-family: "Open Sans", sans-serif;
}

textfield {
  font-family: "Hind Siliguri", sans-serif !important;
}

.font-Balooda {
  font-family: "Hind Siliguri", sans-serif !important;
}

.font-sourceSans {
  font-family: "Source Serif Pro", serif !important;
}

a {
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

.bg-blue {
  background: var(--blue);
}

.bg-red {
  background: var(--red);
}

.text-blue {
  color: var(--blue);
}

.text-red {
  color: var(--red);
}

.text-red-light {
  color: var(--red-light);
}

.text-grey {
  color: var(--grey);
}

.text-black {
  color: var(--black);
}

.text-black-light {
  color: var(--black-light);
}

p {
  color: var(--black);
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 4.5rem;
  position: relative;
}

.animated {
  animation-duration: 500ms;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

/*custom box shadows*/

.shadow-custom {
  box-shadow: 5px 5px 25px 0px #20a4ff36;
  -webkit-box-shadow: 5px 5px 25px 0px #20a4ff36;
}

.shadow-course-card {
  background: linear-gradient(145deg, #ffffff 0%, #00277912 100%);
  box-shadow: 5px 5px 15px #8791c4, -5px -5px 15px #d7e7ff;
  -webkit-box-shadow: 0px 1px 13px #00277914, 1px 2px 20px #d7e7ff61;
}

.shadow-glass {
  background: rgb(255 255 255 / 50%);
  -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);
}

/*custom box shadows*/

img::selection {
  color: #fff;
  background: 0 0;
}

img::-moz-selection {
  color: #fff;
  background: 0 0;
}

::-webkit-scrollbar {
  background: var(--blue);
  /*border-radius: 4px;*/
  height: 5px;
  width: 8px;
}

::-webkit-scrollbar-thumb {
  background: #fff;
  border-radius: 4px;
}

/*btn style*/

button {
  outline: 0 !important;
  border: none !important;
}

button:focus {
  outline: 0 !important;
}

button:hover {
  cursor: pointer !important;
}

.btn.btn-blue {
  font-size: 18px;
  border: none;
  background: var(--blue);
  /*background: linear-gradient(146deg, rgba(0,131,189,1) 0%, rgba(0,141,203,1) 74%);*/
  color: #fff !important;
  border-radius: 3px;
  padding: 5px 15px 5px 15px;
  font-family: "Hind Siliguri", sans-serif;
}

.btn.btn-blue-outline {
  font-size: 18px;
  font-weight: 600;
  border: 1px solid var(--blue);
  /* background: var(--blue); */
  /*background: linear-gradient(146deg, rgba(0,131,189,1) 0%, rgba(0,141,203,1) 74%);*/
  color: var(--black) !important;
  border-radius: 3px;
  padding: 5px 15px 5px 15px;
  font-family: "Hind Siliguri", sans-serif;
}

.btn.btn-red {
  border: none;
  background: var(--red) !important;
  color: #fff !important;
  border-radius: 3px;
  padding: 5px 15px 5px 15px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Hind Siliguri", sans-serif;
  text-decoration: none;
  transition: 0.25s;
}

.btn.btn-reg {
  border: none;
  background: var(--red);
  color: #fff;
  border-radius: 3px;
  padding: 10px 25px 10px 25px;
  font-size: 18px;
  font-family: "Hind Siliguri", sans-serif;
}

.btn.btn-reg-blue {
  font-size: 22px;
  border: none;
  background: var(--blue);
  /*background: linear-gradient(146deg, rgba(0,131,189,1) 0%, rgba(0,141,203,1) 74%);*/
  color: #fff !important;
  border-radius: 3px;
  padding: 5px 15px 5px 15px;
  font-family: "Hind Siliguri", sans-serif;
}

.btn.btn-white {
  border: none;
  background: rgb(255, 255, 255);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  color: var(--black) !important;
  border-radius: 3px;
  padding: 5px 15px 5px 15px;
  font-family: "Hind Siliguri", sans-serif;
}

.btn.btn-eee {
  border: none;
  background: #eee;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
  color: var(--red) !important;
  border-radius: 3px;
  padding: 5px 15px 5px 15px;
  font-family: "Hind Siliguri", sans-serif;
}

.btn.btn-reg:hover {
  background: var(--white);
  color: var(--red);
}

.btn.btn-blue:hover,
.btn.btn-red:hover,
.btn.btn-white:hover,
.btn.btn-eee:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 3px rgba(0, 0, 0, 0.2);
}

.btn.btn-default {
  border-color: #ccc;
  background-color: #ccc;
  color: #555;
  font-family: "Hind Siliguri", sans-serif;
}

.btn.btn-default:hover {
  background-color: #fafafa;
}

/*header-cta*/

@media screen and (max-width: 930px) {
  .button-container {
    flex-direction: column;
  }
}

.button-container .button {
  position: relative;
  background: var(--red);
  color: var(--white);
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  border: none;
  border-radius: 3px;
  padding: 12px;
  font-size: 20px;
  /*box-shadow: 0 2px 5px 0 rgba(3,6,26,0.15);*/
  transition: 0.2s all ease-in-out;
}

.button-container .button:hover {
  cursor: pointer;
  background: var(--white);
  color: var(--red);
  animation: none;
  /*animation-play-state: paused;*/
}

.button-container .button-wiggle {
  animation: wiggle 4s 2s infinite;
}

@keyframes wiggle {
  5%,
  50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}

/*header-cta*/

/*btn style*/

/*header section*/

/*dashboard-btn*/

.dashboard-btn {
  font-size: 13px;
  padding: 0.3em;
}

/*dashboard-btn*/

.language-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #ffffff;
  background-image: none;
}

/* Custom Select */
.language-select.select {
  /*position: relative;*/
  /*display: block;*/
  /*width: 20em;*/
  /*height: 4.5em;*/
  /*line-height: 3;*/
  /*background: var(--blue);*/
  /*overflow: hidden;*/
  border-radius: 0.25em;
}

.language-select select {
  flex: 1;
  padding: 0.3em;
  color: var(--blue);
  cursor: pointer;
}

/* Arrow */

/* Transition */
.language-select.select:hover::after {
  color: var(--blue);
}

/*top-title*/

/*home page css starts here*/

/*navbar*/
.top-nav {
  /* background-image: url(/static/themes/online_course/img/nav-bg.png);
	background-position: inherit;
	background-repeat: no-repeat;
	background-size: cover;  */

  background: rgb(0, 39, 121);
  background: linear-gradient(
    49deg,
    rgba(0, 39, 121, 1) 53%,
    rgba(255, 255, 255, 1) 53%
  );
  z-index: 100;
  width: 98.5%;
}

/* .course-details-cover{
	background-image: url(/static/themes/online_course/img/nav-bg.png);
	background-position: center; 
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
} */

.top-nav ul {
  float: right;
}

.top-nav ul li.nav-item {
  margin-left: 7px;
}

.top-nav .nav-link {
  font-size: 18px;
  font-weight: 600;
  font-family: "Hind Siliguri", sans-serif;
  text-transform: uppercase;
  /*letter-spacing: .5px;*/
  color: var(--black) !important;
  text-decoration: none;
  transition: 0.25s;
}

.top-nav .nav-link:hover {
  color: var(--blue) !important;
}

.top-nav .dropdown-item {
  font-size: 18px;
}

.navbar-brand {
  /* background-color: var(--blue);
	padding: 15px; */
  /* bopr */
}

.navbar-brand img {
	height: 50px;
}

.navbar-nav .nav-link:nth-of-type(1) {
  position: relative;
}

.navbar-nav .nav-link i {
  position: absolute;
  top: -6px;
  right: -5px;
  border-radius: 50%;
  background: var(--red);
  color: #fff;
  font-size: 11px;
  /*font-weight: 300;*/
  padding: 4px;
}

/*navbar toggler icon */

.navbar-toggler {
  background: none;
  border: none;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler .navbar-toggler-icon {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 25px;
  margin: 4px 0 4px 0;
  transition: all 0.2s;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
  background: var(--red);
}
.navbar-toggler .navbar-toggler-icon:nth-of-type(1) {
  background: var(--blue);
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .navbar-toggler-icon:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler .navbar-toggler-icon:nth-of-type(3) {
  background: var(--blue);
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(1) {
  transform: rotate(0);
}
.navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .navbar-toggler-icon:nth-of-type(3) {
  transform: rotate(0);
}

.nav-item.nav-cart .cart-icon {
  position: relative;
  margin-right: 3px;
}

.nav-item.nav-cart .cart-icon i {
  font-size: 18px;
  font-weight: bold;
  color: var(--black);
  line-height: 2;
}

.nav-item.nav-cart {
  margin-right: 25px;
  margin-left: 15px;
}

.nav-item.nav-cart span {
  font-size: 12px;
  border-radius: 50%;
  background-color: var(--black);
  color: var(--white);
  padding: 0px 5px 0px 5px;
  margin-right: 10px;
  position: absolute;
  top: 12px;
  /* right: 12px; */
}

/*navbar toggler icon*/

/*navbar*/

/*header hero*/

/*top-title*/

.header {
  height: 90vh;
}

.top-title {
  position: relative;
}

.top-title .title-box {
  position: absolute;
  top: 25vh;
  left: 1%;
  z-index: 9999;
}

.top-title .title-text {
  font-size: 54px;
  font-family: "Galada", cursive;
  font-weight: bold;
}

.top-title .sub-title-text {
  font-size: 16px;
  font-family: monospace;
  margin-bottom: 25px;
}

.top-search .form-control {
  border-radius: 34px;
}

.top-search .top-search-content {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  top: 18vh;
  left: 0;
  right: 0;
  text-align: center;
}

.top-search .has-search .form-control {
  padding-left: 2.375rem;
  color: var(--black);
}

.top-search .has-search .form-control-feedback {
  position: absolute;
  z-index: 2;
  display: block;
  width: 2.375rem;
  height: 2.375rem;
  line-height: 2.375rem;
  text-align: center;
  pointer-events: none;
  color: var(--black);
}

/*header hero*/

/*header section*/

/*title's style*/

/*section-title*/

.section-title-col .section-title {
  position: relative;
  margin-bottom: 35px;
  color: var(--black);
  font-size: 34px;
}

.section-title-col img.section-title-vector {
  position: absolute;
  top: -50px;
  right: 32%;
}

.section-title-col img.section-title-vector-other {
  position: absolute;
  top: -50px;
  right: 35%;
}

/*section-title*/

/*academy-facts*/

.shadow-feature {
  -webkit-box-shadow: 0 0.8rem 3.2rem 0 rgb(2 16 40 / 16%);
  box-shadow: 0 0.8rem 3.2rem 0 rgb(2 16 40 / 16%);
}

.academy-facts {
  position: absolute;
  top: 85%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10000;
}

.academy-facts-container {
  background: rgb(255 255 255 / 50%);
  -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);
  padding: 30px 30px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 0.75rem;
}

.academy-facts .facts {
  /*padding: 25px;*/
}

.academy-facts-title {
  font-size: 32px;
  margin-bottom: 45px;
}

.academy-facts .facts-title {
  font-size: 16px;
  font-weight: 600;
  padding-left: 55px;
  padding-right: 55px;
  margin-top: 15px;
}

/*academy-facts*/

/*academy-advertise*/

.section-padding {
  padding: 60px 50px;
}

.academy-advertise .academy-advertise-top-title {
  font-size: 20px;
}

.academy-advertise .academy-advertise-title {
  font-size: 52px;
  margin-bottom: 25px;
}

.academy-advertise .academy-advertise-sub-title {
  font-size: 18px;
}

/*academy-advertise*/

/*academy courses*/

.home-courses.academy-courses {
  margin-top: 60%;
}

.category-courses.academy-courses {
  margin-top: 5%;
}

.course-card-desc-price span {
  letter-spacing: 0px;
  font-size: 13px;
}

.course-list-sec {
  margin-top: 0;
}

.academy-courses .course-col {
  margin-bottom: 30px;
}

.academy-courses .course-card {
  height: 100%;
  border-radius: 14px;
  margin-bottom: 20px;
  /* position: relative; */
}

.home-courses.academy-courses .review-block .star-ratings-rating-average,
.home-courses.academy-courses .review-block .star-ratings-rating-count,
.home-courses.academy-courses .review-block .star-ratings-rating-user {
  display: none;
}

.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;
}

.home-courses.academy-courses .review-block .star-ratings p,
.category-courses.academy-courses .review-block .star-ratings p {
  display: none;
}

/* when login */

.home-courses.academy-courses
  .review-block
  .star-ratings-rating-stars-container {
  position: absolute;
  left: -15px;
  top: 5px;
}

.category-courses.academy-courses
  .review-block
  .star-ratings-rating-stars-container {
  position: absolute;
  left: -15px;
  top: 5px;
}

/* .home-courses.academy-courses .review-block .star-ratings-rating-stars-container ul li span{
	width: 15px !important;
    height: 20px !important;
	background-position: center !important;
	background-size: 44px !important;
}

.category-courses.academy-courses .review-block .star-ratings-rating-stars-container ul li span{
	width: 15px !important;
    height: 20px !important;
	background-position: center !important;
	background-size: 44px !important;
} */

/* when logout  */

.academy-courses .course-card img {
  width: 100%;
  /* object-fit: cover; */
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}

.academy-courses .course-card .card-body {
  position: relative;
}

.academy-courses .course-card .card-title {
  margin-bottom: -1rem;
}

.academy-courses .course-card .card-body p {
  margin-bottom: 2.5rem;
}

.academy-courses .course-card .card-body .card-btn {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}

.academy-courses .course-card .course-info {
  margin-top: 25px;
}

.course-card img {
  /* width: 25vh; */
  height: 25vh;
  /*object-fit: cover;*/
}

/*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, 0.12);
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.academy-courses .tabs > input:hover + span {
  background: rgba(255, 255, 255, 0.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;
}

.academy-courses .card {
  /* background: rgb(255 255 255 / 50%);
    -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 );*/
}

.academy-courses .card .btn {
  margin-right: 0.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*/

.course-details-sec {
  margin-top: 5%;
}

.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);
}

.course-details-review-img {
  margin-right: 25px;
}

.course-details-review .star-ratings-rating-average,
.course-details-review .star-ratings-rating-count,
.course-details-review .star-ratings-rating-user {
  display: none;
}

.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);
}

h4.curriculumn-sec-name {
  background: var(--red);
  color: var(--white);
  font-size: 14px;
  border-radius: 7px;
  padding: 5px 15px 5px 15px;
  display: inline-block;
  margin-bottom: 15px;
}

/*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;
}
.review-block-name {
  font-size: 12px;
  margin: 10px 0;
}
.review-block-date {
  font-size: 12px;
}
.course-card .review-block {
  font-size: 13px;
  margin-bottom: 0px;
}
.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-details*/

/*academy courses*/

/*academy teachers*/

.academy-teachers img.academy-teachers-img-holder {
  position: relative;
}

.academy-teachers img.academy-teachers-img {
  position: absolute;
  top: 70px;
  bottom: 0;
  right: 0;
  left: 80px;
  width: 117px;
  height: 117px;
  border-radius: 50%;
}

/* teacher-details */
.teacher-img img {
  width: 100%;
  height: auto;
}

/* teacher-details */
/*academy teachers*/

/*academy-testimonial*/

.academy-testimonials .section-title-col .section-title {
  position: relative;
  margin-bottom: 15px;
  color: var(--black);
}

.testimonial-card {
  padding: 20px;
  border-radius: 14px;
  text-align: center;
}

#customers-testimonials .shadow-custom p {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
  color: var(--black);
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: var(--white);
  border: 1px solid var(--blue);
  padding: 9px 35px;
  border-radius: 5px;
  text-align: center;
  color: var(--blue);
}

#customers-testimonials .item {
  text-align: center;
  padding: 30px;
  margin-bottom: 20px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
  border-radius: 50%;
  width: 55px;
  height: 50px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: var(--blue);
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: var(--blue);
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

.owl-dots button:focus {
  outline: none;
}

/*academy-testimonial*/

/*academy cta*/

.call-to-action {
  position: relative;
  background-color: #343a40;
  background: url("../img/bg-calltoaction.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 2rem;
  padding-bottom: 3rem;
}

.call-to-action .overlay {
  position: absolute;
  background-color: #b6b1ff;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.call-to-action .form-row .btn-cta {
  font-size: 20px;
}

.call-to-action-2 {
  position: relative;
  background-color: #343a40;
  /* background: url("../img/bg-calltoaction2.jpg") no-repeat center center; */
  background-size: cover;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.call-to-action-2 .overlay {
  position: absolute;
  background-color: #212529;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.3;
}

.clearfix {
  clear: both;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

/*academy CTA*/

/*home page css ends here*/

/***************************************************/

/* blog css  */

.fatwa-blog-sec-home {
  padding: 60px 20px;
}

.fatwa-blog-sec .fatwa-filter-title {
  background: var(--white);
  color: var(--black);
  font-size: 14px;
  border-radius: 7px;
  padding: 5px 15px 5px 15px;
  display: inline-block;
  margin-bottom: 15px;
}

.fatwa-blog-sec .filter-wrap,
.fatwa-blog-sec .fatwa-wrap,
.fatwa-blog-sec .filter-tag-wrap {
  border-radius: 14px;
}

.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: 24rem;
  position: relative;
}

.fatwa-wrap img {
  height: 12rem;
}

.fatwa-wrap .blog-read-btn {
  position: absolute;
  right: 2rem;
  bottom: 1rem;
  margin-top: 15px;
}

.fatwa-wrap .fatwa-ques {
  margin-top: 15px;
  font-weight: 600;
  color: var(--black);
}

.fatwa-wrap .fatwa-ans {
  margin-top: -10px;
  font-size: 14px;
  font-weight: normal;
  color: var(--black);
}

.blog-article-div {
  /* width: 680px; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-article-div .blog-details-img {
  width: 100%;
}

.charity-details-sub-title {
  font-size: 14px !important;
}

.blog-article-div .blog-article-column {
  width: 680px;
  /* margin: 20px; */
}

.blog-article-column p {
  font-size: 21px;
  line-height: 32px;
}

/* blog 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 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* pagination css  */

/*login*/
.login-sec .global-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .login-sec .login-card{
		background: var(--red);
		background-image: url("../img/login-bg.jpg");
		background-size: cover;
		background-position: 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 {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-top: 3rem;
  background: var(--white);
}

.fas.fa-angle-up {
  /* margin-left: 90%; */
  /* color: #03a4f0;
	font-size: 40px; */
}

#scroll-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
}

/*smooth scroll btn*/
.fas.fa-angle-up {
  /* margin-left: 90%; */
  color: #ffffff;
  font-size: 20px;
  border-radius: 50%;
  border: none;
  padding: 5px 9px;
  background: var(--black);
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
}
/*smooth scroll btn*/

.footer .single-footer h4 {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 2px;
  color: var(--black);

  margin-bottom: 30px;
}
.footer .about .logo {
  margin-bottom: 20px;
}

.footer .links ul {
  margin-left: -40px;
}

.footer .links ul li {
  display: block;
  margin-bottom: 8px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer .links ul li:last-child {
  margin-bottom: 0;
}

.footer .links ul li a {
  color: var(--black);
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .links ul li a:hover {
  color: var(--black-light);
  padding-left: 10px;
}
.footer .social {
}
.footer .social .contact {
}
.footer .social .contact ul {
  margin-left: -38px;
}
.footer .social .contact ul li {
  color: var(--black);
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer .contact ul li:last-child {
  margin-bottom: 0;
}
.footer .social ul {
  margin-top: 20px;
  margin-left: -35px;
}
.footer .social ul li {
  display: inline-block;
  margin-right: 25px;
}
.footer .social ul li:last-child {
  margin-right: 0;
}
.footer .social ul li a {
  color: var(--blue);
  display: block;
  font-size: 16px;
}
.footer .social ul li a:hover {
  color: var(--blue);
}
/* Copyright */
.footer .footer-cr {
  margin-bottom: -15px;
}
.footer .copyright .inner {
  border-top: 1px solid #eeeeee3d;
  padding: 10px 0;
  margin-bottom: -20px;
}
.footer .copyright .left {
}
.footer .copyright .right {
  float: right;
}
.footer .copyright p {
  color: var(--black);
}
.footer .copyright p a {
  color: var(--blue);
  text-decoration: none;
}

/*footer*/

/*media query for responsive css*/

/*responsive css*/
/*for large desktop*/

/*for ipad and portrait*/

@media (width: 768px) {
  /* header  */

  /* academy facts  */

  .academy-facts-container {
    padding-bottom: 10rem;
  }

  .academy-facts-title {
    font-size: 20px;
  }

  .academy-facts .facts:nth-of-type(1),
  .academy-facts .facts:nth-of-type(2),
  .academy-facts .facts:nth-of-type(3),
  .academy-facts .facts:nth-of-type(4) {
    top: 8vh !important;
  }

  .academy-facts .facts-card {
    width: 150px;
    height: 120px;
  }
}

/*for large desktop*/
@media screen and (min-width: 1280px) {
}

/*responsive ipad*/
@media only screen and (device-width: 768px) {
  .header {
    height: 28vh;
  }

  .top-search .top-search-content {
    top: 30vh;
    left: -100px;
    right: -50px;
  }

  /* academy-facts */
  .academy-facts .facts:nth-of-type(1) {
    position: absolute;
    top: -10vh;
    left: 0%;
  }

  .academy-facts .facts:nth-of-type(2) {
    position: absolute;
    top: -10vh;
    left: 24.5%;
  }

  .academy-facts .facts:nth-of-type(3) {
    position: absolute;
    top: -10vh;
    left: 49.1%;
  }

  .academy-facts .facts:nth-of-type(4) {
    position: absolute;
    top: -10vh;
    left: 74%;
  }
  .academy-facts .facts-card {
    width: 180px;
    height: 180px;
  }

  .academy-facts .facts-title {
    font-size: 16px;
  }
}
/*responsive ipad*/

/*responsive ipad pro*/
@media (width: 1024px) {
  .header {
    height: 45vh;
  }

  .top-search .top-search-content {
    top: 8vh;
  }

  .academy-facts .facts:nth-of-type(1) {
    position: absolute;
    top: -10vh;
    left: 2%;
  }

  .academy-facts .facts:nth-of-type(2) {
    position: absolute;
    top: -10vh;
    left: 26%;
  }

  .academy-facts .facts:nth-of-type(3) {
    position: absolute;
    top: -10vh;
    left: 50%;
  }

  .academy-facts .facts:nth-of-type(4) {
    position: absolute;
    top: -10vh;
    left: 74%;
  }

  .academy-facts .facts-card {
    width: 220px;
  }
}
/*responsive ipad pro*/
/*for ipad and portrait*/

@media only screen and (device-width: 768px) {
  /* For general iPad layouts - ipad */

  /*header*/
  .top-title .title-text {
    font-size: 22px;
  }

  .top-search-content {
    top: 22vh;
  }
  /*header*/

  .section-title {
    font-size: 32px;
  }

  .section-title-col img.section-title-vector.our-course-title {
    top: -35px;
    right: 32%;
    height: 40px;
  }

  .section-title-col img.section-title-vector.our-teachers-title {
    top: -35px;
    right: 30%;
    height: 40px;
  }

  .section-title-col img.section-title-vector-other {
    right: 30%;
  }

  .section-title-col img.section-title-vector-other.enroll-form-title {
    right: 33%;
  }

  /*facts*/

  .academy-facts .facts-card {
    width: 180px;
    height: 120px;
  }

  /*facts*/

  /*courses*/

  /*courses home section*/

  .course-card img {
    width: 9vh;
    height: 15vh;
    object-fit: cover;
    margin-left: 0px;
  }

  .academy-courses .course-card .course-info {
    text-align: left;
    margin-bottom: 15px;
  }

  .academy-courses .course-card .course-info a {
    font-size: 10px;
    padding: 3px 10px 3px 10px;
  }

  /*courses home section*/

  /*courses*/

  /*academy teachers*/

  .section-title-col img.section-title-vector {
    right: 32%;
  }

  .academy-teachers img.academy-teachers-img {
    top: 60px;
    left: 50px;
    width: 117px;
    height: 117px;
  }

  /*academy teachers*/

  /*testimonial*/

  #tcb-testimonial-carousel .carousel-item {
    height: 25vh;
  }

  img.testimonial-img {
    height: 5vh;
  }

  /*testimonial*/

  /*shop*/
  .section-title-col img.shop-title-vector {
    position: absolute;
    top: -30px;
    right: 35%;
  }

  /*shop*/
}

/*particularly for ipad-pro*/
@media (width: 1024px) {
  /*top-bar*/

  .top-title .title-text {
    font-size: 30px;
  }

  /*top-bar*/

  /*navbar*/

  .top-nav a {
    font-size: 13.5px;
  }

  /*header*/

  .top-hero {
    height: 20vh !important;
  }

  .top-nav ul li.nav-item {
    margin-left: 0px;
  }

  .top-nav ul li.nav-item .nav-link {
    font-size: 12px;
    padding-left: 6px;
  }
  /*header*/

  /*facts&fig*/
  .section-title {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .section-title-col img.section-title-vector {
    right: 27%;
  }

  .section-title-col img.section-title-vector-other {
    right: 30%;
  }

  /*courses*/

  /*courses home section*/

  .course-card img {
    width: 9vh;
    height: 15vh;
    object-fit: cover;
  }

  .academy-courses .course-card .course-info a {
    font-size: 13px;
    padding: 3px 10px 3px 10px;
  }

  /*courses home section*/

  /*courses*/

  /*academy teachers*/

  .academy-teachers img.academy-teachers-img {
    top: 60px;
    left: 55px;
    width: 117px;
    height: 117px;
  }

  /*academy teachers*/

  /*testimonial*/

  .testimonial-title-col img.testimonial-title-vector {
    right: -4%;
  }

  #tcb-testimonial-carousel .carousel-item {
    height: 18vh;
  }

  img.testimonial-img {
    height: 5vh;
  }

  /*testimonial*/

  /*shop*/
  .section-title-col img.shop-title-vector {
    position: absolute;
    top: -30px;
    right: 35%;
  }

  /*shop*/
}
/*particularly for ipad-pro*/

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* For portrait layouts only - ipad-pro */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* For landscape layouts only */
}

/*for ipad and portrait*/

@media (max-width: 768px) {
  .mobile-d-none {
    display: none !important;
  }

  .mobile-d-block {
    display: block !important;
  }

  .mobile-no-gutters {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .academy-courses .row .col-6 {
    display: flex !important;
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    padding-right: 2px !important;
    padding-left: 2px !important;
  }

  /*text-size*/

  /*text-size*/

  /*top-title*/

  .top-nav {
    background: linear-gradient(
      49deg,
      rgba(0, 39, 121, 1) 57.5%,
      rgba(255, 255, 255, 1) 53%
    );
  }

  .top-nav ul {
    margin-top: 0vh;
    text-align: right;
  }

  .nav-item .btn.btn-blue {
    margin-top: 10px;
  }

  .top-title .title-box {
    left: 0;
    z-index: 99;
  }

  .top-title .title-box .btn.btn-reg {
    font-size: 12px;
    padding: 8px;
  }

  .navbar-collapse {
    background: hsl(0deg 0% 100% / 96%);
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 55px;
    z-index: 999;
    transition: all 0.2s;
  }

  .navbar-toggler {
    z-index: 1000;
  }

  .collapse.show {
    padding-bottom: 12px;
  }

  .navbar-nav .nav-link i {
    top: 0px !important;
    right: -20px !important;
  }

  .top-title .order_1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 1;
    text-align: right;
  }

  .top-title .order_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: -25px;
  }

  .top-title .order_3 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 3;
  }

  select {
    font-size: 12px;
  }

  .select {
    width: 5em;
    height: 1.5em;
  }

  /*top-title*/

  /*header*/
  .navbar-brand img {
    width: 50px;
  }

  /*navbar-lateral-left*/

  .navbar .navbar-collapse.collapsing {
    /*height:auto !important;*/
  }

  .top-nav {
    /*box-shadow: -2px 3px 20px 14px rgb(154 152 152 / 24%), 0 0 0 1px rgb(0 0 0 / 8%);*/
    /*-webkit-box-shadow: -2px 3px 20px 14px rgb(154 152 152 / 24%), 0 0 0 1px rgb(0 0 0 / 8%);*/
    /*background:#fff;*/
    /*border-bottom: 1px solid rgba(0,0,0,.12);*/
    /*padding:10px;*/
  }

  .top-nav a {
    font-size: 14px !important;
  }

  .nav-item.nav-cart span {
    top: 15rem;
  }

  /*navbar-lateral-left*/

  /*header banner*/

  .header {
    height: 40vh;
    background-position: center !important;
  }

  .top-title .title-box {
    position: absolute;
    top: 9vh;
  }

  .button-container .button {
    font-size: 12px;
  }

  /*header banner*/

  /*header content*/

  .top-search .top-search-content {
    top: 30vh;
    left: -30px;
  }

  .top-search {
    height: 30vh;
  }

  .top-title .title-text {
    font-size: 22px;
    font-weight: normal;
  }

  .top-title .sub-title-text {
    font-size: 10px;
    width: 14rem;
  }
  /*header*/

  /*academy facts*/
  .academy-facts {
    padding: 0px 40px;
  }

  .academy-facts-container {
    padding: 10px 20px;
  }

  .academy-facts .facts:nth-of-type(1),
  .academy-facts .facts:nth-of-type(2) {
    margin-bottom: 5px;
  }

  .academy-facts .facts:nth-of-type(3),
  .academy-facts .facts:nth-of-type(4) {
    margin-bottom: -10px;
  }

  .academy-facts .facts-title {
    font-size: 12px;
    margin-top: 5px;
    padding-left: 0px;
    padding-right: 0px;
  }

  .academy-facts.mobile-d-block .facts-card {
    padding: 10px 0px 10px 0px;
    width: auto;
    height: auto;
  }

  .academy-facts .facts-card img {
    width: 25px;
    height: 25px;
  }

  /*academy facts*/

  /*section-title*/
  .section-padding {
    padding: 40px 30px;
  }

  .section-padding.section-padding-mobile {
    padding: 30px 20px;
  }

  .section-padding.mobile-d-block {
    padding: 30px 30px 60px 30px;
  }

  .section-title-col .section-title {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .section-title-col img.section-title-vector {
    top: -35px;
    right: 3%;
    height: 40px;
  }

  .section-title-col img.section-title-vector.our-course-title {
    top: -35px;
    right: 10%;
    height: 40px;
  }

  .section-title-col img.section-title-vector.our-teachers-title {
    top: -35px;
    right: 6%;
    height: 40px;
  }

  .section-title-col img.section-title-vector-other {
    top: -35px;
    right: 10%;
    height: 40px;
  }

  .section-mobile-padding {
    padding: 0 30px;
  }

  /*section-title*/

  /*academy advertise*/

  /*academy-advertise-btn*/

  .academy-advertise .academy-advertise-top-title {
    font-size: 16px;
    text-align: center;
  }

  .academy-advertise .academy-advertise-title {
    font-size: 24px;
    font-weight: 600;
    text-align: center;
  }

  .academy-advertise .academy-advertise-sub-title {
    font-size: 16px;
    text-align: center;
  }

  .academy-advertise .btn-lg.btn-reg-blue {
    display: block;
    text-align: center;
    margin-bottom: 35px;
  }

  /*academy advertise*/

  /*academy courses*/

  .home-courses.academy-courses {
    margin-top: 68vh;
  }

  .academy-courses .course-card {
    border-radius: 7px;
  }

  .home-courses.academy-courses .review-block {
    margin-bottom: -35px;
  }

  .home-courses.academy-courses
    .review-block
    .star-ratings-rating-stars-container {
    top: -25px;
  }

  .academy-courses .course-col {
    margin-bottom: 8px;
  }

  .academy-facts-title {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .academy-courses .course-card img {
    /* width: 10vh; */
    height: 10vh;
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    /* margin-left: 100px; */
  }

  .academy-courses .course-card .card-body {
    margin-top: -8px;
  }

  .academy-courses .course-card .course-info {
    text-align: center;
    margin-bottom: 15px;
  }

  .academy-courses .course-card .course-info h4 {
    font-size: 14px;
  }

  .academy-courses .course-card .course-info a {
    font-size: 10px;
  }

  .academy-courses .course-card .course-enroll-num {
    display: flex;
    align-items: baseline;
    font-size: 12px;
    margin-right: -10px;
  }

  .academy-courses .course-card .course-enroll-num i {
    font-size: 12px;
  }

  .academy-courses .card .card-body h5 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .academy-courses .card .card-body p {
    font-size: 12px;
    margin-top: -20px;
    margin-bottom: 25px;
  }

  .academy-courses .card .btn {
    display: block;
    /* margin-top: -18px; */
    margin-right: 0px;
  }

  .academy-courses .course-card .card-body .card-btn {
    position: initial;
    margin-top: -15px;
    margin-bottom: -35px;
  }

  .academy-courses .card .btn,
  .academy-courses .card .btn:nth-of-type(2) {
    font-size: 14px;
  }

  .academy-courses .card .btn:nth-of-type(2) {
    /* font-size: 12px; */
    /* margin-top: 5px; */
    /* margin-bottom: -40px; */
  }

  .category-courses.academy-courses {
    margin-top: 10%;
  }

  /*academy courses*/

  /* course details  */
  .profile-head {
    margin-left: -1rem;
    margin-top: 1rem;
  }

  /* course details  */

  /* course list  */

  /* course list */

  /*call-to-action*/
  .call-to-action {
    position: relative;
    background-color: #343a40;
    background: url(../img/bg-calltoaction.jpg) no-repeat center center;
    background-size: cover;
    padding: 30px;
    /*padding-top:7rem;*/
    /*padding-bottom:7rem*/
  }
  .call-to-action .overlay {
    position: absolute;
    background-color: #b6b1ff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  .call-to-action h2 {
    font-size: 20px;
  }

  .call-to-action .form-row .btn-cta {
    font-size: 18px;
  }

  .call-to-action .form-control-lg {
    /* height: calc(1.5em + 1rem + 2px); */
    /* padding: .5rem 1rem; */
    font-size: 14px;
  }
  .call-to-action .btn-lg {
    /* padding: .5rem 1rem; */
    font-size: 14px;
  }
  .call-to-action-2 {
    position: relative;
    background-color: #343a40;
    background: url(../img/bg-calltoaction.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .call-to-action-2 .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
  }

  /*call-to-action*/

  /*academy teachers*/

  .academy-teachers img.academy-teachers-img {
    position: absolute;
    top: 25px;
    bottom: 0;
    right: 0;
    left: 20px;
    width: 45px;
    height: 45px;
  }

  .academy-teachers .academy-teachers-info h4 {
    font-size: 14px;
  }

  /*academy teachers*/

  /*academy-testimonial*/

  /* testimonial */

  .testimonial-title-col {
    margin-bottom: 25px;
  }

  .testimonial-title-col .testimonial-title {
    font-size: 20px;
  }

  .testimonial-title-col img.testimonial-title-vector {
    position: absolute;
    top: -35px;
    right: 2%;
    height: 40px;
  }

  /* testimonial */
  .testimonial-slider-col .testimonial-text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 15px;
  }

  img.testimonial-img {
    height: 8vh;
    width: 8vh;
    margin-bottom: 25px;
  }
  /*academy-testimonial*/

  /*shop*/

  /* administration-sec  */

  .administration-sec .nav-tabs .nav-item a {
    padding: 8px 20px;
  }

  /* administration-sec */

  /* blog css  */
  .filter-col {
    margin-top: 0;
  }

  .fatwa-col {
    margin-top: 4rem;
  }

  .fatwa-title h2 {
    text-align: center !important;
    margin-top: 25px;
  }

  .fatwa .col-md-3.order_1 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 1;
  }

  .fatwa .col-md-9.order_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .filter-tag-wrap {
    margin-bottom: 25px;
  }

  .post-social-share {
    margin-bottom: 5rem;
    padding: 15px;
  }

  .charity-details-sec .offset-3 {
    margin-left: 0;
  }

  .charity-details-cover .charity-details-title {
    padding: 15px;
  }

  .charity-details-cover .blog-details-img {
    padding: 15px;
  }

  .blog-article-div .blog-article-column {
    width: 340px;
  }

  .blog-article-div .blog-details-img {
    width: 340px;
  }

  .blog-article-column p {
    font-size: 18px;
    line-height: 28px;
    padding: 15px;
  }

  .blog-details-text-div img {
    width: 340px !important;
    height: 226px !important;
  }

  /* blog css  */

  /*footer*/

  .footer {
    margin-top: -35px;
  }

  .footer .about {
    padding-right: 0px;
  }

  .footer .about .logo {
    text-align: center;
  }

  .fas.fa-angle-up {
    margin-left: 90%;
    color: #ffffff;
    font-size: 20px;
    border-radius: 50%;
    border: none;
    padding: 5px 9px;
    background: var(--red);
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
  }

  .fas.fa-angle-up:hover {
    background-color: var(--blue);
  }

  .footer-top .container .row {
    margin-top: 0px !important;
    margin-bottom: 20px;
  }

  .footer .single-footer h4 {
    font-size: 16px;
  }

  .footer .links ul {
    margin-left: -35px;
  }

  .footer .links ul li a,
  .footer .social .contact ul li {
    font-size: 15px;
  }

  .footer .social .contact {
    /*margin-left: -35px;*/
  }

  .footer .copyright .left {
    float: none;
    text-align: center;
  }
  .footer .copyright .right {
    float: none;
    text-align: center;
    margin-top: 10px;
  }

  .footer .copyright p {
    font-size: 12px;
  }

  .footer .single-footer {
    /*padding:20px 0;*/
  }

  #scroll-top {
    right: 4rem;
  }
}
