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

    [Master Stylesheet]

    Project:    Ibadah
    
    Version:    1.0

-----------------------------------------------------------------------------------

    [Table of contents]

        01. header-top
        02. navbar
        03. two-bar
        04. mobile-nav
        05. btn
        06. hero-section
        07. Search Popup
        08. namaz-time
        09. heading
        10. islamic-history
        11. real-history-book
        12. community
        13. courses
        14. scholar
        15. logos
        16. listen-holy
        17. support-us
        18. progressbar
        19. pillars
        20. count-style
        21. islamic-mosque
        22. islamic-ayat
        23. navigating
        24. countdown
        25. join-our-community
        26. blog
        27. footer
        28. footer-logo
        29. subscribe
        30. widget-title
        31. wpo-lower-footer
        32. ul.social-media
        33. hoverimg
        34. header.two
        35. hero-section.two
        36. namaz-timing-schedule
        37. opening-time
        38. plan-visit
        39. welcome-to-ibadat
        40. surat-download
        41. audio-ayat
        42. scholars-two
        43. service
        44. video img
        45. travel-package
        46. program
        47. courses-two
        48. blog-two
        49. masjid
        50. gallery
        51. footer two
        52. learn-quran
        53. bannr
        54. breadcrumb
        55. sidebar
        56. recent-post
        57. ul.categories
        58. Photo Gallery
        59. our-blog
        60. pagination
        61. blog-details-style
        62. quote-color
        63. drop-caps-work
        64. post-tags
        65. about-instructor
        66. donation-collected
        67. comment
        68. leave-comment
        69. our-courses
        70. scholars-details
        71. content
        72. error-404
        73. courses-details
        74. accordion-section
        75. client-info
        76. courses-details-sidebar
        77. upcoming-text
        78. campaigns-text
        79. donate-now 
        80. preloader
        81. Go To Top


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

@import url('../css2-1.css');
@import url('../css2.css');


:root {
  --theme-colour: #E8A928;
  --common-colour: #204544;
  --common-font: 'Sawarabi Mincho'; 
}


body,html {
    font-family: 'DM Sans';
    overflow-x: hidden;
}
p
{
    font-size: 16px;
    line-height: 30px;
    color: #555;
    margin: 0;
    font-weight: 400;
}
*{
    margin: 0;
    padding: 0;
}
figure {
    margin-bottom: 0;
}
h1 {
    font-size: 70px;
    font-family: var(--common-font);
}
h2 {
    font-size: 60px;
}
a,h2,h3,h4,h5,h6{
    color: #000;
    margin: 0;
}
a{
    text-decoration: none;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    display: block;
}
figure {
    overflow: hidden;
}
.gap {
    padding-top: 120px;
    padding-bottom: 120px;
}
.no-top {
    padding-top: 0;
}
.no-bottom {
    padding-bottom: 0;
}
/* 01. header-top */
.top-bar {
    padding: 15px 0;
}
header {
    position: absolute;
    width: 100%;
    z-index: 2;
}
/* 02. navbar */
.navbar {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    padding: 0;
}
.navbar-logo {
  color: #ff3f34;
  text-decoration: none;
  font-size: 25px;
  padding: 0px 20px;
}
.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li:not(:last-child) {
    padding-right: 40px;
}


.navbar-links li a {
    display: block;
    text-decoration: none;
    color: #707070;
    transition: 0.4s all;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-links li.navbar-dropdown {
  position: relative;
}
.mobile-nav > ul > li span {
    background-color: #fbc50b;
    font-size: 10px;
    padding: 3px 10px;
    border-radius: 50px;
    text-transform: capitalize;
    position: absolute;
    top: 0;
}
.navbar-links li.navbar-dropdown span {
    position: absolute;
    top: -9px;
    background-color: #fbc50b;
    padding: 3px 10px;
    border-radius: 50px;
    text-transform: capitalize;
    font-size: 12px;
    font-weight: bold;
    right: 18px;
}
.navbar-links li.navbar-dropdown:hover .dropdown {
    visibility: visible;
    opacity: 1;
    transform: translatex(0px);
    z-index: 1111;
}

.navbar-links li.navbar-dropdown .dropdown {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    transform: translatex(50px);
    left: 0;
    width: 230px;
    box-shadow: 0px 10px 10px 3px hsl(0deg 0% 0% / 16%);
    z-index: 111;
    transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
    font-size: 16px;
    padding-left: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 700;
    border: 0;
    position: relative;
    text-transform: capitalize;
    color: #000;
    background-color: #FFF;
}
.navbar-links li.navbar-dropdown .dropdown a:not(:last-child):before {
    content: "";
    z-index: 11;
    position: absolute;
    height: 1px;
    background-color: #58585829;
    width: 75%;
    bottom: 0;
}
.navbar-links li:hover > a {
    border-bottom: 5px solid var(--theme-colour);
}
.navbar-links li > a {
    border-bottom: 5px solid transparent;
    color: white;
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 500;
}
/* Keep active page underlined */
/* 03. two-bar */
.two-bar {
    background-color: var(--common-colour);
    padding: 15px 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.two-bar:before {
    border-top-left-radius: 10px;
    top: 0;
    content: "";
    position: absolute;
    width: 34px;
    height: 100%;
    background-color: var(--common-colour);
    left: -34px;
    border-bottom-left-radius: 10px;
}
.two-bar:after {
    border-top-right-radius: 10px;
    top: 0;
    content: "";
    position: absolute;
    width: 34px;
    height: 100%;
    background-color: var(--common-colour);
    right: -34px;
    border-bottom-right-radius: 10px;
}
.logo {
    z-index: 1;
}
.header-search svg{
    fill: #fff;
    width: 20px;
    margin-right: 16px;
}
.location span {
    color: #fff;
}
/* 04. mobile-nav */
.mobile-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 30%;
    height: 100%;
    background-color: #214545;
    padding: 50px 40px 15px;
    z-index: 5;
    transition: 0.45s ease-in-out;
    transform: translateX(-101%);
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    -o-transform: translateX(-101%);
    overflow-y: auto;
}
.mobile-nav ul li a svg {
    width: 11px;
}
.for #nav-icon4{
  color: black;   
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 13px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
  top: 25px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}

