
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700);
@import url(http://fonts.googleapis.com/css?family=Lato:400,700);

body {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
    color: #6E6E6E;
}
input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
input[type=password] {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  /*display: block;*/
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #04AA6D;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

div.container-form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  width:40%;
  margin: auto;
  border: 3px solid rgb(44,110,177);
  margin-top: 20px;
}

#features-sec {
    padding: 60px 20px;
}

#features-sec p {
    max-width: 1200px;
    margin: 0 auto;
}

#myDIV2 {
  display:none
}
#but{
  width: 100%;
  background-color: transparent;
  color: black;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
div.container-form {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
  width:90%;
  margin: auto;
  border: 3px solid #163C71;
  margin-top: 20px;
}
}

.collapsible {
/*    background: linear-gradient(to right, #fff 0%, #E22627 50%,#fff 100%);*/
background: #533A6A;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: 	#519741;
}

.content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.management-box {
  border: 1px solid #4CAF50;
  padding: 15px 20px;
  margin-top: 20px;
  margin-left: 100px;
  max-width: 320px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

/* MANAGEMENT VIDEOS Box */
.management-box h4 {
  font-weight: bold;
  color: #4b2c5e;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.management-box ul {
  list-style: none;
  padding-left: 0;
}

.management-box ul li {
  margin: 8px 0;
  font-size: 14px;
}

.management-box ul li::before {
  content: "»";
  color: #000;
  margin-right: 5px;
}

.management-box a {
  text-decoration: none;
  color: #0072c6;
}

.management-box a:hover {
  text-decoration: underline;
}

/* Container holding both boxes */
.resources-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 30px;
  margin: 20px 0;
}

/* MANAGEMENT VIDEOS Box */
.management-box {
  border: 1px solid #4CAF50;
  padding: 15px 20px;
  max-width: 320px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.management-box h4 {
  font-weight: bold;
  color: #4b2c5e;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

.management-box ul {
  list-style: none;
  padding-left: 0;
}

.management-box ul li {
  margin: 8px 0;
  font-size: 14px;
}

.management-box ul li::before {
  content: "»";
  color: #000;
  margin-right: 5px;
}

.management-box a {
  text-decoration: none;
  color: #0072c6;
}

.management-box a:hover {
  text-decoration: underline;
}


/*.resource-box {
  width: 420px;              /* fixed width 
  height: 320px;             /* fixed height 
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #333;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  overflow-y: auto;          /* scroll if content is more 
}*/
/* RESOURCES Box 

.resource-box {
  flex: 1;
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #333;
  min-width: 300px;
}*/

.resource-box {
  flex: 1;                  /* take equal space */
  min-width: 300px;         /* minimum size */
  max-width: 350px;         /* prevent over-stretch */
  min-height: 150px;        /* taller box */
  background: #f9f9f9;
  padding: 25px;
  border: 1px solid #333;
  border-radius: 10px;
}


.resource-box h4 {
  font-size: 16px;
  margin-bottom: 15px;
  color: #333;
  text-transform: uppercase;
}

.resource-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.resource-box li {
  margin-bottom: 10px;
}

.resource-box li::before {
  content: "»";
  color: #000;
  margin-right: 5px;
}

.resource-box a {
  text-decoration: none;
  color: #003366;
}

.resource-box a:hover {
  text-decoration: underline;
}

.feedback-section {
    text-align:center;
    margin: 30px 0 20px 0;
}

.feedback-btn {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    padding: 10px 20px;
    text-decoration: none;
    color: #495057;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.feedback-btn:hover {
    background-color: #e9ecef;
    text-decoration: none;
    color: #495057;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.feedback-btn i {
    margin-right: 6px;
}




/*General*/
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: 'Oswald', sans-serif;
}
/*h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 30px;
}*/
h2 {
	/*margin: 30px 0;*/
	color: #33110E;
}
a{
    color:#3d84e6;
}
a:hover, a:focus{
    color:#3d84e6;
    text-decoration: underline;
}
.reslist{
margin-bottom: 10px;
}
.navbar-toggle {
	background-color: rgba(0, 0, 0, 0.89);
}
.navbar-nav>li>a {
	padding-top: 12px;
	padding-bottom: 12px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400 !important;
}
blockquote {
	font-style: italic;
	font-family: Georgia;
	color: #999;
	margin: 0px 0 0px;
	padding: 0px 20px;
}
label {
	color: #777;
}

.navbar-inverse .navbar-brand img {
	width:250px;
	height:80px;
}
.navbar-inverse .navbar-nav > li.c1 a{
color: #70A344;
}
.navbar-inverse .navbar-nav > li.c2 a{
color: #70A344;
}
.navbar-inverse .navbar-nav > li.c3 a{
color: #70A344;
}
.navbar-inverse .navbar-nav > li.c4 a{
color: #70A344;
}

.navbar-inverse .navbar-nav > li.c1 a:hover, .navbar-inverse .navbar-nav > li.c1.active a{
color: #70A344;
background: #533A6A;
}
.navbar-inverse .navbar-nav > li.c2 a:hover, .navbar-inverse .navbar-nav > li.c2.active a{
color:#70A344;
background: #533A6A;
}
.navbar-inverse .navbar-nav > li.c3 a:hover, .navbar-inverse .navbar-nav > li.c3.active a{
color:#70A344;
background: #533A6A;
}
.navbar-inverse .navbar-nav > li.c4 a:hover, .navbar-inverse .navbar-nav > li.c4.active a{
color:#70A344;
background: #533A6A;
}


/* Header */
/*#head {
	background-size: cover;
	height: 600px;
	text-align: center;
	color: white;
	font-weight: 300;
	position: relative; 
	background-position-x: center;
}*/
#head {
    background: #fff;
    height: auto !important;   /* ✅ CRITICAL */
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}

