/*@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400i,700,700i,900i');*/

@import url('fonts/Montserrat-Regular.otf');
@import url('fonts/Montserrat-Medium.otf');
@import url('fonts/PlayfairDisplay-Regular_0.ttf');
@import url('fonts/PlayfairDisplay-Italic_0.ttf');

.disabled-div {
    pointer-events: none;
    background: #ccc;
}

.descModalView {
    cursor: pointer;
}

/* navbar */
.nav-bar .menu {
    background: #fff;
    z-index: 999;
    position: relative;
    height: auto;
}

#navReligionContainer select {
    max-width: 220px;
    border: 1px solid rgb(248, 147, 29);
    font-weight: 600;
    padding: 2px;
    border-radius: 3px;
} 

#navReligionContainer label {
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    display: block;
    font-size: 1.4em;
    color: #dc3545;
}

/* footer logo slider css - start*/
    .slick-slide {
        margin: 0px 20px;
    }

    .slick-slide img {
        width: 100%;
        height: 80px;
    }

    .slick-slider
    {
        position: relative;

        display: block;
        box-sizing: border-box;

        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;

        -webkit-touch-callout: none;
        -khtml-user-select: none;
        -ms-touch-action: pan-y;
        touch-action: pan-y;
        -webkit-tap-highlight-color: transparent;
    }

    .slick-list
    {
        position: relative;

        display: block;
        overflow: hidden;

        margin: 0;
        padding: 0;
    }
    .slick-list:focus
    {
        outline: none;
    }
    .slick-list.dragging
    {
        cursor: pointer;
        cursor: hand;
    }

    .slick-slider .slick-track,
    .slick-slider .slick-list
    {
        -webkit-transform: translate3d(0, 0, 0);
           -moz-transform: translate3d(0, 0, 0);
            -ms-transform: translate3d(0, 0, 0);
             -o-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
    }

    .slick-track
    {
        position: relative;
        top: 0;
        left: 0;

        display: block;
    }
    .slick-track:before,
    .slick-track:after
    {
        display: table;

        content: '';
    }
    .slick-track:after
    {
        clear: both;
    }
    .slick-loading .slick-track
    {
        visibility: hidden;
    }

    .slick-slide
    {
        display: none;
        float: left;

        height: 100%;
        min-height: 1px;
    }
    [dir='rtl'] .slick-slide
    {
        float: right;
    }
    .slick-slide img
    {
        display: block;
    }
    .slick-slide.slick-loading img
    {
        display: none;
    }
    .slick-slide.dragging img
    {
        pointer-events: none;
    }
    .slick-initialized .slick-slide
    {
        display: block;
    }
    .slick-loading .slick-slide
    {
        visibility: hidden;
    }
    .slick-vertical .slick-slide
    {
        display: block;

        height: auto;

        border: 1px solid transparent;
    }
    .slick-arrow.slick-hidden {
        display: none;
    }
    #partnerListContainer .partner-name {
        line-height: 1.2;
        margin-top: 5px;
    }
/* footer logo slider css - end*/

.slider-quote {
    /*font-size: 16px;*/
    font-size: 17.5px;
    color: #ffc107;
    color: #ffeb00;
    font-weight: 500;
}
.footer-quote{
    font-size: 15px;
    color: #ffc107;
    /*padding-top: 25px;*/
    /*margin: 5px 4%;*/
}

.info-quote{
    font-size: 14px;
    padding-top: 15px;
    color: #ff2300;
    margin: 5px 4%;
    font-weight: 600;
    font-style: italic;
}

.search-box .caption-list{
    background: #f5f5dc;
}

.caption-list li select{
    border: 0;
    cursor: pointer;
    font-size: 13px;
    /*width: 160px;*/
    width: 205px;
    /*background: transparent;*/
}
.caption-list li select:focus{
    outline: 0;
}
.search-box button:focus{
    outline: 0;
}

.follow-txt, .nav-txt{
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    /*font-size: 11px;*/
}

