/* root classes-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
:root{
    --color-white:#FFFFFF;
    --color-hero:#E79600;
    --color-hero-2:#FAA21B;
    --color-hero-varriant:#FDF7EB;
    --color-heading:#2D2F30;
    --color-light-black:#636363;
    --color-darker-blue:#101828;
    --color-dark-blue:#142F47;
    --color-light-blue:#1D2939;
    --button-color:#F9F8F9;
    --color-light-grey: #E4E7EC;
    --color-blue-shade:#1282A6;
    --color-light-blue-shade:#F2FCFF;
    --color-grey-accent:#98A2B3;
    --color-hero-acccent:#52A0B4;
    --color-card-text: #667085;
    --color-gray-heading:#4F4F4F;
    --color-light-gray-border:#E7E5E5;
    --color-gray-border:#E5E5E5;
    /* --color-bg: #E5E5E5; */
}


/* rest ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
*{
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: 0;
    border: 0;
    appearance: none;
    box-sizing: border-box;
    /* list-style: none; */
 
    
}


/* default styling and custom-helper-classes-------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html{
    font-size: 10px;

}
body{
    font-family: 'Rubik', sans-serif;
    font-size: 10px;
    overflow-x: hidden;
    line-height: 10px;
}
a{
    text-decoration: none;
}
h1{
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 6.4rem;
    line-height: 96px;
    text-align: center;
    color: var(--color-white);
    margin-bottom: 0px;
    text-transform: capitalize;
}
h2{
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 43px;
    color: var(--color-heading);
    margin-bottom: 0px;
    text-transform: capitalize;
}
h3{
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 2.2rem;
    line-height: 26px;
    color: var(--color-heading);
    margin-bottom: 0px;
    text-transform: capitalize;
}
p{
    margin-bottom: 0px;
}
ul{
    padding: 0;
    margin: 0;
}
.wrapper{
    padding-left: 10%;
    padding-right: 10%;
    overflow: hidden;

}
.row{
    margin: 0px;
    padding: 0px;
}


iframe{
    width: 100%;
}

.col-lg-3,.col-lg-4,.col-lg-5.col-lg-6,.col-lg-7,.col-lg-9{
    padding: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
.row>* {
  
    padding-right:0px;
    padding-left: 0px;
}
@media screen and (max-width: 1024px) {
    .wrapper{
        padding-left: 6%;
        padding-right: 6%;
    }
}
@media screen and (max-width: 550px) {
    .wrapper{
        padding-left: 5%;
        padding-right: 5%;
    }
}

.page-item:last-child .page-link,.page-item:first-child .page-link  {
    border-radius: 8px !important;
 }
 .carousel-control-next, .carousel-control-prev {
    width: 5%;
}
 .carousel-control-prev-icon, .carousel-control-next-icon {
    width: 50px;
    height: 80px;
}
.golden-button{
    padding: 10px 25px;
    background-color: var(--color-hero);
    border-radius: 8px;
    height: 44px;
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 24px;
    color: var(--button-color);
    display: inline-block;
    transition-property: transform,background-color;
    transition:  0.3s ease-in-out;
    text-transform: capitalize;
}

.golden-button:hover{
    transform: translateY(-7px);
    color: var(--color-hero);
    background-color: var(--color-hero);
    background-color: var(--button-color);
    border: 1px solid var(--color-hero);
    box-shadow: 0px 10px 10px rgba(0,0 ,0, 0.4);
}


.golden-button:active{
    transform: translateY(-2px);
    box-shadow: 0px 4px 10px rgba(0,0 ,0, 0.4);
}
.border-lf{
    border-left: 1px solid var(--color-white);
}
.border-rt{
    border-right: 1px solid var(--color-white);
}
.viewmore-btn{
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    color: var(--color-hero-acccent);
    display:inline-flex ;
    align-items: center;
    width:115px;
    text-transform: capitalize;

}
.viewmore-btn:hover {
   color: var(--color-hero);
    transform: scale(1.03);
}
.viewmore-btn span,.viewmore-btn i{
    transition: all 0.2s linear 0s;
}
.viewmore-btn:hover span{
    transform: translateX(-2px);  
}
.viewmore-btn:hover i{
   transform: translateX(2px);   
}

/* animated keyframes functions-------------------------------------------------------------------------------------------------------------- */
@keyframes fadeInLeftC {
    0% {
      opacity: 0;
      transform: translateX(-250px);
    }
  
    100% {
      opacity: 1;
      transform: translateX(0);
    }
}
@keyframes fadeInRightC {
0% {
    opacity: 0;
    transform: translateX(250px);
}
100% {
    opacity: 1;
    transform: translateX(0);
}
}
@keyframes icon-animation {
    0%{
        opacity: 1;
        transform: scale(1.5);
    }
    100%{
        opacity: 0;
        transform: scale(1);
    }
}




