@import "font.css";

BODY{
    margin: 0px;
    padding: 0px;
    color: #2c3a57;
    font-family: 'Avenir LT Std 45 Book', sans-serif;
    line-height: 1;
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #FFF;
}

::-webkit-scrollbar-thumb {
    background: #ec0180;
    border-radius: 50px;
}

::-webkit-scrollbar-thumb:hover {

}

a{
    transition: all 0.2s ease-in;
}

.avBold {
    font-family: 'Avenir LT Std 95 Black', sans-serif;
}

.avXBold {
    font-family: 'Avenir LT Std 85 Heavy', sans-serif;
}

.avMedium{
    font-family: 'Avenir LT Std 65 Medium', sans-serif;
}


.top-left{
    width: 45%;
}

.top-right{
    width: 45%;
}

.top-center{
    width: 10%;
}

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

.text-left{
    text-align: left;
}

.text-center{
    text-align: center;
}

.white-color{
    color: #FFF;
}

.pink-color{
    color: #ec0180;
}

.purple-color{
    color: #673aef;
}

.pink-bg{
    background: #ec0180;
}

.purple-bg{
    background: #673aef;
}

.navbar-nav a{
    color: #2c3a57;
}


.nav-link:focus, .nav-link:hover {
    color: #ec0180 !important;
}

section.page-heading.custom-header {
    padding: 250px 0px 150px 0px;
}

.blog-container-item {
    position: relative;
    width: 100%;
}

.info-details {
    padding: 25px 0px;
}
.info-details p {
    margin: 0px;
    font-size: 16px;
    line-height: 23px;
    padding-right: 25px;
    margin-bottom: 25px;
    margin-top: -10px;
}

.info-details h3 {
    font-size: 20px;
    margin-bottom: 25px;
}

.blog-meta {
    font-size: 14px;
    display: flex;
    align-items: center;
}


.blog-meta .bullet-seperator{
    background: #ec0180;
    border-radius: 500px;
    width: 5px;
    display: inline-block;
    height: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.news-date-ticker i {
    font-size: 20px;
}

section.page-heading.custom-header {
    padding: 100px 0px 100px 0px;
    background: #fff8f4 url('../assets/images/banner-bg.webp');
    background-size: cover;
    background-position: top center;

}

a.blog-link {
    position: absolute;
    border-radius: 10px;
    height: 100%;
    width: 100%;
    display: block;
    left: 0px;
}
section.page-content-blog {
    padding-top: 0px;
    margin-top: -120px;
}

.image-photos {
    height: 100px;
    width: 100px;
}

.news-date-ticker.blog-news {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-image-small {
    width: 200px;
    height: 200px;
  }

.image-photos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

img.hamburger-menu {
    width: 30px;
}

section.page-heading.custom-header p {
    font-size: 20px;
    line-height: 25px;
    padding-right:200px;
    margin-top: 20px;
}

section.page-heading.custom-header h3 {
    font-size: 50px;

}

section.page-heading.custom-header.blog-story {
    padding-bottom: 200px;

    margin-bottom: 0px;
}

section.blog-fetured-image {
    margin-top: -150px;
}

section.blog-fetured-image img{
    border-radius: 15px;
}

#description > img {
    width: 100%;
    height: auto;
    margin-bottom: 30px !important;
}

#description > p:first-of-type {
    font-size: 20px;
    line-height: 28px;
    margin: 40px 0;
    
}

.modal-backdrop {
    z-index: 1;
}

#description > p {
    line-height: 20px;
}

.custom-header section.breadcrumbs ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.custom-header section.breadcrumbs ul li {
    margin-left: 10px;
    position: relative;
}

.custom-header section.breadcrumbs ul li a{
    text-decoration: none;
    color: #000;
}

.custom-header section.breadcrumbs ul li a:hover{
    color: #ec0180;
}
section.breadcrumbs ul>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
    left: -5px;
    position: relative;
}

section.blog-fetured-image img {
    width: 100%;
    /* height: 85%; */
}

.video-play-modal .modal-body {
    padding: 0px;
}
.video-play-modal .modal-dialog {
    max-width: 900px;
}
.video-play-modal button.close {
    position: absolute;
    top:1px;
    right: 54px;
    border: none;
    background: none;
    border-radius: 500px;
    font-size: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

.video-play-modal .modal-content {
    background: transparent;
    border: none;
}

iframe#playVideo {
    width: 100%;
    height: 550px;
    border-radius: 20px;
}