/* About Styles */

    .mt-40{
        margin-top: 40px;
    }
    .about-round img{
        /*width: 79%;*/
        width: 200px;
        height: 200px;
        border-radius: 50%;
        object-fit: cover;
        /*object-position: center;*/
        object-position: top;
    }
    .about-round small{
        color: rgb(171, 171, 171);
        font-weight: 500;
    }
    .mb-0{
        margin-bottom: 0px;
    }
    .about-round p{
        font-weight: 500;
    }
    .spiritual-head{
        text-align: center;
    }
    .spiritual{
        font-size: 14px;
        font-weight: 500;
        text-align: justify;
    }
    .mt-30{
        margin-top: 30px;
    }
    .mb-30{
        margin-bottom: 30px;
    }
    .pad-30{
        padding: 30px;
    }
    .about-icons {
        width: 100%;
        display: inline-block;
        margin: auto;
    }
    .about-icons-item {
        display: inline-block;
    }
    .about-icons i{
        font-size: 40px;
        padding: 26px 0;
        border: 2px solid rgb(248, 147, 29);
        border-radius: 50%;
        width: 95px;
        height: 95px;
        color: rgb(248, 147, 29);
        cursor: pointer;
        margin: 5px;
        line-height: initial;
    }
    .about-icons p{
        margin: 10px 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .view-sight > p.active {
        display: block !important;
        background: inherit !important;
        color: inherit !important;
    }
    .view-sight > p {
        display: none;
    }
    .border-orange{
        color: rgb(248, 147, 29);
        border: 2px solid rgb(248, 147, 29);
        width: 45%;
        margin: 0 auto;
        margin-top: 25px;
    }
    .conclusion{
        text-align: center;
        padding: 30px 100px;
        font-size: 14px;
        font-weight: 500;
    }
    .site-navigation.show ul {
        z-index: 1111;
    }

/* About Styles End */
/* Contact Styles */
    .mt-60{
        margin-top: 60px;
    }
    .mb-40{
        margin-bottom: 40px;
    }
    .contact input{
        width: 100%;
        height: 42%;
        border: 1px solid rgb(248, 147, 29);
        padding: 10px;
    }
    .contact textarea{
        width: 100%;
        height: 220px;
        border: 1px solid rgb(248, 147, 29);
        padding: 10px;
    }
    .up-btn{
        padding: 40px 0px;
        font-weight: 600;
        line-height: 1;
        color: rgb(255, 255, 255);
        outline: none;
        background: rgb(248, 147, 29);
        cursor: pointer;
        width: 100%;
    }
    .sub{
        margin-top: 26px;
        border: none;
    }
/* End */
.active{
  background-color:rgb(248, 147, 29);
  color:#fff !important;
}

 .goals , .visions, .missions, .policys, .requests{
    display: none;
}

.org{
    color: #f8931d;
}

.body-content {
    display: none;
}
/* ------------------ Ad.Search --------------- */

.single-page .page-headers {
    position: relative;
    z-index: 99;
    padding-top: 150px;
    padding-bottom: 130px;
    background-size: cover !important;
}

.single-page .page-headers::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,.7);*/
}

.single-page .page-headers h1 {
    position: relative;
    padding-bottom: 24px;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
}

/*.single-page .page-headers h1::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 64px;
    height: 4px;
    border-radius: 2px;
    background: #f8931d;
}*/

.search-box .page-header {
    background: url(images/about-us.jpg) no-repeat center;
}

.search-box .welcome-wrap {
    padding: 96px 0;
}

.search-box .welcome-content .entry-title {
    color: #262626;
}

.search-box .keyword-error {
    position: absolute;
    color: red;
    font-size: 12px;"
}
.search-box .required::-webkit-input-placeholder { 
    color: #ff0000;
}
.search-box .required::-moz-placeholder { 
    color: #ff0000;
}
.search-box .required:-ms-input-placeholder { 
    color: #ff0000;
}
.search-box .required::-ms-input-placeholder { 
    color: #ff0000;
}
.search-box .required:-moz-placeholder { 
    color: #ff0000;
}
.search-box .required:placeholder { 
    color: #ff0000;
}

.search-box .welcome-content .entry-content {
    color: #929191;
}

.search-box .welcome-wrap img {
    display: block;
    width: 100%;
}
.bg-pink{
    background: rgb(248, 147, 29);
}
.main-list{
    /*margin-top: 20px;*/
}
.mCSB_horizontal.mCSB_inside>.mCSB_container {
    margin-bottom: 15px !important;
}
.main-list li{
    color: rgb(255, 255, 255);
    display: inline-block;
    cursor: pointer;
    margin: 6px 27px;
    font-size: 14px;
    font-weight: 500;
}
.main-details .head{
    text-align: center;
    margin: 25px 0 15px;
    color: rgb(248, 147, 29);
    font-size: 16px;
    font-weight: 700;
    /*word-break: break-word;*/
    word-break: break-all;
}
.main-details .desc{
    font-size: 15px;
    font-weight: 500;
    text-align: justify;
    /*min-height: 350px;*/
    -moz-text-align-last: center; /* For Firefox prior 58.0 */
    text-align-last: center;
    word-break: break-word;
    max-height: 55vh;
    overflow: auto;
    padding-right: 5px;
    margin-bottom: 30px;
}
.main-details .desc-toggle span{
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px;
    border: 1px solid rgb(248, 147, 29);
    color: rgb(248, 147, 29);
    padding: 1px 10px;
    margin-bottom: 15px;
}
.ika-list .active{
    background: rgb(248, 147, 29);
    color: rgb(255, 255, 255);
}
.ika-list li a {
    color: #fff;
    max-width: 420px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align:middle;
}
#formScriptureDetailsContainer .ika-list li a{
    /*color: #fff;*/
    max-width: 420px;
    height: 150px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    white-space: unset;
    text-overflow: unset;
    word-break: break-word;
    text-align: left;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align:middle;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}
.ika-list li{
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px;
    border: 1px solid rgb(248, 147, 29);
    color: rgb(248, 147, 29);
    padding: 1px 10px;
    margin-bottom: 15px;
}
.txt-list{
    margin: 10px 0 50px;
}
.txt-list li{
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: rgb(179, 176, 176);
    display: inline-block;
}
.left-angle{
    font-size: 50px;
    color: rgb(248, 147, 29);
    position: absolute;
    top: 25px;
    left: 12px;
    cursor: pointer;
}
.active-blk{
    color: rgb(0, 0, 0) !important; 
    font-weight: 700 !important;
}
/*------------------ End -------------------*/

