@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Raleway:wght@800&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Raleway:wght@800&family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.raleway-800{
    font-family: 'Raleway', sans-serif;
}

h1, h2, h3, h4{
    font-family: Lato, sans-serif;
}

/*p{*/
/*    font-family: Lato, sans-serif;*/
/*}*/

body{
    /*background-color: rgba(24, 36, 47, 0.8);*/
    background-color: #FAF9F6;
    color: #000;
    overflow-x: hidden;
    font-family: Lato, sans-serif;
}


/* Media queries */
@media (max-width: 600px) {
    .text-internal-pages{
        font-size: 20px;
    }
    .text-pos-internal-pages{
        bottom: 20px!important;
        left: 20px!important;
    }
    .font-size-mobile{
        font-size: 2rem!important;
    }
}

@media (max-width: 768px){
    /*.text-position{*/
    /*    bottom: 0!important;*/
    /*    left: 50%!important;*/
    /*    font-size: 20px;*/
    /*}*/
    /*.text-position-islam{*/
    /*    bottom: 64%!important;*/
    /*    left: 21%!important;*/
    /*    font-size: 20px;*/
    /*}*/
    .icon-contact {
        font-size: 50px!important;
    }
    .infobox-about{
        height: 170px!important;
    }

}

@media (max-width: 991px){
    .text-position{
        bottom: 0!important;
        left: 50%!important;
        font-size: 20px;
    }
    .text-position-islam{
        bottom: 64%!important;
        left: 21%!important;
        font-size: 20px;
    }
    .text-position-potential{
        top: 72%!important;
        left: 14%!important;
        font-size: 20px;
    }
}

@media (max-width: 1024px){
    .text-position{
        font-size: 20px;
    }
}

@media (max-width: 1440px){
    .text-position{
        font-size: 24px;
    }
}

a#homeThumb{
    color: white;
}

a#homeThumb:hover {
    color: #fff;
}

.nav-custom{
    font-size: 30px;
    color: #EFA632!important;
}
.nav-custom:hover{
    color: #fff!important;
    font-weight: bold;
}

.text-gold{
    color: #EFA632;
}

.nav-current-page{
    font-size: 18px;
    /*border-bottom: 3px solid #EFA632;*/
    color: #EFA632!important;
    font-weight: bold;
    cursor: pointer;
}

.border-bottom-white{
    border-bottom: 4px solid white;
}

/*.footer-icons{*/
/*    font-size: 20px;*/
/*    padding: 0rem 0.25rem;*/
/*}*/

.footer-icons:hover{
    color: #EFA632!important;
}

.footer-nav-custom:hover{
    color: #EFA632!important;
    font-weight: bold;
}

.slick-left{
    position: absolute;
    left: 2.5%;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    height: 30px;
    box-shadow: 0 0 10px #000;
    border-radius: 100px;
}

.slick-right{
    position: absolute;
    right: 2.5%;
    top: 50%;
    z-index: 1;
    cursor: pointer;
    height: 30px;
    box-shadow: 0 0 10px #000;
    border-radius: 100px;
}

.background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 50vh;
}

