

/* Dropdown Button */
.dropbtn {
  background-color: #04AA6D;
  color: white;
  padding: 10px;
  font-size: 14px;
  border: none;
  cursor: pointer;
  font-weight: 700;  /* Add cursor pointer for better UX */
}
/* Ensure parent elements have appropriate positioning */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown content styling */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #76b65b;
  min-width: 250px;
  padding: 0px 10px 0px 10px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1000;  /* Ensure this is high enough */
}

/* Show dropdown content on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Optional: Style for links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Optional: Change color on hover */
.dropdown-content a:hover {
  background-color: #0f769e;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

a:link {
  color: #1d00b9;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #1d00b9;
  background-color: transparent;
  text-decoration: none;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-color: white;
  border-radius: 10px;
  text-align: center;
  z-index: 9999;
}
.popup img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.popup .close-btn {
  margin-top: 10px;
  padding: 10px 20px;
  background: #e15b4e;
  color: #fff;
  cursor: pointer;
  border: 0 none;
  border-radius: 5px;
}
.popup .close-btn:hover {
  background-color: #0056b3;
}

@media (max-width: 1199.98px) {
	.popup{
		width:80%;
	}
}

@media (max-width: 991.98px) {
	.popup{
		width:70%;
	}
}

@media (max-width: 575.98px) {
	.popup{
		width:90%;
	}
}


body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

blockquote,
q {
  quotes: none;
}
:before,
blockquote:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a:focus {
  outline: none;
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
img {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

sub,
sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  display: inline-block;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]:-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.5;
  color: #666666;
  background-color: white;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

a {
  color: #ec523f;
  text-decoration: none;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
a:hover {
  color: black;
  text-decoration: none;
}
p{
	text-align: justify;
  font-weight: 600;
  font-size: 17px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #003764;
}

*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button,
input,
select,
textarea {
  border: 1px solid #d5d5d5;
  outline: 0;
  padding: 10px 12px;
  color: #666666;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  border-color: #666666;
}

.main-btn {
  color: white;
  border: 1px solid white;
  padding: 12px 20px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e2e2e2;
  margin: 40px 0;
}



.site-header ul.social-icons {
  position: relative;
  z-index: 11;
  margin: 30px 0;
}
.site-header ul.social-icons li {
  display: inline-block;
  margin: 0 2px;
}
.site-header ul.social-icons li a {
  width: 36px;
  height: 36px;
  background-color: white;
  color: #444444;
  text-align: center;
  line-height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}

.main-header {
  *position: fixed;
  width: 100%;
  margin: 0 auto;
  z-index: 99;
  /*top: 94px;*/
  background: #1f90bd;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.site-header{transition: all 150ms ease-in-out 0s;
    width: 100%;
    z-index: 99; background:#FFFFFF}
.scrolled {
  /* position: fixed; */
  left: 0;
  top: 0;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#menu-wrapper {
  /*background-color: white;*/
  position: relative
  /*-moz-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.07);*/
}
.center-logo{
	padding-top: 13px;
	display: inline-block;
	width: 100%;
}
.center-logo img{
	display: inline-block;
}
.rgt-btn{
	padding-top: 35px;
}
.main-menu ul li {
  display: inline-block;
  margin: 0 20px;
}
.main-menu ul li:last-child {
  margin-right: 35px;
}
.main-menu ul li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  display: block;
  padding: 10px 0;
  font-weight: 700;
}
.main-menu ul li.active a {
  /*border-top: 3px solid #ec523f;*/
  color: #fff;
}

a.toggle-menu {
   background: none repeat scroll 0 0 #d5d5d5;
    color: black;
    display: inline-block;
    float: right;
    font-size: 20px;
    height: 40px;
    line-height: 30px;
    /*margin-right: 30px;
    margin-top: 30px;*/
    text-align: center;
    width: 36px;
}
span.toggle-menu{
	float: left;
	color: #fff;
	font-weight: 700;
	font-size: 24px;
	cursor: pointer;
}

.menu-responsive {
  display: none;
  background-color: rgba(255, 255, 255, 0.88);
}
.menu-responsive ul li {
  padding: 5px 0 5px 15px;
}
.menu-responsive ul li:hover{
	background-color: #ffffff;
}
.menu-responsive ul li a {
  display: block;
  color: #006d99;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.menu-responsive ul li.active a {
  color: #fff;
}

.flexslider {
  position: relative;
 /* top: -96px;*/
}

.flexslider .slider-caption {
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 380px;
  left: 0;
}
.flexslider .slider-caption h2 {
  color: white;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  display: inline-block;
}
.flexslider .slider-caption p {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 26px;
  display: block;
}
.flexslider .slider-caption a.slider-btn {
  color: white;
  background-color: #ec523f;
  padding: 12px 20px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
}
@media screen and (min-width: 989px) {
  .flexslider .slider-caption {
    top: 230px;
  }
}
@media screen and (min-width: 1200px) {
  .flexslider .slider-caption {
    top: 380px;
  }
}

.content-section {
  margin-top: 60px;
  padding-top: 0px;
}

.heading-section {
  margin-bottom: 25px;
 }
.heading-section h2{
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
  
}
.line{
	display: inline-block;
	margin: 0 auto;
	height: 3px;
	width: 70px;
	background: #e15b4e;
}
.white{
	background: #ffffff !important;
}
.small-text {
  color: #aaaaaa;
}

.space-fixed {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
}

.content-section#services {
  margin-top: 0px;
}

.service-item {
  position: relative;
  color: white;
  text-align: center;
  margin-bottom: 30px;
}

.service-item a {
	color: #ffff66;
}

.service-item a:hover {
	color: black;
}

.service-item .service-icon {
  font-size: 3em;
  padding: 110px 0;
}
.service-item .service-content {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.service-item .service-content .inner-service {
  padding: 20px;
}
.service-item .service-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
}
.service-item:hover .service-icon {
  opacity: 0;
  visibility: hidden;
}
.service-item:hover .service-content {
  opacity: 1;
  visibility: visible;
}

#service-1 {
  background-color: #1abc9c;
}

#service-2 {
  background-color: #e67e22;
}