/*--------------- Commentary Details Templates-------------- */
    .m-40{
        margin: 40px;
    }
    .modal-table table tbody tr td{
        height: 160px;
        border-color: rgb(248, 147, 29);
        word-break: break-all;
    }
    #captionModal .modal-table table tbody tr td{
        height: auto;
    }
    .modal-table thead th {
        /*vertical-align: middle !important;*/
        vertical-align: bottom !important;
        text-align: center;
        font-size: 14px;
    }
    .modal-table thead {
        background: rgb(248, 147, 29);
        color: rgb(255, 255, 255);
    }
    .modal-head-title {
        color: rgb(248, 147, 29);
        font-weight: 600;
    }
    .link-url img {
      width: 32px;
      height: 32px;
    }
    .modal-close {
        color: #ffffff;
        text-align: right;
        padding-right: 6px;
        width: 100%;
        opacity: 1;
        cursor: pointer;
        position: absolute;
        top: -30px;
        right: 17px;
        font-size: 40px;
        outline: none;
        width: auto;
        background: #ff5722 !important;
        padding: 0 8px !important;
        z-index: 1;
        /* border-radius: 50%; */
    }
/* ------------------ End -------------------*/

/* ------- Modal -----*/
    .modal-dialog {
      /*width: 100%;*/
      /*height: 100%;*/
      padding: 0;
    }

    .modal-content {
      height: auto;
      /*min-height: 100%;*/
      border-radius: 0;
    }

    .modal {
        overflow: hidden !important;
    }

    .modal-body {
        display: inline-block;
        overflow-x: hidden;
        overflow-y: auto;
        overflow: auto;
        max-height: 90vh;
        max-width: 100%;
    }

    #invalidURLAlert.modal {
      z-index: 11111111;
    }

/*--------- end -------*/
.index li a{
    font-weight: 500 !important;
}

.fixed {
    position:fixed;
    top:0;
}
.hero-slider .fa-angle-right, .hero-slider .fa-angle-left{
    font-size: 50px;
    color: rgb(255, 255, 255);
}

/* Custom */

.search-box{
    position: absolute;
    padding: 15px;
    background: rgb(255, 255, 255);
    border-radius: 25px;
    color: rgb(0, 0, 0);
    /*width: 52%;*/
    /*width: 61%;*/
    width: 65%;
    margin: 0 auto;
    top: 27%;
    left: 17.5%;
    text-align: center;
    margin-top:30px;
}
.search-box input{
    margin-top: 20px;
    /*margin-left: 20px;*/
    width: 75%;
    border-width: 0 0 1px 0px;
    font-size: 13px;
}
.search-box .fa-search{
    font-size: 20px;
    position: relative;
    left: 0
    font-weight: 400;
    color: rgb(165, 163, 163);
    cursor: pointer;
}
.label-search-option{
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.search-box input:focus{
    outline: 0;
}
.search-box .ad-btn button{
    font-size: 13px;
    background: rgb(255, 153, 0);
    border: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
    /*padding: 3px 8px;*/
    padding: 3px 15px;
    margin-left: 10px;
    cursor: pointer;
    border-radius: 3px;
}
.search-box li button{
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 13px;
    text-align: left;
}
.search-box .caption-list li.search-btn-link:hover button{
    color: rgb(255, 153, 0);
}
.search-box .caption-list {
    text-align: center;
}

.slide-head{
    position: absolute;
    top: 21%;
    font-size: 30px;
    color: #fff;
    width: 100%;
}
.slide-subhead{
    position: absolute;
    top: 30%;
    font-size: 22px;
    color: #fff;
    width: 100%;
}

.caption-list{
    margin-bottom: 0;
    text-align: left;
    /*background: #f5f5dc;*/
    margin-top: 5px;
    /*padding: 5px 12px;*/
    padding: 7px;
    border-radius: 5px;
}
.caption-list li{
    display: inline-block;
    margin-right: 10px;
    font-size: 15px;
}
    
.caption-list .search-btn-link {
    border: 1px solid #FF9800;
    border-radius: 5px;
    padding: 1px 3px;
    margin-bottom: 5px;
}

.caption-list li a{
    font-size: 13px;
}

.caption-list li a:hover{
    text-decoration: none;
    color: rgb(255, 153, 0);
}

/*.caption-sub-list a {
    max-width: 230px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align:middle
}*/

.ft-ul{
    padding: 0;
}
.ft-ul li{
    display: inline-block;
    margin-right: 10px;
}
.block{
    display: block;
}

.pad-195{
    padding: 100px 0;
}
.carousel-indicators{
    display: none;
}
.fa-arrow-left{
    position: absolute;
    top: 49%;
    font-size: 36px;
    left: 40%;
}
.fa-arrow-right{
    position: absolute;
    top: 49%;
    font-size: 36px;
    right: 40%;
}
.fa-facebook, .fa-instagram, .fa-twitter{
    color: #f8931d;
    font-size: 21px;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0.3;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

.carousel-inner {
    height: 93vh; 
    height: auto;
}

.carousel-inner audio, .carousel-inner canvas, .carousel-inner progress, .carousel-inner video, .carousel-inner .item img{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
    vertical-align: middle;
}

.toTop{
    position: fixed;
    bottom: 30px;
    right: 30px;
    background: rgb(248, 147, 29);
    cursor: pointer;
    color: rgb(255, 255, 255);
    border-radius: 40px;
}
.toTop i{
    padding: 0px 8px;
    font-size: 40px;
}
.site-footer{
    position: relative;
}

.btn{
    font-size: 13px;
    /*padding: 3px 8px;*/
    /*margin-left: 10px;*/
    cursor: pointer;
    border-radius: 3px;
}
.btn-orange {
    background: rgb(255, 153, 0);
    border: rgb(255, 0, 0);
    color: rgb(255, 255, 255);
}

.filter-search-box {
    width: 100%;
}

.filter-search-box-scroll-info {
    font-weight: 600;
    /*font-size: ;*/
    color: #0000ff;
    text-align: center;
    margin: 0 0 10px;
}

.filter-search-box-main, .filter-search-box-sub, .filter-search-box-caption {
    font-size: 14px;
    width: 180px;
    color: initial;
    font-weight: normal;
    float: right;
    padding: 1px 5px;
    border: 1px solid rgb(248, 80, 29);
    border-radius: 5px;
}

.filter-search-box-main.empty, .filter-search-box-sub.empty, .filter-search-box-caption.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

.filter-search-box::-webkit-input-placeholder { 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    opacity: 1;
}
.filter-search-box::-moz-placeholder { 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    opacity: 1;
}
.filter-search-box:-ms-input-placeholder { 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    opacity: 1;
}
.filter-search-box::-ms-input-placeholder { 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    opacity: 1;
}
.filter-search-box:-moz-placeholder { 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    opacity: 1;
}
.filter-search-box:placeholder { 
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    opacity: 1;
}

.filter-search-box-main {
    margin: 20px 0 0 20px;
    position: relative;
    right: 0;
}

.filter-search-box-sub {
    margin: 0 0 20px;
}

.filter-search-box-caption {
    position: absolute;
    top: 30px; 
    right: 15%; 
}

.btn-link-custom {
    display: inline-block;
    cursor: pointer;
    font-weight: 400;
    outline: none;
    text-align: center;
    position: relative;
    font-size: 15px;
    color: #fff;
    padding: 5px 8px;
    border-radius: 9px;
}

.btn-link-custom:hover, .modal-close:hover {
    color: #fff;
    opacity: 0.8;
}
.close:focus, .close:hover {
    outline: 0;
}
/* Div Panel */
div.panel,p.flip {
    padding: 5px;
    text-align: center;
    background: #ddd;
    border: solid 1px #fff;
}
 
div.panel {
    height: 100px;
    display: none;
}

.step {
    display: none;
}

.step-active {
    display: block !important;
}

.search-navigation {
    display: none;
}
.search-navigation .back-to {
    font-size: 68px;
    color: #f8931d;
    cursor: pointer;
    position: absolute;
    bottom: 10%;
}
#pdfDownloadForm #pdfDownload{
    cursor: pointer;
    padding: 5px 15px;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #4c4c4c;
    color: #4c4c4c;
    text-transform: uppercase;
    text-align: center;
}
#pdfDownloadForm{
    text-align: center;
    margin-top: 20px;
}
#pdfDownloadForm #pdfDownload span {
    /*position: relative;*/
    /*top: -5px;*/
}