section.page-content.blog-content-story {
    line-height: 20px;
    font-size: 16px;
    margin-top: 50px;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.feature-wrap-bg{
    /* background:url('../assets/images/feature_bg.jpg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center; */
}


section.page-section-header.center-page {
    padding-bottom: 50px;
}

.contact-wrap{
    background:#fff8f4 url('../assets/images/contact_bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    margin-bottom: -60px;
    padding: 200px 0px;
}

section.page-section-header {
    padding: 250px 0px 150px 0px;
    background: url('../assets/images/features_hero.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-position: top center;

}
.page-section-header.about-page{
 background:url('../assets/images/feature_bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.page-section-header .container {
    z-index: 10;
    position: relative;
}

section.page-section-header.team-page {
    background-size: contain;
    background-position: center -70px;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
section.page-section-header.team-page .thenoor_arabic {
    opacity: 0.6;
}

.hero-section-left {
    padding-right: 50px;
}

section.features-section {
    padding: 50px 0px;
}

.video-play a {
    background: rgba(255,255,255,0.3);
    border-radius: 200%;
    padding: 35px;
}

.video-play {
    position: absolute;
    width: 140px;
    top: 50%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 140px;
    bottom: 50%;
    z-index: 100;
}
.video-play img {
    width: 100%;
}

section.even-section .row {
    display: flex;
    flex-direction: row-reverse;
}

.features-section-right img{
    width: 100%;;
}
section.page-section-header h5{
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 4px;
}

.about-header-right p {
    color: #808996;
    margin: 0px;
    text-align: justify;
    padding-right: 0px;
    padding-left: 100px;
}

.hero-section-left.about-header-right {
    display: flex;
    align-items: flex-end;
    padding: 0px;
    height: 100%;
}

.hero-section-left.about-header-right p {
    margin: 0px !important;
    padding: 0px 0px 0px 100px;
}
.about-page .hero-section-left h3 {
    margin-bottom: 0px;
}
.play-icon {
    background: #ec0180;
    width: 65px;
    padding: 0px 15px;
    border-radius: 200%;
    height: 55px;
    text-align: center;
    line-height: 55px;
}

svg.pulse-video-small.button {
    position: absolute;
    left: -124px;
    top: -122px;
    height: 300px;
    width: 300px;
}

.play-icon a {
    position: relative;
    z-index: 20;
}


.video-about a:hover{
color: #673aef;
}

.play-icon img {
    width: 100%;
}
.video-about {
    display: flex;
    margin-top: 20px;
    align-items: center;
}


.video-about-caption {
    padding: 0px 100px 0px 20px;
    line-height: 20px;
    font-size: 16px;
}
.video-about-caption a{
    text-decoration: none;
}
.video-about {
    display: flex;
    align-items: center;
}
.video-about-caption {
    padding: 0px 200px 0px 20px;
}


.about-right-item h3 {
    font-size: 35px;
    margin-bottom: 15px;
    font-family: 'Avenir LT Std 65 Medium', sans-serif;
}


.about-right-item p {
    font-size: 18px;
    line-height: 25px;
}

.about-right-item {
    padding-left: 100px;
}

section.about-purpose .container {
    padding: 0px 150px;
}

.office-interior{
    padding: 100px 0px 0px 0px;
    display: flex;
    justify-content: space-between;
    margin-bottom: -100px;
}

svg.pulse-video.button {
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
}

section.about-purpose {
    margin-top: 300px;
    margin-bottom: 150px;
}
img.about-showcase-even {
    position: relative;
    bottom: -50px;
}
.contact-container{
    position: relative;
    z-index: 10;
}

.about-left-item {
    position: relative;
}

img.about-main-img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 6px 8px 40px 0px rgb(30 30 30 / 10%);
}

.abt-elmnt img {
    width: 70%;
}
.abt-elmnt {
    background: #FFF;
    position: absolute;
    padding: 30px;
    z-index: 10;
    width: 180px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 0 30px rgb(227 239 240 / 70%);
}

.abt-elmnt h3 {
    font-size: 18px;
    font-family: 'Avenir LT Std 95 Black', sans-serif;
    margin-top: 20px;
    margin-bottom: 0px;
}
.abt-elmnt.about-element-1 {
    right: 100px;
    top: -100px;
}

.abt-elmnt.about-element-2 {
    right: -70px;
    top: 100px;
}

.abt-elmnt.about-element-3 {
    bottom: -100px;
    left: 50px;
}

.office-interior .container {
    display: flex;
    justify-content: space-between;
}
.office-interior img {
    height: 500px;
    border-radius: 20px;
    padding: 0px 10px;

}
.thenoor_arabic {
    position: absolute;
    top: 10%;
    left: 0px;
    width: 100%;
    z-index: 0;
}
.about-content{
    z-index: 20;
    position: relative;
}

.office-interior img:first-child  {
padding-left: 0px;
-webkit-border-top-left-radius: 0px;
-webkit-border-bottom-left-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-bottomleft: 0px;
border-top-left-radius: 0px;
border-bottom-left-radius: 0px;

}

.office-interior img:last-child  {
    padding-right: 0px;
    -webkit-border-top-right-radius: 0px;
-webkit-border-bottom-right-radius: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
border-top-right-radius: 0px;
border-bottom-right-radius: 0px;

    }
.about-showcase{
    background: #eaeaea;
    padding: 70px 0px;
}

.page-section-header.about-page{
    padding-bottom: 0px;
}
section.features-section .container {
    padding: 0px 150px;
}

.odd-section .features-section-left {
    padding-right: 100px;
}

.even-section .features-section-left {
    padding-left: 100px;
}
.about-header-right strong{
    font-family: 'Avenir LT Std 95 Black', sans-serif;
}
.font-icon{
    font-family: "Font Awesome 5 Brands";
    text-decoration: none;
    font-style: normal;
}

section.about-team {
    padding: 10px 0px;
    text-align: center;
}

.page-section-heading h3 {
    font-size: 35px;
    margin-bottom: 15px;
    font-family: 'Avenir LT Std 65 Medium', sans-serif;
}

.page-section-heading h4 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 4px;
}

.page-section-heading p {
    font-size: 18px;
    line-height: 30px;
    width: 50%;
    margin: 0px auto 50px auto;
}

.team-social-media ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    justify-content: center;

}

.team-social-media ul li a{
    text-decoration: none;
}
.team-social-media ul li a:hover{
color: #673aef;
}

.team-social-media ul li {
    width: 5%;
    margin: 0px 10px;
}

.team-photos {

    width: 100%;
    height: 400px;
    border-radius: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}

.team-photos-backdrop{
    background: #edfcff;
    height: 250px;
    width: 95%;
    position: absolute;
    z-index: 0;
    margin: auto;
    left: 0px;
    right: 0px;
    border-radius: 20px;
}

.team-photos img{
    width: 90%;

    z-index: 10;
    bottom: 0px;
    position: absolute;
    margin: 0px auto;
}

.footer-wrap.footer-no-margin{
    margin-top: 0px;
}

.team-container-wrapper {
    position: relative;
    z-index: 10;
    margin: 50px 0px;
}

h3.team-department {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
}
.team-department-row {
    margin: -50px 0px 100px 0px;
}
.about-team .page-section-heading p {
    margin-bottom: 0px;
}
.about-team-item {
    padding: 0px 20px;
}
.team-page .hero-section-left {
    padding: 0px;
    text-align: center;
    width: 60%;
    margin: auto;
}
.team-page .hero-section-left p {
    line-height: 28px;
}

.center-page .hero-section-left {
    padding: 0px;
    text-align: center;
    width: 60%;
    margin: auto;
}
.center .hero-section-left p {
    line-height: 28px;
}

img.tng-activate {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 20px 60px 0px rgb(10 14 21 / 30%);
}

.activate-banner{
    width: 50%;
    position: relative;
    padding: 0px 0px 0px 0px;
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.blog-header{
    position: relative;
    z-index: 10;
}
section.activate-features {


    position: relative;
    margin-top: 70px;
    margin-bottom: 100px;
    overflow: hidden;



}

section.page-section-header.activate-page.center-page {

}
section.page-section-header.activate-page.center-page {
    background-size: contain;
    background-position: center -100px;
}


.activate-backdrop {
    top: 150px;
    height: 420px;
    width: 100%;
    background: #FFF;
    position: absolute;
    z-index: 0;

    left:0px
}
.activate-features .container {
    width: 75%;

}

div#smarttab .tab-content {
    height: 800px;
    overflow: hidden;
}

img.activate-step {
    width: 80%;
    margin: auto;
    position: relative;
    z-index: 10;
    right: -50px;
}
.activate-page{
    padding-bottom: 0px !important;
}
div#smarttab {
    border: none;
    z-index: 1;
    align-items: center;
    padding: 0px 50px;
    display: flex;
    background: transparent;
}
.st.st-justified>.nav:first-child>li {
    padding-top:0px;
}
.st.st-justified>.nav:last-child>li {
    padding-bottom:0px;
}
.st.st-justified>.nav>li {
    padding: 10px 0px;
}
.st.st-justified>.nav>li a.nav-link {
    padding: 20px;
    border-radius: 10px;
    text-align: left;
    background: rgba(234, 234, 234, 0.3);
    border: 1px solid rgba(234, 234, 234, 1);
}