#service-3 {
  background-color: #3498db;
}

#service-4 {
  background-color: #2ecc71;
}

.portfolio-item {
  margin-bottom: 30px;
}
.portfolio-item .portfolio-thumb {
  position: relative;
  overflow: hidden;
}
.portfolio-item .portfolio-thumb img {
}
.portfolio-item .portfolio-thumb .portfolio-overlay {
  background-color: #ec523f;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  text-align: center;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.portfolio-item .portfolio-thumb .portfolio-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: inline-block;
  border-bottom: 1px solid white;
}
h3 span{
	text-transform: lowercase;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand {
 /* margin-top: 50px;*/
  width: 36px;
  height: 36px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  background-color: white;
  display: inline-block;
  text-align: center;
}
.portfolio-item .portfolio-thumb .portfolio-overlay a.expand i {
  line-height: 36px;
}
.portfolio-item .portfolio-thumb:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.team-member {
  margin-bottom: 30px;
}
.team-member .member-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.team-member .member-thumb img {
  width: 100%;
}
.team-member .member-thumb .team-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: #ec523f;
  color: white;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
.team-member .member-thumb .team-overlay h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-top: 64px;
}
.team-member .member-thumb .team-overlay span {
  text-transform: uppercase;
  font-weight: 300;
  margin-top: 10px;
  display: block;
}
.team-member .member-thumb .team-overlay ul.social {
  display: block;
  margin-top: 20px;
}
.team-member .member-thumb .team-overlay ul.social li {
  display: inline-block;
}
.team-member .member-thumb .team-overlay ul.social li a {
  width: 36px;
  height: 36px;
  background-color: white;
  line-height: 40px;
  color: #ec523f;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.team-member .member-thumb:hover .team-overlay {
  opacity: 1;
  visibility: visible;
}

