* {
    padding: 0;
    margin: 0
}

*:focus {
    outline: 0
}

@font-face {
    font-family: montserrat-regular;
    src: url(fonts/Montserrat-Regular.ttf);
}

@font-face {
    font-family: montserrat-light;
    src: url(fonts/Montserrat-Light.ttf);
}

@font-face {
    font-family: montserrat-bold;
    src: url(fonts/Montserrat-Bold.ttf);
}

@font-face {
    font-family: montserrat-black;
    src: url(fonts/Montserrat-Black.ttf);
}

body {
    font-family: "montserrat-light";
}

.lang {
    text-align: right;
    padding: 10px;
    box-sizing: border-box;
}

.dot {
        background: #b5995a;
    width: 2px;
    height: 15px;
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 2px;
}
.masterhead{
    position: absolute;
    top: 20px;
    right: 20px;
}
.logo img {
    width: 340px;
    height: auto;
        margin-top: 60px;
    margin-bottom: 200px;
}

.logo {
    text-align: center;
}

.scroll-dawn {
    text-align: center;
    font-size: 12px;

}

.scroll-dawn img {
    display: block;
    margin: auto;
    margin-top: 10px;
    position: relative;
    animation-name: scroll;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

@keyframes scroll {
    from {
        top: 0;
        opacity: 1
    }
    to {
        top: 10px;
        opacity: 0
    }
}

.about-prince-wrapper {
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
}

.prince-img {
    overflow: hidden;

}
.full-width{
    width: 100%;
}
/*.prince-img img {
    width: 100%;
    display: inherit;
    position: relative;
    left: -100%;
    transition: left 2s;

}*/


.prince-show img {
    left: 0;
}

.prince-intro {
    font-size: 16px;
    color: #585858;
    position: relative;
    
    background-position: center;
    background-size: 50% auto;
    display: table;
    height: 100%;
}
.prince-para {
     background: url(../images/para-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 120px;
    padding-top: 90px
}
.close-quote{
    width: 17px;
    transform: rotate(180deg);
    margin-left: 1px;
}
/*.prince-para > p:last-child:after {
    content: "";
    width: 60px;
    height: 65px;
    background: url(../images/quote.png);
    position: absolute;
    top: -40px;
    right: 0;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}*/


.prince-para.table-cell > p:first-child:after {
    content: "";
    width: 60px;
    height: 65px;
    background: url(../images/quote.png);
    position: absolute;
    top: 0px;
    left: -80px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
}

.prince-intro p {
    margin-bottom: 15px;
    line-height: 24px;
    position: relative;
}

.special-text {
    color: #b5995a;
    font-weight: 700
}

.menu, .nav.fixed {
    background: #17120e;
    text-align: center;
}

.nav li {
    display: inline-block;
    padding: 20px 10px;
    margin-left: 80px;
    text-transform: uppercase;
    font-size: 14px;
    width: 100px

}

.nav li a {
    color: #fff;
    text-decoration: none;
}

.overview-wrapper {
    background: #b5995a;
    overflow: hidden;
    position: relative;
}

.overview-wrap .fp-tableCell {
    display: grid;
    grid-template-columns: 50% 50%;
    background: #b5995a;
    position: relative;
    width: 100%;
 
}

.hidden {
    position: absolute;
    left: 100%;
}

.overview-alpha {
    padding-left: 80px 
}

.back {
    cursor: pointer !important;
    margin: auto;
    display: block;
    margin-bottom: 20px;
    opacity: 1 !important
}

.overview-beta {
    position: relative;
    padding-left: 0;
    width: 700px;

}
.nav li:first-child{
    margin-left: 0 !important
}

.gold-h2 {
        font-family: "Montserrat-Bold";
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
}

.gold-h3 {
    color: #fff;
    text-transform: uppercase;
    padding-left: 5px;
    font-size: 36px;
    font-weight: 100;
}

.white-h2 {
        font-family: "Montserrat-Bold";
    color: #b5995a;
    font-size: 60px;
    text-transform: uppercase;
}

.white-h3 {
    color: #b5995a;
    text-transform: uppercase;
    padding-left: 5px;
    font-size: 36px;
    font-weight: 100;
}

.community-para{
        padding: 0px 100px;
}








.overview-link {
        color: #fff;
    font-size: 26px;
    letter-spacing: 4px;
    font-weight: 700;
    text-transform: uppercase;
}

.overview-link a {
    opacity: 0.8;
    color: #fff;
    text-decoration: none;
    padding: 5px 0;
        display: block;
    float: left;
    clear: both;
    position: relative;
}
.overview-link a:after{
       content: "";
    display: inherit;
    position: absolute;
    background: url(../images/white-right-arrow.png);
    width: 10px;
    height: 15px;
    right: -20px;
    top: 14px;
    background-size: 100% 100%;
    transition: top 0.5s;
    transform: rotate(90deg);
}

.overview-link a:hover:after {
    top: 16px;
}



.overview-beta p {
        color: #fff;
    line-height: 40px;
    font-size: 23px;
    width: 500px;
}
.gold-text{
        color: #fff;
    line-height: 40px;
    font-size: 23px;
    width: 500px;
}
.white-text {
    color: #000;
    line-height: 40px;
    font-size: 23px;
    width: 500px;
}

.arrow-right {
    position: absolute;
    top: 50%;
    right: 20px
}

.arrow-right {
    cursor: pointer;
}

/*.overview-expend .fp-tableCell {
    display: grid;
    grid-template-columns: 50% 50%;
    top: 0;
    width: 100%;
}*/

.expended {
    left: 0;
    position: relative;
}

.expend-img img {
       
    height: 100vh;
}

.overview-carousel-wrapper {
    background: #b5995a;
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    position: relative;
}


.jubilees-wrapper {
    background: url(../images/jublee-bg.jpg);
    background-size: cover;
}

.jubilees-head {
    padding-top: 190px;
    text-align: center;
}

.jubilees-head h3 {
    font-size: 30px;
    color: #b5995a
}

.jubilees-head h2 {
    font-size: 60px;
    color: #b5995a;
    font-family: "Montserrat-Bold"

}

.jubilees-head h4 a {
    color: #b5995a;
    font-size: 25px;
    text-decoration: none;
}

.jubilee-carousel-wrap {
    color: #fff;
    width: 70%;
    margin: auto;
    margin-top: 120px;
    box-sizing: border-box;
    text-align: center;
}

.seat-main-content {
    position: relative;
}

.seat-main, .community-main, .community-expend {
    display: grid;
    grid-template-columns: 50% 50%;
}

.seat-img{
    position: relative;
    overflow: hidden;
    display: inherit;
    background: #e8e8e8;
}

.community-img {
    position: relative;
    overflow: hidden;
    display: inherit;
}
.seat-img img {
    height: 100vh;
    width: auto
}
.community-img img{
    width: 100%;
    height: auto
    padding: 40px 0;
    box-sizing: border-box;
}
.seat-main-content, .community-main-content {
    display: table;
    height: 100%;
    width: 100%
}
.vh{
    height: 100vh !important
}


.seat-content, .community-content {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 100px;
    position: relative;
    left: 0;
    box-sizing: border-box;
}
.seat-content p, .community-content p{
    text-align: left
}

.beta-heading {
    color: #b5995a;
    margin-bottom: 20px;
    font-size: 26px;
    letter-spacing: 3px;
}
.gold .beta-heading{
    color: #fff
}

.arrow-right-1, .arrow-right-3 {
    margin-top: 20px;
    cursor: pointer;
}

.seat-expend {
    position: absolute;
    top: 33%;
    left: -100%;
    width: 100%;
    transition: left 1s;

}

.seat-expend.show {
    position: relative;
    top: 0;
    left: 0;
}

.main-content {
    position: relative;
    left: 0;
    transition: left 1s;
    width: 100%;
}

.main-content.hide {
    left: 100%;
    position: absolute;
    top: 37.5%;
}

.arrow-right-2 {
    transform: rotate(180deg);
    margin-top: 20px;
    cursor: pointer;
}

.comunity-carousel {
    margin-top: 40px;
    line-height: 37px;
    font-size: 20px;
    text-align: left;
    padding: 0 50px;
        box-sizing: border-box;
}


.community-expend-content {
    /*background: #e8e8e8;*/
    position: relative;
}


.community-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.community-main {
    position: relative;
    left: 0;
    width: 100%;
    transition: left 2s
}

.community-main.hide {
    position: absolute;
    left: 100%;
}

.community-expend {
   
    width: 100%;

}

.community-expend.show {
    left: 0;
    position: relative;
}

.arrow-right-4 {
    transform: rotate(180deg);
    cursor: pointer;
    margin-bottom: 20px
}

.present-imam-wrapper {
    position: relative;
}

.present-imam-main-wrap {
    display: grid;
    grid-template-columns: 50% 50%;
}


/*.pi-imam-content {
    margin-top: 25%;
    margin-left: 20%
}*/

.pi-imam-content h2 {
    text-transform: uppercase;
    font-size: 60px;
    font-family: "Montserrat-Bold";
    color: #b5995a;
    line-height: 55px;
}

.pi-imam-content h2 span {
    font-family: "Montserrat-Light";
    font-size: 35px;
    font-weight: 100;
    position: relative;
    top: 5px;
    text-transform: capitalize;
}

.pi-imam-img img {
    width: 100%;
    height: auto
}

.seprator {
    margin-top: 20px;
    margin-bottom: 30px
}

.pi-imam-links {
    line-height: 45px;
    font-size: 24px;
}

.biography-wrapper {
    width: 100%;
    box-sizing: border-box;
    background: #fff
}
.biography-link, .honours-link, .speeches-link{
    cursor: pointer;
}
.biography-wrap {
    display: grid;
    grid-template-columns: 40% 60%;
}

.bio-img {
    width: 100%;
}

.alpha-bio {
    padding: 0 30px;
    box-sizing: border-box;
}

.beta-bio {
    line-height: 22px;
    font-size: 14px;
    padding: 20px;
    width: 100%;
}
.beta-bio .special-text{
    font-size: 18px
}


.beta-bio p {
    margin-bottom: 10px;
    padding-right: 50px
}

.alpha-content h2 {
    margin-bottom: 0
}

.alpha-content p {
    color: #b5995a;
    margin: 10px 0
}

.seprator-alpha {
    width: 150px;
        margin-top: 15px;
}

.beta-bio ul {
    list-style: none;
    font-size: 15px;
    line-height: 30px;
}

.pi-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    cursor: pointer;
    z-index: 9999
}

.present-imam-wrapper {
    overflow: hidden;
}

.present-imam-main-wrap {
    position: relative;
    width: 100%;
    left: 0;
    transition: left 2s
}
.present-imam-home{
    width: 20px;
    cursor: pointer;
        display: block;
        position: absolute;
        top: 0px;
        left: 50%;
        margin-left: -10px
}
.jubilee-screen-1{
    /*position: absolute;*/
    width: 100%;
    bottom: 70px;

}

.mandate-ab{
    position: relative;
}



.arrow-speech {
    transform: rotate(180deg);
}

.mandate-wrapper {
    position: relative;
    padding-top: 56px;
    padding-bottom: 60px
}

.mandate-wrap {
    display: grid;
    grid-template-columns: 100%;
    position: relative;
    width: 100%;
    left: 0;
    transition: left 2s
}

.mandate-wrap.hide {
    position: absolute;
    left: 100%;

}

.footer {
    width: 100%
}

.footer-wrap {
    display: grid;
    margin-top: 40px;
}

.mandate-img {
    width: 100%;
}
.mandate-ab{
    overflow: hidden;
    position: relative;
}
.mandate-ab .carousel-middle{
    top: -70px
}

.mandate-alpha, .mandate-beta {
    text-align: center;

}

.mandate-alpha, .mandate-beta {
    position: relative;
        height: calc(50vh - 25px);
    overflow: hidden;
    display: grid;
    grid-template-columns: 50% 50%;
}

.mandate-alpha p, .mandate-beta p {
    width: 80%;
    margin: 0 auto;
    line-height: 25px;
    text-align: left;
}
.mandate-alpha h2, .mandate-beta h2{
    margin-top:20px 
}
.not{
    position: absolute;
    bottom: -30px
}

.mandate-expend {
    display: grid;
    grid-template-columns: 50% 50%;
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transition: left 2s

}

.mandate-expend.show {
    position: relative;
    left: 0;
}

.mandate-carousel-wrapper {
    padding: 90px;
    text-align: center;
    line-height: 30px
}

.back-mondate {
    transform: rotate(180deg);
}

.mandate-heading {
    color: #b5995a;
    font-size: 26px;
}

.Jubilee-wrap {
    width: 100%;
    box-sizing: border-box;
    padding: 100px;
    text-align: center;
}
.Jubilee-wrap p{
    text-align: left;
}
div#section4 {
    background: #17140c;
}
.jubilee-section{
   /* background: url(../images/jublee-bg.jpg);
    background-size: cover;*/
}

