/*
Theme Name: Recite World
Version: 1.1
Author: Ajatus Team
Author URI: http://ajatus.in
*/

@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Rubik:wght@300;400;500&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #363636;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #25283a;
}

h5 {
    font-size: 21px;
}

p {
    color: #333;
    line-height: 27px;
    font-size: 15px;
    letter-spacing: -0.1px;
    font-family: 'Roboto', sans-serif;
}

a {
    color: #25283a;
    display: inline-block;
}

a:hover {
    text-decoration: none;
    color: #f07c29;
}

button:focus {
    box-shadow: none;
    outline: none;
}


/*-------------General css--------------
---------------------------------------*/

section {
    padding: 70px 0 60px;
}

.auto-container {
    position: static;
    max-width: 1210px;
    padding: 0px 20px;
    margin: 0 auto;
}

.hvr-bounce-to-right {
    transform: perspective(0px) translateZ(0);
}

.theme-heading-sec h2 {
    color: #1a1e32;
    font-size: 35px;
    letter-spacing: -0.5px;
    width: 100%;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 45px;
}

.hvr-bounce-to-right:before {
    background: #f07c29;
}

.theme-heading-sec {
    margin-bottom: 4%;
}

.theme-heading-sec p {
    font-size: 16px;
    margin-bottom: 3px;
}

a.theme-btn {
    background: #435559;
    padding: 0.85rem 1.7rem;
    margin: 4% auto 0;
    color: #fff;
    line-height: 1;
    transition: 0.3s ease;
    font-weight: 400;
    letter-spacing: 0.4px;
    overflow: hidden;
    border-radius: 4px;
}

a.theme-btn:hover {
    background: #435559;
    color: white;
}

.theme-content {
    margin-top: 1.5rem;
}

.theme-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    letter-spacing: -0.3px;
}

a.back-to-top {
    background: #435559;
    position: fixed;
    bottom: 10px;
    right: 12px;
    color: white;
    display: none;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    z-index: 99;
}
.audio-post-meta-title span {
    float: right;
    font-size: 14px;
    padding-top: 10px;
    color: #f07d36;
}
a.back-to-top i.fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

a.author-link {
    color: #f07c29;
    font-weight: 400;
}

@media screen and (max-width: 600px) {
	.carousel-item{
		height:45vh !important;
	}
	.mobile-sec-left{
		background-position: 38% 50%;
	}
}

@media screen and (max-width: 576px) {
    .theme-heading-sec h2 {
        font-size: 32px;
    }
    .theme-heading-sec h2 br {
        display: none;
    }
}


/*---------------Topbar css--------------
---------------------------------------*/

section.topbar-sec {
    background: #f5f7f7;
    position: relative;
    overflow: hidden;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}

section.topbar-sec .row {
    justify-content: space-between;
    align-items: center;
}

.topbar-sec .call-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.topbar-icon-sec {
    /* background: olivedrab; */
    padding: 0.4rem;
    border-radius: 4px;
}

.topbar-icon-sec img {
    height: 30px;
}

.topbar-sec .call-wrapper span {
    font-size: 14px;
    color: #454140;
}

.topbar-sec .call-wrapper a {
    color: #454140;
    font-weight: 500;
    letter-spacing: 0.2px;
    transition: 0.3s ease;
}

.topbar-cont-dtls-sec a:hover {
    color: s#f07c29;
}

.topbar-right-wrapper {
    display: flex;
    align-items: center;
}

.notification-ic-sec {
    margin-right: 5px;
}

.search-sec {
    position: relative;
    margin-right: 40px;
}

.search-sec select {
    height: 36px;
    padding: 5px;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
    border: 1px solid #fff;
}

.search-sec input:focus {
    outline: none;
}

.search-sec select:focus {
    outline: none;
}

a.donate i {
    margin-right: 4px;
}

.search-sec input {
    height: 36px;
    background: rgb(255 255 255);
    border: 1px solid #fff;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    padding: 5px 15px;
    margin-left: -3px;
}

.search-sec button {
    position: absolute;
    background: transparent;
    color: #f07c29;
    box-shadow: none!important;
    border: none;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    height: 36px;
    padding: 0 12px;
    margin: 0 -4px;
    right: 4px;
}

.notification-ic-sec a {
    width: 44px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #d3d6db;
    margin-right: -5px;
    border-left: 1px solid #d3d6db;
    color: #454140;
    font-size: 14px;
    transition: 0.3s ease;
}

.notification-ic-sec a:hover {
    background: #f07c29;
    color: white;
}

.request-quote-btn-sec {
    display: flex;
    align-items: center;
}

.request-quote-btn-sec a {
    display: inline-block;
    color: #f1f3fa;
    z-index: 1;
    position: relative;
    text-transform: uppercase;
    letter-spacing: -0.3px;
}

.topbar-sec .social-sec {
    padding-left: 0rem;
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    right: 0;
    background: #ffffff;
    padding: 7px 6px;
    box-shadow: 0 2px 20px -7px rgb(0 0 0 / 20%);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.topbar-sec .social-sec a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 14px 7px;
    color: #0b2144;
    font-size: 18px;
    transition: 0.3s ease;
}

.social-sec a:hover {
    color: #f07c29;
}
.request-quote-btn-sec a {
    background-color: orange;
    padding: 14px 22px;
}
.topbar-sec .social-sec span {
    color: #ebeff1;
    margin-right: 9px;
    letter-spacing: 0.7px;
    font-size: 15px;
}

@media screen and (max-width: 992px) {
    .topbar-sec .email-wrapper {
        margin: 0 1rem 0 0;
    }
    .topbar-sec .social-sec {
        padding-left: 0.3rem;
    }
}

@media screen and (max-width: 576px) {
    .topbar-sec .email-wrapper {
        display: none;
    }
    .topbar-sec .social-sec {
        border-left: none;
        padding: 7px 3px;
    }
}


/*------------Header area css------------
---------------------------------------*/

header {
    background: #fff;
    transition: 0.5s ease;
    position: sticky;
    top: 0;
    z-index: 999;
    height: 76px;
    box-shadow: 0px 5px 8px rgb(0 0 0 / 2%);
}

.theme-inner-header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-height: 76px;
    height: 100vh;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

li.current-menu-item a:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 64%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 100%;
    background: #f56a30 !important;
    border-radius: 8px 8px 0px 0px;
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
}

a.navbar-brand {
    padding: 0;
}

a.navbar-brand img {
    width: 185px;
}

nav.nav-menu {
    height: 100%;
}

.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu>ul {
    display: flex;
    align-items: center;
    height: 100%;
}