/* navbar---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.navbar-wrapper {
    
    position: sticky;
    top: 0;
    left: 0;
    z-index: 100;
}



  
.navbar-wrapper .navbar{
    margin-top: -2px;
    padding-top: 28px;
    padding-bottom: 28px;
    background-color: var(--color-dark-blue);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    position: relative;
    overflow: visible;
}

.navbar-nav {
    grid-gap: 32px;
   
}
.navbar-brand{
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 10%;
    background: var(--color-dark-blue);
    padding-top: 10px;
    padding-left: 33px;
    padding-right: 10px;
    transition: 0.4s all ease-in-out;
}
.navbar-wrapper.sticky .navbar-brand{
    padding: 10px;
    padding-bottom: 13px;
    /* position: unset; */
}
.navbar-brand img{
    width: 208px;
    height: 54px;
    /* border: 1px solid var(--color-hero); */
    padding: 5px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    margin: 0;
    padding: 0;
    color: var(--color-white);
}
.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link,
.navbar-expand-lg .navbar-nav .nav-item .active {

    color: var(--color-hero);
}
.navbar .navbar-toggler {
    position: relative;
    width: 30px;
    height: 30px;
    padding: 0;
    text-align: right;
    
}
.navbar .navbar-toggler:focus{
    box-shadow: none;
}
.navbar .navbar-toggler .line{
    background-color: var(--color-white);
    width: 75%;
    height: 2px;
    display: block;
    transition: all 0.2s ease-in-out;
}
.navbar .navbar-toggler .line::after{
    background-color:  var(--color-white);
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    right: 0;
    top: 5px;
    transition: all 0.2s ease-in-out;

}
.navbar .navbar-toggler .line::before{
    background-color:  var(--color-white);
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    right: 0;
    bottom: 5px;
    transition: all 0.2s ease-in-out;

}
.navbar .navbar-toggler:hover .line::after,.navbar .navbar-toggler:hover .line::before,.navbar .navbar-toggler:hover .line {
    width: 100%;
}

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

    .navbar-wrapper .navbar-brand{
        padding-top: 15px;
        padding-bottom: 30px;
        padding-left: 23px;
        padding-right: 10px;
        /* position: unset; */
    }
    .navbar-wrapper .navbar-brand img{
        width: 184px;
        height: 53px!important;
        margin-top: 14px!important;
    
    }
}

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

    .navbar-wrapper .navbar-brand{
        position: unset;
    }
    .navbar-wrapper .navbar-brand{
       padding: 0px;
        /* position: unset; */
    }
    .navbar-wrapper.sticky .navbar-brand{
        padding: 0px;
         /* position: unset; */
     }
    
}
@media screen and (max-width: 991px) {
    .navbar-nav {
        grid-gap: 20px;
        margin-top: 25px;
    }

    .navbar-wrapper .navbar{
        padding-top: 12px;
        padding-bottom: 17px;
        
    }
   
    
}