.Jubilee-wrap h2 span {
    font-family: "Montserrat-Light";
    font-size: 35px;
    font-weight: 100;
    position: relative;
    top: 5px;
    text-transform: capitalize;

}

.Jubilee-wrap h2 {
    text-transform: uppercase;
    font-size: 60px;
    font-family: "Montserrat-Bold";
    color: #b5995a;
    line-height: 55px;
    margin-bottom: 10px;
    margin-top: 8%;
}

.Jubilee-wrap h3,.Jubilee-wrap h3 a  {
    margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    top: 5px;
    color: #b5995a;
    text-decoration: none;
}
.Jubilee-wrap h3 a:hover{
    color: #404040;
}


.jubilee-link:after {
    content: "";
    display: inherit;
    position: absolute;
    background: url(../images/gold-right-arrow.png);
    width: 10px;
    height: 15px;
    right: -20px;
    top: 9px;
    background-size: 100% 100%;
    transition: right 0.5s;
}
.jubilee-link:hover:after {
    right: -30px;
}


.Jubilee-ab {
    width: 80%;
    margin: auto;
    margin-top: 80px;
    font-weight: 700

}

.silver-heading{
    color: #a7a6a9 !important
}

.gold-heading{
    color: #8a7350 !important
}

.diamond-heading{
    color: #289e98 !important
}
/*Azeem*/
.Jubilee-wrap > div {
    min-width: 100% !important;
    overflow: hidden;
        height: 100vh;
}