nav.nav-menu ul li {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-menu a {
    display: block;
    position: relative;
    transition: 0.3s;
    font-family: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #383838!important;
    text-transform: UPPERCASE;
    padding: 9px 24px!important;
    line-height: 20px;
}

.nav-menu .active a {
    position: relative;
}

.nav-menu .active>a,
.nav-menu .active:hover>a {
    color: #454140!important;
}

.nav-menu a:hover,
.nav-menu li:hover>a {
    color: #b39960;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.nav-menu li.drop-down {
    position: relative;
}

.nav-menu .drop-down:hover>ul {
    opacity: 1;
    top: 90%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 300px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 9px 15px!important;
    font-size: 15px;
    text-transform: uppercase;
    color: #383838!important;
    border-bottom: solid 1px rgb(17 61 135 / 12%);
    font-weight: 500;
    width: 100%;
}
.nav-menu .drop-down ul a:last-child{
    border-bottom: 0px;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a {
    color: #b39960;
}

.nav-menu .drop-down ul li:hover>a {
    color: #ffffff!important;
    background: #f07c29;
}

.nav-menu .drop-down>a:after {
    padding-left: 5px;
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\F0d7";
    font-size: 14px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down>a {
    padding-right: 35px;
}

.nav-menu .drop-down .drop-down>a:after {
    content: "\eaa0";
    font-family: IcoFont;
    position: absolute;
    right: 15px;
}

.nav-menu li.reserve-btn {
    background: #b39960;
    box-sizing: border-box;
    border: solid 1px #ececec;
}

.nav-menu li.reserve-btn a {
    color: #f9f9f9;
}

.nav-menu li.reserve-btn:hover a {
    color: white;
}

.donate a {
    background: #435559;
    color: white!important;
    border-radius: 5px;
}

@media screen and (max-width: 1200px) {
    .nav-menu a {
        padding: 9px 10px!important;
    }
}

@media screen and (max-width: 576px) {
    .theme-inner-header {
        padding-right: 0.5rem;
    }
    a.navbar-brand {
        margin: 0 0.5rem;
        padding: 0.5rem;
    }
    .topbar-sec .call-wrapper a {
        font-size: 16px;
        letter-spacing: -0.8px;
    }
    .topbar-sec .call-wrapper span {
        display: none;
    }
    .request-quote-btn-sec a {
        padding-right: 0.5rem;
    }
}


/* Mobile Navigation */

.mobile-nav-toggle {
    z-index: 9998;
    border: 0;
    background: #f07c29;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    padding: 0.55rem 0.75rem;
    border-radius: 9px;
    border-top-left-radius: 0;
}

.mobile-nav-toggle i {
    color: #f0f2f7;
}
#luncing {
    padding: 16px 5px;
    color: #e35632;
    text-transform: uppercase;
    font-weight: bold;
}
.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .description img {
    height:30px; 
    
}
.author-desc {
    height: 46vh;
    overflow-y: scroll;
}

.author-desc::-webkit-scrollbar {
    width: 6px;
  }
  
  /* Track */
  .author-desc::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  
  /* Handle */
  .author-desc::-webkit-scrollbar-thumb {
    background: #ffa73c;
  }
  
  /* Handle on hover */
  .author-desc::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
.description a .fa-2x {
    font-size: 2.2em;
    }
.description a {
    display: inline;
    vertical-align: middle;
    padding: 1px;
}
.d-flex-sec a .fa-2x {
    font-size: 2.2em;
    }
.d-flex-sec a {
    margin: 3px;
    }
    
    .d-flex-sec {
    display: inline-flex;
    align-items: center;
    margin: 0 auto;
    width: 30%;
    vertical-align: middle;
    }
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: 0.7s ease;
    opacity: 1;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
    transform: translateY(-120%);
    max-height: 231px;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #333333;
    padding: 10px 20px;
    font-weight: 500;
    outline: none;
    font-size: 15px;
}

.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
    color: #3e47cc;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\F0d7";
    position: absolute;
    right: 15px;
    font-family: 'FontAwesome';
    font-weight: 900;
}

.mobile-nav .active.drop-down>a:after {
    content: "\F0d8";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(26, 26, 26, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0%);
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}


/*------------Banner section------------
---------------------------------------*/

.carousel-inner {
    position: relative;
}

/*.carousel-item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
}*/

a.blink {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.carousel-item {
    position: relative;
    height: 84vh;
    background-size: cover;
    background-position: center center;
}

/*.carousel-item:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 30%);
    position: absolute;
    top: 0;
    left: 0;
}
*/
ul.carousel-indicators {
    display: none;
}

.carousel-control-btn-sec {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translate(0%, -50%);
    display: block;
}

.carousel-control-prev,
.carousel-control-next {
    width: auto;
    display: block;
    background: #435559;
    position: relative;
    margin: 5px 0;
    opacity: 1;
    transition: 0.3s ease;
    border: dashed 1px #f5f7f7;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: white;
    color: #f07c29;
}

.carousel-control-next i,
.carousel-control-prev i {
    padding: 14px 18px;
    border-radius: 100px;
}

.carousel-item .container {
    position: relative;
    height: 100%;
}

.banner-caption {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    width: 60%;
    padding-left: 7rem;
}

.banner-caption h5 {
    color: white;
    font-weight: 400;
    text-transform: capitalize;
}

.banner-caption h1 {
    font-weight: 500;
    font-size: 50px;
    text-align: left;
    color: #ffffff;
    line-height: 58px;
    text-shadow: 1px 0px 6px rgb(7 32 74 / 43%);
    margin: 0.2rem auto 1rem;
    letter-spacing: 0px;
}

.banner-caption h1 span {
    color: #006eb3;
}

.banner-caption a.theme-btn {
    padding: 12px 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 16px;
    border: solid 2px white;
    box-shadow: none;
    background: #435559;
    font-family: 'Poppins', sans-serif;
}

.carousel-indicators li {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
    border: solid 4px transparent;
    opacity: 1;
    margin: 7px 0;
}

.carousel-indicators .active {
    background-color: #f07c29;
    box-shadow: 0px 0px 0px 0.1px #f07c29;
}

@media screen and (max-width: 1400px) {
    .banner-caption {
        padding-left: 0rem;
    }
}

@media screen and (max-width: 1200px) {
    .banner-caption {
        width: 60%;
    }
    .banner-caption h1 {
        width: 100%;
    }
    .banner-caption p {
        width: 90%;
    }
}

@media screen and (max-width: 992px) {
    .banner-caption {
        width: 80%;
    }
}

@media screen and (max-width: 576px) {
    .carousel-item:after {
        background: rgb(0 0 0 / 60%);
    }
    .banner-caption {
        width: 90%;
        padding-left: 0rem;
        text-align: center;
    }
    .banner-caption h1 {
        font-size: 32px;
        line-height: 40px;
        text-align: center;
    }
    .banner-caption p {
        font-size: 14px;
        width: 100%;
        line-height: 22px;
    }
    .carousel-control-prev {
        left: 0px;
        display: none;
    }
    .carousel-control-next {
        right: 0px;
        display: none;
    }
    .carousel-indicators {
        bottom: 40px;
    }
    ul.carousel-indicators {
        margin: 0;
        top: 92%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-flex;
    }
}

.mobile-search-sec {
    display: none !important;
}

@media screen and (max-width: 1200px) {
    .mobile-search-sec {
        display: inline-flex !important;
    }
    form.search-sec i.fa-close {
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 12px;
        background: white;
        width: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
    }
    form.search-sec {
        width: 100%;
        background: rgb(240 124 41);
        position: fixed;
        top: 0px;
        left: 50%;
        height: 161px;
        z-index: 9999;
        display: none;
        justify-content: center;
        align-items: center;
        border-radius: 0px;
        transform: translateX(-50%);
    }
    .search-sec select {
        height: 60px;
        padding: 13px;
        width: 20%;
    }
    .search-sec input {
        height: 60px;
        background: rgb(255 255 255);
        border: 1px solid #fff;
        border-top-right-radius: 14px;
        border-bottom-right-radius: 14px;
        padding: 5px 15px;
        margin-left: 0px;
        width: 66%;
    }
    .search-sec button {
        height: 60px;
        right: 68px;
        font-size: 24px;
    }
}

@media screen and (max-width: 576px) {
    .call-wrapper {
        display: none !important;
    }
}


/*-----------Service Section ------------
---------------------------------------*/

.audio-icon-box-item {
    display: flex;
    align-items: center;
    padding: 10px 16px;
    border-radius: 5px;
    margin: 24px 18px;
    margin-bottom: 14px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}

.icon-box-img img {
    height: 100%;
    width: 150px;
    object-position: top;
    max-height: 100px;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}

.icon-box-desc {
    width: 66.66%;
    padding-left: 20px;
}

.icon-box-img {
    width: 33.33%;
    transition: all 0.3s ease 0s;
}

.icon-box-desc ul li {
    display: inline-block;
    color: rgb(176 179 179 / 82%);
    padding: 0px;
    margin: 0px;
}

.icon-box-desc ul {
    list-style: none;
    padding: 2px 0;
    margin-bottom: 0px;
}

.icon-box-desc p {
    margin-bottom: 0px;
}

.icon-box-desc h4 {
    font-size: 18px;
    margin-bottom: 0px;
}

.services-row {
    align-items: center;
}

ul.about-list-item {
    margin-left: 0px;
    padding-left: 0px;
    margin-bottom: 0px;
}

.service-right-sec {
    padding-left: 5%;
}

.about-list-item .list-item .check-box {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
    color: #fff;
    background-color: #435559;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    place-content: center;
    border-radius: 5px;
    margin-right: 24px;
    font-size: 24px;
}


/*-------Why Recite section---------
---------------------------------------*/

section.above-gap {
    padding-top: 10px;
}

.why-recite .box:before,
.why-recite .box:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    box-shadow: 0 15px 15px #777;
    transform: rotate(-3deg);
}
.dsp h2, .dsp h1, .dsp h3, .dsp h4, .dsp h5, .dsp h6 {
    display: block;
    width:100%;
    font-size: 21px;
}
.sponsorbtn a {
    background: #ffa73c;
    padding: 10px;
    display: block;
    text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    font-size: 13px !important;
}
#wp-admin-bar-my-library a {
    background: #f15e36 !important;
    color:#fff !important;
}
.addlibrary, .noaddlibrary{
    cursor: pointer;
}
.why-recite .fa {
    color: #fff;
    width: 60px;
    height: 60px;
    padding: 17px;
    font-size: 25px;
    text-shadow: 1px 1px 20px rgb(255 255 255 / 38%);
    margin-bottom: 15px;
    border-radius: 0;
    background-color: #435559;
    -webkit-box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 5px 17px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    border-bottom-left-radius: 13px;
    border-bottom-right-radius: 13px;
}

