@charset "utf-8";
/* Universal */
body {
    font-family: 'Advent Pro', sans-serif;
    background-image: url(../images/bg-new.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    font-size: 18px;
}
.whttxt {
    color: #00ffff;
}
/* Navigation */
.navbar {
    border-radius: 0px;
    margin-bottom: 0px;
}
.navbar-default {
    background-image: url(../images/nav-bar.jpg);
    background-color: #fff;
    border: none;
}
.navbar-default .navbar-nav > li > a {
	color: #00ffff;
}
.navbar-nav > li > a {
	font-weight: 600;
    font-size: 1.1em;
    text-transform: uppercase;
    border-left: 2px solid #00ffff;
    padding: 0px 20px;
    margin-top: 10px;
    transition: color 0.2s ease-in-out;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #fff; 
}
.navbar-nav > li:last-child > a {
    border-right: 2px solid #00ffff; 
}
/* Banner */
.sitebanner {
    background: url('../images/banner-pic-new-2.jpg') no-repeat center; 
    height: 440px;
    background-size: cover;
}
.logo {
    padding:  0px 20px 35px 40px;
}
.payoff {
    padding: 0px 20px 20px 40px;
    max-width: 480px;
}
.payoff h1 {
    font-weight: 400;
    color: #FFFFFF; 
}
.payoff h1 strong {
    font-weight: 600;
    color: #5ce1e6; 
}


article {
    background-color: #fff;
}
.intro {
    background: url('../images/intro-2.jpg') no-repeat center center;
    background-size: cover; 
    height: 67px;
    max-width: 1140px; 
    margin: 0 auto; 
}
.intro h1, .contact h1 {
    font-weight: 500;
    color: #2f4a53;
    padding: 15px 0px 0px 35px;
    margin-top: 0px;
}
.contact h1 {
    font-weight: 500;
    color: #2f4a53;
    padding: 08px 0px 0px 40px;
    margin-top: 0px;
}
.subhead {
    background: url('../images/intro-2.jpg') no-repeat;
    height: 56px;
}
.subhead h1 {
    font-weight: 500;
    color: #304a54;
    padding: 08px 0px 0px 35px;
    margin-top: 0px;
}
.logocol {
    color: #5ce1e6;
    text-shadow: 1px 1px 0px #666;
}
.quote {
    background-color: rgba(0, 0, 0, 0.7);
    border-top: 5px solid #00ffff;
    text-align: center;
    padding: 30px 60px;
    margin-top: 5px;
}
.quote h2 {
   font-size: 1.4em; 
   color: #00ffff;
   font-size: 1.4em; 
}
.quote h4 {
   color: #ffffff; 
}
.col-container {
  display: flex;
  width: 100%;
  

}
.col {
    flex: 1;
    padding: 16px;
    margin: 25px;
    background: rgba(0, 0, 0, 0.7);
    border-top: 5px solid #00ffff;
    position: relative;
    border-radius: 5px;
    
}
.coldet {
	flex: 1;
	padding: 16px;
	margin: 25px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7) !important;
    border-top: 5px solid #00ffff !important; 
    border-radius: 5px; 
    background-image: none !important; 
}

.coldet p, 
.coldet ul, 
.coldet ul li {
    color: #00ffff !important; 
}
.coldet h2 {
    background-color:#00ffff !important; 
    color: #000000 !important;
	font-weight: 600;
	font-size: 1.5em;
    padding: 10px 15px !important;
    margin-top: 0px; 
    margin-bottom: 15px; 
    border-radius: 5px; 
}

.contact, .secon {
    background: url('../images/contact-bg.jpg')  repeat;
    background-repeat: no-repeat; 
    background-size: cover;     
    padding: 0px 0;
}
label {
    color: #fff;
}
.form-control.input-sm {
    border-radius: 10px;
}
.indent {
    padding-left: 40px;
    padding-top: 15px;
}