#pdfDownloadForm #pdfDownload img {
    /*position: relative;
    top: 5px;*/
    vertical-align: middle;
}

.verse-content{
    position: relative;
}

#pdfDownloadForm #pdfDownload:hover{
    background-color: #fd5656;
    color: #fff;
}

/* ------------------------------- */

#totalCount{
    background-color: #f8931d;
    color: #ffffff;
    padding: 8px 12px;
    margin-top: 25px; 
    display: block;
    border-radius: 3px;
}

/* Jquery Wizard Styles */

.wizard > .steps {
    display: none;
}
.tooltip {
    position: fixed;
    z-index: 999;
}
.tooltip-inner {
    max-width: 420px;
}
.pad-0{
    padding: 0;
}
ul {
    padding: 0;
}
.link {
    color: #f8931d;
}
.link:hover {
    color: #262626;
}
.social{
    display: inline-block !important;
    padding: 20px 10px !important;
}


/* ================ 08/02 =================*/
.btn-tab{
    padding: 10px 20px;
    background: #f8931d;
    color: #fff;
    border: 0;
    margin-bottom: 30px;
    margin-left: 20px;
}

.btn-tab:focus, .btn-tab:hover {
    color: #fff;
    outline: none!important;
}

.home-content{
    font-size: 35px; 
    margin-top: 30px; 
    cursor: pointer;
}
.mb-30{
    margin-bottom: 30px;
}
.vid-icns i{
    padding: 53px 100px;
    font-size: 80px;
    background: #b1c1e0;
    color: #173275;
}

.verse-title{
    padding: 0;
}
.verse-title h2{
    -webkit-font-smoothing: antialiased;
    color: #222;
    font-weight: 700;
    font-size: 30px;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    margin: 30px 0 0;
    padding-top: 12px;
}
/* .dwn-pdf button{
    position: absolute;
    right: 70px;
    cursor: pointer;
    padding: 15px 20px;
    display: inline-block;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #4c4c4c;
    color: #4c4c4c;
    text-transform: uppercase;
    text-align: center;
    margin-top: 20px;
} */