#smarttab .tab-pane {
        position: relative;
        background-image: url(../assets/images/shape6.png);
        background-repeat: no-repeat;
        background-position: 90% 0px;
        text-align: center;
        height: 100%;
    display: flex;
    align-items: center;
}

#smarttab .tab-pane:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: url(../assets/images/shape6.png);
    bottom: 0%;
    left: 20%;
}

#smarttab .nav{
    box-shadow: none !important;
    width: 70%;
    position: relative;
    right: -100px;
    z-index: 10;
}

#smarttab a.nav-link{
    border-radius: 10px;
    padding: 20px 25px;
    text-align: left;
    background: rgba(234, 234, 234, 0.3);
    border: 1px solid rgba(234, 234, 234, 1);
    margin: 5px 0px;
}

#smarttab a.nav-link.active {
    background: #ec0180 !important;
    color: #FFF !important;
    border: 1px solid #ec0180;
    position: relative;
    box-shadow: 0px 8px 20px 4.48px rgba(236, 1, 128, 0.3);
}

#smarttab a.nav-link.active::after{
    background: url('../assets/images/right_arrow_white.png') !important;
    background-repeat: no-repeat !important;
    background-position: right center !important;
    width: 25px;
    height: 25px;
    background-size: contain !important;
    position: absolute;
    content: '';
    top: 50%;
    right: 20px;
    z-index: 100;
    margin: auto;
    bottom: 50%;
}

#smarttab a.nav-link.active h3,
#smarttab a.nav-link.active p{
    color: #FFF !important;
}

#smarttab .nav>li a.nav-link h3{
    font-family: 'Avenir LT Std 95 Black', sans-serif;
    font-size: 20px;
    margin-bottom: 5px;
    color: #2c3a57;
}
#smarttab .nav>li a.nav-link p{
   margin: 0px;
   font-size: 14px;
   line-height: 20px;
    padding-right: 70px;
    color: #2c3a57;
}

.about-team-container {
    display: flex;
    justify-content: space-between;
    text-align: center;
    -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 3em;
  -moz-column-gap: 3em;
  column-gap: 3em;
}


.about-team-item.page-team-profile {
    width: 100%;
}


.contact-form {
    border-radius: 10px;
    background: #FFF;
    padding: 50px;
}

.contacts-forms {
    border-radius: 10px;
          
}


.about-team-item {
    width: 40%;
}
.about-team-item h3 {
    font-size: 20px;
}
.team-details p {
    color: #808996;
    margin-bottom: 35px;
}

.contact-info {
    padding-left: 0px;
}
.contact-info h3 {
    font-size: 35px;
    margin-bottom: 15px;
}

.contact-info p {
    margin: 0px;
    line-height: 25px;
    padding-right: 100px;
}

.contact-info-item ul {
    margin: 25px 0px;
    padding: 0px;
    list-style: none;
}

.contact-form button.btn.btn-primary {
    width: 100%;
    border-radius: 100px;
    padding: 15px;
    border: #ec0180;
    font-family: 'Avenir LT Std 65 Medium', sans-serif;
    background: #ec0180;
}

.contact-form label {
    margin-bottom: 10px;
    font-size: 15px;
    color: #000;
}

.contact-form input::placeholder {
    font-size: 15px;
    opacity: 1;
  }

  .contact-form input:-ms-input-placeholder {
    font-size: 15px;
  }

  .contact-form input::-ms-input-placeholder {
    font-size: 15px;
  }

  .top-left li.nav-item:first-child a {
    padding-left: 0px !important;
}

.top-left li.nav-item a {
    padding-right: 25px !important;
}

.contact-info-item ul li {
    margin-bottom: 15px;
    line-height: 22px;
    display: flex;
    align-items: flex-start;
}
.contact-info-item ul li i{
    margin-right: 5px;
    color: #ec0180;
}

.contact-info-item ul li i {
    margin-right: 10px; /* Adjust the spacing as needed */
}


.contact-form p {
    color: #7d7d7d;
}
.contact-info h5 {
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.video-preview img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0px 20px 60px 0px rgb(10 14 21 / 30%);
}

.video-preview {
    position: relative;
    padding: 0px 200px;
    margin-top: -250px;
    margin-bottom: 100px;
}

.hero-section-left.text-center {
    padding: 0px 250px;
}

section.page-section-header.video-enabled {
    padding-bottom: 350px;
}

.hero-section-left p {
    font-size: 18px;
    line-height: 24px;
    padding: 0px 100px;
    margin: 0px;
}

.hero-section-left h3 {
    font-size: 60px;
    margin-bottom: 20px;
}
.hero-section-right img {
    width: 100%;
}

.features-section-left h3 {
    font-size: 35px;
    margin-bottom: 15px;
    font-family: 'Avenir LT Std 65 Medium', sans-serif;
}

.features-section-left p {
    font-size: 18px;
    line-height: 25px;
}

.features-section-right{
    position: relative;
}
.odd-section .features-section-right:after{
    position: absolute;
    content: '';
    height: 270px;
    width: 300px;
    background-image: url(../assets/images/shape6.png);
    left: -100px;
    z-index: 0;
    top: -50px;
}

.even-section .features-section-right:after{
    position: absolute;
    content: '';
    height: 270px;
    width: 300px;
    background-image: url(../assets/images/shape6.png);
    right: -100px;
    z-index: 0;
    top: -50px;
}

.features-section-right img{
    position: relative;
    z-index: 20;
    width: 100%;
}

.cta-top{
        box-shadow: 0px 8px 27.52px 4.48px rgba(250, 174, 209, 0.69);
        text-decoration: none;
        padding: 15px 35px;
        border-radius: 50px;
        font-size: 13px;
        text-transform: uppercase;
        font-weight: bold;
        letter-spacing: 1px;
        transition: all 2s ease-in;
}

.cta-top:hover{

        color: #FFF;
}

.menu-activate{
    background: #FFF !important;
}

.home-hero{
    background-image: url('../assets/images/hero_home.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom right;
    border-bottom: 5px solid #f9fafe;
    padding-top: 180px;
}

#top-header{
    position: fixed;
    width: 100%;
    left: 0px;
    z-index: 100;
    top: 0px;
    background: transparent;
    transition: all 0.4s ease-in;

}

BODY #top-header.darkHeader {
    background: #FFF;
    box-shadow: 1px 0 0.4rem 0 rgb(0 0 0 / 7%);
}

.hero-heading h5{
    font-size: 15px;
    text-transform: uppercase;
}

.hero-heading h3{
    margin-top: 20px;
    font-size: 65px;
    padding: 0px 340px;
    margin-bottom: 20px;
}

.hero-heading p {
    color: #8591ab;
    font-size: 17px;
    padding: 0px 400px;
    line-height: 25px;
}

.available-download{
    margin-top: 35px;
    
}

.available-download h5{
    font-size: 15px;
    color: #000;
}