#head.secondary {
	height: 100px;
	min-height: 100px;
	padding-top: 0px;
}
#head .lead {
	font-size: 44px;
	margin-bottom: 6px;
	color: white;
	line-height: 1.15em;
}
#head .tagline {
	color: rgba(255,255,255,0.75);
	margin-bottom: 25px;
}
#head .tagline a {
	color: #fff;
}
#head .btn {
	margin-bottom: 10px;
}
#head .btn-default {
	text-shadow: none;
	background: transparent;
	color: rgba(255,255,255,.5);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.5);
	background: transparent;
}
#head .btn-default:hover, #head .btn-default:focus {
	color: rgba(255,255,255,.8);
	-webkit-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	-moz-box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	box-shadow: inset 0px 0px 0px 3px rgba(255,255,255,.8);
	background: transparent;
}
#head .btn-default:active, #head .btn-default.active {
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 0px 3px #fff;
	-moz-box-shadow: inset 0px 0px 0px 3px #fff;
	box-shadow: inset 0px 0px 0px 3px #fff;
	background: transparent;
}




.slideUp {
	top: -100px;
}
.navbar-inverse {
	background: #fff;  
margin: 0 auto; 
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a { 
	font-size: 16px;
	text-transform: uppercase;
}

.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
	text-align: left;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover{
color: #fff !important;
    border-radius: 0px;
    background: #3d84e6;
}


footer {
	border-top: 1px solid #e5e5e5;
	background: #519741;
	margin-top: 40px;
    padding-top: 20px;
	color: #fff;
}
 ul.menu{
    padding: 0px;
}
.menu li{
    padding: 5px 0px;
}
.menu li a{
    color: #fff;
}

/* ==============================
 *    FOOTER STYLING
 *       ============================== */
#footer {
  background: #4b9640;
  color: #fff;
  padding: 25px 0 15px 0; /* smaller padding to reduce height */
  text-align: center;
  font-size: 13px; /* global small text */
}

#footer ul.menu {
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}

#footer ul.menu li {
    list-style: none;
    margin: 6px 0;
}


#footer h3 {
  font-size: 18px; /* smaller “Contact Us” heading */
  font-weight: 600;
  margin-bottom: 5px;
}

#footer hr {
  border: none;
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 0.5;
  margin: 10px 0;
}

/* Limit container width and center */
#footer .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Contact columns layout */
.contact-four-columns {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 20px;
  text-align: left;
}

.contact-four-columns .contact-box {
  flex: 1 1 260px;
  min-width: 200px;
  max-width: 280px;
}