/* .dwn-pdf .fa-download:before{
    content: "\f019";
    font-size: 22px;
    border-radius: 23px;
    border: 4px solid #423f3f;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    padding: 8px;
} */
.verse-content p{
    font-size: 14px;
    font-weight: 500;
    color: rgb(85, 85, 85);
    width: 100%;
}
.prev-next{
    color: #f8931d!important;
    margin-top: 0;
}
.prev-next a{
    color: #f8931d;
}
.prev-next a:hover{
    color: #000;
}
.verse-content h2{
    -webkit-font-smoothing: antialiased;
    color: #222;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
}
.verse-content h3 {
    -webkit-font-smoothing: antialiased;
    color: #222;
    font-weight: 700;
    font-size: 22px;
}

.verse-table .table>tbody>tr>td{
    line-height: 2;
    font-size: 15px;
    color: rgb(85, 85, 85);
}
.verse-table .table>tbody>tr>td.right{
    text-align: right;
}
.scripture-btn{
    border: none;
    color: #fff;
    background: #f8931d;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    outline: none;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
}
.scripture-btn:hover{
    background: #333;
}
.auth-list{
    margin-left: 54px;
}
.auth-list li{
    margin-bottom: 20px;
    padding: 0 8px 0 8px;
    transition: all 0.7s ease 0s;
    color: #7d7777;
    font-size: 15px;
    font-weight: 500;
}
.auth-list li:hover{
    /*color: #f8931d;*/
    margin-left: 10px;
    transition: all 0.7s ease 0s;
}
.auth-list li:hover a {
    text-decoration: underline;
}
.doc-list li a{
    color: #409fff;
}
.doc-list li a:hover{
    color: #000;
}
/* Custom */

/* =============== Lat ============== */

.ul-double{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}
.txt-book li a{
    color: #f8931d;
}

/* Verse List Styles */


.property_item .price {
    width: 100%;
}
.property_item .price .tag {
    right: 15px;
    bottom: 0px;
    position: absolute;
    z-index: 1;
    padding: 8px 15px;
    background: #173471;
    height: inherit;
    font-size: 15px;
    color: #fff;
}
.property_item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.10);
    border: 1px solid #e5e5e5;
    background: #fff;
    position: relative;
}
.heading_space {
    margin-bottom: 40px;
}
.property_content {
    position: relative;
}
.property_content .property_text {
    padding: 0px 15px 0;
}
.captlize{
    -webkit-font-smoothing: antialiased;
    color: #222;
    font-weight: 700;
    font-size: 24px;
}
.text-overflow-ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
.captlize a{
    color: #409fff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: none;
}

/* page header */

.about-page .page-header {
    background: url(../../images/about-us.jpg) no-repeat center;
}
.advance-page .page-header{
    background: url(../../images/adv.search.jpg) no-repeat center;
}
.verse-details .page-header{
    background: url(../../images/adv.search.jpg) no-repeat center;
}
.verse-list .page-header{
    background: url(../../images/adv.search.jpg) no-repeat center;
}
.caption-search-page .page-header{
    background: url(../../images/adv.search.jpg) no-repeat center;
}
.contact-page .page-header{
    background: url(../../images/contact.jpg) no-repeat center;
}

/* The radio start */
    .radio {
        display: inline;
        position: relative;
        padding-left: 20px;
        bottom: 5px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

    /* Hide the browser's default radio button */
    .radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom radio button */
    .checkround {
        position: absolute;
        top: 8px;
        left: 0;
        height: 16px;
        width: 16px;
        background-color: #ffffff;
        border-color: #f8931d;
        border-style: solid;
        border-width: 2px;
        border-radius: 50%;
    }


    /* When the radio button is checked, add a blue background */
    .radio input:checked ~ .checkround {
        background-color: #fff;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkround:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .radio input:checked ~ .checkround:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .radio .checkround:after {
        left: 3px;
        top: 3px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #f8931d;
    }
/* The radio end */

.color-list{
    list-style: none;
    text-align: right;
    margin: 40px 0;
}
.color-list li{
    display: inline-block;
    margin: 0 5px;
    font-size: 12px;
}
.color-list li span{
    width: 10px;
    height: 10px;
    margin-right: 3px;
    border-radius: 32px;
    display: inline-block;
    vertical-align: middle;
}
.color-list li span.black{
    background: #000;
}
.color-list li span.green{
    background: #03bb4e;
}
.color-list li span.orange{
    background: #f8931d;
}
.color-list li span.blue{
    background: #0061b5;
}
.color-list li span.red{
    background: #ef7272;
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

.se-pre-con , .loading {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/defaults/loader2.gif) center no-repeat #fff;
}
.sbtn{
    background: #f8931d;
    color: #fff!important;
    border: none;
    padding: 8px 15px;
    margin: 25px 4px 112px;
    cursor: pointer;
}
#formScriptureDetailsContainer .sbtn {
    margin: 0 5px 10px;
    display: inline-flex;
}
.filter-caption-search{
    float: right;
    margin-top: -40px;
}
.scripture-btn:focus{
        outline: none;
}
.ml-30{
    margin-left: 30px;
}