.Jubilee-wrap {
    display: flex;
    flex-direction: row;
    padding: 0;
    overflow-x: hidden;
    position: relative;
}
.empty {
    width: 100%;
    height: 57px !important;
    display: inline-block;
    position: absolute;
    top: 0;
    /* padding: 10px; */
    background: white;
    left: 0;
    z-index: 999;
}
.image-screen {
    width: 100%;
    height: auto;
}

.screen {
    position: relative;
}

.screen a.back-button {
    position: absolute;
    left: 120px;
    top: 51%;
}

#screen-2 a.back-button {
    left: 30px;
}

/*#screen-1 {
    padding-top: 14%;
}*/

#screen-1 .owl-carousel {
    font-family: "montserrat-light";
    font-weight: 100;
    line-height: 25px;
    color: #6a6a6a;
}

.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}




/*.ab-data .content{
    display: none;
}*/
/*.ab-data.current .tab{
    opacity: 0;
    display: none;
}
#screen-2{
    text-align: left;
}

.current .content{
    width: 100%;
    display: block;
}

.aga-4-img{
    width: 100%;
}
.ab-data{
    float: left;
    width: 16.65%;
    transition: width 2s
}
.ab-data .tab{
    width: 100%;
}
.ab-data .tab img{
    width: 100%
}
.ab-data.current{
    width: 50%;
}*/