/* Contact box headings */
.contact-box h4 {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.contact-box h5 {
  font-size: 12px;
  margin: 0 0 4px 0;
  font-weight: normal;
}

.contact-box p {
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
}

/* Footer bottom text */
.footer-bottom {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1.4;
}

.footer-bottom p {
  margin: 3px 0;
}

.footer-bottom p:last-child {
  margin-top: 6px; /* adds small space below © line */
}

/* Responsive adjustments */
@media (max-width: 992px) {
  .contact-four-columns {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .contact-box {
    text-align: center;
  }
}

.feedback-btn {
  background-color: #533A6A;     /* background color */
  color: #fff;                   /* text and icon color */
  padding: 10px 20px;            /* spacing */
  border-radius: 6px;            /* rounded corners */
  text-decoration: none;         /* remove underline */
  font-weight: bold;
  display: inline-flex;           /* align icon and text */
  align-items: center;
  gap: 8px;                      /* space between icon and text */
  transition: background-color 0.3s ease;
}

.feedback-btn:hover {
  background-color: #6b4a8a;     /* slightly lighter on hover */
  color: #fff;
}


/* ==============================
 *    CAMERA SLIDER FIX (NO OVERLAP)
 *       ============================== */

/* Slider Outer Container */
/*.fluid_container {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 1; /* keep it above background but below captions 
}

#camera_wrap_4 {
  width: 100%;
  height: 450px !important; /* fixed visible height 
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
  margin: 0 auto;
}

.camera_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;       
  object-position: center;
  display: block;
}

.camera_caption {
  z-index: 3; /* must be higher than image and wrapper 
  position: absolute;
  bottom: 40px;
  left: 40px;
  color: white;
}

#camera_wrap_4 + * {
  clear: both;
  display: block;
  position: relative;
  margin-top: 40px !important;
  z-index: 1;
}*/

/* ==============================
 *    BOOTSTRAP CAROUSEL FIX
 *       ============================== */

.carousel {
  max-width: 100%;
  margin-bottom: 0 !important;
}

.carousel-inner {
  width: 100%;
}

/*.carousel-item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}*/
.carousel-item img {
    display: block;   /* ✅ removes inline image gap */
    width: 100%;
    height: 420px;
    object-fit: cover;
}


.carousel-box{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0;
  /*margin-bottom: 0 !important;*/
}

#head{
  background: #fff;
  padding-top: 10px;
  padding-bottom: 0px;
  margin-bottom: 0 !important;
}
/* REMOVE TOP SPACE ABOVE WELCOME TEXT */

#features-sec,
.welcome-section,
section {
  margin-top: 0 !important;
  padding-top: 0px !important;
}

#features-sec h2,
#features-sec h3 {
  margin-top: 10px !important;
}


/* Responsive height for mobile */
@media (max-width: 768px) {
  #camera_wrap_4 {
    height: 280px !important;
  }
}



/*Da Slider*/
.da-slider {
	width: auto;
	height: auto;
	max-height: initial;
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	left: 0px;
}
.da-slide h2 {
	text-align: left;
	top: 15%;
	font-weight: bold;
}
.da-slide p {
	text-align: left;
	top: 40%;
	font-size: 30px;
}
.da-arrows span {
	position: absolute;
	top: 45%;
}
.da-dots span.da-dots-current:after {
	content: '';
	background: #3d84e6;
}

@media (max-width: 767px) {
#head.secondary {
	height: 80px;
	min-height: 80px;
	background-size: initial;
}
#camera_wrap_4, #head{
height:480px !important;
}
#head .lead {
	font-size: 34px;
}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
#quote-carousel {
	margin-bottom: 0;
	padding: 0 40px 30px 40px;
	margin-top: 30px;
}
}

@media (max-width: 767px) {
.navbar-collapse ul {
	text-align: right;
	margin-right: 0px;
}
}

/* Small devices (tablets, up to 768px) */
@media (max-width: 768px) {
/* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #head.secondary { 
height: 157px !important;
}
#camera_wrap_4, #head{
height:480px !important;
}
.navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
	font-size: 13px;
}
    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-nav > .open ul > a {
text-align: right;
}


}

@media (max-width: 420px) { 
#camera_wrap_4, #head{
height:380px !important;
}
.da-slide h2 {
	font-size: 28px;
}
.da-slide p {
	font-size: 19px;
	font-weight: 400;
}
}
.camera_caption h2 {
border-bottom: 4px solid #1fcdff;
font-family: 'Open Sans', sans-serif;
font-size: 100px;
font-weight: 700;
letter-spacing: -2px;
}
.camera_fakehover:before {
content: '';
width: 100%;
height: initial;
z-index: 99999;
position: absolute;
height: inherit;
width: 100%;
left: 0px;
}
.grey-box-icon { 
padding: 15px 20px 20px 20px;
text-align: center;
margin-top: 40px;
position: relative;
}
.grey-box-icon-pos{
    margin-top: -88px;
    margin-bottom: 31px;
}
.grey-box-icon:hover .fontawesome-icon.circle-white {
background-color: #f6f6f6;
color: #697277;
-moz-transition: all .2s ease-in;
-webkit-transition: all .2s ease-in;
-o-transition: all .2s ease-in;
transition: all .2s ease-in;
}
.footer_post li {
float: left;
margin: 2px;
list-style: none;
}

@media (min-width:320px) and (max-width: 480px) { 
	.video-list-thumbs .glyphicon-play-circle{
    font-size: 35px;
    right: 36%;
    top: 27%;
	}
	.navbar-inverse .navbar-brand img {
	width: 220px;
}
	
}