#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 35px;
  left: 8px;
}

i#nav-icon4 {
    display: none;
}
#nav-icon4 {
  width: 40px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
  font-size: 25px;
  color: white;
}

#nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.mobile-nav > ul > li.menu-item-has-children:before {
    color: #fff;
    position: absolute;
    top: 17px;
    right: 0;
    font-family: "Font Awesome 5 Free";
    content: "\f054";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    font-size: 11px;
}
.mobile-nav > ul > li.menu-item-has-children.active:before {
    transform: rotate(90deg);
    color: var(--theme-colour);

}
.mobile-nav > ul > li {
    position: relative;
    border-bottom: 0px solid #d4d4d4;
    padding: 10px 0;
    display: block;
}
.mobile-nav > ul > li:not(:last-child) {
    border-bottom: 1px solid #5b5b5b;
}
.mobile-nav > ul li > a {
    font-size: 14px;
    line-height: 26px;
    text-transform: capitalize;
    color: #fff;
}
.mobile-nav > ul > li > a {
    font-size: 16px;
    line-height: 30px;
}

.mobile-nav.open {
    transform: translateX(0) !important;
    z-index: 33333333;
    box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-webkit-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 3px 3px 39px -4px rgba(0,0,0,0.75);
}
li.menu-item-has-children.active {
    background-color: transparent;
}
.mobile-nav a#res-cross:before {
    content: "\f057";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    padding-right: 3px;
    vertical-align: middle;
    font-weight: 900;
    width: 35px;
    height: 35px;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    right: 20px;
    color: #fff;
    font-size: 28px;
}
.bar-menu i {
    color: black;
    background-color: transparent;
    font-size: 24px;
}
.bar-menu {
    z-index: 1;
    display: none;
}
.bar-menu i {
    margin-right: 20px;
    font-size: 26px;
}
/* 05. btn */
.btn {
    text-transform: capitalize;
    border-radius: 50px;
    color: #000 !important;
    line-height: 16px;
    overflow: hidden;
    padding: 20px 50px;
    position: relative;
    font-weight: 700;
    text-align: center;
    z-index: 1;
    border: 0;
    background-color: var(--theme-colour) ;
    padding: 20px 43px;
    border-radius: 55px;
    color: #000;
    font-weight: bold;
}
.btn:after {
   background-color: var(--theme-colour) ;
    border-radius: 50%;
    content: '';
    height: 167px;
    min-width: 167px;
    position: absolute;
    top: 100%;
    transition: transform .7s cubic-bezier(.66, .00, .34, 1.00);
    width: 100%;
    z-index: -1;
    left: 0;
}
.btn:hover:after {
    transform: scale(2.47) translateY(0);
    top: 100%;
}
/* 06. hero-section */
.hero-section {
    padding-top: 320px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 200px;
    height: 100vh;
}
.hero-text,.hero-img {
    position: relative;
}
.hero-section:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    left: 0;
    background-color: #000000;
    opacity: .3;
}
.hero-text h4 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}
.hero-text h1 {
    font-size: 80px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 10px;
}
.hero-text p {
    padding-bottom: 58px;
    color: #fff;
    font-size: 22px;
    width: 98%;
}
.hero-img {
    text-align: right;
}
.owl-carousel .owl-item img {
    width: auto;
}
.hero-img {
    display: flex;
    justify-content: end;
}
.slider-home-1 .owl-item img.hero-img-style {
    transform: scale(1);
    transition: transform 10000ms ease, -webkit-transform 10000ms ease;
}
.slider-home-1 .owl-item.active img.hero-img-style {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


.hero-section img.hero-img-style {
    position: absolute;
    top: 0;
    height: 100vh;
}
/* 07. Search Popup */
 .search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    top: 6%;
    position: absolute;
    left: 94%;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme-colour);
    width: 50px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    -webkit-transition: all 500ms ease;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"], .search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
    outline: none;
    border: 0;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color:var(--common-colour);
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
button.close-search i {
    font-size: 18px;
    color: #000;
    display: inline-block;
}
.header-search {
    display: flex;
    align-items: center;
}
.header-search a {
    color: #fff;
}
/* 08. namaz-time */
.namaz-time img {
    position: relative;
}
.namaz-time {
    text-align: center;
    width: 17%;
    padding-top: 36px;
    border: 1px solid #bcbcbc;
  
    padding-bottom: 100px;
    position: relative;
    background-image: url(../img/color-bg.jpg);
    overflow: hidden;
    margin-left: -1px;
    border-top: 0;
    margin-top: -1px;
}
.namaz-timing {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.namaz-time:before {
    background-color: #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.namaz-time:after {
    left: 44%;
    bottom: 40px;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 4px solid var(--theme-colour);
}
.namaz-time h4 {
    font-size: 36px;
    color: var(--common-colour);
    padding-top: 6px;
    padding-bottom: 20px;
    font-family: var(--common-font);
    position: relative;
}
.namaz-time h5 span {
    display: block;
    font-size: 16px;
    padding-top: 4px;
}
.namaz-time h5 {
    position: relative;
    font-size: 20px;
}
.namaz-time:hover:before {
    bottom: 0;
    height: 0;
}
.namaz-time:hover h5,.namaz-time:hover h4 {
    color: #fff;
}
/* 09. heading */
.heading {
    text-align: center;
    width: 60%;
    margin: auto;
    padding-bottom: 50px;
}
.heading h2 {
    font-family: var(--common-font);
}
.heading p {
    color: #444;
    padding-top: 24px;
    font-family: var(--common-font);
    text-transform: uppercase;
}
.heading.two {
    position: relative;
}
.heading.two p {
    padding-top: 0;
}
.heading.two {
    text-align: left;
    width: 100%;
}
/* 10. islamic-history */
.islamic-history p {
    padding-bottom: 30px;
    font-size: 18px;
}
.islamic-history {
    width: 100%;
}
ul.list li {
    padding-bottom: 14px;
    position: relative;
    padding-left:20px;
    font-size: 18px;
}
ul.list li:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--common-colour);
    border-radius: 50%;
    top: 7px;
    left:0;
}
.islamic-history  a.btn {
    background-color: transparent;
    border: 3px solid var(--theme-colour);
    margin-top: 30px;
}
.circle-text {
    position: relative;
    text-align: center;
}
.circle-text img.circle-text-img {
    top: 6%;
    position: absolute;
    left: 23%;
    animation: rotate 25s infinite;
}
.circle-text figure.circle-img {
    width: 194px;
    height: 194px;
    background-color: #fff2d8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: auto;
}
.circle-text figure.circle-img img {
    border: 1px solid;
    width: 118px;
    padding: 30px;
    border-radius: 50%;
}
/* 11. real-history-book */
.real-history-book {
    margin-top: 50px;
}
.real-history-book img {
    border-bottom-left-radius: 150px;
    border-bottom-right-radius: 150px;
}
.real-history-book.two {
    margin-top: 0px;
    position: relative;
}
.real-history-book.two:before {
    z-index: -1;
    left: -77%;
    content: "";
    position: absolute;
    background-image: url(../img/background-history.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    mix-blend-mode: difference;
    bottom: 11%;
}
.real-history-book.two img {
    border-radius: 0;
    border-top-left-radius: 250px;
    border-top-right-radius: 250px;
}
/* 12. community */
.community img {
    border-radius: 146px;
    border-bottom-left-radius: 0;
}
/* 13. Courses */
/* 13. Courses */
.courses {
    width: 97%;
    background-color: #fff;
    border-radius: 20px; /* smoother corners instead of extreme oval */
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column; /* stack image, scholar, text, weeks */
    height: auto;           /* let card shrink to fit */
    min-height: 320px;      /* optional: keeps balance between cards */
    margin-bottom: 50px;
}
.courses:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.12);
}