#screen-2{
    position: relative;
}
.ab-data{
    width: 50%;
    position: absolute;
    z-index: 99
}
.ab-data .tab{
    float: left;
    position: relative;
    width: 33.56%;
        z-index: 9999;
        cursor: pointer;
}
.ab-data .tab img{ 
    width: 100%
 }
.ab-data .tab img{
    position: absolute;
    left: 0;
    top: 57px
}
.jubilee-aga-4{
    left: 0;
    transition: left 1s
}
.silver-wrapper{
    left: calc(50%);
    transition: left 1s
}
.golden-wrapper{
    left: calc(50% + 16.56%);
    transition: left 1s
}
.diamond-wrapper{
    left: calc(50% + 16.56% + 16.56%);
    transition: left 1s
}
.aga-4-img{
        width: 100%;
    height: auto;
}
.ab-data .content{
    background: #fff;
    width: 100%;
    height: 100vh
}
.ab-data.current .tab{
    display: none;
}
.silver-wrapper.current{
    left:16.56%;
    overflow: hidden;

}
.golden-wrapper.current{
    left:calc(16.56% + 16.56%);

}
.silver-wrapper .content{
    border-top: 9px solid #a7a6a9;
    border-left: 1px solid #a7a6a9;
    padding: 0 50px;
        margin-top: 56px;
    
}
.content {
    
    box-sizing: border-box;
}
.current .content{
    display: block;
}
.handle, .sliver-logo{
    display: block;
}
.handle{
    width: 2.3%;
    margin-left: 50px;
}
.sliver-logo{
       width: 115px;
    margin-top: 20px;
}
.ab-heading{
        text-align: left;
    font-size: 40px;
    margin-top: 40px;
    color: #b5995a;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Montserrat-light";
}
.sliver-content{
    text-align: left;
}
.sliver-content .owl-dots{
    margin-top: 15px
}
#screen-2 {
    background: #fff
}
.content img{
    opacity: 0;
    transition:opacity 1s;
}
.current .content img{
    opacity: 1

}
.sliver-content .owl-dots{
    text-align: left;
}
img.main-jubilee {
    position: absolute;
    top: 50%;
    left: 30px;
    transform: rotate(180deg);
    cursor: pointer;
}
.mandate-arrow,.back-mondate{
    cursor: pointer;
}
.menu{
    position: fixed;
    bottom: calc(100% - 57px);
    width: 100%;
    transition: bottom 0.7s;
    z-index: 999
}