/* newsletter--------------------------------------------------------------------------------------------- */
.newsletter{
    padding-top: 48px;
    padding-bottom: 48px;
    background-color: var(--color-darker-blue);
    color: var(--color-white);
}
.newsletter .form-wrapper{
    display: flex;
    flex-wrap: wrap;   
    flex-direction: row;
    justify-content: space-between;
    grid-gap: 24px;
}
.newsletter .form-wrapper .text-and-suppourting-text h2{
    font-style: normal;
    font-weight: 500;
    font-size: 2rem;
    line-height: 30px;
    color:var(--color-white);
}
.newsletter .form-wrapper .email-capture{
    display: flex;
    flex-wrap: wrap;   
    flex-direction: row;
    grid-gap: 16px;
}
.newsletter .form-wrapper .text-and-suppourting-text p{
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 8px;
    color:var(--color-light-grey);
}
.newsletter .form-wrapper .email-capture .email-part{
    background: var(--color-white);
    border: 1px solid #D0D5DD;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;  
    width: 280px;
    height: 44px;   
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 24px;
    padding: 10px 14px;
}
.newsletter .form-wrapper .email-capture .email-part::placeholder{
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 24px;
}
.newsletter .form-wrapper .email-capture .subscribe-btn{
    display:flex;
    padding: 10px 25px;
    background: var(--color-blue-shade);
    border-radius: 8px;
    color: var(--color-white);
    height: 44px;
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 24px;
    transition: all 0.1s ease-in-out;
}
.newsletter .form-wrapper .email-capture .subscribe-btn input{
    background-color: inherit;
    color: inherit;
   
}
.newsletter .form-wrapper .email-capture .subscribe-btn:hover{
    background-color: var(--color-hero);

}







/* footer---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.footer{
    padding-top: 64px;
    padding-bottom: 48px;
    background-color: var(--color-light-blue);
    
}

.footer .footer-content-wrapper{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;  
    grid-gap: 32px;
}
.footer .footer-content-wrapper .logo-and-links .company-logo {
    width: 120px;
height: 32px;
}
.footer .footer-content-wrapper .logo-and-links p{
    color: var(--color-light-grey);
    max-width: 349px;
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 32px;
}
.footer .footer-content-wrapper .logo-and-links .footer-nav {
    margin-top: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    grid-gap: 32px;

}
.footer .footer-content-wrapper .logo-and-links .footer-nav a{
    color: var(--color-light-grey); 
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 24px;

}
.footer .footer-content-wrapper .logo-and-links .footer-nav a:hover{
    color: var(--color-hero); 
   

}
.footer .footer-content-wrapper .contact-section h2{
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 24px;
    color: var(--color-white);
}
.footer .footer-content-wrapper .contact-section .contact-list{
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    color: var(--color-light-grey);
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    margin-top: 27px;
}
.footer .footer-content-wrapper .contact-section .contact-list  li,.footer .footer-content-wrapper .contact-section .contact-list a{
    display: flex;
    align-items: center;
    grid-gap: 13.7px;
}
.footer .footer-content-wrapper .contact-section .contact-list a{
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    color: var(--color-light-grey);
}
.footer .footer-content-wrapper .contact-section .contact-list a:hover{
    color: var(--color-hero-acccent);
}
.contact-section.link-section .link-resource{
    display: flex;
    grid-gap: 20px;
    font-size: 1.6rem;
    line-height: 35px;
}
.contact-section.link-section .link-resource .resource-about{
    margin-top: 20px;
}
.contact-section.link-section .link-resource .resource-about ul li a{
    color: #fff;
}
.footer .footer-copyright{
    color: #98A2B3;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 64px;
    border-top: 1px solid #475467;
    padding-top: 32px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .footer-copyright ul{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; 
    grid-gap: 24px;
   
}
.footer .footer-copyright ul a{
    font-size: 24px;
    color: #98A2B3;
    
}
.footer .footer-copyright ul li a i{
    transition: all 0.4s;
}

.footer .footer-copyright ul li:hover a i,.footer .footer-copyright ul li:hover a {
    transform: rotateY(360deg);
    color: var(--color-hero-acccent);
}


@media screen and (max-width: 1148px) {
    .footer .footer-content-wrapper{
        grid-gap: 42px;
    }
}
@media screen and (max-width: 760px) {
    .footer .footer-content-wrapper .logo-and-links .footer-nav {
        flex-direction: column ;
        grid-gap: 12px;
    }
}


/* breadcrum section------------------------------------------------------------- */
.our-program .our-program-heading-wrapper{
    background-color: var(--color-light-blue-shade);
    padding-top: 60px ;
    padding-bottom:  34px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    grid-gap: 6px;
}
.our-program .our-program-heading-wrapper.noBg{
    background-color: transparent;
    padding-top: 40px;
}

.our-program .our-program-heading-wrapper .breadcrumb ,.our-program .our-program-heading-wrapper .breadcrumb a,
.our-program .our-program-heading-wrapper .breadcrumb li
{
    font-style: normal;
    font-weight: 300;
    font-size: 1.6rem;
    line-height: 19px;
    color: var(--color-heading);
    text-transform: capitalize;
}