/* HORIZIONTAL SCROLLER */
    /* search wizard */
    .mcs-horizontal{
        width: 100%;
        overflow-x: auto;
        /*display: -webkit-flex;
        display: flex;*/
        -webkit-flex-direction: row; 
        flex-direction: row;
        align-items: flex-start;
        -webkit-flex-shrink: 1; 
        flex-shrink: 1;
        text-align: center;
    }

    .mcs-horizontal .mCSB_container{
        display: -webkit-flex; 
        display: inherit;
        text-align: center;
    }

    .mcs-horizontal .item{
        -webkit-flex: 1 0 auto; 
        flex: 1 0 auto;
    }

    .mcs-horizontal p{
        -webkit-flex: 2 0 auto; 
        flex: 2 0 auto;
        max-width: 100%;
        display: inline-block;
    }
    .step {
        display: none;
    }

    .spinner {
        border: 16px solid #f8931d;
        border-radius: 50%;
        border-top: 16px solid #3498db;
        width: 80px;
        height: 80px;
        -webkit-animation: spin 2s linear infinite; /* Safari */
        animation: spin 2s linear infinite;
        position: fixed;
        top: 40%;
        right: 50%;
        z-index: 9999;
    }

    /* Safari */
    @-webkit-keyframes spin {
      0% { -webkit-transform: rotate(0deg); }
      100% { -webkit-transform: rotate(360deg); }
    }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    .marg-30{
        margin-top: -40px;
        margin-bottom: 30px;
    }

    /* caption search */
    .search-list {
        border-bottom: 1px solid #ddd;
        padding: 1% 10%;
        text-align: left;
    }
    .search-list > .link-to {
        font-weight: 700;
        font-size: 16px;
        cursor: pointer;
    }
    .search-list > .link-to[linkToContent="religion"] {
        color: #000000;
    }
    .search-list > .link-to[linkToContent="perspective"] {
        color: #03bb4e;
    }
    .search-list > .link-to[linkToContent="scripture_category"] {
        color: #f8931d;
    }
    .search-list > .link-to[linkToContent="scripture"] {
        color: #0061b5;
    }
    .search-list > .link-to[linkToContent="chapter"] {
        color: #ef7272;
    }
    .search-list > .link-to:hover {
        text-decoration: underline;
    }
    .modal-list {
        text-align: center;
    }
    .modal-list center {
        text-align: left;
        width: 90%; 
        display: inline-block;
    }
        .mcs-horizontal{
        width: 100%;
        overflow-x: auto;
        /*display: -webkit-flex;
        display: flex;*/
        -webkit-flex-direction: row; 
        flex-direction: row;
        align-items: flex-start;
        -webkit-flex-shrink: 1; 
        flex-shrink: 1;
        text-align: center;
    }

    .mcs-horizontal .mCSB_container{
        display: -webkit-flex; 
        display: inherit;
        text-align: center;
    }

    .mcs-horizontal .item{
        -webkit-flex: 1 0 auto; 
        flex: 1 0 auto;
    }

    .mcs-horizontal p{
        -webkit-flex: 2 0 auto; 
        flex: 2 0 auto;
        max-width: 100%;
        display: inline-block;
    }
    .step {
        display: none;
    }



/* Video Slider Styles */
#homepage_slider video { 
    min-height: 100% !important;
    min-width: 100% !important;
    height: auto !important;
    width: auto !important;
    overflow: hidden;
}

#homepage_slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.carousel-inner>.item>img {
  display: block;
  line-height: 1;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}

.carousel-inner .item > img {
  -webkit-animation: zoom 40s;
  animation: zoom 40s;
}

/* button to display if user choses to not autoplay the video: */
#slider-play-button button { 
    display: inline-block;
    border: 0.06666em solid #fff;
    font-size: 2rem;
    background: rgba(255,255,255,0.23);
    color: #fff;
    cursor: pointer;
    transition: .3s background;
    line-height: 1.3em;
    height: 1.5em;
    width: 2.5em;
    border-radius: 0.3em;
    position: absolute;
    opacity: .7;
    right: 1em;
    top: 20%;
}
.play-video-button:before {
    font-family: FontAwesome;
    content: "\f04b";
}
.pause-video-button:before {
    font-family: FontAwesome;
    content: "\f04c";
}  

.slider-text {
    position: absolute;
    text-align: center;
    width: 100%;
    color: #FFFFFF;
    text-shadow: 1px 1px #00000087;
}
    
.slider-text-bottom {
    top: 105%;
}
    
.slider-text-top {
    bottom: 100%;
}

.slider-text .entry-header h4 {
    font-size: 2.7rem;
    margin: 0 !important;
    padding-top:20px;
}
.slider-text .entry-content {
    font-size: 2.7rem;
    margin: 0 !important;
}
.goToData {
    cursor: pointer;
}

/* End */

.verse-download .text-overflow-ellipsis {
    display: block;
    padding: 10px;
}
.dl-pdf a{
    color: #f8931d;
}
.dl-pdf a:hover{
    color: #000;
}
.btn-link-custom:active, .btn-link-custom:hover, .btn-link-custom:visited, .btn-link-custom:focus{
    color: #fff;
}
#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
    outline: 0;
}
.breadcrumb-div {
    padding: 0 10%;
    display: inline-block;
    font-weight: 500;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    -webkit-text-fill-color: #262626 !important;
    /*transition: background-color 5000s ease-in-out 0s;*/
    /*-webkit-text-fill-color: inherit !important;*/
}