/* Image wrapper */
.courses-img {
    position: relative;
    flex-shrink: 0; /* prevents image from shrinking */
}
.courses-img img {
    width: 100%;
    border-radius: 0;
    max-height: 300px;  /* keep image from making card too tall */
    object-fit: cover;  /* crop instead of stretching */
}

.courses-img:before {
    background-color: var(--common-colour);
    content: "";
    opacity: .6;
    position: absolute;
    width: 100%;
    height: 0%;
    bottom: 0;
    left: 0;
    transition: height 0.4s ease;
}
.courses:hover .courses-img:before {
    height: 100%;
}

.courses-img a i {
    color: #fff;
    position: absolute;
    width: 55px;
    height: 55px;
    align-items: center;
    justify-content: center;
    display: flex;
    border-radius: 50%;
    border: solid 3px var(--theme-colour);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background-color: rgba(0,0,0,0.4);
    transition: all 0.4s ease;
}
.courses:hover .courses-img a i {
    transform: translate(-50%, -50%) scale(1);
}
.courses .courses-img a i:hover {
    background-color: var(--theme-colour);
    color: #000;
}

/* Course text */
.courses-text {
    width: 85%;
    margin: auto;
    text-align: center; /* center aligned for cleaner look */
    padding: 15px 0;
}
.courses-text a {
    font-size: 20px;
    line-height: 30px;
    font-family: var(--common-font);
    font-weight: 700;
    display: block;
    color: #222;
    transition: color 0.3s;
}
.courses-text a:hover {
    color: var(--common-colour);
}
.courses-text span {
    color: var(--common-colour);
    font-weight: 600;
    display: block;
    margin-top: 5px;
}
.courses-text h4 {
    font-size: 18px;
    color: #555;
    font-weight: 700;
    margin: 5px 0;
}