.why-recite .box {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-top: 5px solid #435559;
    padding: 0px 15px 15px 25px;
    position: relative;
    text-align: center;
    margin: 16px 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    min-height:393px;
}


/*-------App section---------
---------------------------------------*/

.app-tab:before {
    content: "";
    width: 20px;
    height: 20px;
    background: #6f6e6e;
    display: block;
    position: absolute;
    text-align: center;
    border-radius: 100px;
    transform: translate(-50%, -50%);
    top: 4%;
    left: 52%;
    z-index: 9;
    border: solid 7px #ffffff;
    box-shadow: 0px 0px 0px 1px rgb(206 206 206 / 87%);
}

.app-btn-sec .button-app {
    padding: 0 10px;
}

.app-btn-sec {
    padding-left: 10px;
    display: inline-flex;
    padding-top: 16px;
}

.app-recite {
    background-color: #f5f7f7;
    padding: 0px;
}

.app-tab {
    background: #1c1e2a;
    padding: 7% 3% 0;
    border-radius: 15px 15px 0 0;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    position: relative;
    width: 42%;
    min-height: 440px;
    margin: 0 auto;
    left: 106px;
    overflow: hidden;
}

.mobile-sec-left {
    background-image: url(https://recite.world/wp-content/uploads/2021/10/boy-with-mobile.jpg);
    padding-top: 5rem;
}

.app-box {
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    min-height: 54px;
    align-items: center;
    border-radius: 7px;
    margin: 0 auto 20px;
    display: flex;
    transition: 0.3s ease;
    position: relative;
    overflow: hidden;
}

.row.app-row {
    align-items: center;
}

.app-icon:before {
    content: "";
    width: 65%;
    background-color: #435559;
    height: 184px;
    transition: 0.3s ease;
    top: -90px;
    left: 0px;
    position: absolute;
}

.app-box i {
    color: #fbfbfb;
    font-size: 28px;
    padding: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-90%, -50%);
    text-shadow: 3px 2px 7px rgb(4 52 76 / 39%);
}

.app-icon {
    position: relative;
    width: 18%;
    box-shadow: 4px 1px 7px rgb(5 62 90 / 24%);
}

.mobile-sec-right {
    padding: 0 48px;
}