.our-program .our-program-heading-wrapper .breadcrumb .active{
    font-weight: 400 !important;
}
.our-program h2{
    text-transform: capitalize;
}

/* video resource---------------------------------------------------------------------- */
.video-resource{
    text-align: center;
    padding-top: 52px;
    padding-bottom: 114.25px;
    background-color: var(--color-light-blue-shade);
}

.video-resource h2{
    text-align: center;
    margin-bottom: 37px;
}
.video-resource .video-card h3{
    text-align: left;
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 19px;
    color: var(--color-gray-heading);
    margin-top: 14px;
    
;
}
.video-resource iframe{
    width: 100%;
    height: 100%;
}
.video-resource .video-card .video-wrapper{
    position: relative;
    z-index: 1;
    width: 100%;
    height: 205.27px;
}
/* .video-resource .video-card .video-wrapper::after{
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(41, 41, 41, 0.39) 22.67%, rgba(53, 53, 53, 0) 57.86%, rgba(66, 66, 66, 0.3) 86.34%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;

} */
.video-resource .owl-carousel  .owl-nav{
    display: block;
    margin-top: 0px;

}
.video-resource .owl-carousel  .owl-nav{
    display: flex;
    margin-top: 0px;
    position: absolute;
    font-size: 45px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 53.32px;
    justify-content: space-between;
    align-items: center;
    z-index: -1;
    

}

.video-resource .owl-carousel  .owl-nav .owl-next{
    position:absolute;
    margin: 0;
    right:-27.75px;
    width: 53.32px;
    height: 53.32px;
    transform: translateX(53.32px);
    background-color: var(--color-blue-shade);
    border-radius: 100%;
    color:var(--color-white);
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.video-resource .owl-carousel  .owl-nav .owl-prev{
    position:absolute;
    margin: 0;
    left:-27.75px;
    width: 53.32px;
    height: 53.32px;
    transform: translateX(-53.32px);
    background-color: var(--color-blue-shade);
    border-radius: 100%;
    color:var(--color-white);
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;
}
.video-resource .owl-carousel  .owl-nav .owl-next:hover,.video-resource .owl-carousel  .owl-nav .owl-prev:hover{
    background-color: var(--color-hero);
}

@media screen and (max-width: 1024px) {
    .video-resource .wrapper{
        padding-left: 15%;
        padding-right: 15%;
    }
    .video-resource .owl-carousel  .owl-nav .owl-next{
        transform: scale(0.7);
        right: -55px;
        
    }
    .video-resource .owl-carousel  .owl-nav .owl-prev{
        transform: scale(0.7);
        left: -55px;
 

    }
}



/* floating bar with links  */
.floating-bar{
    position: fixed;
    top: 40%;
    right: 0;
    background-color: transparent;
    font-size: 35px;
    transform: translateY(-50%);
    z-index: 1000;
    display: flex;
    flex-direction: column;
    grid-gap: 6px;
    
}

.floating-bar a{ 
    color: var(--color-white);
    padding: 12PX;
    
}

.floating-bar .blue{ 
    background: #367DE8;
}
.floating-bar .red{ 
    background: #D50C0C;
}


@media screen and (max-width: 767px) {
    .floating-bar{
        top: 90%;
    }
    .floating-bar a{ 
       padding: 10px;
       font-size: 28px;
    }
    
}








/* contact section css  */
.contact-page .wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 100px; 
    padding-top: 70px ;
    padding-bottom: 70px;
    align-items: center;
}
.contact-page .wrapper form{
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.contact-page .wrapper form h2{
    margin-bottom: 26px;
}
.contact-page .wrapper form input[type=text] {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 180%;
    letter-spacing: 0.5px;
    color: var(--color-heading);
}
.contact-page .wrapper form #message {
    height: 156px;
    display: flex;
    border: 1px solid #4B4A4A;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 11px 28px;
    resize: none;
}
.contact-page .wrapper form #message[type=text] {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 180%;
    letter-spacing: 0.5px;
    color: var(--color-heading);
}

.contact-page .wrapper form input{
    display: block;
    width: 100%;
    border: 1px solid #4B4A4A;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 11px 28px;
}
.contact-page .wrapper form .golden-button {
    width: 113px;
    margin-top: 29px;
}