/* Course duration */
.courses-weeks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 22px;
    background-color: var(--theme-colour);
    margin-top: 15px;
    border-radius: 0 0 12px 12px;
}
.courses-weeks h6 {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.courses .border {
    border: 1px solid #000000 !important;
    height: 35px;
    margin: 0 10px;
}

/* 14. Scholar */
.scholar {
    display: flex;
    align-items: center;
    background: var(--common-colour);
    padding: 12px 16px;
    border-radius: 50px;
    width: 85%;
    margin: auto;
    margin-top: -25px;
    z-index: 1;
    position: relative;
    margin-bottom: 15px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.scholar img {
    border-radius: 50%;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    object-fit: cover;
    border: 2px solid #fff;
}
.scholar h4 {
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    margin: 0;
}
.scholar span {
    font-size: 12px;
    color: rgba(255,255,255,0.85);
}

/* 15. logos */
/* 16. listen-holy */
.listen-holy {
    position: relative;
}
.listen-holy {
    padding-bottom: 76px;
}
.listen-holy .heading.two {
    padding-top: 160px;
    padding-bottom: 0;
}
.listen-holy .heading.two h2,
.listen-holy .heading.two p,
.listen-holy .heading.two h6 {
    color: #fff;
}
.listen-holy .heading.two h6 {
    font-size: 18px;
    padding-top: 34px;
    line-height: 30px;
    width: 90%;
    margin-bottom: 30px;
}
.listen-holy:before {
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .5;
}
/* 17. support-us */
.support-us {
    position: relative;
}
.support-us h4 {
    color: #fff;
    font-size: 46px;
    font-family: var(--common-font);
    padding-bottom: 20px;
}
.support-us {
    text-align: center;
    padding-bottom: 50px;
    width: 100%;
    padding-top: 54px;
 
}
.support-us span {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    display: block;
    padding-bottom: 26px;
    padding-top: 4px;
}
.satis-span{
    color: #fff !important;
}
.support-us h6 {
    font-size: 48px;
    color: #fff;
    padding-top: 20px;
    font-weight: bold;
}
/* 18. progressbar */
.progressbar {
    display: inline-block;
    width: 132px;
    margin-right: 0px;
}
.circle {
    width: 143px;
    height: 141px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
    position: relative;
    z-index: 1;
}
.circle canvas {
    vertical-align: middle;
    border-radius: 50%;
}
.circle div {
    color: #fff;
    position: absolute;
    top: 46%;
    left: 54%;
    margin: -20px 0 0 -86px;
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 26px;
    transform: translate(10px, 10px);
    font-weight: bold;
}
.circle strong i {
    font-style: normal;
    font-size: 0.6em;
    font-weight: normal;
}
.circle span {
    display: block;
    color: black;
    margin-top: 12px;
}
/* 19. pillars */
.pillars-name {
    border-bottom-left-radius: 0;
    border : 1px solid #bcbcbc;
}
.pillars-name figure {
    margin: 5px;
    background-color: var(--theme-colour);
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
}
.pillars-name {
    position: relative;
    padding-bottom: 30px;
}
.pillars-name img {
   
    border-bottom-left-radius: 0;
}
.pillars-name:hover figure img {
    -webkit-animation: top-bottom 1s ease-in-out ;
    animation: top-bottom 1s ease-in-out;
}
.pillars-name span {
    color: var(--common-colour);
    font-family: var(--common-font);
    padding-left: 20px;
}
.pillars-name a {
    font-size: 26px;
    font-family: var(--common-font);
    display: block;
    padding-top: 17px;
    padding-bottom: 4px;
    padding-left: 20px;
}
.pillars-name a:hover {
    color: var(--common-colour);
}
.pillars {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* 20. count-style */
.count-style h2 {
    font-size: 80px;
    font-weight: bold;
    color: var(--theme-colour);
}
.count-style sup {
    top: 0;
}
/* 21. islamic-mosque */
.islamic-mosque {
    text-align: center;
    width: 24.9%;
    padding: 70px 0;
  
}
.islamic-mosque h5 {
    color: #fff;
    padding-top: 4px;
    padding-bottom: 36px;
}
.islamic-mosque:hover img {
    -webkit-animation: top-bottom 1s ease-in-out ;
    animation: top-bottom 1s ease-in-out;
}
.fun-facts {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@keyframes top {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(15px);
    }
    100% {
        transform: translateY(0px);
    }
}
@keyframes top-bottom {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    60% {
        -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        transform: translateY(-4px);
    }
}
/* 22. islamic-ayat */
.islamic-ayat .heading {
    width: 100%;
}
.ayat {
    padding: 51px;
    border: 3px solid var(--theme-colour);
    text-align: center;
    background-color: #fff7dc;
    padding-bottom: 40px;
    padding-top: 64px;
    border-radius: 227px;
    border-top-right-radius: 0;
}
.ayat h4 {
    padding-top: 20px;
    font-size: 22px;
    padding-bottom: 20px;
    line-height: 32px;
}
.ayat h5 {
    font-size: 16px;
    background-color: var(--theme-colour);
    display: inline-block;
    padding: 5px 30px;
    font-weight: bold;
    border-radius: 51px;
}
.slider-ayat.owl-carousel .owl-item img {
    width: auto;
    margin: auto;
}
.slider-ayat .owl-dots {
    left: 36%;
    position: absolute;
    bottom: -40px;
}
.islamic-ayat {
    position: relative;
}
.islamic-ayat  img.ayat-with-img {
    border-top-left-radius: 500px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.ayat-img img {
    position: relative;
    z-index: 1;
}
.ayat-img {
    margin-top: 230px;
    margin-left: 40px;
}
/* 23. navigating */
/* 24. countdown */
#countdown {
    margin-bottom: 30px;
}
#countdown ul li {
    text-align: center;
    width: 120px;
    height: 120px;
    padding: 20px;
    background-color: #ffd40d;
    border-radius: 150px;
    border-top-left-radius: 0;
    text-transform: uppercase;
    margin-bottom: 4px;
    background-color: #fff;
    border:3px solid  var(--theme-colour);
}
#countdown ul {
    display: flex;
    align-items: center;
    justify-content: start;
    text-align: center;
}
#countdown ul li {
    text-align: center;
    color: #000;
    margin-right: 10px;
}
#countdown ul li span {
    display: flex;
    justify-content: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 26px;
    margin-top: 8px;
    color: var(--common-colour);
    padding: 0;
    padding-bottom: 9px;
}
/* 25. join-our-community */
.join-our-community h2 {
    color: #fff;
    font-family: var(--common-font);
    width: 74%;
    margin: auto;
    font-size: 50px;
}
.join-our-community p {
    padding-top: 20px;
    padding-bottom: 40px;
    font-size: 20px;
    color: #fff;
}
.join-our-community {
    position: relative;
    border-radius: 500px;
    border-top-left-radius: 0;
    padding: 105px 0;
    text-align: center;
}
@keyframes animation01 {
    0% {
    transform: scale(1.0); }
    50% {
    transform: scale(1.1); }
    100% {
    transform: scale(1.0); } 
}
@keyframes animation02 {
    0% {
    transform: translate(0px, 0px) rotate(0); }
    25% {
    transform: translate(-10px, -10px) rotate(5deg); }
    50% {
    transform: translate(-20px, 0px) rotate(0); }
    75% {
    transform: translate(-10px, -10px) rotate(-2deg); }
    100% {
    transform: translate(0, 0) rotate(0); } 
}
.join-our-img img {
    border-radius: 50%;
    position: absolute;
}
.join-our-img img:nth-child(1) {
    left: 4%;
    top: 10%;
    animation: animation02 15s infinite;
}
.join-our-img img:nth-child(2) {
    left: 13%;
    bottom: 16%;
    animation: animation01 3s infinite;
}
.join-our-img img:nth-child(3) {
    right: 7%;
    top: 10%;
    animation: 6s infinite animation01;
}
.join-our-img img:nth-child(4) {
    right: 10%;
    bottom: 20%;
    animation: animation02 6s infinite;
}
/* 26. blog */
/* 27. footer */
footer {
    position: relative;
    padding-top: 80px;
    background-repeat: no-repeat;
    background-size: cover;
}
footer:before {
    top: 0;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #204544;
    opacity: 0.90;
}
/* 28. footer-logo */
.footer-logo h3 {
    font-size: 18px;
    padding-top: 10px;
    color: var(--theme-colour);
}
.footer-top {
    border-bottom: 1px solid #314e3f;
}
/* 29. subscribe */
/* 30. widget-title */
.widget-title p {
    color: #d7d7d7;
    width: 80%;
}
.widget-title h3 {
    font-size: 22px;
    color: white;
    text-transform: capitalize;
    padding-bottom: 26px;
    font-family: var(--common-font);
}
.Information {
    padding-bottom: 70px;
    border-bottom: 1px solid #314e3f;
}
.Information,.footer-top {
    position: relative;
}
.Information ul{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.Information ul li a {
    color: #fff;
    padding-left: 8px;
}
.Information ul li a:hover {
    color: var(--theme-colour);
}
.Information ul li {
    color: var(--theme-colour);
    width: 50%;
    padding-bottom: 25px;
    display: flex;
    align-items: center;
}
.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.contact-info h5 {
    text-transform: capitalize;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-weight: 900;
}
.contact-info a {
    color: #fff;
    font-size: 16px;
}
.contact-info i {
    margin-right: 15px;
}
.contact-info svg {
    height: auto;
    width: 55px;
    background-color: var(--theme-colour);
    padding: 11px;
    border-radius: 62%;
}
/* 31. wpo-lower-footer */
.wpo-lower-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}
.wpo-lower-footer a,.wpo-lower-footer p {
    color: #fff;
}
.wpo-lower-footer a:hover {
    color: var(--theme-colour);
}
.wpo-lower-footer .border {
    border: 1px solid #ffffff!important;
    height: 30px;
    margin: 0px 30px;
}
/* 32. ul.social-media */
/* 33. hoverimg */
.hoverimg figure {
    position: relative;
}
.hoverimg figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hoverimg:hover figure::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 360deg);
    transform: rotate3d(0, 0, 1, 360deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
/* 34. header.two */
header.two .two-bar {
    background-color: transparent;
    position: relative;
    z-index: 111;
}
header.two .two-bar:before {
    display: none;
}
header.two .two-bar a {
    color: #000;
}
header.two .two-bar:after {
    top: 8%;
    height: 80%;
    border-radius: 51px;
    width: 84%;
    background-color: #fff;
    z-index: -1;
}
header.two .header-search svg {
    fill: var(--common-colour);
}
/* 35. hero-section.two */
.hero-section.two {
    height: auto;
    padding-top: 60px;
    padding-bottom: 0;
}
.hero-img.two img {
    position: absolute;
    bottom: 0;
    left: -14%;
}
.hero-section.two .hero-text h1 {
    font-size: 70px;
}
.hero-section.two .hero-text {
    width: 88%;
}
/* 36. namaz-timing-schedule */
/* 37. opening-time */
/* 38. plan-visit */
/* 39. welcome-to-ibadat */
.islamic-history a.btn::after {
    background-color: var(--theme-colour);
}
.islamic-history h4 {
    display: inline-block;
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    border-bottom: 5px solid var(--theme-colour);
    margin-bottom: 26px;
    font-family: var(--common-font);
}
/* 40. surat-download */
.pdf-slider {
    margin-top: 130px;
}
/* 41. audio-ayat */
.audio-ayat .owl-nav i {
    font-size: 16px;
    background-color: var(--theme-colour);
    line-height: 0;
    color: #000;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}
.audio-ayat .owl-nav i:hover {
    background-color: var(--common-colour);
    color: #fff;
}
.audio-ayat .owl-dots {
    display: none;
}
.audio-ayat .owl-nav {
    right: 5%;
    position: absolute;
    top: -70%;
}
/* 42. scholars-two */
.scholars {
    position: relative;
}
/* 43. service */
.service {
    position: relative;
    width: 88%;
}
.service:before {
    content: "";
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: var(--theme-colour);
    opacity: .4;
    border-radius: 50%;
    z-index: -1;
    left: 24%;
    animation: top 10s ease-in-out;
}
.service a {
    font-size: 26px;
    display: block;
    font-family: var(--common-font);
    padding-top: 28px;
    padding-bottom: 10px;
}
.service a:hover {
    color: var(--common-colour);
}
.service + .service {
    margin-top: 60px;
}
/* 44. video img */
.video {
    position: relative;
    text-align: center;
}
.video a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50px, -50px);
}
.video a i {
    background-color: var(--theme-colour);
    margin: 0;
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.video a i:after {
    border: 3px solid var(--theme-colour);
    width: 115px;
    height: 115px;
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    content: "";
    animation: video-button 5s infinite;
}
@keyframes video-button {
    0% {
        transform: scale(1.2);
    }
    50% {
        transform: scale(.7);
    }
    100% {
        transform: scale(1.2);
    }
}
.video a i svg {
    fill: #fff;
    margin: 0;
}
.video img {
    border-radius: 50%;
    border-top-left-radius: 0;
}
.video:before {
    z-index: -1;
    left: -8%;
    content: "";
    position: absolute;
    background-image: url(../img/background-history.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    mix-blend-mode: difference;
    bottom: 1%;
}
/* 45. travel-package */
.travel-package-list {
    background-color: #fff;
    padding: 30px;
}
.travel-package-list ul li {
    padding-bottom: 13px;
    display: flex;
    align-items: center;
}
.travel-package-list ul li i {
    padding-right: 13px;
    color: var(--theme-colour);
    font-size: 22px;
}
/* 46. program */
.program {
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: bottom;
    background-color: #f5f5f5;
}
/* 47. courses-two */
/* 48. blog-two */
/* 49. masjid */
/* 50. gallery */
.gallery {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.gallery:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: var(--common-colour);
    opacity: .7;
}
.slider-ayat.two {
}
.slider-ayat.two .ayat {
    border: 0;
    background-color: transparent;
    border-radius: 0;
}
.slider-ayat.two .ayat h4 {
    color: #fff;
}
.slider-ayat.two .owl-dots {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.slider-ayat.two {
    padding-bottom: 40px;
}
/* 51. footer two */
footer.two {
    padding-top: 0;
}
footer.two .widget-title {
    padding-top: 80px;
}
footer.two .wpo-lower-footer {
    margin-top: 80px;
}
footer.two .Information {
    border: 0;
}
footer.two .wpo-lower-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    border-top: 1px solid #444;
    margin-top: -70px;
}
.widget-title h4 {
    font-size: 16px;
    color: #fff;
    width: 77%;
    line-height: 26px;
    padding-bottom: 20px;
}
.widget-title h5 a {
    font-size: 26px;
    color: #fff;
    border-bottom: 3px solid;
    display: inline-block;
    margin-bottom: 10px;
}
.widget-title a {
    color: #fff;
    display: block;
}
.widget-title a:hover {
    color: var(--theme-colour);
}
/* 52. learn-quran */
/* 53. bannr */
.bannr-section {
    padding-top: 250px;
    text-align: center;
    padding-bottom: 60px;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.bannr-section:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background-color: #000;
    opacity: .3;
    left: 0;
}
.bannr-text {
    position: relative;
}
.bannr-text h2 {
    color: #fff;
    font-size: 70px;
    line-height: 70px;
    font-family: var(--common-font);
    padding-top: 30px;
    padding-bottom: 15px;
}
/* 54. breadcrumb */
.breadcrumb-item+.breadcrumb-item::before {
    padding-right: 1rem;
    color: #ffffff;
    padding-left: 1rem;
}
ol.breadcrumb {
    justify-content: center;
}
ol.breadcrumb a {
    font-size: 18px;
    color: #fff;
}
.breadcrumb-item.active {
    color: #ffffff;
}
/* 55. sidebar */
/* 56. recent-post */
/* 57. ul.categories */
/* 57. tags-cloud */
/* 58. sidebar.sidebar-two */
/* 58. Photo Gallery */
/* 59. our-blog */
/* 60. pagination */
.pagination {
    display: flex;
    border: 3px solid var(--theme-colour);
    width: fit-content;
    position: relative;
    padding: 7px 7px;
    border-radius: 55px;
}
.pagination li {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0;
}
.pagination li a {
    font-size: 16px;
    border-right: 1px solid #b7b7b7;
    padding-right: 20px;
    line-height: 15px;
}
.pagination li.prev a, .pagination li.next a {
    border-right: 0;
    padding-right: 0;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.pagination li.prev:hover a, .pagination li.next:hover a {
    color: #fff;
}
.pagination li.prev:hover, .pagination li.next:hover {
    background-color: var(--common-colour);
}
.pagination li.prev, .pagination li.next {
    width: 90px;
    color: #000;
    background-color: var(--theme-colour);
    border-radius: 55px;
    padding: 0;
}
.pagination li:nth-child(6) a {
    border: 0;
    padding: 0;
}
li.prev {
    margin-right: 15px;
}
/* 61. blog-details-style */
/* 62. quote-color */
/* 63. drop-caps-work */
/* 64. post-tags */
/* 65. about-instructor */
/* 66. donation-collected */
/* 67. comment */
.comment{
    padding-top: 70px;
}
.comment h3 {
    font-size: 40px;
    padding-bottom: 20px;
    font-family: var(--common-font);
    position: relative;
    margin-bottom: 20px;
}
.comment h3:before {
    position: absolute;
    content: "";
    width: 100px;
    background-color: var(--theme-colour);
    height: 4px;
    bottom: 12px;
}
/* 68. leave-comment */
/* 69. our-courses */
.our-courses .courses {
    border: 1px solid #bcbcbc;
    margin-bottom: 40px;
}
.our-courses .pagination {
    margin: auto;
}
.our-courses .courses-weeks {
    margin: 4px;
    margin-top: 23px;
}
/* 70. scholars-details */
/* 71. content */
.content p {
    margin-bottom: 22px;
    font-size: 18px;
}
.content p span {
    border-bottom: 3px solid var(--theme-colour);
}
form#contact-form input, form#contact-form textarea {
    margin-bottom: 14px;
    width: 100%;
    height: 60px;
    padding-left: 16px;
    border: 1px solid #c1c1c1;
    outline: none;
}
form#contact-form textarea {
    height: 168px;
    padding-top: 12px;
}
.contact-us a {
    color: #fff;
    display: block;
}
.contact-us h4 {
    color: #fff;
    font-family: var(--common-font);
    padding-bottom: 10px;
}
.contact-us p {
    color: #FFF;
}
.contact-us i {
    width: 90px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--theme-colour);
    border-radius: 50%;
}
.contact-us {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 100px;
    border-top-left-radius: 0;
    padding: 40px 30px;
}
.contact-us svg {
    width: 50px;
    height: auto;
}
.map {
    width: 100%;
}
.map iframe {
    margin-top: 60px;
    width: 100%;
    height: 500px;
}
/* 72. error-404 */
.error h2 {
    margin-bottom: 20px;
    font-size: 220px;
    line-height: 172px;
    font-weight: bold;
    color: #fff;
}
a.btn i {
    padding-right: 10px;
}
.error .button {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: auto;
}
.error .button i {
    margin-right: 10px;
}
.error p {
    color: #fff;
}
.error h3 {
    font-size: 40px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
}
.error {
    width: 70%;
    position: relative;
    z-index: 1;
    margin: auto;
    text-align: center;
}
.error form{
    margin-top: 30px;
    position: relative;
    margin-bottom: 20px;
}
.error input {
    height: 65px;
    padding-left: 30px;
    width: 100%;
    border-radius: 44px;
    border: 1px solid #c1c1c1;
    outline: none;
}
/* 73. courses-details */
.courses-details h5 {
    font-size: 40px;
    line-height: 50px;
    font-family: var(--common-font);
    padding-bottom: 20px;
    padding-top: 10px;
}
.courses-details .scholar {
    margin-top: 0;
    width: fit-content;
    padding-right: 60px;
    border-top-right-radius: 0;
    margin: 0;
    padding: 7px 60px 7px 7px;
}
.courses-details p {
    padding-top: 40px;
}
.comment h4 {
    color: #444444;
    font-size: 16px;
}
/* 74. accordion-section */
.accordion-item.active .heading {
  color: #bccbb7;
}
.accordion-item .heading {
    box-shadow: 10px 10px 12px 0px rgba(0,0,0,0.04);
    -webkit-box-shadow: 10px 10px 12px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 10px 10px 12px 0px rgba(0,0,0,0.04);
    display: block;
    text-transform: capitalize;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    transition: 0.3s ease-in-out;
    border: 1px solid #c1c1c1;
    border-radius: 62px;
}
.accordion-item.active {
    border: 3px solid #fbc50b !important;
    border-radius: 38px;
    border-top: 0 !important;
}
.accordion .content {
    padding: 48px;
    border-radius: 25px;
    padding-top: 67px !important;
    margin-top: -48px;
    padding-bottom: 20px;
}
.accordion-item .icon {
    left: 10px;
    display: flex;
    position: absolute;
    top: 49%;
    width: 54px;
    height: 54px;
    transform: translateY(-50%);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 3px solid var(--theme-colour);
    background-color: transparent;
}
.accordion-item .content {
  display: none;
}
.content p{
    font-size: 18px;
    font-weight: 500;
    color: #666;
}
.title {
    text-align: start;
    padding: 20px 80px;
    padding-right: 0;
    color: black;
    font-size: 18px;
}
.our-courses .content {
    padding: 50px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #fcf3d1;
}
a.heading{
    width: 100%;
    margin: 0;
    padding: 0;
}
.accordion-item {
    background-color: transparent;
}
.accordion-item:first-of-type {
    border-radius: 43px;
    border-top: 1px solid #e8e3df;
}
.accordion-item.active a.heading {
    color: black;
    background-color: var(--common-colour);
}
.accordion-item.active .icon i {
    transform: rotate(90deg);
}
.accordion-item.active .icon {
    background-color: var(--theme-colour);
}
.accordion-item.active {
    border-bottom: 3px solid;
}
.accordion-item {
    background-color: #fff;
    margin-bottom: 10px;
    border: 0 !important;
}
.accordion-item.active .title {
    color: #fff;
}
/* 75. client-info */
ul.client-info li {
    background-color: #f5f5f5;
    margin-bottom: 10px;
    padding: 14px 10px;
    border-radius: 50px;
    padding-left: 50px;
    position: relative;
}
ul.client-info li:before {
    top: 18px;
    position: absolute;
    width: 12px;
    content: "";
    height: 12px;
    border-radius: 50px;
    background-color: var(--common-colour);
    left: 27px;
}
ul.client-info h5 b {
    padding-right: 10px;
}
ul.client-info h5 {
    font-size: 16px;
}
/* 76. courses-details-sidebar */
.courses-details-sidebar .video:before {
    display: none;
}
.video img {
    width: 100%;
}
.course-free {
    padding: 10px;
    text-align: center;
    border: 1px solid #c1c1c1;
    margin-top: -209px;
    padding-top: 230px;
    box-shadow: 10px 10px 12px 0px rgba(0,0,0,0.04);
    -webkit-box-shadow: 10px 10px 12px 0px rgba(0,0,0,0.04);
    -moz-box-shadow: 10px 10px 12px 0px rgba(0,0,0,0.04);
}
.course-free h5 {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
    color: var(--common-colour);
}
.course-free h6 {
    font-size: 40px;
    color: #444;
    font-weight: bold;
    padding-bottom: 30px;
}
.course-free .btn {
    width: 76%;
}
.travel-package-list {
    text-align: justify;
}
.travel-package-list h4 {
    font-weight: bold;
    font-size: 20px;
    border-bottom: 3px solid var(--theme-colour);
    display: inline-block;
    margin-bottom: 20px;
    text-transform: uppercase;
}
/* 77. upcoming-text */
.center .pagination {
    margin: auto;
}
/* 78. campaigns-text */
/* 79. donate-now */
.Information.widget-title {
    border-bottom: 0;
}
/* 80. preloader */