.skills-heading {
  margin-top: 60px;
  margin-bottom: 50px;
}
.skills-heading h3.skills-title {
  font-style: italic;
  font-size: 18px;
  text-transform: uppercase;
  color: #5e5e5e;
}
.skills-heading .small-text {
  font-style: italic;
}

.progress {
  height: 34px;
  box-shadow: none;
  border-radius: 0;
  background-color: #e7e7e7;
  margin-bottom: 10px;
}

.progress-bar {
  line-height: 34px;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #ec523f;
  box-shadow: none;
}

.googlemap-wrapper {
  height: 380px;
  margin-bottom: 40px;
}

.map-canvas {
  height: 380px;
  border: 10px solid #efefef;
}

.contact-info {
  margin-top: 40px;
}

.contact-form input {
  width: 100%;
  margin-bottom: 15px;
}
.contact-form textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
}
.contact-form .mainBtn {
  margin-top: 15px;
  color: white;
  background-color: #ec523f;
  text-transform: uppercase;
  border: 0;
}

#go-top {
  background-color: #ec523f;
  color: white;
  padding: 15px 40px;
  text-transform: uppercase;
  font-weight: 700;
}

#footer {
  /*margin-top: 130px;*/
}

/*
body, p, div, h1, h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, Verdana, Geneva, sans-serif;
   	font-style: normal;
}
*/

.bvk-link
{
  color: white !important;
}

.founder{
	background: #f6f6f6;
	padding: 20px 0;
	text-shadow: 1px 1px 0 #fff;
}
.award{
	background: url(../images/award.jpg) no-repeat scroll 0 0 transparent;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	position: relative;
	padding-top: 20px;
}
.award-catg{
	background: url(../images/award-catg.jpg) no-repeat scroll 0 0 transparent;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	position: relative;
	padding-top: 20px;
}
.award-catg2{
	background-color: #1f90bd;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	position: relative;
	padding-top: 20px;
}
.award-catg3{
	background-color: #07904b;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	position: relative;
	padding-top: 20px;
}
.venue h2
{
	font-weight: 700;
	margin: 0;
}
.venue h3, h4
{
	color: #fff;
	margin: 0;
}
.line1 {
    background: #e15b4e none repeat scroll 0 0;
    display: inline-block;
    height: 2px;
    margin: 0 auto 25px;
    width: 40px;
}
.archives{
	background: url(../images/archives.jpg) no-repeat scroll 0 0 transparent;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	position: relative;
	padding-top: 20px;
}
.faq{
	background: #f3f3f3;
	padding: 20px 0;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(123, 171, 71, 0.9);
  width: 100%;
  height: 100%;
}
.over-cont{
	z-index: 3;
}
.color-white{
	color: #fff;
	padding-bottom: 15px;
}
.color-white h2{
	color: #fff;
}
.h2 span{
	font-weight: 700;
	font-size: 30px;
}
.red{
	color: #e15b4e;
}
.blue{
	color: #1f90bd;
}
.pdf{
	margin-bottom: 20px;
}
.pdf img{
	position: relative;
	left: -10px;
}
.margin{
	margin: 20px 0;
	font-size: 30px;
}
.list-styled{
	list-style: disc;
	padding-left: 18px;
	line-height: 1.8em;
}
#sponsors h4{
	font-size: 28px;
	color: #58595b;
}
.a-title{
	font-size: 24px;
}
.a-name{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	white-space: no-wrap;
	line-height: 22px;
}
.contact{
	background: #333333;
}
.footer{
	padding: 10px 0;
	background: #212121;
	font-weight: 700;
}
.map-ico{
	background: url(../images/map-ico.png) no-repeat scroll left top transparent;
}
.call-ico{
	background: url(../images/call-ico.png) no-repeat scroll left center transparent;
}
.fax-ico{
	background: url(../images/fax-ico.png) no-repeat scroll left center transparent;
}
.mail-ico{
	background: url(../images/mail-ico.png) no-repeat scroll left center transparent;
}
.address div{
	padding-left: 30px;
	margin-bottom: 10px;
}
input[type="submit"]{
	background: #e15b4e;
	color: #fff;
	cursor: pointer;
	width: 100%;
	border: 0 none;
}
input[type="submit"]:hover{
	background: #7BAB47;
}
.left{
	float: left;
	position: relative;
	margin:0 20px;
}
.name{
	width: 100%;
	background: #ededed;
	font-weight: 700;
	text-align: center;
	padding: 10px 0;
	font-size: 20px;
}
.nomination{
width:100%;
height:auto;
float:left;
margin:0 0 20px 0
}