.app-head {
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.appbtn-sec ul li a:hover {
    background-color: #435559;
    border: 10px solid #435559;
}

.app-box a.app-link-sec {
    background-color: transparent;
    height: 54px;
    position: absolute;
    top: 0px;
    z-index: 99999;
    left: 0px;
    width: 100%;
}

a.app-mbl-img img {
    height: 56px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    border: 6px solid #ffffff;
    border-radius: 5px;
}


/*-------Footer Contact section---------
---------------------------------------*/

footer.footer-top {
    text-align: center;
    margin-bottom: 0px;
    position: relative;
    padding: 28px;
    background: transparent;
}

footer.footer-top .row {
    background: crimson;
    padding: 0rem 1rem;
    margin: 2rem 0 -4rem;
}

footer.footer-top .contact-wrapper span {
    background: #f2f2f5;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 4% auto;
    border: solid 1px white;
}

footer.footer-top img {
    height: 32px;
}

.footer-contact {
    background: #0b2144;
}

.footer-contact a {
    color: #f2f2f5;
}

.contact-wrapper h5 {
    font-weight: 500;
    letter-spacing: 0.1px;
    font-size: 20px;
    color: #f2f2f5;
}

.contact-wrapper p {
    font-size: 15px;
    font-weight: 400;
    color: #f2f2f5;
    letter-spacing: -0.2px;
    line-height: 26px;
}

.footer-address a {
    color: #A5A5A5;
}

.footer-social-sec a {
    background: transparent;
    width: 32px;
    height: 32px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: dashed 1px #e6e6e6;
    margin-right: 4px;
    color: #e6e6e6;
    font-size: 14px;
    transition: 0.3s ease;
}

footer {
    background: #1c1e2a;
    padding: 36px 0 0;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer p,
footer ul li a,
footer span {
    color: #A5A5A5;
    font-size: 14px;
    letter-spacing: 0.6px;
    font-weight: 400;
}

.footer-address p {
    margin-bottom: 10px;
}

footer ul li a:hover {
    color: #f07c29;
}

.about-business-wrapper h6 {
    color: #a5a5a5;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer-social-sec a:hover {
    background: #f07c29;
}

.footer-address a:hover {
    color: #f07c29;
}

footer h4 {
    color: #a5a5a5;
    font-weight: 400;
    margin-bottom: 1.3rem;
    font-size: 20px;
    letter-spacing: 0.2px;
    border-bottom: dashed 1px #696969;
    padding: 0 0 0.6rem;
}


/*footer-about and quick links*/

.about-business-wrapper,
.quick-links-wrapper,
.official-add-wrapper {
    margin: 2rem 0;
}

.footer-logo {
    margin-bottom: 0.8rem;
}

ul.footer-nav {
    padding: 0;
    list-style: none;
}

ul.footer-nav li a {
    padding: 4px 0;
}

.footer-logo a {
    background: white;
    padding: 5px 7px;
    border-radius: 3px;
}

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

.footer-address h6 {
    color: #b3b3b3;
    letter-spacing: 0.2px;
}


/*---------Footer-Bottom-copyright-----------
-------------------------------------------*/

footer.footer-bottom {
    padding: 0px;
    background: #1c1e2a;
    border-top: solid 1px #3a3c48;
}

.copyright-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.copyright-wrapper p {
    margin: 0;
    padding: 1rem 0 1rem;
}

@media screen and (max-width: 1200px) {
    .about-business-wrapper {
        text-align: center;
    }
}

@media screen and (max-width: 576px) {
    .copyright-wrapper {
        display: block;
        text-align: center;
        padding: 0.5rem 0.1rem;
    }
	.carousel-item {
    background-position: 50%;
	height:36vh !important
   }
	.banner-caption {
		top: 72%;
	}
    .copyright-wrapper p {
        padding: 0;
    }
    .copyright-wrapper p:nth-child(1) {
        margin-top: 0.5rem;
        letter-spacing: 0.1px;
    }
}
@media screen and (max-width: 320px) {
.carousel-item {
    background-position: 50%;
}
}
/*---------Category Page -----------
-------------------------------------------*/

.flip-card {
    background-color: transparent;
    width: 100%;
    height: 100%;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 7%);
    border: solid 5px #fff;
    transition: 0.3s ease;
    padding: 7px;
}

.flip-card-back {
    top: 0px;
    background-color: #ffffff;
    color: white;
    transform: rotateY(180deg);
}

.audio-book-hover-sec h5 {
    padding: 10px 0px;
    font-size: 16px;
    border-bottom: 1px solid #dadada;
}

.audio-book-hover-sec {
    transition: 0.3s ease;
    text-align: center;
    position: absolute;
    top: 0px;
    height: 100%;
    background-color: #fff;
    padding: 7px;
    width: 100%;
}

.audio-book-hover-sec a.short-desc-btn {
    background: #435559;
    padding: 6px 10px;
    color: #fff;
    font-size: 13px;
    line-height: 1;
    transition: 0.3s ease;
    font-weight: 400;
    letter-spacing: 0.4px;
    overflow: hidden;
    border-radius: 4px;
}

.short-author i {
    color: #435559;
    padding-right: 5px;
}

.audio-book-hover-sec .short-author {
    font-size: 14px;
    font-weight: 600;
    color: #435559;
}

.flip-card-front img {
    background: white;
    max-height: 186px;
    object-fit: cover;
    height: 100vh;
}

.audio-book-hover-sec .description p {
    padding: 4px 0px;
    margin: 0px;
    line-height: 20px;
    font-size: 13px;
    color: #1c1e2a;
}

.audio-book-hover-sec ul li {
    display: inline-block;
    color: #f07c29;
}

.audio-book-hover-sec ul {
    padding-left: 0px;
    margin: 0px;
}

.audio-book-title-sec h4 {
    font-size: 16px;
    color: #000022;
    text-align: center;
    height: 20px;
    text-overflow: ellipsis;
    margin: 0;
    overflow: hidden;
}

.flip-card-front img {
    background: white;
    max-height: 170px;
    object-fit: cover;
    height: 100vh;
}

.audio-book-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
}
.possrelative{
    position:relative;
}
.welcomename span {
    color: #f15c37;
}
.bg-orange{
    background-color: #ffa500;
}
.bg-logo{
    background-color: #e15732;
}
.deletedata {
    position: absolute;
    right: -9px;
    z-index: 999;
    top: -5px;
    background: #f00;
    color: #fff;
    border-radius: 28px;
    font-size: 16px;
    padding: 4px 7px;
}

.audio-book-carousel {
    margin-top: 10px;
}

.audio-book-carousel .item {
    margin: 10px 8px;
}

.audio-book-title-sec {
    padding: 10px 2px 0px;
}

.owl-nav {
    position: absolute;
    bottom: -50px;
    right: 14px;
    height: 40px;
}

button.owl-prev,
button.owl-next {
    position: relative;
    background: #435559!important;
    width: 34px;
    height: 34px;
    overflow: hidden;
    border-radius: 0px;
    margin: 2px;
    transition: 0.3s ease;
}

button.owl-prev span,
button.owl-next span {
    font-size: 28px;
    color: white;
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
}

button.owl-prev:hover,
button.owl-next:hover {
    background: #f07c29!important;
}

.audio-book-carousel .owl-nav {
    top: -64px;
}

.above-gap-sec {
    padding-top: 0px;
}

.innere-heading-sec {
    border-bottom: 1px solid #dadada;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.innere-heading-sec:after {
    content: "";
    position: absolute;
    left: 16px;
    bottom: 14.5px;
    height: 3px;
    width: 60px;
    background-color: #f07c29;
}

.cat-btn {
    position: absolute;
    top: 9px;
    right: 95px;
    background: #435559;
    padding: 9px 16px;
    color: #fff;
    line-height: 1;
    transition: 0.3s ease;
    font-weight: 400;
    letter-spacing: 0.4px;
    overflow: hidden;
    border-radius: 4px;
}


/*Single Page*/
.sponsor-item-sec {
    padding: 30px 16px;
}
.sponsor-item a {
        color: #435559;
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 5px;
}
.sponsor-item {
    border-bottom: 1px solid #d3d6db;
    margin-bottom: 10px;
}
.sponsor-item a:hover {
    color: #f07c29;
}
.sponsor-item p {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 14px;
}
.sponsor-item:last-child {
    border-bottom: unset;
    margin-bottom: 0px;
}
aside.widget {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    margin-bottom: 30px;
}

h5.widget-title {
    border-bottom: 1px solid #d3d6db;
    padding: 30px 16px 10px;
}

ul.tags li {
    display: inline-block;
    margin-right: 10px;
}

.widget .tags {
    padding: 30px 16px;
}

ul.tags li a {
    border-radius: 5px;
    background-color: rgb(249, 249, 249);
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
    padding: 5px 10px;
    display: block;
    margin-bottom: 12px;
    -webkit-transition: .3s;
    transition: .3s;
    font-size: 15px;
    font-weight: 400;
}

ul.tags li a:hover {
    color: #fff;
    background: #f07c29;
}