.apps-download img {
    width: 100%;
    max-width: 240px;
   
}


.apps-download {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 50%;
    margin: auto;
}

.apps-showcase {
    position: relative;
    margin-top: 70px;
    min-height: 575px;
}

.apps-showcase>div>img{
    width: 100%;
}

.app-dashboard{
    width: 450px;
    left: -320px;
    right: 0px;
    margin: auto;
    z-index: 10;
    top: -45px;
    position: absolute;
}

.app-quran{
    width: 410px;
    left: 0px;
    right: -350px;
    margin: auto;
    position: absolute;
}

.app-player {
    width: 300px;
    position: absolute;
    right: 100px;
    z-index: 20;
    top: 30px;
}

.app-prayer {
    width: 350px;
    position: absolute;
    left: 150px;
    z-index: 20;
    top: 380px;
}

.typed_cursor{
    font-family: 'Avenir LT Std 35 Light';
}

.social-media-float {
    position: fixed;
    bottom: 20%;
    left: 5%;
    z-index: 100;
}

.smf-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
}

.smf-link a{
    font-family: "Font Awesome 5 Brands";
    color: #2c3a57;
    text-decoration: none;
    margin: 10px 0px;
    font-size: 20px;
}

.smf-link a i{
    font-style: normal;
}

.smf-title{
    color: #2c3a57;
    -ms-transform: rotate(270deg); /* IE 9 */
    transform: rotate(270deg);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.smf-title span {
    background: #2c3a57;
    height: 2px;
    display: inline-block;
    width: 50px;
    margin: 0px 20px;
}

.section-quote{
    margin: 170px 0px 100px 0px;
}

.home-features{
    position: relative;
}

.heading-quote{
    font-size: 40px;
    padding: 0px 300px;
}

.seperator-pink {
    position: absolute;
    width: 200px;
    right: 0px;
    top: 100%;
}

.seperator-pink img {
    width: 100%;
}

.seperator-purple {
    position: absolute;
    width: 250px;
    left: 0px;
    bottom: -150px;
}

.seperator-purple img {
    width: 100%;
}


.footer-wrap{
    border-top: 1px solid #eff2fc;
    padding: 60px 0px 30px 0px;
    margin-top: 60px;
}
.features-info img {
    width: auto !important;
}

.stats-item {
    text-align: left;
}

.features-info{
    padding-right: 50px;
    text-align: left;
}

.start-journey-image img.thenoor-watch {
    width: 90%;
    left: 10px;
    bottom: -80px;
}
.features-info h4{
    font-size: 15px;
}

.features-info h3{
    font-size: 40px;
    margin-bottom: 25px;
}

.features-info p{
    font-size: 18px;
    line-height: 25px;
}

.small-section .container{
    padding: 0px 100px;
}

.home-features .features-info img.reciters {
    width: 300px;
}

.home-features .owl-dots{
    margin-top: 0px;
    position: absolute;
    bottom: 50px;
}


.home-features button.owl-dot span {
    background: #e8eaf5;
    height: 5px;
    display: block;
    width: 25px;
    border-radius: 100px;
    margin-right: 5px;
}

.home-features button.owl-dot.active span {
    background: #ec0180;
    width: 45px;
}

.features-showcase-bg{
    position: relative;
}

.features-yellow{
    background: url('../assets/images/feature_yellow_bg.png');
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: right top;
}

.modern-alquran .features-img {

}

.home-stats{
    padding: 35px 0px;
}

.founder-quotes{
    font-size: 15px;
    color: #2f3953;
    line-height: 20px;
    width: 80%;
}

.founder-details img {
    border-radius: 500px;
    width: 60px;
    height: 60px;
}
.founder-details {
    display: flex;
    align-items: center;
}

.founder-name{
    padding-left: 25px;
}

.founder-name h3{
    font-size: 16px;
    margin: 0px;
}

.founder-name p{
    font-size: 14px;
    margin: 0px;
}

.stats-item{
    box-shadow: 0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);
    border-left: 8px solid #ec0180;
    border-radius: .5rem;
    padding: 20px 25px;
    min-height: 100px;
    margin: 10px 15px 10px 0px;
}

.stats-item p{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
}

.apps-stats {
    display: flex;
    justify-content: space-between;
}

.stats-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.stats-container img {
    width: 45px;
    margin-right: 15px;
}

.stats-value{
    color: #7a7883;
    font-size: 15px;
}

.stats-value span{
    color: #000;
}

.rating-color{
    color: #ec0180;
}

.voices{
    background: #fcfbff;
    padding: 90px 0px;
    margin: 50px 0px 0px 0px;
}

.section-heading-center h4 {
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
}

.section-heading-center h3 {
    color:#2c3a57;
    font-size: 45px;
}

.voices{
    background-image: url('../assets/voices_bg.jpg');
    background-repeat: repeat-x;
    background-size: contain;
    background-position: center top;
}

#home-voices{
    margin-top: 50px;
}
.voices-wrapper{

}

.voices-item{
    background: #e7eaf4;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    height: 300px;
    width: 300px;
    margin: 0px 10px;
}
#home-voices .owl-stage-outer{
    margin-left: -120px;
}

#home-voices .owl-item.active.center .voices-item{
    background-color: #ec0180 !important;
    width: 550px;
}


.voices-name {
    background: #FFF;
    width: 70%;
    border-radius: 10px;
    position: absolute;
    left: -20px;
    bottom: -15px;
    text-align: left;
    padding: 20px 10px 20px 40px;
    z-index: 10;
}

.voices-name h3 {
    font-size: 16px;
    margin: 0px 0px 0px 0px;
}

.voices-name p {
    font-size: 13px;
}

.voices-wrap{
    background-image: url('../assets/images/radial_bg.png');
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: 75%;
    background-position: right bottom;
}
.col-lg-3 .team-photos img {
    width: 100%;
    border-radius: 20px;
}

#home-voices .owl-item.active.center .voices-item .voices-wrap{
    background: url('../assets/images/voices_center.png');
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: 75%;
    background-position: right bottom;
}

#home-voices .owl-item.active.center .voices-item .voices-name{
    background: transparent;
}

#home-voices .owl-item.active.center .voices-item .play-voice{
    display: block;
}

#home-voices .owl-item.active.center .voices-item .voices-photo{
    width: 100% !important;
    height: 97% !important;
}


#home-voices .owl-item.active.center .voices-item .voices-name {
    background: transparent;
    left: 0px;
    top: 50%;
}

#home-voices .owl-item.active.center .voices-item .voices-name h3.pink-color.avXBold {
    color: #FFF;
    font-size: 28px;
}

#home-voices .owl-item.active.center .voices-item .voices-name p {
    color: #FFF;
    font-size: 20px;
}