.preloader {
    background-color: var(--common-colour);
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999999999999999999;
    right: 0;
    bottom: 0;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.09, 1);
}
.preloader {
    bottom: 0%;
}
.page-loaded .preloader {
    bottom: -100%;
}
.loader {
  display: grid;
  grid-template: 1fr 1fr/1fr 1fr;
  gap: 40%;
  width: 80px;
  aspect-ratio: 1/1;
  animation: rotate 2s linear infinite;
}
.loader .dot {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--theme-colour);
  animation: scale 2s infinite alternate;
}
.loader .dot:nth-child(3) {
  order: 1;
}
.loader .dot:nth-child(1) {
  animation-delay: -0.5s;
}
.loader .dot:nth-child(2) {
  animation-delay: -1s;
}
.loader .dot:nth-child(3) {
  animation-delay: -1.5s;
}
.loader .dot:nth-child(4) {
  animation-delay: -2s;
}

@keyframes scale {
  0% {
    scale: 0.1;
  }
  100% {
    scale: 1;
  }
}
@keyframes rotate {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
/* 81. Go To Top */
#progress {
  z-index: 1111;
  position: fixed;
  bottom: 70px;
  right: 10px;
  height: 60px;
  width: 60px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#progress-value {
  display: block;
  height: calc(105% - 10px);
  width: calc(105% - 10px);
  background-color: #ffffff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 35px;
  color: #001a2e;
}
span#progress-value i {
    font-size: 18px;
}
/* transition */
.widget-title a,.audio-ayat .owl-nav i,.wpo-lower-footer a,.Information ul li a,.courses-img:before,.courses-img a i,.pillars-name a,
.pagination li.prev a, .pagination li.next a,.pagination li.prev, .pagination li.next,
.courses-text a,.namaz-time:before,.namaz-time h5,.namaz-time h4,.service a,.mobile-nav > ul > li.menu-item-has-children:before {
    transition: .4s ease-in-out;
}


.mobile-buttons .icon {
    width: 20px;       /* Fixed width */
    height: auto;      /* Let the height adjust automatically to keep the aspect ratio */
    display: block;    /* Ensure the images are block-level elements (optional) */
}