#formLanguageContainer, #formReligionContainer {
  position: relative;
  /*width: 200px;*/
}
#formLanguageContainer:after,  #formReligionContainer:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  position: absolute;
  right: 5px;
  top: 45%;
  pointer-events: none;
  /*vertical-align: middle;*/
  /*display: inline-flex;*/

}
#formLanguageContainer select, #formReligionContainer select {
  /*background: transparent;*/
  background: #e7e7e7;
  border: 0 !important;
  border-radius: 0;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  text-indent: 0.01px;
  text-overflow: "";
  padding: 5px 15px 5px 5px;
}
#formLanguageContainer select::-ms-expand, #formReligionContainer select::-ms-expand {
  display: none;
}

#formLanguageContainer select.disabled, #formReligionContainer select.disabled {
    background: #a5a5a5;
    border-radius: 3px;
    cursor: not-allowed;
    pointer-events: none;
    padding: 0 5px;
}

input:focus, textarea:focus, select:focus {
    outline: 0;
}

:focus, :visited {
    outline: none !important;
}

.table.table-striped>tbody>tr>td {
    /*vertical-align: middle;*/
    word-break: break-all;
}

@media (max-width: 1024px){
    .header-social-icons li {
        margin-right: 8px;
    }
    .search-box {
        padding: 15px;
        width: 68%;
        top: 37%;
        left: 16%;
    }
    .slide-head {
        top: 16%;
        font-size: 30px;
    }
    .slide-subhead {
        top: 25%;
        font-size: 22px;
    }
    .fa-arrow-left{
        position: absolute;
        top: 47%;
        font-size: 30px;
        left: 40%;
    }
    .fa-arrow-right{
        position: absolute;
        top: 47%;
        font-size: 30px;
        right: 40%;
    }
    #verseDetailsContainer h2{
        width: 72%;
    }

    #pdfDownloadForm #pdfDownload img {
        /*position: relative;
        top: 3px;*/
        margin-left: 5px !important;
    }
    #pdfDownloadForm #pdfDownload span {
        /*position: relative;*/
        /*top: -8px;*/
    }
    #pdfDownloadForm #pdfDownload {
        font-size: 12px;
        padding: 5px 10px;
    }   
}
@media (max-width: 1110px) and (min-width: 992px){  
    #navReligionContainer select {
        max-width: 115px;
    }    
}    
@media (max-width: 992px){  
    .modal-lg {
        max-width: 88% !important;
    }
    .footer-quote {
        font-size: 11px;
    }
    .search-box {
        padding: 10px;
        width: 68%;
        top: 31%;
        left: 16%;
    }
    .search-box input {
        width: 54% ;
    }
    .search-box .fa-search {
        font-size: 15px;
    }
    .slide-head {
        top: 13%;
        font-size: 25px;
    }
    .slide-subhead {
        top: 22%;
        font-size: 18px;
    }
    .ta-center{
        text-align: center;
    }
    .up-btn {
        padding: 20px 60px;
        width: 40%;
        margin: 10px;
        border-radius: 3px;
    }
    .fa-arrow-left {
        position: absolute;
        top: 42%;
        font-size: 30px;
        left: 40%;
    }
    .fa-arrow-right {
        position: absolute;
        top: 42%;
        font-size: 30px;
        right: 40%;
    }
    .search-box .welcome-content .entry-title {
        margin-top: 60px;
    }
}

@media (max-width: 769px){
    .table-bordered td, .table-bordered th {
        /*word-break: break-word !important;*/
        word-break: break-all !important;
        min-width: 200px;
        height: auto !important;
    }
    #verseMeaningByScriptureModal .table-bordered td:nth-child(2), 
    #verseMeaningByScriptureModal .table-bordered th:nth-child(2),
    #commentarySummaryModal .table-bordered td:last-child, 
    #commentarySummaryModal .table-bordered th:last-child {
        min-width: 90px;
    }
    .search-box li button {
        font-size: 15px;
        padding: 7px 0;
        font-weight: 700;
    }
    .carousel-inner {
        height: auto;
    }
    .about-video {
        width: 95%;
        height: auto;
    }
    .search-box{
        padding: 0;
        width: 70%;
        top: 26%;
        left: 15%;
    }
    .search-box .caption-list {
        width: 96%;
        margin: 5px auto;
    }
    .search-box input {
        width: 90% !important;
        max-width: 320px;
        padding: 10px 0;
        font-size: 16px !important;
    }
    .slide-head {
        top: 14%;
        font-size: 25px;
    }
    .slide-subhead {
        top: 23%;
        font-size: 18px;
    }
    .caption-list li {
        /*display: block;*/
        margin-right: 10px;
        font-size: 13px;
    }
    .fa-arrow-left{
        position: absolute;
        top: 40%;
        font-size: 36px;
        left: 35%;
    }
    .fa-arrow-right{
        position: absolute;
        top: 40%;
        font-size: 36px;
        right: 35%;
    }
    .single-page .page-header {
        padding-top: 75px;
        padding-bottom: 65px;
    }
    #pdfDownloadForm{
        text-align: center;
    }
    #pdfDownloadForm #pdfDownload{
        margin-top: 0px;
        margin-bottom: 15px;
    }
    #verseDetailsContainer h2{
        width: 71%;
    }
    #totalCount{
        margin-top: 30px;
        font-size: 13px;
    }
    .ta-center{
        text-align: center;
    }
    .contact input {
        height: auto;
    }
    .up-btn {
        padding: 13px 0;
        width: 40%;
        font-size: 12px;
        margin: 10px;
        border-radius: 3px;
    }
    .site-footer {
        text-align: center;
    }
    .site-footer .col-md-6 {
        max-width: 100% !important;
        flex: auto !important;
    }
    .carousel-inner audio, .carousel-inner canvas, .carousel-inner progress, .carousel-inner video {
        height: 51vh;
    }
    .about-icons i {
        font-size: 30px;
        padding: 24px 20px;
        width: 80px;
        height: 80px;
    }
    .search-box .ad-btn{
        display: inline-block;
        width: 100%;
    }
    .search-box .ad-btn button{
        margin: 3% 0 0;
        font-size: 16px;
        padding: 10px 40px;
        font-weight: 700;
    }
    .slider-text {
        /*top: 1%;*/
    }
    .slider-text .entry-header h4 {
        font-size: 3rem;
    }
    .slider-text .entry-content {
        font-size: 2rem;
    } 
    .filter-search-box-caption {
        float: none;
        position: initial;
        margin-bottom: 15px;
    }
    .search-list {
        padding: 1%;
    }
}