.fp-viewing-home .menu{
    position: fixed;
    bottom: 0;
    
}
#section2{
    background: #b5995a
}
.table{
    display: table;
    height: 100%;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.section{
    overflow: hidden;
}
.fp-controlArrow{
    display: none;
}
.half-wrapper{
    display: grid;
    grid-template-columns: 50% 50%;
}
.pi-imam-content{
    padding-left: 15%;
    box-sizing: border-box;
}
.fp-slide{
    overflow: hidden;
}
.owl-theme .owl-nav [class*=owl-]{
    background: transparent !important;
    margin: 0;
    padding: 0;
}
/*.overview-carousel-wrapper .owl-prev{
        position: absolute;
    bottom: -60px;
    left: 48%;
    margin-left: -10px !important
}
.overview-carousel-wrapper .owl-next{
        position: absolute;
     bottom: -60px;
    right: 48%;
    margin-right: -10px !important
}*/
.carousel-middle{
    position: absolute;
    top: 0;
    bottom: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    display: block;
    width: 100%;
    right: 0
}
.overview-carousel{
    /*margin-top: 40px*/
}

.overview-carousel-wrapper .back{
   /* position: absolute;
        top: 80px;
    left: 20px; */
}
.overview-carousel .owl-item{
    /*padding: 0 70px;*/
        box-sizing: border-box;
}
/*.overview-carousel .disabled{
    display: none !important;
}*/
.sliver-color{
    color: #8f8e93;
    font-size: 30px;
    margin-top: 20px
}
.sliver-content .owl-nav{
    display: none;
}
.prince-img2 {
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.link{
        margin-bottom: 10px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    top: 5px;
    color: #b5995a;
    text-decoration: none;
    display: inline-block;
    float: left;
    clear: both;
}
.link:after {
    content: "";
    display: inherit;
    position: absolute;
    background: url(../images/gold-right-arrow.png);
    width: 10px;
    height: 15px;
    right: -20px;
    top: 17px;
    background-size: 100% 100%;
    transition: right 0.5s
}
.link:hover:after{
    right: -30px
}
.main-img{
        width: 100%;
}
.gold{
    background: #b5995a;
    color: #fff;
}
.home{
    width: 20px;
    padding-top: 80px;
}

.main-screen .table{
    padding-left: 15%;
    box-sizing: border-box;
    transition: padding-left 1s
}
.main-fixed .table{
       position: absolute;
    padding-left: 50px;
    left: 0;
    top: 0;
    height: 100vh;
}
.special-main-img img{
    opacity: 1;
    transition: opacity 1s;
}
.main-fixed .special-main-img img{
    opacity: 0
}
.main-fixed .pi-imam-links{
    width: 200px;
}
.ir-wrapper {
    position: absolute;
    top: 0;
    width: calc(100% - 350px);
    right: -100%;
    height: 100vh;
    padding-top: 80px;
    transition: right 1s;
    background: #fff
}
.ir-wrapper > div{
    padding:20px;
}
.ir-wrapper.showing{
    right: 0
}
.esr-wrapper {
    position: absolute;
    top: 0;
    width: calc(100% - 520px);
    right: -100%;
    height: 100vh;
    padding-top: 80px;
    transition: right 1s;
    background: #fff;
}
.esr-wrapper.showing{
    right: 0
}
.next-slide{
     text-align: center;
    width: 100%;
    display: inline-block;
}
.next{
    cursor: pointer !important;
    opacity: 1 !important
}
.comunity-main-carousel .owl-next{
    position: relative;left: 15px
}
.comunity-main-carousel .owl-right{
    position: relative;right: 15px
}
.owl-carousel .owl-nav{
        margin-top: 30px;
}
.owl-carousel .owl-nav .owl-next{
        position: relative;
    left: 7px;
}
.owl-carousel .owl-nav .owl-prev{
        position: relative;
    right: 7px;
}
.tab1-handle{
    margin-top: 0px;
    margin-bottom:0;
    width: 70px;;
}
.aga-tab-1 {
    
    border-top: 8px solid #b5995a;
}
.aga-tab{
    margin-top: 57px;
}
.aga-tab-1 h4{
       color: #b5995a;
    font-size: 22px;
    font-weight: bold;
    margin-left: 25px;
    font-family: "montserrat-bold";
    text-transform: uppercase;
}
.aga-4-1 main{
    border-right: 1px solid #b5995a

}
img.Jubilee-logo {
    width: 75%;
    margin: auto;
    display: block;
}
.tab-handle {
    width: 16px;
    display: block;
    margin: auto;
}
.aga-tab-2 {
    border-top: 8px solid #a7a6a9;
}
.aga-tab-2 h4{
    color: #a7a6a9;
        font-size: 20px;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
}
.aga-4-2 main{
    border-left: 1px solid #a7a6a9;
}
.aga-tab-3 h4 {
    color: #8a7350;
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
}
.aga-tab-3 {
    border-top: 8px solid #8a7350;
}
.aga-4-3 main{
    border-left: 1px solid #8a7350;
}
.aga-tab-4 h4 {
    color: #289e98;
    font-size: 20px;
    margin-top: 100px;
    margin-bottom: 40px;
    text-align: center;
}
.aga-tab-4 {
    border-top: 8px solid #289e98;
}
.aga-4-4 main{
    border-left: 1px solid #289e98;
}
.inner-logo{
    width: 120px;
    margin-left: 40px;
    display: block;
}
.inner-handle {
    width: 16px;
    display: block;
    margin-left: 90px;
        margin-bottom: 40px;
}
.inner-jubilee-text{
    margin: 0 40px;
}
.inner-jubilee-text h3{
    margin: 20px 0
}
.owl-carousel{
        line-height: 27px;
    font-size: 16px;
}
.aga-tab-3-main{
    border-left: 1px solid #a7a6a9;
        margin-left: 1px;
}
.aga-tab-4-main{
    border-left: 1px solid #289e98;
        margin-left: 1px;
}
.home-jubilee {
    width: 20px;
    padding: 20px;
    display: block;
}
.aga-3-platinum{
    border-left: 1px solid #a7a6a9;
    margin-left: 1px;
}


.timeline-img {
    padding: 5px 2.5px;
    background: #fff

}
.time-wrapper{
        height: calc(100vh - 58px);
    background: #b5995a;
    margin-top: 58px;
}
.timeline-year {
    background: #fff;
    display: inline-block;
    padding: 2px 30px;
    margin: 20px 0;
    color: #b5995a;
    position: relative;
}
.timeline-caption{
    text-align: center;
    position: relative;
}
.circle{
    background: #b5995a;
    border-radius: 50%;
    border: 5px solid #fff;
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    top: -11px;
    left: 50%;
    margin-left: -10px;
}
.circle:before{
   content: "";
    position: absolute;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #fff;
    top: -24px;
    margin-left: -4px;
    border-radius: 50%;
}

.circle:after{
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 20px;
    background: #fff;
    top: -20px;
    margin-left: -1px;
}
.timeline-year:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    height: 60px;
    background: #ffffff;
    top: -11px;
    margin-left: -1px;
    z-index: -1;
}
.timeline-year:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 8px;
    height: 8px;
    background: #fff;
    bottom: -22px;
    margin-left: -4px;
    border-radius: 50%;
    z-index: 9;
}   
.timeline-year p{
    z-index: 999
}
.timeline-para{
    padding: 20px 60px;
    font-size: 16px;
    line-height: normal;
    color: #fff;
}
.timeline .owl-prev{
    position: absolute !important;
    right: calc(100% - 34px) !important;
    bottom: 30PX;

}
.timeline .owl-next{
        position: absolute !important;
    left: calc(100% - 34px) !important;
    bottom: 30px;
}
.timeline .owl-nav{
    margin-top: 0 !important
}
.seat-para{
    position: relative;
}
.biography-carousel{
    width: 90%;
}

