<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    top:0px;
    font-family: 'functionregular', Arial, sans-serif;
    }
@font-face {
      font-family: 'Impact';
      src: url('../_assets/_font/Impact.ttf') format('ttf');
           /*url('fonts/MyCustomFont.woff') format('woff');*/
      font-weight: thin;
      font-style: normal;
    }
@font-face {
font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: italic;
}
@font-face{
    font-family: "proxima-nova", sans-serif;
font-weight: 700;
font-style: normal;
}
@font-face{
    font-family: "proxima-nova", sans-serif;
font-weight: 100;
font-style: normal;
}
.active {
  color:  #b0e8f6 !important;
  /*background-color: rgba(50, 180, 215, .1);*/

}
 /* Hamburger menu styles */
        .hamburger-btn {
            display: none;
            position: fixed;
            top: 20px;
            left: 20px;
            z-index: 2199;
            background: transparent;
            border: none;
            cursor: pointer;
            padding: 10px;
        }
        
        .hamburger-btn .hamburger-icon {
            display: block;
            width: 30px;
            height: 3px;
            background: #000;
            position: relative;
            transition: all 0.3s ease;
        }
        
        .hamburger-btn .hamburger-icon:before,
        .hamburger-btn .hamburger-icon:after {
            content: '';
            position: absolute;
            width: 30px;
            height: 3px;
            background: #000;
            transition: all 0.3s ease;
        }
        
        .hamburger-btn .hamburger-icon:before {
            top: -8px;
        }
        
        .hamburger-btn .hamburger-icon:after {
            top: 8px;
        }
        
        .hamburger-btn.active .hamburger-icon {
            background: transparent;
        }
        
        .hamburger-btn.active .hamburger-icon:before {
            transform: rotate(45deg);
            top: 0;
        }
        
        .hamburger-btn.active .hamburger-icon:after {
            transform: rotate(-45deg);
            top: 0;
        }

 .sidebar-left {
            transition: transform 0.3s ease;
        }
        
.sidebar-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.5);
            z-index: 999;
            display: none;
        }
@media (max-width: 992px) {
            .hamburger-btn {
                display: block;
               z-index: 2008;  
                
                
            }
            
.sidebar-left {
                position: fixed;
                z-index: 2007;
                transform: translateX(-100%);
                height: 100vh;
                overflow-y: auto;
            }
            
.sidebar-left.active {
                transform: translateX(0);
            }
            
.content {
                margin-left: 0 !important;
                
            }
.myPos{
    top: 100px;
    z-index: 2015;
}
        }
.purple {
  position: relative;
  /*width: 100vw;
  height: 100vh;  Full height of the viewport */
  overflow: hidden;
}

/* Logo Styles */
.logo {
 /* position: fixed;
    width: 100vw;*/
  top: 0px;  /*Adjust this value based on the height of your toggle bar */
  /*left: 100%;
  transform: translateX(-50%);*/
  text-align: center;
  z-index: 2010; /* Ensure it's above other elements */
}

.logo img {
  max-width: 40%; /* Adjust as needed */
}

.full-width-img {
  width: 100%;
  height: auto; /* maintains aspect ratio */
}
/* Additional styling for the purple container */
.purple {
  /*background-color: purple;  Or your specific purple color */
  padding: 6px 0; /* Adjust as needed */
}
.sidebar-left {
      position: fixed;
            top: 5px;
            left: 0;
            width: 364px; /* Sidebar width */
            height: 100vh; /* Full viewport height */
            background-color: white;/* Dark background */
            color: white;
            padding: 4px;
            z-index: 2006;
            opacity: 1;
    overflow-y: auto;
    }

 .sidebar-left a {
            color: #909090;
            padding: 10px 10px;
            font-size: 18px;
            display: block;
            text-decoration: none;
        }
.sidebar-left.active {
                transform: translateX(0);
            }
 .sidebar-left a:hover {
            color: #b0e8f6;
        }
.sidebar-logo{
    
    margin-top: 24px;
    margin-bottom: 96px;
} 
.no-pointer {
  cursor: default !important; /* Remove pointer cursor */
}
.mLft{
          margin-left: 18%;
      }
.mLft2{
          margin-left: 24%;
      }
      
.subMenu{ 
    top: 0px;
    background-color: darkgoldenrod;
   
}

