:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #FAF606;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #1D3557;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --roboto-font: 'Nunito', sans-serif;
    --poppins-font:'Poppins', sans-serif;

  
}




*{
    margin: 0; padding: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    transition:all .2s cubic-bezier(.34,1.12,.68,1.31);
}






.fixed{
    position:fixed !important;
   height:auto !important;
   top:0 !important;
   left:0 !important;
   width: 100% !important;
   z-index: 999 !important;
  }
/* social nav styling */
/* social nav styling */

.social-navigation{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 5px 8rem;
    width: 100%;
    height: 50px;
    background-color:rgba(0, 0, 0, 0.884);
}

.social{
    display: flex;
    justify-content: space-evenly;
    color: var(--bs-gray);
   
    margin-bottom: 0px;
}

.social div{
  
    margin-left: 5px;
    width: 40px;
    height: 30px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color:transparent;

}

.social div i{
    color: #FAF606;
}

 .call a{
    color:#FAF606;
    font-family: var(--roboto-font) !important;
    font-weight: 800;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}


.call a:hover{
   
    color: var(--bs-light);
}

.call i {
    color:white !important; 
}
.call span {
    color:#FAF606 !important; 
    font-weight: 800;
    font-size: 13px;
}


.location i{
    color:white !important;
}

.location p{
    color:#FAF606;
    font-family: var(--roboto-font) !important;
    font-size: 13px;
    font-weight: 800;
}
.location a{
    color:white;
    font-family: var(--roboto-font) !important;
    font-weight: 800;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
}

/* main-navigation styling  */

.navbar{
    padding: 5px 8rem !important;
   
    background-color:#1D3557 ;
    /*background-color:linear-gradient(rgba(255, 255, 255, 0.849),rgba(255, 255, 255, 0.849)); #091529*/
}

.navbar-nav a{
    padding-right: 2rem !important;
    font-family: var(--roboto-font) !important;
    font-weight: 800 !important;
    font-size: 13px;
    color:white !important;
    text-transform:uppercase;
    transition: all 0.7 ease-in-out !important;
}
.navbar-nav a:hover{
color:#FBE40E !important;
}
.navbar-brand{
    font-family: var(--roboto-font)!important;
    color: var(--bs-dark);
}

.active-nav{
    font-weight: bolder;
    color:var(--bs-yellow);
    font-size: 1.5rem;
}
.micro{
    font-size: 12px !important;
}

.dropdown-menu{
    background-color: var(--bs-dark) !important;
    margin-top: 0 !important;
}

.dropdown-menu a{
    color: var(--bs-light) !important; 
    padding-bottom: 1rem;
    font-size: 12px !important;
    transition: all 0.3s ease;
}

.dropdown-menu a:hover{
    background-color:transparent!important;
    color: var(--bs-yellow) !important;
    padding-left: 20px;

}

.dropdown:hover .dropdown-menu{
    display: block !important;
}


.gallery-heading-img{
    background-image:linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url('../images/gallery.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(50vh - 100px);
    color:var(--bs-white);
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: flex-start;
    padding-left: 8rem;
  }


  .gallery-heading-img h1{
    font-family: var(--roboto-font);
  }
  .gallery-heading-img p{
      font-family: var(--roboto-font);
      font-size: 18px;
  }

.gallery{
    min-height: 100vh;
    background:#eee;
    padding-bottom: 100px;
}

.gallery .controls{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding:20px 0;
    list-style: none;
}

.gallery .controls .buttons{
    height:40px;
    width: 140px;
    background:#fff;
    color:#666;
    font-size: 20px;
    line-height: 40px;
    cursor: pointer;
    margin:20px;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    text-align: center;
}

.gallery .controls .buttons.active{
    background:#172742ec;
    color:#FAF606;
}

.gallery .image-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.gallery .image-container .image{
    height:350px;
    width: 450px;
    overflow: hidden;
    border:15px solid #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    margin: 20px;
    position:relative;
}

.gallery .image-container .image img{
    height: 100%;
    width:100%;
    object-fit: cover;
}

.gallery .image-container .image:hover img{
    transform: scale(1.4);
    filter: brightness(0.5);
}

.gallery .image-container .image .gallery-sub-text{
    position:absolute;
    top:80%;
    width: 100%;
    height: 90px;
    text-align:left;
    padding-left: 5px;
    color:#FAF606;
    font-family: var(--roboto-font);
    font-weight: bolder;
   font-size: 14px;
    background-color: var(--bs-primary);
    display: flex;
    justify-content: center;
    align-items: center;
}
   


.gallery .image-container .image .gallery-text{
    position:absolute;
    top:50%;
    text-align: center;
    color:white;
    font-family: var(--roboto-font);
    font-weight: bolder;
    transform: translateX(100%) !important;
    transition: transform 0.3s ease-in-out;
    
    
}

.gallery .image-container .image:hover .gallery-text{
    transform: translateX(0%) !important;
}



footer{
    padding: 4rem 7rem;
    background-color: #152238;  
}
.footer-section h5{
    color:#FAF606;
    font-size: 16px;
    padding-left: 2rem;
    font-weight:bold;
}

/* global variable */
a{
    text-decoration: none !important;
    
}

.footer-section p{
    color:var(--bs-secondary);
}

.footer-section ul li{
    list-style-type:none;
    padding-top: 0.5rem;
}

.footer-section ul li a{
    color:lightgrey; 
    transition: all 0.3s ease;
}

.footer-section ul li a:hover{
    color:#FAF606;
    padding-left: 20px;
}



@media screen and (max-width:768px){
    .social-navigation{
        padding: 7px 3rem;
        height:auto;
       
    }

    .navbar{
        padding: 5px 2rem !important;
       
    }
    
}

@media screen and (max-width:604px){

   
    .social-navigation{
        display: flex;
        flex-direction: column;
        align-items:flex-start;
        padding: 20px 2rem;
        width: 100%;
        height: auto;
    }


    

    
footer{
    padding: 4rem 2rem;
    background-color: #152238;  
}

}



@media screen and (max-width:450px){

    .standard{
        display: none;
    }
    .standard-2{
        display: none;
       
    }
    .standard-logo{
       margin-bottom: 10px !important;
      
    }

    .standard-small{
        
        display: none;
    }
 
    }