.accordion {
	list-style-type: none;
	padding: 0;
	margin: 0 0 50px;
	border-top: none;
	border-left: none;
	width:100%;
}
.accordion ul {
	padding: 0;
	margin: 0;
	float: left;
	display: block;
	width:100%;
}
.accordion li {
	font-size:13px;
	color:#5B5B5B !important;
	cursor: pointer;
	list-style-type: none;
	margin:6px 0 -3px;
	padding: 5px 0 0 0px !important;
	float: left;
	display: block;
	background:none !important;
	width:100%;
}
.accordion li.active>a {
	background:url(../images/minus1.png) no-repeat right ;
}
.accordion li div {
	width:297px;
	text-align:justify;
	margin:10px 0 0 0;
	display: block;
	line-height:23px;
	clear: both;
	float: left;
}
.accordion a {
	color: #414042;
	cursor: pointer;
	display: block;
	text-align:left;
	float: left;
	font-size: 17px;
	
	margin: 0;
	padding:10px 0 11px 11px;
	text-decoration: none;
	width:100%;
	background:url(../images/plus1.png)no-repeat right ;
	border:1px solid #CCC;
	background-color: #f8f8f8 !important
}
.accordion a:hover {
	background: url(../images/plus1.png)no-repeat right ;
}
.accordion li ul li {
	background: #f8f8f8;
	font-size: 0.9em;
}
.accordion span {
	margin:0 0 0 3px;
	float:left;
	color:#5B5B5B !important;
	font-size:15px;
	width:165%
}
@media screen and (max-width: 768px){
	.logo{
		text-align: center;
		margin: 0;
		padding: 0;
	}
	.center-logo {
		margin: 0;
		padding: 0;
	}
	.rgt-btn{
		padding-bottom: 10px;
		padding-top: 10px;
	}
	.awrd1 {
	    padding-bottom: 0 !important;

	}
	.awrdback {

	       
	    background-size: inherit !important;
	}
}
.load{
	color: #fff;
	margin-bottom: 0;
}
.catg li{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
  text-align: center;
}
.leaders{
	margin-bottom: 20px;
	display: table;
	text-align: center;
}


#myList li{ display:none;}
#myList1 li{ display:none;}
#myList2 li{ display:none;}
#myList3 li{ display:none;}
#myList4 li{ display:none;}


#loadMore {	color:green;cursor:pointer;}
#loadMore1 {color:green;cursor:pointer;}
#loadMore2 {color:green;cursor:pointer;}
#loadMore3 {color:green;cursor:pointer;}
#loadMore4 {color:green;cursor:pointer;}


#loadMore:hover {	color:black;}
#loadMore1:hover {	color:black;}
#loadMore2:hover {	color:black;}
#loadMore3:hover {	color:black;}
#loadMore4:hover {	color:black;}


.left-space{	padding-left: 0;margin-left: -3px;
}
/*.awrdback {
    background: url("../images/awrd.jpg") center;
background-size: cover;
position: relative;
background-repeat: no-repeat;
background-position: 0 0px;


}
.awrd1 {
    padding-bottom: 13%;
}

.awrdback::before {
    content: '';
position: absolute;
background: wheat;
padding: 30px;
display: block;
width: 100%;
opacity: 0.5;
height: 100%;

}
.h2.prizeawd {
    color: white;
}*/