.contact-page .wrapper iframe{
    width: 100%;
    height: 595px;
}
@media screen and (max-width: 1023px) {
    .contact-page .wrapper{
        grid-template-columns: 1fr ;
        grid-gap: 60px;
    }
}



/* gallery page css */

.gallery-section ,.album{
    padding-top: 65px;
    padding-bottom: 65px;
}
.gallery-section .seemore-btn{
    
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    display: block;
}

.gallery-section .card-list,
.album .card-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 34px;
}
@media screen and (max-width: 1023px) {
    .gallery-section .card-list,
    .album .card-list{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width: 767px) {
    .gallery-section .card-list,
    .album .card-list{
        grid-template-columns: repeat(1,1fr);
    }
}

.gallery-section .card-list .card-item{
    height: 350px;
    position: relative;
    overflow: hidden;
    
}


.album .card-list .card-item{
    height: auto
    
}


.gallery-section .card-list img
{
 width:100%;
 height: 100%;
 object-fit: cover;
 transition: all 0.3s ease-in-out;
}


.album .card-list img{
 width:100%;
 height: 100%;
 object-fit: fill;
 transition: all 0.3s ease-in-out;
}



   

.gallery-section .card-list .card-text{
    position:absolute;
    bottom: -100%;
    left: 0;
    padding:20px;
    width: 100%;
    text-align: left;
    background: linear-gradient(175.19deg, rgba(0, 0, 0, 0) 13.78%, rgba(0, 0, 0, 0.56) 35.7%, rgba(0, 0, 0, 0.81) 86.69%);
    transition: all 0.2s ease-in-out;
}


.gallery-section .card-list .card-item:hover .card-text{
    bottom: 0;
}
.gallery-section .card-list .card-item:hover img,
.album .card-list .card-item:hover img{ 
    transform: scale(1.1);
}
.gallery-section .card-list .card-text .date{
font-weight: 700;
font-size: 18px;
line-height: 30px;
text-align: left;
display: block;
color: #FFFFFF;

 }
 
 
.gallery-section .card-list .card-text h4{
    font-family: 'Rubik', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 47px;
    text-align: left;
    margin-bottom: 0px;
    color: #FFFFFF;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
 }
 .gallery-section .card-list .card-text h4::after{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0%;
    height: 2px;
    content: "";
    transform: translateX(-50%);
    background-color: var(--color-white);
    transition: all 0.5s ease-in-out;
 }
 


 .gallery-section .card-list .card-item:hover .card-text h4::after{ 
    width: 100%;
}


/* gallery--detail page   */
 .album .album-description{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    grid-gap: 68px;
    margin-bottom: 48px;
 }


 .album .album-description h3{
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 43px;
    font-feature-settings: 'salt' on, 'liga' off;
    color: #2D2F30;
 }

 .album .album-description p{
    font-family: 'Rubik';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 17px;

color: #000000;
max-width: 742px;

 }
 .gallery-section .card-list .pagination{
    border: none;
    margin-top: 20px;
 }
 .gallery-section .card-list  .pagination > li > a,  .gallery-section .card-list  .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.gallery-section .card-list .pagination > .active > a{
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;  
}


 /* map-section */

 .map-section{
    padding-top: 40px;
    padding-bottom: 40px;
 }


 .map-section .image-wrapper img{
   width: 100%;
   height: auto;
 }
 .map-section iframe{
    height: 700px;
 }


 /* topbar section styling------------------------ */
.top-bar{
    background: #142F47;
    margin-bottom: 2px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 19px;
    color: #FFFFFF;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 843px) {
    .top-bar{
        justify-content: center;
    }
}

.top-bar .contact{
    display: flex;
    flex-direction: row;
    grid-gap: 8px;
    align-items: center;
    padding: 10px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

.top-bar .gold-color{
    color: var(--color-hero);
}

.top-bar i{
    font-size: 22px;
}
.top-bar .btn--book-now{
    border-radius: 0px;
    font-family: 'Rubik';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 24px;
    color: #FFFFFF;
}
.top-bar .btn--book-now:hover{
    transform: none;
    color: var(--color-hero);
    background-color: unset;
    background-color: var(--button-color);
    border: none;
    box-shadow: none;
}

.mfp-content img.mfp-img{
    width: 1200px;
}
.mfp-title,.mfp-counter{
    font-size: 18px;
}   