.text-position{
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tl-50{
    top: 38%;
    left: 30%;
    width: 400px;
}

.bg-thumb{
    background-color: rgba(255, 255, 255, 0.3);
    transition: ease-in-out 0.2s;
    cursor: pointer;
}
.bg-thumb:hover{
    background-color: rgba(255, 255, 255, 0.5);
}

.bg-navy{
    background-color: rgba(255, 255, 255, 0.5);
    transition: ease-in-out 0.2s;
    cursor: pointer;
}
.bg-navy:hover{
    background-color: rgba(137, 164, 195, 1);
}

.home-thumb-text{
    color: black;
    text-decoration: none!important;
}
.home-thumb-text:hover{
    color: black!important;
    text-decoration: none!important;
}

.img-hover-zoom {
    /*height: 300px; !* Modify this according to your need *!*/
    overflow: hidden; /* Removing this will break the effects */
}

.img-hover-zoom--blur img {
    transition: transform 1s, filter 0.5s ease-in-out;
    filter: blur(0);
    transform: scale(1);
}

/* The Transformation */
.img-hover-zoom--blur:hover img {
    filter: blur(3px);
    transform: scale(1.2);
}


.zoom-in{
    transition: transform 1s, filter 0.5s ease-in-out;
    /*filter: blur(0);*/
    transform: scale(1);
    overflow: hidden;
}
.zoom-in:hover{
    /*filter: blur(3px);*/
    transform: scale(1.2);
}

.zoom-in:hover.text,
.zoom-in:focus.text{
    filter: blur(0)!important;
}

.zoom-in-2{
    transition: transform 1s, filter 0.5s ease-in-out;
    /*filter: blur(0);*/
    transform: scale(1);
    overflow: hidden;
}
.zoom-in-2:hover{
    /*filter: blur(3px);*/
    transform: scale(1.1);
}

.zoom-in-2:hover.text,
.zoom-in-2:focus.text{
    filter: blur(0)!important;
}

.img-hover{
    transition: ease-in-out 0.3s;
}
.img-hover:hover{
    box-shadow: inset 0 0 0 1000px rgba(24,36,47,0.5);
}

.text-shadow{
    text-shadow: 0 0 10px black;
}

.text-shadow-white{
    text-shadow: 0 0 10px white;
}

/* Keyframes */
.bottom{
    position: relative;
    transform: translateY(50px);
    opacity: 0;
    transition: 0.5s all ease;
}
.bottom.active{
    transform: translateY(0);
    opacity: 1;
}

.animate-left{
    position: relative;
    transform: translateX(-50px);
    opacity: 0;
    transition: 0.5s all ease;
}
.animate-left.active{
    transform: translateX(0);
    opacity: 1;
}

.animate-top{
    position: relative;
    transform: translateY(-50px);
    opacity: 0;
    transition: 0.8s all ease;
}
.animate-top.active{
    transform: translateY(0);
    opacity: 1;
}

.ar-800 {
    padding-top: 60.66%!important;
}
.ar-400{
    padding-top: 30.66%!important;
}
.ar-container {
    background-position: 50%;
    background-size: cover;
    padding-top: 100%;
    position: relative;
    width: 100%;
}

.no-link{
    text-decoration: none!important;
}

.border-gold{
    border: 2px solid #F2A634;
}

.box-shadow-black{
    box-shadow: 0 10px #000;
    border-radius: 100px;
}

.cursor-pointer{
    cursor: pointer;
}

.icon-contact{
    font-size: 70px;
    color: #18242F;
}

.icon-contact-text{
    font-size: 22px;
    text-transform: uppercase;
    color: black;
}

.icon-contact-email{
    font-size: 20px;
    text-decoration: none!important;
    transition: .3s;
    color: black!important;
}

.team-link{
    text-decoration: none!important;
    transition: ease-in-out 0.2s;
}
.team-link:hover{
    color: black;
}

.plinth {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: ease 0.2s;
}
.plinth:hover{
    /*background-color: #18242F;*/
    background-color:  #E7D27C;
    color: black;
}

a.plinth-chat {
    /*box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;*/
    border: 1px solid lightgrey;
    /*transition: ease 0.2s;*/
}

.plinth-chat-icon:hover{
    color: red!important;
}

.infobox-about{
    border: 1px solid #3b3b6d1f;
    height: 250px;
    /*width: 300px;*/
    background-color: #fff;
}

.teamBox{
    transition: ease 0.2s;
}
.teamBox:hover{
    background-color: #E7D27C  !important;
}

.btn-team{
    background-color: rgba(255,255,255,0.5);
    font-size: 17px;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.border-team{
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.close-button{
    top: 15px;right: 15px; cursor: pointer; font-size: 35px;
}

.modal-header{
    border-bottom: 1px solid #E7D27C;
}

.text-active{
    background-color: #E7D27C!important;
    font-weight: bold;
}

.text-active-mobile{
    background-color: #E7D27C!important;
    font-weight: bold;
    color: black!important;
}

.important-date-link{
    color: blue;
    transition: 0.2s ease;
}
.important-date-link:hover{
    color: #EFA632;
}

.table-bg{
    /*background-color: rgba(239, 166, 50, 0.2);*/
    background-color: rgba(255, 255, 255, 1);
}

.table-border{
    border-bottom: 2px solid rgba(0, 0, 0, 0.2)!important;
}

/* Side nav */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    /*border-left: 2px solid #EFA632;*/
    /*border-top: 2px solid #EFA632;*/
    /*border-bottom: 2px solid #EFA632;*/
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 18px;
    color: black;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    background-color: #E7D27C  !important;
}

.sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 25px;
    font-size: 35px;
    margin-left: 50px;
    color: black;
}

.sidenav .closebtn:hover {
    background-color: transparent!important;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}


/* Mobile nav */
.list-group-item{
    background-color: transparent;
}

.nav-mobile{
    font-size: 17px;
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-y: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 6%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 19px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    background-color: #E7D27C;
    color: black;
    font-weight: bold;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 35px;
}

.overlay .closebtn:hover{
    background-color: transparent!important;
    color: white;
}

@media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.myNav.hr{
    border-top: 1px solid red;
}

.text-pos-internal-pages{
    bottom: 50px;
    left: 50px;
}

.btn-danger{
    background-color: #dc3545!important;
}

.btn-secondary{
    background-color:#6c757d!important;
    border-color:#6c757d;
    color:#fff;
}

.dark-img {
    position: relative;
    width: auto;
}

.dark-img img {
    /*display: block;*/
    width: auto;
    height: auto;
}

.dark-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background: rgba(0, 0, 0, .3);
}

.media-thumbnail-wrapper {
    overflow: hidden;
    height: 0;
    padding-top: 56.25%;
    background-size: cover;
    position:relative;
}

.media-thumbnail-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0,0,0,0.55);*/
    transition: .5s
}

.media-thumbnail-inner:hover {
    /*background-color: rgba(0,0,0,0.35);*/
}

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

.modal-header{
    background-color: #E7D27C
}

.line-clamp {
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.team-description {
    font-size: 19px;
}

.modal-body {
    padding: 1.5rem;
}