.voices-photo img {
    width: 70% !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.voices-photo {
    width: 90% !important;
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 90%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom right;
}
.voices-photo img{
    width: 100%;
}

.play-voice{
    background: #fea5cf url('../assets/images/music.png') no-repeat left center;
    color: #ec0180;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Avenir LT Std 85 Heavy', sans-serif;
    border-radius: 50px;
    font-size: 12px;
    padding: 10px 15px 10px 30px;
    background-size: 15px;
    background-position: 10px;
    margin-bottom: 50px;
    position: absolute;
    top: -20%;
}

.pagination-button {
  background-color: #ec0180;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 0 5px;
  cursor: pointer;
}

.pagination-button:hover {
  background-color: hotpink;
}

.pagination-container {
  margin-top: 20px;
  text-align: center;
}

#feed-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.feed-item {
  width: 30%;
  margin-bottom: 20px;
}

.home-blogs {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.container {
  margin-top: 0;
}

.description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  

.play-audio-button {
  cursor: pointer;
  margin-bottom: -2px;
  display: block;
  transition: font-size 0.3s ease-in-out;
}

.play-audio-button:hover {
    font-size: 14px; /* Increase the font size on hover */
  }


.play-voice{
    display: none;
}
.play-voice a span {
    margin-bottom: -2px;
    display: block;
}

.section-cta a {
    color: #FFF;
    text-decoration: none;
    padding: 17px 30px 15px 30px;
    border-radius: 100px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    box-shadow: 0px 8px 27.52px 4.48px rgba(202, 183, 250, 0.69);
}
.section-heading-left.section-sub-heading h3 {
    font-size: 30px;
}
.section-heading-left.section-sub-heading p {
    margin-top: 10px;
    line-height: 20px;
}

.home-partners{
    padding:100px 0px 50px 0px;
}

.owl-carousel .owl-item {
    text-align: center;
}
.section-sub-heading h3{
    font-size: 16px;
    margin: 0px;
    letter-spacing: 1px;
}

#partners img{
    height: 55px;
    width: auto;
}

#partners a{
    text-align: center;
}

#partners a img{
    margin: auto;
}

.home-testimoni {
    background: url('../assets/images/testimoni_bg.jpg') no-repeat bottom right;
    padding: 0px;
    background-size: cover;
    background-size: 130%;
    overflow: hidden;
    position: relative;
    height:550px;
}
.testimoni-footer-mask {
    width: 100%;
    position: absolute;
    bottom: 0px;
    height: 30px;
    z-index: 10;
    background: #FFF;
}



.heading-left h4{
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.heading-left h3{
    font-size: 50px;
}

.testimonial-wrapper {
    display: flex;
    justify-content: flex-end;
}

.testimoni-left {
    width: 40%;
    margin-right: 20px;
}

.testimoni-right {
    width: 40%;
}

.testimoni-content{
    background: #FFF;
    border-radius: 10px;
    padding: 35px 25px;

}

.testimoni-left .slick-slide.slick-current.slick-active {
    margin-bottom: 20px;

}

.testimoni-left .slick-slide.slick-current.slick-active.testimoni-content{
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright:10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
    top: 0px;
}

.testimoni-left .slick-slide.slick-active.testimoni-content {

    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
/* bottom: -20px;
position: relative; */

}
.testimoni-left .slick-slide.testimoni-content{
    border-radius: 0px;
}

.testimoni-left .slick-slide{
    margin-bottom: 20px;
}


.testimoni-right .slick-slide{
    margin-bottom: 20px;
    float: none !important;
    min-height: auto !important;
}


.testimoni-right{
    top: -100px;
}

.testimoni-avatar {
    width: 15%;
    border-radius: 100px;
    overflow: hidden;
}
.testimoni-avatar img {
    width: 100%;
}

.testimoni-header {
    display: flex;
    align-items: center;
}

.testimoni-heading {
    margin-left: 15px;
}

.testimoni-heading h3 {
    color: #000;
    margin: 0px;
    font-size: 18px;
}

.testimoni-heading p {
    color: #626262;
    margin-bottom: 0px;
    margin-top: 4px;
}


.testimoni-description{
    color: #282828;
    margin:25px 0px;
    font-size: 15px;
    line-height: 20px;
}


.home-blog{
    padding: 60px 0px;
}

.blog-container {
    margin-top: 70px;
}
.blog-featured-image {
    background: #eaeaea;
    height: 350px;
    margin-bottom: 35px;
}

.blog-featured-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
h3.blog-heading {
    font-size: 20px;
    margin-bottom: 25px;
}
h3.blog-heading a{
    color: #2c3a57;
    text-decoration: none;
}

h3.blog-heading a:hover{
    color: #ec0180;
}

.blog-content p {
    margin: 0px;
    font-size: 16px;
    line-height: 23px;
    padding-right: 25px;
}

.blog-content{
    text-align: left;
}

.section-cta-no-btn{
    font-size: 14px;
    margin-top: 20px;
}

.section-cta-no-btn a:hover{
    color: #ec0180;
}
section.cta-home {
    padding: 60px 0px 0px 0px;
}

.cta-wrapper {
    background: #edfcff;
    border-radius: 10px;
    padding: 70px 40px;
}

.cta-wrapper h3 {
    font-size: 40px;
    color: #2f3953;
    margin-bottom: 20px;
}


.cta-wrapper p {
    margin: 0px;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 35px;
    text-align: justify;
    padding-right: 50px;
}
.journey-content {
    padding-left: 0px;
}

 /* .download-apps-link a {
    margin-right: 10px;
    
} */

 .download-now-cta h5 {
    font-size: 15px;
} 

.download-apps-link a img {
    width: auto;
    height: 40px;
}

.download-apps-link {
    display: flex;
    justify-content: flex-start;
}


.start-journey-image {
    position: relative;
    height: 100%;
}

.start-journey-image img {
    position: absolute;
    width: 160%;
    bottom: -70px;
    left: -160px;
}


a.logo-footer img {
    width: 150px;
}

.menu-footer {
    display: flex;
    align-items: flex-start;
}

.menu-footer ul {
    margin: 0px 50px;
    padding: 0px;
    list-style: none;
}


.menu-footer h4 {
    color: #bec5d7;
    font-size: 20px;
    margin-bottom: 20px;
}


.menu-footer ul li a{
    color: #2e3850;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding-bottom: 10px;
}

.menu-footer ul li a:hover{
color: #ec0180;
}

.menu-footer ul li:last-child a{
    padding-bottom: 0px;
}

.bottom-right li a i {
    font-style: normal;
}

.bottom-right.smf-link ul {
    display: flex;
    margin: 0px;
    padding: 0px;
    list-style: none;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    flex-direction: row;
}

.bottom-right.smf-link {
    align-items: end;
    margin: 0px;
}
.footer-bottom{
    margin-top: 60px;
}

.bottom-left ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
}

.bottom-left ul li a{
    padding-right: 30px;
    color: #2e3a53;
    text-decoration: none;
}