.single-page-sec {
    background: #f9f9f9;
}

.widget-vocabulary ul {
    padding: 20px 20px 30px;
    list-style: none;
}

.widget-vocabulary ul li a i {
    float: right;
    padding-top: 6px;
}

.widget-vocabulary ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.widget-vocabulary ul li a {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
}

.widget-author .author-deatils {
    padding: 20px 20px 30px;
    list-style: none;
}

.author-img {
    text-align: center;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
}

.author-img img {
    text-align: center;
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
}

.author-deatils .author-title {
    text-align: center;
}

.author-deatils .author-title span {
    color: #f07c29;
    font-family: 'Rajdhani', sans-serif;
    font-weight: 700;
}

.author-deatils .author-desc a {
    color: #f07c29;
}

.author-deatils .author-desc p {
    margin-bottom: 0px;
}

.author-deatils .author-title h4 {
    margin-top: 12px;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    padding: 6px;
    background-color: #1c1e2a;
}

.author-deatils .author-desc a:hover {
    color: #435559;
}

.feature-sec-img {
    width: 33.33%;
    transition: all 0.3s ease 0s;
}

.feature-sec-desc {
    width: 66.66%;
    padding-left: 20px;
}

.feature-sec-desc ul {
    list-style: none;
    padding: 2px 0;
    margin-bottom: 0px;
}

.feature-sec-desc li {
    display: inline-block;
    color: #f07c29;
    padding: 0px;
    margin: 0px;
}

.feature-sec-img img {
    height: 100%;
    max-height: 100px;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}

.feature-sec-item {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d6db;
    margin-bottom: 14px;
}

.feature-sec-container {
    padding: 20px 20px 30px;
}

.feature-sec-desc h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.feature-sec-item:last-child {
    border-bottom: unset;
    margin-bottom: 0px;
}

ul.audio-post-share-icon li a {
    background: transparent;
    width: 36px;
    height: 36px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    border: dashed 1px #f9f9f9;
    margin-right: 4px;
    color: #ffffff;
    background-color: #1c1e2a;
    font-size: 16px;
    transition: 0.3s ease;
}

.audio-post-tag-share {
    padding: 10px 14px;
    border-top: 1px solid #d3d6db;
    border-bottom: 1px solid #d3d6db;
}

ul.audio-post-share-icon {
    margin-bottom: 0px;
    padding-left: 0px;
}

ul.audio-post-share-icon li {
    display: inline-block;
    list-style: none;
}

.audio-post-tag-share h5 {
    font-size: 18px;
    color: #1c1e2a;
    margin-bottom: 0px;
}

.audio-post-tag-share .row {
    align-items: center;
}

article.audio-post {
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 20%);
    background: #fff;
    padding: 20px 17px;
    border-radius: 5px;
}

li.audio-post-rating i {
    color: #f07c29;
}

ul.audio-post-meta-info {
    display: flex;
    justify-content: space-between;
    padding: 12px 4px 4px;
    list-style: none;
    margin-bottom: 0px;
}

li.audio-post-reads i {
    font-size: 18px;
    margin-right: 7px;
    color: #f07c29;
}

li.audio-post-by {
    font-weight: 500;
}

li.audio-post-share i {
    font-size: 18px;
    margin-right: 7px;
    color: #f07c29;
}

li.audio-post-by i {
    font-size: 18px;
    margin-right: 7px;
    color: #f07c29;
}

.audio-post-meta-sec {
    border-top: 1px solid #d3d6db;
    border-bottom: 1px solid #d3d6db;
    margin: 20px 0;
}

ul.audio-post-autor-info {
    display: flex;
    justify-content: space-between;
    padding: 0px 4px 12px;
    list-style: none;
    margin-bottom: 0px;
}

h3.audio-post-meta-title {
    margin-top: 25px;
}

.library-btn i {
    font-size: 16px;
    margin-left: 6px;
}

.library-btn {
    text-align: center;
    width: 100%;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    background: #f1f3f4;
    padding: 0.9rem 1rem;
    margin: 4% auto;
    text-transform: uppercase;
    color: #1c1e2a;
    line-height: 1;
    transition: 0.3s ease;
    font-weight: 500;
    letter-spacing: 0.4px;
    overflow: hidden;
    border-radius: 4px;
}

.audio-post-audio-btn.embed-responsive.embed-responsive-4by3 {
    height: 48px;
    background-color: #f1f3f4;
}