/*single speech*/
.single-speech{
    width: 80%;
    margin: auto;
    position: relative;
}
.speech-quote:after{
    content: "";
    position: absolute;
    top: 8px;
    left: -50px;
    width: 50px;
    height: 30px;
    background: url(../images/quote.png);
        background-size: contain;
    background-repeat: no-repeat;
}
.speech-reference{
    color: #b5995a;
    text-align: left;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
}
.speech-link{
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 20px

}
.speech-link a{
        color: #b5995a;
    background: #fff;
    text-decoration: none;
        padding: 5px 20px;
    display: inline-block;
    border: 1px solid #b5995a;
}
.speech-cta{
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 1em;

}
.speech-cta a{
        color: #fff;
    background: #b5995a;
	font-size: 16px;
    text-decoration: none;
    padding: 8px 20px;
    display: inline-block;
    border: 1px solid #b5995a;
}
.speech-search{
    width: calc(80% + 25px);
    margin: auto;
    color: #fff;
    background: #5a5a5a;
    padding: 5px 15px
    box-sizing: border-box;
    margin-top: 20px;
    position: relative;
    left: -25px;
}
.search{
        width: calc(100% - 245px);
    padding: 10px;
    border: 1px solid #5a5a5a;
    -webkit-apperance:none;
    border-radius: 0;

}
label{
    padding: 0 5px;
    box-sizing: border-box;
    font-size: 13px
}
.submit{
        padding: 7px 22px;
    position: relative;
    top: 2px;
    border: 0;
    background-color: transparent;
    background-image: url(../images/search-icon.png);
        background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.img-heck{
    position: relative;
    height: 100vh;
}
.img-heck img{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto
}
.fixed-width{
    width: 500px;
    margin: auto;
}
.fixed-width p{
    margin-bottom: 15px
}
.community-img{
    margin-top: 55px
}
.fixed-width-pi{
    width: 650px;
    margin: auto;
}
.home-jubilee-main{
    position: absolute;
    top: 58px;
        cursor: pointer;
}

.agas-year {
    margin-top: 40px;
    text-align: center;
    font-size: 20px !important;
}
.pi-imam-img{
    margin-top: 56px;
    height:calc(100vh - 56px);
    overflow: hidden;
}
.lang a{
    color: #17120e;
    text-decoration: none;
}
.ab-lh{
    line-height: 55px
}
.alpha-content{
    margin: 20px 0
}
.fp-scroller {
  transition-duration: 500ms !important;
}
.inner-jubilee-text{
    display: inline-block;
}
.inner-jubilee{
    width: 550px;
}
.fp-viewing-home .footer{
    display: none;
}
.footer{
  
}
.expend-footer{
    transform: translateY(0);
}
.upper-footer{
    background: #17120e;
    color: #fff;
    padding: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    font-size: 11px;
    border-bottom: 1px solid #fff;
}

.footer-btn {
    position: absolute;
    right: 10px;
    top: 10px;
        transform: rotate(-90deg);
        transition: transform 0.5s;
}
.expend-footer .footer-btn{
    transform: rotate(90deg);
}
.footer-btn img{
    width: 10px;
}
.footer-menu{
    background: #17120e;
    text-align: center;
}
.footer-menu li{
        display: inline-block;
    padding: 20px 10px;
    margin-left: 40px;
    text-transform: uppercase;
    font-size: 14px;
}
.footer-menu li a{
    color: #fff;
    text-decoration: none;
    font-size: 11px
}
.footer-menu li:first-child {
    margin-left: 0 !important;
}

.tab-heading{
    font-size: 22px;
    font-weight: bold;
    margin-left: 0;
    font-family: "montserrat-bold";
    text-transform: uppercase;
    padding: 10px 0;
    text-align: left !important;
        font-size: 20px !important;
            border: 1px solid;
            cursor: pointer;
}

.tab-heading.tab1{
        color: #b5995a;
    
}
.tab-handle-mobile{
        margin-top: 0px;
    margin-bottom: 0;
    width: 60px;
        margin-left: -20px;
}
.tab-name{
    margin: auto 10px
}

.mobile{
    display: none
}
.tabss{
        margin-top: 60px;
    margin-bottom: 140px;
}
.fp-controlArrow {
    display: none !important;
}


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

.desktop{
    display: none;
}
.mobile{
    display: block
}
.inner-logo {
    width: 120px;
    display: block;
        margin: auto;
    margin-top: 30px;
}
.home-jubilee-main {
    position: relative;
    top: 58px;
    cursor: pointer;
    left: 50%;
    margin-left: -35px;
}
.inner-jubilee{
    width: 300px
}
.inner-jubilee-text{
    margin-bottom: 60px
}
  .nav li{
    width: auto;
    padding: 20px 0px;
    margin-left: 10px;
        font-size: 13px;
  }
  .menu{
    bottom: calc(100% - 55px);
  }
  .logo img{
    width: 300px
  }
  .about-prince-wrapper{
    grid-template-columns:100%;
  }
  .prince-para{
    padding: 0 40px;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 90px;

  }
  .prince-img2{
    height: 50vh
  }
  .prince-para.table-cell > p:first-child:after{
    width: 30px;
    left: -35px;
  }
  .prince-intro{
    height: 50vh;
    overflow: hidden;
  }
  .overview-wrap .fp-tableCell{
        grid-template-columns: 100%
  }
  .overview-alpha {
        padding-top: 90px;
    box-sizing: border-box;
    text-align: center;
}
.table{
    width: 100%;
    height: auto
}
.overview-beta p{
    width: 300px;
    padding: 40px 0;
    margin: auto;
    padding-bottom: 90px
}
.overview-alpha{
    padding-left: 0
}
.overview-link a{
    float: none;
}
#screen-1 .owl-carousel{
    width: 300px
}
.Jubilee-ab{
    margin-bottom: 90px;
    margin-top: 40px
}
.seat-main, .community-main, .community-expend{
    grid-template-columns:100%;
}
.white-text{
    width: 300px;
    margin: auto;
    margin: 40px auto;
    margin-bottom: 90px
}
.community-para {
    padding: 0;
    text-align: center;
    margin-top: 80px
}
.half-wrapper{
    grid-template-columns: 100%;
}
    .a {
        grid-column: 1;
        grid-row: 1 / ;
    }
    .b {
        grid-column: 1 / 2 ;
        grid-row: 1;
    }
    .gold-text{
        width: 300px;
        margin: auto;
        padding: 40px 0;
        padding-bottom: 90px
    }
    .pi-imam-img {
    margin-top: 54px;
        height: auto;
}
.main-content{
    padding: 0;
    padding-top: 80px;
        text-align: center;
}
.mandate-alpha, .mandate-beta{
    grid-template-columns:100%;
}
.carousel-middle{
    position: relative;
    height: auto !important;

}
.mandate-ab .carousel-middle{
    top: 0
}
.mandate-alpha, .mandate-beta{
    height: auto ;
     margin-bottom: 90px;
}
.pi-imam-content{
    padding-left: 0;
    text-align: center;
        margin-bottom: 90px;
}
.pi-imam-links {
    line-height: 45px;
    font-size: 24px;
    display: grid;
    width: 100%;
    text-align: center;
}
.img-heck{
    height: auto
}
.img-heck img{
    position: relative;
}
.home{
    padding-top: 20px
}
.fixed-width{
    width: 300px;
    margin-bottom: 90px
}
.biography-wrap{
    grid-template-columns: 100%;
}
.fixed-width-pi{
    width:300px;
        margin: 40px auto;
        margin-bottom: 90px
}
.alpha-bio, .beta-bio{
    padding: 0
}
.beta-bio p{
    padding-right: 0
}
.alpha-content{
    text-align: center;
}
.expend-img img{
    width: 100%;
    height: auto
}
.alpha-bio{
    padding-top: 50px;
}
.speech-carousel{
    width: 300px;
        margin: auto;
            margin-top: 40px;
}
.single-speech {
    width: 100%;
        box-sizing: border-box;
}
.speech-quote:after{
    left: 0;
    display: none;
}
.speech-search{
        width: 90%;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 16px;
  
    margin: auto;
    left: 0;
    box-sizing: border-box;
      margin-bottom: 90px;
          margin-top: 20px;
}
.speech-search label{
        display: block;
    padding: 5px;
    box-sizing: border-box;
}
.search {
    width: calc(100% - 55px);
}
.present-imam-home{
    top: 0
}
.Jubilee-wrap h2{
    margin-top: 80px
}
.footer-menu li{
            width: 100%;
    margin-left: 0;
    }
    .vh{
    height: auto !important
}
}