.bottom-left ul li a:hover{
    color: #ec0180;
    }


.bottom-right.smf-link a {
    color: #bdc5db;
    margin: 0px 10px;
    font-size: 25px;
}

.stMain {

  }
  .stContainer {

    overflow:hidden;

    }
  .stMain div.tabContent {

  }
  .stMain ul.tabAnchor {

  }
  .stMain ul.tabAnchor li{
    position: relative;

  }
  .stMain ul.tabAnchor li a {
    display:block;
    margin:0;
  }

  .stMain ul.tabAnchor li a.sel {

  }
  .loader{
    position: absolute;
    left:48%;
    top:40%;
    display:block;
    margin:0;
    padding:5px;
    padding-top: 35px;
    font-size: 10px;
    color:#666;
    text-decoration: none;
    outline-style:none;
    border: 1px solid #D4D4D4;
    background: #f6f6f6 url(../images/loader.gif) no-repeat 10px 10px ;
  }
  a.stLinks {

   }
  a.stLinks:hover {

  }

  .stMain ul.tabAnchor {
    display: flex;
    flex-direction: column;
}


.testimoni-page{
    background: #fef8fc;
    padding: 100px 0px;
}


.section-heading-center-container h5 {
    font-size: 15px;
    letter-spacing: 4px;
}

.section-heading-center-container {
    width: 40%;
    margin: auto;
}

.section-heading-center-container p {
    line-height: 25px;
}

.section-heading-center-container h3 {
    font-size: 45px;
}

.testimoni-wrapper-container {
    background: #FFF;
    border-radius: 10px;
    margin: 20px;
    padding: 1px;
}

.testimoni-wrapper-container h3 {
    text-align: center;
    font-size: 1.3rem;
    padding: 45px;
    margin-bottom: 0px;
    position: relative;
}
.testimoni-wrapper-container h3:before {
    background: url('../assets/images/quote-icon.svg') no-repeat top center;
    position: absolute;
    content: '';
    width: 50px;
    height: 50px;
    top: 0px;
    left: 0px;
}

.testimoni-section-name {
    text-align: center;
    opacity: 0.6;
}

#testimoni-section .owl-dots {
    text-align: center;
    margin: 20px 0px;
}


#testimoni-section .owl-dots span {
    height: 5px;
    display: inline-block;
    width: 40px;
    margin: 0px 5px;
    border-radius: 10px;
    background: cornflowerblue;
}
.section-container-item {
    margin-top: 50px;
}

#testimoni-section .owl-dots .active span {
    width: 70px;
    background: #ec0180;
}

.static-page{
    background: url('../assets/images/static_page_bg.webp') no-repeat top center;
    background-size: cover;
    padding: 150px 0px 50px 0px;
    margin-bottom: 50px;
}

.custom-page-heading .container {
    position: relative;
    z-index: 10;
}
.static-page .thenoor_arabic {
    opacity: 0.5;
}
.static-page .heading-page-title {
    font-size: 40px;
}
.heading-page-breadcrumbs ul {
    display: flex;
    justify-content: flex-end;
    margin: 0px;
    list-style: none;
    padding: 0px;
}
.static-page section.page-content {
    margin-top: 50px;
}
section.page-content {
    position: relative;
    z-index: 10;
    line-height: 25px;
}
.page-content-container h2 {
    font-family: 'Avenir LT Std 95 Black', sans-serif;
    font-size: 25px;
    margin: 30px 0px;

}

.page-content-container {
    padding: 0px 100px 100px 100px;
}

.page-content-container a{
    color: #ec0180;
}

section.breadcrumbs.heading-page-breadcrumbs li a {
    color: #212529;
    text-decoration: none;
    margin-right: 10px;
}


/* Responsive: Large & Wide Screen
**************************************************/

@media only screen and (max-width : 1200px) {

}

/* Responsive: Medium Device
**************************************************/

@media only screen and (max-width : 992px) {

}

/* Responsive: Tablet Potrait & Mobile Landscape
**************************************************/