.audio-post-thumb img {
    height: 100%;
    max-height: 264px;
    object-fit: cover;
    border-radius: 5px;
    border: 10px solid #fff;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}

article.audio-post .audio-post-row-sec {
    align-items: center;
}

.audio-post-rating-input {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.audio-post-rating-input label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.audio-post-rating-input label:last-child {
    position: static;
}

.audio-post-rating-input label:nth-child(1) {
    z-index: 5;
}

.audio-post-rating-input label:nth-child(2) {
    z-index: 4;
}

.audio-post-rating-input label:nth-child(3) {
    z-index: 3;
}

.audio-post-rating-input label:nth-child(4) {
    z-index: 2;
}

.audio-post-rating-input label:nth-child(5) {
    z-index: 1;
}

.audio-post-rating-input label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.audio-post-rating-input label .icon {
    float: left;
    color: transparent;
}

.audio-post-rating-input label:last-child .icon {
    color: rgb(67 85 89 / 33%);
}

.audio-post-rating-input:not(:hover) label input:checked~.icon,
.audio-post-rating-input:hover label:hover input~.icon {
    color: #f07c29;
}

.audio-post-rating-input label input:focus:not(:checked)~.icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #09f;
}

input.review-btn {
    width: 100%;
    background: #f07c29;
    padding: 0.6rem 1rem;
    text-transform: uppercase;
    color: #ffffff;
    border: unset;
    line-height: 1;
    transition: 0.3s ease;
    font-weight: 400;
    letter-spacing: 0.4px;
    overflow: hidden;
    border-radius: 4px;
}

li.audio-post-rating i {
    padding: 0 2px;
}

p.audio-post-rating-para {
    font-weight: 700;
    color: #25283a;
    font-size: 16px;
}

.audio-comment-sec-img img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.audio-comment-sec-item {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d6db;
    margin-bottom: 14px;
}

.audio-comment-sec-desc {
    width: 80%;
    padding-left: 20px;
}

.audio-comment-section {
    max-height: 34vh;
    overflow-y: scroll;
}

.audio-comment-sec-img {
    width: 18%;
    transition: all 0.3s ease 0s;
}

.audio-comment-sec-desc ul li {
    display: inline-block;
    color: #f07c29;
    padding: 0px;
    margin: 0px;
}

.audio-comment-sec-desc ul {
    list-style: none;
    padding: 2px 0;
    margin-bottom: 0px;
}

.audio-comment-sec-desc h5 {
    margin-bottom: 0px;
    font-size: 16px;
}

.audio-comment-sec-item:last-child {
    border-bottom: unset;
    margin-bottom: 0px;
}
.mobileview{
    display:none;
}
@media screen and (max-width: 768px) {
 .ordfst{
    -ms-flex-order: -1; order: -1;
 }
 .mobileview{
    display:block;
  }
  .desktopview{
      display: none;
  }
  .mobileview .flip-card-front img {
    background: white;
    max-height: 213px;
    object-fit: cover;
    height: 100vh;
}
}
@media screen and (max-width: 576px) {
    #services .icon-box-desc h4 {
        font-size: 18px;
    }
    #services .icon-box-desc {
        width: 100%;
    }
    #services .icon-box-desc p {
        margin-bottom: 0px;
        line-height: 20px;
    }
    #services .audio-icon-box-item {
        margin: 0 18px 30px;
    }
	.mobile-sec-left {
    padding-top: 3rem;
    background-size: cover;
    object-fit: cover;
}
    .app-tab {
        min-height: 370px;
        left: 20%;
        width: 60%;
    }
    .mbl-store-item.d-flex {
        display: block !important;
        text-align: center;
    }
    a.app-mbl-img {
        margin-bottom: 15%;
    }
    .audio-book-carousel .item {
        margin: 10px 0px;
    }
    .cat-btn {
        display: none;
    }
    .mobile-search-sec.cat-btn {
        display: block !important;
        position: relative;
        right: 0px;
        top: 0px;
        margin: 34px auto 0;
    }
    .mbl-store-item .info h3 {
        font-size: 22px;
    }
    a.audio-book-view-btn:hover {
        color: #fff !important;
    }
    #get-quote:hover {
        color: #fff;
    }
    .feature-sec-img {
        width: 24%;
    }
    .feature-sec-desc {
        width: 80%;
    }
    aside.widget.widget-tag {
        margin-top: 30px;
    }
    .audio-post-rating-input {
        font-size: 40px;
    }
    .audio-comments-area h4 {
        margin-top: 22px;
    }
    .audio-comment-sec-img {
        width: 22%;
    }
    .audio-post-tag-share h5 {
        margin-bottom: 12px;
        font-size: 18px;
        text-align: center;
    }
    ul.audio-post-autor-info {
        display: block;
    }
    ul.audio-post-meta-info {
        display: block;
    }
    .audio-post-meta-info li {
        margin: 4px;
    }
    .audio-post-autor-info li {
        margin-bottom: 5px;
    }
    .app-icon {
    width: 28%; 
   }
   .app-box {
        width: 100%;
    }
    .mobile-sec-right {
    padding: 16px 30px 0;
   }
   .app-box i {
    font-size: 22px;    
    left: 40px;
   }
   .theme-heading-sec h2{
   line-height: 36px;
  }
}
/*Listing Page*/
.pagination-sec span, .pagination-sec a {
    color: #000000;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #f5f7f7;
}
.pagination-sec ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}
.pagination-sec ul li.active a, .pagination-sec ul li.active span {
    background: #f15c24;
    color: #fff;
    border: 1px solid transparent;
}
.flip-gap-sec {
    margin: 25px 0;
}
.row.search-bar {
    background: #ffffff;
    padding: 26px;
    border-radius: 10px;
    border-bottom-right-radius: 16px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    width: 90%;
    margin: 30px auto 20px;
}
input.src-btn {
    background: #435559;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    transition: 0.3s ease;
    font-weight: 400;
    letter-spacing: 0.4px;
    overflow: hidden;
    border-radius: 4px;
    border: unset;
    width: 100%;
    padding: 10px;
}
input.src-btn:hover {
    background-color: #f07c29;
}

/*Pagination*/
.paginations {
    padding: 20px 0px;
    padding-left: 15px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.paginations .page-pagination {
    box-shadow: 0 0 10px rgb(39 35 35 / 28%);
    background: #333333;
    color: #ffffff;
    margin: 6px;
    padding: 10px;
}
.paginations .current {
	margin-left: 6px;
    background: #f15c24;
   color: #fff;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}
.paginations a {
    color: #000000;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
	    margin-left: 6px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
    background: #f5f7f7;
}

/*Author Page*/
.author-wrapper {
    align-items: center;
    background: white;
    padding: 2rem 2rem;
    border-radius: 7px;
    margin-bottom: 1.5rem;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 10%);
}
.author-page-title-sec h5 {
    font-size: 35px;
    margin: 0;
    color: #f07c29;
}
.author-page-title-sec h5 span {
    display: block;
    font-weight: 600;
    font-size: 17px;
    padding-top: 4px;
    color: #2b2b2b;
}
.author-top-sec {
    margin-bottom: 0.8rem;
    border-bottom: 1px solid #d3d6db;
    padding-bottom: 0.8rem;
}
.author-page-img-sec img {
    max-height: 250px;
    height: 100vh;
    object-fit: cover;
}
.author-page-img-sec {
    border: 10px solid #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 38px 0px rgb(0 0 0 / 10%);
}

/* Sponsor Section */

.sponsor-container {
    margin-top: 25px;
    position: relative;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 7%);
    border: solid 5px #fff;
    transition: 0.3s ease;
    padding: 7px;
}
.sponsor-title {
    font-size: 25px;
    margin: 0;
    color: #262223;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #d3d6db;
    margin-bottom: 0.9rem;
}

.sponsor-logo {
    margin: 8px auto;
    text-align: center;
}
.termimage {
    position:relative;
}
.termimage span {
    position: absolute;
    right: 0;
    top: 0;
}
.termimage img {
    width: 80px;
}
#respond input[type="text"] {
    width: 100%;
}
#respond textarea {
    width: 100%;
    height: 80px;
}
#respond input[type="submit"] {
    background: #000;
    color: #fff;
    border: 0;
}
.commentlist li {
    list-style: none;
    background: #f6f6f6;
    padding: 10px;
}
.commentlist {
    padding: 0;
}
@media screen and (max-width: 576px) {
    .audio-post-thumb {
    margin: 0 auto;
    text-align: center;
   }
   .audio-comments-area h5 {
    margin-top: 24px;
   }
   aside.widget.widget-sponsor {
    margin-top: 26px;
   }
   .pagination-sec ul {
    padding-left: 0px;
   } 
   .author-page-img-sec img {
    max-height: unset;
    height: auto;
    object-fit: cover;
   }
   .author-page-img-sec {
    margin-bottom: 20px;
  }
   li.current-menu-item a:after{
    display: none;
  }
}
/*About Us Page*/
section.mission-vision-sec {
    background: #f5f7f7;
}
.mission-wrapper{
    border-right: dashed 1px #f56a30;
}
.about-us-content ul li {
    position: relative;
    background-color: white;
    margin: 0 0 16px;
    padding: 20px 20px 20px 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
}
.about-us-content ul {
    padding: 0;
    list-style-type: none;
    margin-top: 1.6rem;
    margin-bottom: 0;
}
.about-us-content li:before {
       content: "\f140";
    font-family: 'FontAwesome';
    position: absolute;
    left: 10px;
    font-size: 13px;
    top: 20px;
    color: #435559;
}
.about-inner-sec {
    padding: 50px 0;
}

/*Term Of Use Page*/

.term-of-use-sec ul li {
    position: relative;
    padding: 0px 9px 20px 26px;
}
.term-of-use-sec ul {
    padding: 0;
    list-style-type: none;
    margin-top: 1.6rem;
    margin-bottom: 0;
}
.term-of-use-sec li:before {
         content: "\f140";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    font-size: 13px;
    top: 3px;
    color: #435458;
}
.term-of-use-sec {
    padding: 40px 0;
}
.privacy-section {
    background-color: #f5f7f7;
}
ul#menu-legal-menu li.current-menu-item a:after{
    display: none;
}