@media (max-width: 666px){  
    #navReligionContainer {
        display: none;
    }    
} 
@media (max-width: 576px){
    .search-box .caption-list {
        padding: 5px 10px;
        text-align: left;
    }
    .modal-dialog {
        max-width: 92%;
        margin: 30px auto;
    }
    .search-box{
        padding: 15px 10px;
        top: 204px !important;
        width: 90%!important;
        left: -40%;
        transform: translateX(50%);
    }
    .slider-quote, .info-quote {
        font-size: 11px !important;
    }
    .search-box .caption-list li {
        width: 100%;
    }
    .caption-list li a, .search-box .caption-list li select, .search-box li button{
        font-size: 11px;
    }
    .search-box .caption-list li select{
        /*width: 145px;*/
        width: 180px;
    }
    #formLanguageContainer:after {
        /*right: initial;*/
        right: -5px;
    }
    .search-box input {
        /*width: 47% !important;*/
        font-size: 11px;
        margin-top: 0;
    }
    .search-box .ad-btn button{
        font-size: 11px;
    }
    .search-box .keyword-error {
        top: -1px;
        position: initial;
        display: inherit;
    }
    .caption-list{
        padding: 2px 0;
    }
    .carousel-control{
        width: 10%;
    }
    .fa-arrow-left{
        position: absolute;
        top: 42% !important;
        font-size: 23px !important;
        left: 20% !important;
    }
    .fa-arrow-right{
        position: absolute;
        top: 42% !important;
        font-size: 23px !important;
        right: 20% !important;
    }

    .verse-content h2 {
        font-size: 20px;
    }
    .slide-head {
        position: absolute;
        top: 2%;
        font-size: 15px;
        color: #fff;
        width: 100%;
    }
    .slide-subhead {
        position: absolute;
        top: 15%;
        font-size: 12px;
        color: #fff;
        width: 100%;
    }

    .verse-content h2 {
        font-size: 18px;
    }
    .verse-content h3{
        font-size: 15px;
    }
    #pdfDownloadForm{
        text-align: center;
    }
    #pdfDownloadForm #pdfDownload {
        padding: 2px 15px;
        margin-bottom: 15px;
        position: initial;
    }
    #verseDetailsContainer h2{
        width: 100% !important;
    }
    .property-d-table .scripture-btn{
        padding: 8px 12px;
        font-size: 12px;
    }
    .prolist{
        margin-left: 30px;
    }
    .pro-list.ul-double{
        column-count: 1;
    }
    #verseListContainer .img-search-list .img-responsive{
        height: 140px;
    }
    #totalCount {
        background-color: #f8931d;
        color: #ffffff;
        padding: 5px 15px;
        margin: 5px 0 20px;
    }
    .property_item .price .tag {
        font-size: 10px;
    }
    .img-search-list .price span:first-child{
        bottom: 34px !important;
    }
    .slider-text {
        /*top: 4%;*/
    }
    .slider-text .entry-header h4 {
        font-size: 2.5rem;
    }
    .slider-text .entry-content {
        font-size: 1.5rem;
    } 
}

@media (max-width: 425px){
    #pdfDownloadForm {
        text-align: center;
        margin-top: 0px;
    }
    #pdfDownloadForm #pdfDownload {
        margin-top: 0;
    }
    .dl-pdf a{
        font-size: 13px;
    }
    .color-list {
        text-align: left;
        column-count: 2;
        padding-left: 5%;
    }
    .color-list li {
        display: inherit;
    }
    .ika-list li a {
        max-width: 230px;
    }
}

@media (max-width: 376px){
    .search-box .caption-list {
        padding: 5px 10px;
    }
    .property_item .price .tag {
        font-size: 10px;
        padding: 0px 10px;
    }
    .sbtn{
        padding: 5px;
        margin: 25px 2px 112px;
        cursor: pointer;
    }

    
}