@media only screen and (max-width : 768px) {

    .hero-heading h3 {
        margin-top: 20px;
        font-size: 35px;
        padding: 0px 20px;
        margin-bottom: 20px;
    }
    .hero-heading p {
        font-size: 17px;
        padding: 0px 20px;
        line-height: 25px;
    }
    .apps-download {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .app-dashboard {
        width: 90%;
    left: -40%;
    right: 0px;
    top: 20px;
    }
    .app-quran {
        width: 70%;
        left: 0px;
        right: -80%;
        margin: auto;
        position: absolute;
        top: 70px;
    }
    .features-info p {
        font-size: 16px;
        line-height: 20px;
    }
    .app-player {
        width: 70%;
        position: absolute;
        right: -15%;
        z-index: 20;
        top: inherit;
        bottom: -10px;
    }
    .features-info h3 {
    font-size: 30px;
    margin-bottom: 25px;
}

.home-features .features-info img.reciters {
    width: 300px;
    margin: auto;
}
.testimoni-header {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimoni-description {

    text-align: center;
}
    .app-prayer {
        width: 250px;
        position: absolute;
        left: 0px;
        z-index: 20;
        top: 300px;
        right: -100px;
        margin: auto;
    }
    .social-media-float {
        position: fixed;
        bottom: 12%;
        left: -10%;
        z-index: 100;
    }
    .heading-quote {
        font-size: 30px;
        padding: 0px 20px;
    }
    
    .small-section .container {
        padding: 0px 30px;
    }
    .features-info {
        padding-right: 0px;
    }
    .menu-footer {
        display: flex;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    }
    .section-quote {
        margin: 70px 0px;
    }
    .voices {
        padding: 50px 0px;
        margin: 0px 0px 0px 0px;
    }

    .office-interior img {
        height: auto;
        border-radius: 10px;
        padding: 0px 5px;
        width: 25%;
    }
    .row.d-flex.align-items-center.contact-container {
        display: flex;
        flex-direction: column-reverse;
    }
    .contact-info {
        padding-left: 0px;
        padding: 0px 20px;
        text-align: center;
    }

    .contact-info p {
        margin: 0px;
        line-height: 25px;
        padding-right: 0px;
        margin-bottom: 50px;
    }
    .contact-info-item ul li {
        margin-bottom: 15px;
        line-height: 22px;
        display: flex;
        flex-direction: row;
    }

    .team-page .hero-section-left {
        padding: 0px;
        text-align: center;
        width: 90%;
        margin: auto;
    }
    .about-team-item h3 {
        font-size: 16px;
    }

   
    section.page-heading.custom-header h3 {
        font-size: 25px;
        text-align: center;
    }

section.page-section-header.team-page {
    background-size: 400%;
    background-position: center top;
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-attachment: fixed;
}
section.page-section-header.team-page .thenoor_arabic {
    opacity: 1;
}
h3.team-department {

    font-size: 16px;
}

    img.about-showcase-even {
        position: relative;
        bottom: -30px;
    }
    /* .download-apps-link a img {
        width: 117.35px;
        height: 35px;
    } */
    .features-info {
        text-align: center;
        margin-bottom: 45px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 25px;
        padding-left: 25px;
    }
    div#partners {
        text-align: center;
    }
    .modern-alquran .features-img {
    margin-left: 0px;
    width: 100% !important;
    }
    .founder-notes {
        text-align: center;
        margin-bottom: 25px;
    }
    .founder-quotes {

        width: 100%;
    }
    .founder-details {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .apps-stats {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
    }
    .stats-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    }
    .bottom-left ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .bottom-left ul li a {
        text-align: center;
        margin: 0px 0px 10px 0px;
        padding: 0px;
        display: block;
    }
    .bottom-right.smf-link {
        margin: 20px 0px 0px 0px;
        text-align: center;
        line-height: 25px;
    }
    .menu-footer ul {
        margin: 15px 0px;
        padding: 0px;
        list-style: none;
        width: 100%;
        text-align: center;
    }
    .footer-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .blog-content p {
        margin: 0px;
        font-size: 16px;
        line-height: 23px;
        padding-right: 0px;
        text-align: center;
    }
    h3.blog-heading {
        font-size: 20px;
        margin-bottom: 25px;
        text-align: center;
    }
    .blog-content {
        text-align: center;
        margin-bottom: 35px;
    }
    .blog-content {
        text-align: center;
        margin-bottom: 35px;
    }
    .section-heading-center p {
        margin: 0px;
        line-height: 25px;
    }
    #partners img {
        height: 100%;
        width: auto;
    }
    .heading-left {
        text-align: center;
    }
    .heading-left h3 {
        font-size: 35px;
    }
    .testimonial-wrapper {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .testimoni-left {
        width: 100%;
        margin-right: 0px;
    }
    .testimoni-right {
        width: 100%;
        top: 0px;
    }
    .testimoni-right .slick-slide,
    .testimoni-left .slick-slide {
        margin: 10px 20px;
    }
    .home-testimoni {
        background: url(../assets/images/testimoni_bg.jpg) no-repeat center;
        padding: 0px;
        background-size: cover;
        background-size: cover;
        overflow: hidden;
        position: relative;
    }
    .home-hero{
        overflow: hidden;
        padding-top: 150px;
        background-size: 200%;
    background-position: 40% 0%;
    border-bottom: 5px solid #f9fafe;
    }
    .seperator-purple {

        width: 100px;

    }
    .seperator-pink {
        position: absolute;
        width: 100px;
        right: 0px;
        top: 120%;
    }

    .section-heading-center h3 {
        color: #2c3a57;
        /* font-size: 35px; */
    }
    .testimoni-description {
        color: #282828;
        margin: 25px 0px;
        font-size: 13px;
        line-height: 15px;
    }
    #home-voices .owl-item.active.center .voices-item {
        width: 300px;
    }
    #home-voices .owl-stage-outer {
        margin-left: 0px;
    }
    .voices-item {

        height: 250px;

    }

    div#partners img {
        height: 80px;
        margin: auto;
    }

    .cta-wrapper h3 {
        font-size: 30px;
        color: #2f3953;
        margin-bottom: 20px;
        text-align: center;
    }
    .download-now-cta {
        text-align: center;
    }

    .start-journey-image img {
        position: relative;
        width: 100%;
        bottom: 0px;
        left: 0px;
    }
    .cta-wrapper p {

        text-align: center;
        padding-right: 0px;
    }

    .cta-wrapper .row {
    display: flex;
    flex-direction: column-reverse;
    }
    .cta-wrapper {

        padding: 70px 40px 0px 40px;
    }
    .start-journey-image {
        margin-top: 50px;
    }

    a.navbar-brand.top-center.text-center {
    /* position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 20%;
    top: 20px; */
    }
    #top-header {

        padding: 20px 0px;
    }
    .home-stats {
        padding: 35px 0px;
        margin: 100px 0px 50px 0px;
    }
    .home-features .owl-dots {
        margin-top: 0px;
        position: absolute;
        bottom: -50px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: center;
    }
    .top-right {
        display: none;
    }
    .collapse:not(.show) {
        display: none;
        opacity: 0;
        transition: all 0.4s ease-in;
    }
    a.navbar-brand.top-center.text-center {
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 30%;

    }
    .top-left {
            width: 100%;
            position: fixed;
            top: 0px;
            left: 0px;
            background: #FFF;
            padding: 0px;
            z-index: 1000;
            height: 100vh !important;
            opacity: 1;
    }
    #home-voices .owl-item.active.center .voices-item .voices-name {
        background: transparent;
        left: 0px;
        top: 50%;
        width: 80%;
    }
    #home-voices .owl-item.active.center .voices-item .voices-name h3.pink-color.avXBold {
        color: #FFF;
        font-size: 20px;
    }
    #home-voices .owl-item.active.center .voices-item .voices-name p {
        color: #FFF;
        font-size: 15px;
    }

    #home-voices .owl-item.active.center .voices-item .voices-wrap {

        height: 100%;
        width: 100%;
        background-size: 100%;
        background-position: right bottom;
        background-size: cover;
    }
    .navbar-collapse {
        opacity: 0;

        transition: opacity .2s linear;
      }

      .navbar-collapse.collapse.show {
        opacity: 1;
        transition: opacity .2s linear;
      }

      img.menu-mobile-logo {
        width: 90px;
    }
    .mobile-menu {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .mobile-menu img.hamburger-menu {
        width: 25px;
    }

    .mobile-menu {

        padding: 1.5rem 1.5rem;
        margin-bottom: 25px;
    }

    .mobile-menu .navbar-toggler {
        padding: 0px;
    }
    .mobile-footer {
        border-top: 1px solid rgb(229 231 235);
        padding: 1rem;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    }

    .mobile-footer a {
        padding: 20px 35px;
        width: 100%;
        text-align: center;
    }
    .top-left ul.navbar-nav {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .smf-title {
        font-size: 13px;
    }
    .smf-link a {

        margin: 8px 0px;
        font-size: 16px;
    }
    .hero-section-left.text-center {
        padding: 0px 25px;
    }

    .hero-section-left h3 {
        font-size: 40px;
        margin-bottom: 20px;
    }
    .hero-section-left p {
        font-size: 18px;
        line-height: 24px;
        padding: 0px;
        margin: 0px;
    }

    section.features-section .container {
        padding: 0px 25px;
    }
    .odd-section .features-section-left {
        padding-right: 0px;
        margin-bottom: 40px;
        text-align: center;
    }

    .even-section .features-section-left {
        padding-left: 0px;
        text-align: center;
    }

    section.even-section .row {
        display: flex;
        flex-direction: row;
    }

    .features-section-left p {
        font-size: 16px;
        line-height: 20px;
    }
    .features-section-left h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .features-section-right {
        position: relative;
        text-align: center;
    }
    .features-section-right img {

        width: 80%;
        margin: auto;
        left: 0px;
        right: 0px;
    }

    .even-section .features-section-right:after {

        right: 0px;

    }
    .video-preview img {

        border-radius: 10px;

    }
    section.page-section-header {
        padding: 150px 0px 150px 0px;
    }

    section.page-section-header.video-enabled {
        padding-bottom: 300px;
    }

    .video-play {
        position: absolute;
        width: 100px;

        height: 100px;

    }
    .video-preview {
        position: relative;
        padding: 0px;

    }

    .hero-section-left {
        padding-right: 0px;
        text-align: center;
    }
    .video-about {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about-page .hero-section-left h3 {
        margin-bottom: 0px;
        font-size: 35px;
    }
    section.about-purpose .container {
        padding: 0px 25px;
    }
    .video-about-caption {
        padding: 0px 0px 0px 20px;
        text-align: left;
        width: 75%;
    }
    .hero-section-left.about-header-right p {
        margin: 0px !important;
        padding: 0px;
        text-align: center;
        margin-top: 50px !important;
        font-size: 16px;
        line-height: 22px;
    }

    svg.pulse-video-small.button {
        position: absolute;
        left: -82px;
        top: -82px;
        height: 200px;
        width: 200px;
    }
    .play-icon {

        width: 40px;
        padding: 0px 15px;
        border-radius: 200%;
        height: 35px;
        text-align: center;
        line-height: 35px;
    }

    img.about-main-img {
        width: 100%;
        border-radius: 10px;

    }

    .about-right-item {
        padding-left: 0px;
        margin-top: 140px;
        text-align: center;
    }

    section.about-purpose {
        margin-bottom: 50px;
    }
    .page-section-heading h3 {
        font-size: 25px;
        margin-bottom: 15px;

    }
    .page-section-heading p {
        font-size: 16px;
        line-height: 25px;
        width: 90%;
        margin: 0px auto 50px auto;
    }
    .about-right-item p {
        font-size: 16px;
        line-height: 20px;
    }
    .about-right-item h3 {
        font-size: 25px;
        margin-bottom: 15px;

    }
    .abt-elmnt h3 {
        font-size: 16px;

        margin-top: 15px;
        margin-bottom: 0px;
    }

    .abt-elmnt.about-element-3 {
        bottom: -100px;
        left: 10px;
    }

    .abt-elmnt.about-element-2 {
        right: 10px;
        top: 110px;
    }

    .abt-elmnt {
        background: #FFF;
        position: absolute;
        padding: 20px;
        z-index: 10;
        width: 140px;
        border-radius: 10px;
        text-align: center;

    }

    .abt-elmnt.about-element-1 {
        right: 10px;
        top: -100px;
    }
    .about-team-container {
        display: flex;
        justify-content: space-between;
        text-align: center;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 1em;
        -moz-column-gap: 1em;
        column-gap: 1em;
        flex-direction: column;
    }
    .about-team-item {
        width: 100%;
    }

    .download-apps-link {
        display: flex;
        justify-content: center;
    }

    .start-journey-image img.thenoor-watch {
        width: 100%;
        left: 0px;
        bottom: 20px;
    }
    section.page-heading.custom-header p {
        font-size: 16px;
        line-height: 20px;
        padding-right: 0px;
        margin-top: 20px;
        text-align: center;
    }
    .news-date {
        text-align: center;
    }
    .custom-header section.breadcrumbs ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

    section.page-section-header.activate-page.center-page {
        background-size: 430%;
        background-position: center -100px;
    }
    .center-page .hero-section-left {
        padding: 0px;
        text-align: center;
        width: 90%;
        margin: auto;
    }
    .activate-banner {
        width: 90%;
        position: relative;
        padding: 0px 0px 0px 0px;
        margin-top: 50px;
        margin-bottom: 50px;
        margin-left: auto;
        margin-right: auto;
    }
    .section-heading-center-container {
        width: 90%;
        margin: auto;
    }
    .section-heading-center-container h3 {
        font-size: 35px;
    }
    .testimoni-wrapper-container h3 {
        text-align: center;
        font-size: 1rem;
        padding: 50px 10px;
        margin-bottom: 0px;
        position: relative;
    }
    #testimoni-section .owl-dots span {
        height: 2px;
        display: inline-block;
        width: 10px;
        margin: 0px 5px;
        border-radius: 10px;
        background: cornflowerblue;
    }

#testimoni-section .owl-dots .active span {
    width: 40px;
    background: #ec0180;
}
.section-sub-heading.section-heading-left.mb-5 {
    text-align: center;
}
.activate-features .container {
    width: 100%;
}
#smarttab .nav {
    box-shadow: none !important;
    width: 100%;
    position: relative;
    right: 0px;
    z-index: 10;
}
div#smarttab {
    border: none;
    z-index: 1;
    align-items: center;
    padding: 0px 20px;
    display: flex;
    background: transparent;
    flex-direction: column;
}