input[type="checkbox"] {
	margin: 0px 10px 0px -2px;
}
.submit {
    margin-top: 20px;
    margin-left: 20px;
	padding-left: 15px;
    padding-right: 85px;
	color: #304a54;
	font-weight: 600;
	border: none;
	background-color: #5ce1e6;
	font-size: 20px;
	line-height: 32px;
	clip-path: polygon(100% 0, 70% 100%, 0 100%, 0 0);
}
.input-sm {
    font-size: 17px;
}
.condet {
    border-top: 1px solid #fff;
    margin-left: 20px;
    margin-right: 60px;
    margin-top: 15px;
    color: #ffffff;
}
.condet strong {
    color: #00ffff;
}
.condet a {
    color: #ffffff; 
    text-decoration: none;
    transition: color 0.4s ease-in-out;
}
.condet a:hover {
    color: #00ffff; 
}
.col-sm-3.tel {
   margin-top: 20px;
    border-right: 1px solid #fff;
}
.col-sm-8.box {
    margin-top: 20px;
     padding-left: 90px;
}
.img-circle.img-responsive.team {

    border: 3px solid #5ce1e6;
    margin-top: 25px;

}
hr {
    border-top: 5px solid #c8cbcc;
}
.special {
    overflow: hidden;
}
.secon {
    padding-bottom: 30px;
}

.error {
	border: 1px solid #5ce1e6;
	border-radius: 6px;
	margin: 5px auto;
	padding: 0px 5px;
	font-size: 16px;
	background-color: #666;
	color: #fff;
}
/* Media Queries */
@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
        .navbar-nav > li > a {
        font-size: 20px   } 
}
@media only screen and (max-width: 768px) {
  .col-container {
    display: block;
  }
.col-sm-8.box {
     padding-left: 15px;
}
    .col-sm-3.tel {
    border-right: none;
}

  
}

@media only screen and (max-width: 990px) {
    .navbar-nav > li > a {
        font-size: 0.8em    }
}
.block-1{
    background-image: url('../images/background-image-1.jpg'); 
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center; 
    max-width: 1140px; 
    margin: 0 auto; 
    height: 255.63px;
}
.col-md-7  strong{
    color:#00ffff;
}
.col-md-7 {
    color:#FFF;
}
.col-md-5 {
    background: rgba(0, 0, 0, 0.7);
    color: #00ffff;
    border-radius: 5px; 
}
.contact .col-md-5 {
    border-top: 5px solid #00ffff; 
    padding-top: 20px; 
}
.col-container{
    background-image: url('../images/col-container-img.jpg');
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center center; 
}

.col a {
    text-decoration: none; 
    display: block;
    background-color: rgba(0, 255, 255, 0.5); 
    padding: 10px 15px; 
    margin-bottom: 15px;
    border-radius: 5px;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
}
.col h2 {
	color: #000000; 
	margin-top: 0;
	font-weight: 600;
	font-size: 1.5em;
    background-image: none;
    padding-left: 0; 
}
.col a:hover {
    background-color: #00ffff; 
    color: #000000; 
    transition: background-color 0.3s; 
}
.clearfix {
    margin-top: 0;
    margin-bottom: 0;
}
.form-control.input-sm {
    background-color: #2f4a53; 
    border: 1px solid #00ffff;
    color: #ffffff; 
    border-radius: 10px; 
    transition: all 0.4s ease-in-out; 
}

.form-control.input-sm:focus {
    background-color: #3d5c66; 
    border-color: #5ce1e6; 
    box-shadow: 0 0 0 0.2rem rgba(92, 225, 230, 0.6); 
    color: #ffffff; 
}
.form-control.input-sm:-webkit-autofill,
.form-control.input-sm:-webkit-autofill:hover,
.form-control.input-sm:-webkit-autofill:focus,
.form-control.input-sm:-webkit-autofill:active {
    box-shadow: 0 0 0 30px #2f4a53 inset !important;
    -webkit-text-fill-color: #ffffff !important;
}
.control-label.col-md-4{
    color:#00ffff;
}
.radio input[type="checkbox"] {
    accent-color: #00ffff; 
    background-color: #2f4a53;
    border: 1px solid #00ffff;
}
.radio label {
    position: relative; 
    cursor: pointer;
    padding-left: 28px;
    user-select: none;
    line-height: 1.6;
    color: #00ffff;
    transition: color 0.4s ease-in-out;
}
.radio label:hover,
.radio input[type="checkbox"]:checked + label {
    color: #ffffff;
}
.submit {
    display: inline-block; 
    padding: 10px 30px; 
    margin-top: 20px; 
    border: none; 
    border-radius: 5px; 
    cursor: pointer;
    background-color: rgba(0, 255, 255, 0.5); 
    color: #000000; 
    font-weight: 600; 
    text-transform: uppercase;
    font-size: 1.1em;
    transition: background-color 0.4s ease-in-out, color 0.4s ease-in-out;
    clip-path: none; 
}

