.social:hover {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(00.8em);
}
.social {
  -webkit-transform: scale(0.6);
  /* Browser Variations: */
    -moz-transform: scale(0.6);
  -o-transform: scale(0.6);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  color: #000030;
  padding:3% 3% 0% 0;
}



header{
    /* background: url(../img/header-1.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  background: #172C41;;
}

#section0{
  background-color: red;
}
.section0-elect{
  color:#fff;
  text-align: center;
  font-size: 24px;
  padding:1% 0 1% 0;
}
#section-2{
    background: #000;
    background-repeat: no-repeat;
}
h5.section-2-content{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    color: #fff;
    margin-top: 10%;
    line-height: 1.5;
}
#promo{
  padding-top: 5%;
  padding-bottom: 5%;
  background:#ececec;
}
.video-promo{
  margin-top:5%;
}
p.promo-content{
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  color: #000;
  margin-top: 10%;
}
.concept-container{
  margin-top: 5%;
  padding-bottom: 5%;
}
h2.title-program-concept{
  font-family: 'Merriweather', serif;
  font-weight: 900;
}
p.concept-content{
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  text-align: justify;
  color: #fff;
  background: #1f3379;
  margin-top: 3%;
  padding:5%;
}
#program-design{
  background:#e0e0e0;
  padding-top: 5%;
  padding-bottom:5%;
}
p.design-content{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  text-align: justify;
  color: #000;
  margin-top: 5%;
}
h5.conditions-content{
  font-size: 30px;
  text-align: center;
}
li.conditions-content{
  font-size:18px;
  line-height: 1.8;
}
#candidates{
  background:#e6f1ed;
}
.candidates-content{
  /* font-family: 'Roboto', sans-serif; */
  font-size: 30px;
  color: #000;
  font-weight: 600;
  margin-top: 20%;
}
#focus-areas{
  background:#d1d1d1;
  padding-top:5%;
  padding-bottom:5%;
}
h2.title-program{
  /* font-family: 'Roboto', sans-serif; */
  font-weight: 900;
  margin-top:2%;
  font-size: 45px;
}
.conditions{
  background: #2f4daf;
  color: #fff;
  padding:3%;
}
h2.vote-title{
  background:#ff0000;
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
  padding: 5%;
}
p.vote-text{
  background:#1f3379;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 900;
  padding: 5%;
}
p.vote-text1{
  color: #000;
  line-height: 1.6;
  word-spacing: -5px;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-weight: 900;
  padding: 6% 5% 5% 8%;
}
.vote-content1{
  background: #092456;
}
.vote-content2{
  background:#ffd000;
  margin-top: 3%;
  margin-bottom: 2%;
}
#volunteer{
  background: #092456;
}
h2.volunteer-content{
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-top: 10%;
}
p.volunteer-content{
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
#contact{
  background: #f3f3f6;
}
.contact-content{
  margin-top:25%;
}
.infocus-text{
  /* text-align: center; */
  font-weight: 600;
    font-size: 14px;
}

.modal-backdrop{
    opacity:0.5 !important;
}
p.modal-content-p{
  font-size: 16px;
}













/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 50px;
	height: 50px;
	font-size:20px;
}
.social-circle li i {
	margin:0;
	line-height:50px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

a.social-media {
 background-color: #D3D3D3;   
}




.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color:rgba(0,0,0, 0.1);
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

@media (max-width: 768px) {
  h1.section1-head {
    font-size: 36px;
  }
}




.add{background: #333; padding: 10%; height: 300px;}

.nav-sidebar { 
    width: 100%;
    padding: 8px 0; 
    border-right: 1px solid #ddd;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #34ca78; 
    color: #fff; 
}
.nav-sidebar .active a:hover {
    background-color: #37D980;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}





 .center {
  margin-top:50px;   
}

.modal.show .modal-dialog  {
  max-width: 80%!important;  
}
.modal-header {
padding-bottom: 5px;
}


p.modal-content{
  font-size: 1em;
  border: none;
  color: #000;
  max-width: 100%!important;
  text-align: justify;
}
h3.modal-title {
  margin-left: 5%;
  margin-bottom: 2%;
  font-size: 1.5em;
  text-align: center;
}


/*------Blog-------*/

.blogShort{ border-bottom:1px solid #ddd;background-color: #f6f6f6;padding-bottom:6%;}

.blog-title-content{
  font-size: 1.4em;
  font-weight: 700;
  margin-top: 2%;
}

.blog-title-content1{
  font-size: 0.8em;
  font-weight: 700;
  margin-top: 2%;
  padding-top:2%;
}

.title-blog{
  background-color: #1F3379;
  color:#fff;
  padding:1%;
  max-width: 8%;
  margin-top: 10%;
  font-size: 12px;
}

.title-blog-hr{
  background-color:#1F3379;
  height: 1px;
}

.blog-img-home{
  max-width: 13%;
  margin:2%;
}


.btn-blog {
  color: #fff!important;
  background-color: #007bff;
  border-color: #007bff;
  border-radius:25px;
  margin-bottom:0%;
  font-size: 0.6em;
  margin-right: 6%;
  float:right;
}

.read-more{
  padding:.15rem .35rem!important;
  float: right!important;
}

.btn-blog:hover, .btn-blog:focus, .btn-blog:active,
.btn-blog.active, .open .dropdown-toggle.btn-blog {
  color: white;
  background-color:#0c71dd;
  border-color: #007bff;
}



#section1{
  background: rgb(92,101,89);
background: linear-gradient(150deg, rgba(92,101,89,1) 0%, rgba(119,26,26,1) 0%, rgba(205,139,25,1) 45%, rgba(92,101,89,1) 100%);
}
h1.section1-head{
  font-family: "Ubuntu", sans-serif;
  color:#ffd800;
  text-align: center;
  font-weight: 900;
  font-size: 85px;
  margin-top: 5%;
}
p.section1-para1{
  font-family: "Montserrat", sans-serif;
  color:#fff;
  text-align: center;
  font-weight: 500;
  font-size: 26px;
}
p.section1-para2{
  font-family: "Montserrat", sans-serif;
  color:#ffd800;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
}
button.section1-button{
  font-family: "Montserrat", sans-serif;
  color:#fff;
  background:red!important;
  text-align: center;
  font-weight: 500;
  font-size: 50px;
  margin: 0;
  position: relative;
  margin-top: 5%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
p.section1-para3{
  font-family: "Montserrat", sans-serif;
  color:#fff;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-top: -2%;
  margin-bottom: 7%;
}
p.volunteer-para{
  font-weight: 500;
  margin-top: 5%;
}

.modal-content{
  width:50%;
  background: #fff;
  left: 25%;
  border: none;
  border-radius: 25px;
}
.modal-footer{
  border-bottom: none!important;
  border-top: none!important;
  border-bottom-right-radius:none!important;
}
.modal-header{
  border-bottom: none!important;
  border-top: none!important;
  border-bottom-right-radius:none!important;
}

@media only screen and (max-width: 600px){
  h1.section1-head{
    font-size: 35px;
  }
  .modal-content {
    width: 100%;
    left: 0%;
}
.modal.show .modal-dialog  {
  max-width: 100%!important;  
}
p.section1-para1{
  font-size: 18px;
}
p.section1-para2{
  font-size: 20px;
  margin-bottom: 2%;
}
button.section1-button{
  font-size: 30px;
}
p.volunteer-content{
  font-size: 20px;
}
}


@media only screen and (max-width: 1440px){
.top-line ul.social-network{
  display:none;
}
}