/*Error Page*/
.error-row {
    padding: 20px;
    margin: 0 auto;
    max-width: 96%;
    border:2px dotted #f07c29;
    border-radius: 10px;
}
.four-zero-four {
    cursor: pointer;
    text-shadow: -3px 1px 4px rgb(0 0 0 / 25%);
    font-size: 160px;
    line-height: 160px;
    margin: 0 auto;
    color: #435458;
    font-weight: 700;
    transition: 0.5s;
    font-family: 'Barlow', sans-serif;
}
.four-zero-four:hover {
    position: relative;
    transform: rotate(-8deg);
    z-index: 1;
}
.error-container {
    text-align: center;
    border: 4px dotted #435458;
    margin: 0 auto;
    width: 58%;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    box-shadow: 3px 7px 18px -1px rgba(0, 0, 0, 0.23);
    border-radius: 20px;
    padding: 22px 4px;
}
.four-zero-four span {
    color: #231f20;
}
.error-page-sec {
    padding: 50px 0;
}
.four-zero-content {
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
}
.four-zero-btn {
    margin: 16px auto 0;
}
@media screen and (max-width: 576px) {
	
    .error-container {
        width: 90%; 
    }
    .four-zero-four {
        font-size: 124px;
       line-height: 130px;
    }
}

 .sponsor-logo img {
                width: 140px;
                height: 140px;
                background-color: gray;
                border-radius: 100px;
                object-fit: cover;
                object-position: top;
            }
            .sponsor-row {
             display: flex;
             align-items: center;
         }
 .sponsor-title p {
        font-size: 14px;
             padding-top: 8px;
             padding-bottom: 0px;
             margin-bottom: 0px;
 }

/*Sponsor List Page Design*/
 .sponsor-team .member {
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  margin: 10px 0;
}
.sponsor-team .member .member-img {
    position: relative;
    padding-top: 10px;
    overflow: hidden;
}
.sponsor-team .member .member-info {
  padding: 10px 15px 20px 15px;
}

.sponsor-team .member .member-info h4 {
      font-size: 18px;
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
  margin-bottom: 5px;

}
#sponsor-team {
    padding: 45px 0 60px;
}
.sponsor-team .member .member-info span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}

.sponsor-team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  padding-top: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.sponsor-team .member-img img {
    height: 150px;
    width: 150px;
    border-radius: 100px;
    object-fit: cover;
    object-position: top;
    border: 2px dashed orange;
    padding: 6px;
}

.sponsor-team-btn a {
    font-size: 14px;
    color: #f07c29;
}


/************ BLOG Page ****************/
section.blog-header {
    padding: 9px 0px 0px;
}
          .nav.nav-tabs li {
    margin: 0 auto;
}
a.blog-btn {
    background: #f8f9fa;
    padding: 0.85rem 1.7rem;
    margin: 4% auto 0;
    color: #f07c29;
    line-height: 1;
    transition: 0.3s ease;
    font-weight: 400;
    letter-spacing: 0.4px;
    overflow: hidden;
    border-radius: 4px;
}
         .nav.nav-tabs li a {
             /* float: right; */
             /* border: none; */
             text-transform: uppercase;
             font-family: 'Barlow', sans-serif;
             font-size: 16px;
             font-weight: 500;
             color: #454140!important;
             padding: 16px 48px 17px 0px;
             font-weight: 600;
             margin: 0 auto;
         }

         .nav.nav-tabs li a:hover {
   color: #f07c29!important;
}

         .blog-tabs {
             width: 100%;
         }
.blog-img img {
    display: block;
    /* background-image: url(assets/img/blog-banner.jpg); */
    background-size: cover;
    position: relative;
    background-position: center center;
    object-fit: cover;
    height: 83vh;
    width: 100%;
}
.blog-sec{
  background: url(assets/img/blog-banner3.png);
  padding-top: 0px!important;
   /* background-image: url(assets/img/blog-banner.jpg); */
    background-size: cover;
    position: relative;
    background-position: center center;
    object-fit: cover;
    height: 83vh;
    width: 100%;
}

   
 .blog-sec::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
120deg
, #1c1e2abf, #adb5bd47);
    opacity: .7;
}  


  .nav.nav-tabs .active {
    
        color: #f07c29!important;
       }
       .blog-banner-text h1{
         text-decoration: underline;
         color: #fff;
       }
    .blog-content p {
    line-height: 29px;
    font-size: 18px;
    color: #435559;
}

      .blog-banner-text h1 a {
          
          /*text-decoration: underline;*/
          color: #fff;
          margin: 2% auto 0;
      }
        .blog-banner-text h1 a:hover{
         color: #fff;
       }
       .blog-banner-text h1 {
          color: #fff;
      }
.blog-desc {
    z-index: 9;
    padding-left: 91px;
    transform: translateY(22%);
    position: absolute;
    top: 30%;
    width: 62%;
}
.blog-banner-text a span {
    background: #f07c29;
    line-height: 62px;
}

@media screen and (max-width: 1200px) {
  a.blog-btn {
    font-size: 24px;
    
    padding: 1.85rem 3.7rem;
  }
.blog-desc {
    padding-left: 12px;
    transform: translateY(19%);
    width: 74%;
}
.blog-content ul li {
    padding: 22px 23px 0px 24px;
    margin: 18% auto 0;
}
.blog-content li i {
    font-size: 30px;
}
.blog-banner-text h1 {
    font-size: 62px;
}
.blog-banner-text a span {
    background: #f07c29;
    line-height: 113px;
}
.blog-content ul li {
    padding: 0px 17px 0px 15px;
    margin: 0% auto 0;
    display: inline-block;
}
.blog-content p {
    line-height: 54px;
    font-size: 35px;
    color: #435559;
    padding: 12px;
}
.blog-content li i {
    font-size: 38px;
}
}

@media screen and (max-width: 992px) {
  a.blog-btn {
    font-size: 14px;
    
padding: 0.85rem 1.7rem;
  }
.blog-desc {
    padding-left: 12px;
    transform: translateY(9%);
    width: 77%;
}
.blog-banner-text h1 {
    font-size: 22px;
}
.blog-banner-text h1 a {
    text-decoration: underline;
    color: #fff;
    margin: 8% auto 0;
}

.blog-banner-text a span {
    background: #f07c29;
    line-height: 35px;
}

.blog-content ul li {
    padding: 0px 17px 0px 15px;
    margin: 0% auto 0;
    display: inline-block;
}

.blog-content p {
    line-height: 20px;
    font-size: 14px;
    color: #435559;
    padding: 12px;
}


}
@media screen and (max-width: 576px) {
    .topbar-sec .social-sec {
        display: none !important;
    }
    .blog-box-row {
        padding: 0px 0px 0px 0px;
}
    
   .blog-desc-box {
    margin-left: 0%;
}  
}



       .blog-box-row {
    padding: 60px 0px 60px;
}
    
   .blog-desc-box {
    margin-left: 5%;
}
@media screen and (max-width: 992px) {  

  .blog-desc-box {
    margin-left: 0%;
}
}


 .blog-box
  {
   
    overflow: hidden;
  
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0 30px rgb(1 41 112 / 8%);
  transition: 0.3s;
  margin-bottom: 20px;
}