.submit:hover {
    background-color: #00ffff; 
    color: #000000; 
}
.condet {
    border-top: 2px solid #00ffff !important; 
    border-bottom: 2px solid #00ffff !important; 
}
.condet .col-sm-3.tel {
    border-right: 5px solid #00ffff !important;
}
.contact h1 {
    background: url('../images/intro-2.jpg') no-repeat;
    height: 56px;
}

article {
    background-image: url('../images/contact-us-bg.jpg') !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center bottom !important;
    background-color: transparent !important;
}

.contact1, 
.contact1 form, 
.special, 
.container.whttxt.secon,
.container { 
     background-color: transparent !important;
     border-top: none !important; 
     border-bottom: none !important;
}
.block-1,
.col-container {
     background-color: #fff !important; 
}
.container.whttxt.secon {
    background-image: none !important;
}
.container p{
    color:#00ffff;
}
.col-md-6 {
    padding: 05px 10px; 
}
.contact1 {
    background-color: rgba(0, 0, 0, 0.7) !important; 
    border-top: 5px solid #00ffff !important; 
    border-radius: 5px; 
    padding: 30px;
    margin-top: 05px;
    margin-bottom: 0px;
}
.control-label {
    padding-top: 10px !important; 
    vertical-align: middle !important;
}
.col-md-11-text1 p{
    font-size: 1.2em !important;
    margin-left:15px;
}
.col-sm-3 img.img-circle.team {
    box-shadow: 0 0 35px 10px #00ffff; 
    opacity: 1 !important;
}
.col-sm-12 > .col-sm-9 {
    margin-left: 3% !important; 
    width: 72% !important;
    background-color: rgba(0, 0, 0, 0.7) !important;
    border-top: 5px solid #00ffff !important;
    border-radius: 5px; 
    margin-top: 20px;
    padding: 20px 20px 20px 40px !important; 
}
.col-sm-9 h3 {
    color: #ffffff !important; 
    font-size: 1.8em; 
    font-weight: 700; 
    margin-top: 0;
    margin-bottom: 10px;
    text-shadow: 0 0 5px rgba(0, 255, 255, 0.5); 
}
.col-sm-9 p {
    color: #00ffff !important; 
    line-height: 1.6; 
    font-size: 1em; 
}
.row {
    margin-top: 0px !important; 
}
.row > .container {
    padding-top: 20px !important; 
}
hr {
    border-top: 3px solid #00ffff !important; 
    border-color: #00ffff !important; 
    background-color: #00ffff !important; 
    border-width: 0;
    margin-top: 20px; 
    margin-bottom: 20px; 
}
/* --- Clean Mobile Fixes (767px and below) --- */
@media (max-width: 767px) {
    
    /* 1. Add horizontal padding to stacked columns */
    .block-1 .col-xs-12 {
        padding-left: 15px !important; 
        padding-right: 15px !important;
        /* Also ensure no floating properties are holding them side-by-side */
        float: none !important;
    }
    
    /* 2. Target the main content areas to reduce top/bottom padding */
    .block-1, .col-container {
        padding-top: 10px !important; 
        padding-bottom: 20px !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
}
/* --- Fix: Increase width of transparent bio boxes on phones --- */
@media (max-width: 767px) {
    
    /* Targets the transparent black bio box */
    .col-sm-12 > .col-sm-9 {
        /* Overrides the desktop width/margin to make the box nearly full width */
        width: 95% !important; 
        
        /* Removes the large left margin we added for desktop view */
        margin-left: 5px !important; 
        
        /* Ensures the box is pushed down slightly from the image above it on mobile */
        margin-top: 10px !important; 
    }
}

.col p{
    color:#FFF;
}