#smarttab .nav>li a.nav-link h3 {

    font-size: 16px;

}
#smarttab .nav>li a.nav-link p {
    margin: 0px;
    font-size: 13px;
    line-height: 18px;
    padding-right: 30px;
    color: #2c3a57;
}


img.activate-step {
    width: 100%;
    margin: 0px;
    position: relative;
    z-index: 10;
    right: 0px;
}
#smarttab .tab-pane {

    height: auto;
    display: flex;
    align-items: center;
    padding: 100px 0px;
}

#smarttab a.nav-link{
    display: none;
}
#smarttab a.nav-link.active{
    display: block;
}

section.activate-features {
    position: relative;
    margin-top: 70px;
    margin-bottom: 0px;
    overflow: hidden;
}
section.testimoni-page.small-section {
    margin-top: -50px;
}

.top-left li.nav-item:first-child a {
    padding-left: .5rem!important;
}
.video-play-modal .modal-dialog {
    max-width: inherit;
    width: 100%;
    padding: 20px;
    margin: 0px;
}
iframe#playVideo {
    width: 100%;
    height: 300px;
    border-radius: 20px;

}

.col-lg-3 .team-photos img {
    width: 100%;
}

.team-photos {
    width: 100%;
    height: 300px;
    border-radius: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 30px;
    position: relative;
}
.team-department-row {
    margin: 0px 0px 100px 0px;
}
}



/* Responsive: iPad Version 1 & 2
**************************************************/

/* iPad 1 & 2 in Potrait */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1) {


}

/* iPad 1 & 2 in Landscape */

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)and (-webkit-min-device-pixel-ratio: 1)  {


}


/* Responsive: Extra Small Devices, Phones Potrait
**************************************************/

@media only screen and (max-width : 480px) {

}

/* Responsive: Custom, iPhone Retina
**************************************************/

@media only screen and (max-width : 320px) {

}

@media only screen and (max-width : 991px) {

}