.blog-box .blog-box-img {
    height: 500px;
    position: relative;
    overflow: hidden;
}.blog-box-img img {
 transition: 0.3s;
 max-width: 100%;
 width: 800px !important;
}
.blog-box .blog-box-img:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -21px;
    height: 100%;
    width: 100%;
    background: url(assets/img/blog-shape.png) no-repeat center bottom;
    background-size: contain;
    z-index: 9;
}


.blog-box .social {
  position: absolute;
  right: -100%;
  top: 30px;
  opacity: 0;
  border-radius: 4px;
  transition: 0.5s;
  background: #fff;
  z-index: 999;
}

.blog-box .social a {
    transition: color 0.3s;
    color: #212529;
    margin: 15px 12px;
    display: block;
    line-height: 0;
    text-align: center;
}

.blog-box .social a:hover {
    color: #f07c29;
}

.blog-box .social i {
  font-size: 18px;
}

.blog-box .blog-box-info {
  padding: 10px 15px 20px 15px;
}
.blog-box .blog-box-info a{

text-align: left!important  }

.blog-box .blog-box-info a h4 {
    overflow: hidden;
    /* height: 13vh; */
    text-align: left!important;
    font-weight: 600;
    margin: 0px;
    font-size: 28px;
    color: #343a40;
    white-space: nowrap;
    width: 100%;
    text-overflow: ellipsis;
}
.blog-comments-area > .comment-respond {
    padding: 0px 10px 0px 10px;
}
span.blogread a {
    color: #f07d36;
}
.side-blog ul li {
    list-style: none;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 13px;
    margin-bottom: 10px;
}
.blog-box .blog-box-info span {
  /* display: block; */
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
  float: right;
}

.side-blog ul {
    margin: 0;
    padding: 0;
}
.side-blog ul li span {
    float: right;
}


.blog-box .blog-box-info p {
    overflow: hidden;
    
    text-align: left;
    font-style: italic;
    font-size: 14px;
    padding-top: 15px;
    line-height: 26px;
    color: #5e5e5e;
    /* white-space: nowrap; */
    width: 100%;
    text-overflow: ellipsis;
}


.blog-box:hover .social {
  right: 8px;
  opacity: 1;

}
.blog-link {
    padding: 12px;
    box-shadow: 0px 0px 10px #4e434314;
    background: rgb(0 0 0 / 0%);
}
.blog-link:hover i {
   transition: 0.3s;
    margin-left: 5px;
}
.blog-content {
    border: 2px solid #000;
    padding: 16px 0px 19px;
    background: white;
    display: flex;
}
.blog-content ul {
    list-style: none;
    padding-left: 0px;
}
.blog-content ul li {
    padding: 0px 17px 0px 15px;
    margin: 22% auto 0;
}
.blog-content li i {
    font-size: 19px;
}
.blog-tags ul {
    padding: 0px 12px 11px 0px;
    margin: 0 auto;
    text-align: -webkit-auto;
}
.blog-tags ul li {
    color: #adb5bd;
    padding: 0px 21px;
    list-style: none;
    display: inline-block;
}
.blog-tags a {
    color: #adb5bd;
}
.blog-tags i {
    padding-right: 9px;
    color: #adb5bd;
}
.blog-cat {
    position: absolute;
    z-index: 56;
    top: 12px;
    left: 25px;
}
.side-blog {
    background: #fff;
    /* border: 2px solid #435559; */
    padding: 20px;
    
    margin: 0 0 10px 0;
    
    box-shadow: 0px 1px 10px rgb(204 204 204 / 78%);
    border-radius: 11px;
}
.side-blog:hover a p{
 color:#f07c29;
}

.side-blog:hover h6 {
  color:#1c1e2a;
}
.side-blog h6 {
    text-transform: uppercase;
    padding-bottom: 4px;
    color:#f07c29;
}
.side-blog p {
    margin: 2% auto 0;
    color:#1c1e2a;
}
div#yourCustomCaptions {
    
    width: 100%;
    text-align: center;
    color: #fff;
    
}
div#yourCustomCaptions v {
    background: rgb(32 32 32);
    width: 100%;
    display: block;
    padding: 10px;
    border-radius: 5px;
}
.sshare {
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    background: #f1f3f4;
    margin: 4% auto;
    padding: 7px;
    text-align: center;
}
.sshare a {
    margin-right: 7px;
    font-size: 18px;
    border: 1px solid #e2e2e2;
    padding: 3px 13px;
}



.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
	padding: 5px 10px;
	text-decoration: none;
	border: 1px solid #EEE;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
}

.simple-pagination .current {
	color: #FFF;
	background-color: #f05e36;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
	background: #ffa73c;
}
.author-page-img-sec span {
    display: block;
    background: #f07d36;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
}

.postd li {
    list-style: none;
}
ul.postd {
    padding: 0px 0px 10px 17px;
}
ul.postd li a {
    display: block;
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 3px;
    margin-bottom: 10px;
}
ul.postd li a small {
    font-size: 10px;
    display: block;
}
.authors-round img {
    border-radius: 50%;
    height: 160px !important;
    width: 160px !important;
    object-position: top;
    object-fit: cover;
}
.author-page-img-sec img {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin-bottom: 10px;
    object-fit: cover;
    object-position: top;
}
.authorss-round img {
    border-radius: 50%;
    width: 134px;
    height: 134px;
    object-fit: cover;
    object-position: top;
}
a.pdfbook {
    color: #ff0000;
    padding-left: 14px;
    display: inline-block;
}
.hvr-bounce-to-right:hover a{
    color: #fff !important;
}

.singup_lb p.singup_lb_nm {
    font-weight: 600;
    letter-spacing: 0.5px;
}
.singup_lb {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ddd;
    margin: 0 0 10px;
}
h5#sucess_mpopuptitle {
    width: 100%;
    text-align: center;
    padding: 34px;
    font-size: 28px;
    color: #fff;
    background-color: green;
}
div#sucess_mpopup button.close {
    position: absolute;
    color: #fff;
    z-index: 99;
    opacity: 1;
    right: 17px;
    top: 17px;
}
h5#sucess_mpopuptitle i {
    width: 100%;
    font-size: 50px;
}
div#sucess_mpopup .modal-header {
    width: 100%;
    padding: 0px;
}
button#signup_modal_btn {
    color: #fff;
    background-color: #f07c29;
    border: unset;
    font-weight: 600;
    font-family: Barlow, sans-serif;
    text-transform: uppercase;
    box-shadow: unset;
}
button#signup_modal_btn:focus {
   outline: none;
    box-shadow: unset;
}
span.ers {
    color: #f00;
    font-size: 22px;
}
.bannerinformation {
    position: absolute;
    bottom: 40px;
    text-align: center;
    width: 100%;
    z-index: 99;
}
.bannerinformation a {
    padding: 13px 35px;
    border-radius: 30px;
    letter-spacing: 2px;
}