.no-pointer {
  cursor: default !important; /* Remove pointer cursor */
}      
.pad{
          /*margin-top: 18%;*/
          margin-left: 12%;
      }
.jDown{
          margin-top: 18%;
          margin-bottom: 24%;
      }
.icon-container a {
  color: #909090; /* Default icon color */
  transition: color 0.3s ease; /* Smooth color transition */
}

.icon-container a:hover {
  color: #b0e8f6; /* Change color on hover */
}
.container{
    width: 100vw;
  overflow-x: hidden;
}
.content {
        position: absolute;
    display:block;
    top: -10px;
    margin-top: 0px;
    padding-top:0px;
    margin-left: 364px;
    width: calc(100% - 364px);
      /*background-color: blue;
      max-width: 100%;*/
      height: 100vh;
    overflow-y: inherit;
    
      
    }
.myPos{
    top: 470px;
}
.topPhoto{
    padding-bottom: 40px;
}
.cBist {
    font: proxima-nova; 
  color: black; /* Default icon color */
    opacity: 0.7;
    text-align: center;
    padding-bottom: 40px;
}
.cBistL {
    font: proxima-nova;
    font-size: 1.462em;
    color: black; /* Default icon color */
    opacity: 0.7;
    text-align: center;
}
.dropOne{
    padding-bottom: 20px;
}

  .dmp{
	text-shadow: 1px 1px 2px #968D95;
	font-size: 1.4em;
	color: rgba(97,95,95,1.00);
	font-weight: bolder;
	line-height: 100%;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 1.6%;
	padding: 0.8% 0% 1% 16%;

	text-align:left;
		}
.address{
	color: #909090;
	text-align: left;
	word-spacing: 0.25em;
	font-size: 1.2em;
	padding: 0.5% 0% 0.8% 16%;
	
}
.addressMain{
	color: #909090;
	text-align: left;
	word-spacing: 0.25em;
	font-size: 1.2em;
	padding: 0.5% 0% 0.8% 16%;
	
}
.email{
	color: #909090;
	text-align: left;
	word-spacing: 0.25em;
	font-size: 1.2em;
	/*padding: 0.5% 0% 0.8% 16%;*/
	
}
.btnPrimary{
  color: #b0e8f6;
   background-color: cornflowerblue;  
}
.btnPrimary:hover{
   color: #fff;
    background-color: #b0e8f6; 
}

 /* Contact form styling */
.contact-form {
            background-color: white;
            padding: 30px;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        }
.form-control {
            margin-bottom: 20px;
        }
.pageEnder{
    position: relative;
    bottom:-60px;
    width: calc(100% - 364px);
    text-align: center;
    font-size: 0.582em;
    color: dimgrey;
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #333;
  color: white;
  padding: 15px 0;
  text-align: center;
}
/*----------------------------Form Response---------------------------------*/
/* Add to your contact.css */
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.is-invalid {
    border-color: #a94442 !important;
}



@media (max-width: 680px) {
   .myPos{
    top: 10px;
    width: 100vw;
    height: 100vh;
    
    } 
  
    
}
 .main-content {
            margin-left: 364px;
            padding-top: 0px;
            padding-bottom: 0px;
            padding-left: 20px;
            padding-right: 20px;
        }
.widthMas{
    width: 50%;
}
.content-container {
            margin-bottom: 30px;
            padding: 0px;
            background: white;
           /* border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
        }
.content-containerImg {
            margin-bottom: 30px;
            padding: 0px;
            background: white;
            border-radius: 0px;
            /*box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
        }

/*--------------------------------------------576---------------------------------------------------*/
@media (max-width: 576px) {
    
.pageEnder{
    position: relative;
    bottom: -20px;
    width: 100vw;
    text-align: center;
    font-size: 0.568em;
    color: dimgrey;
   
}
    
    
    
    
    
}
@media (max-width: 992px) {
    
    .pageEnder{
        position: relative;
    bottom: -20px;
    width: 100vw;
    text-align: center;
    font-size: 0.568em;
}
   
.content-container {
            margin-bottom: 30px;
            top : 200px;
            background: white;
              width: 100%;
           /* border-radius: 8px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);*/
        }
 
.main-content {
            top: -300px;
                margin-left: 0;
            }
        }</pre></body></html>