@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans');



html, body {


width: 100%;
font-family: 'Noto Sans', sans-serif !important; 
}

img {
  	width: auto\9;
  	height: auto;
  	max-width: 100% !important;
  	vertical-align: middle;
  	border: 0;
  	-ms-interpolation-mode: bicubic;
}




.npm{
		margin:0px !important;
		padding:0px !important;
	}
	
.img-center {
				margin:0px auto !important;
				
			}
			


/* social icone */


.bottomMenu {
    display: none;
    position: fixed;

    width: 100%;
    height: 60px;
	 background:none;
    z-index: 100000 !important;
}


/*=========================
  Icons
 ================= */
 #social{
		width:180px;
		margin-top:5px;
	
		
		}


/* 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;
	 font-family: 'FontAwesome'!important;
  font-style: normal;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color:#1d75bb;
	 font-family: 'FontAwesome'!important;
  font-style: normal;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
	 font-family: 'FontAwesome'!important;
  font-style: normal;
}
.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:#ce0404;
}
.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;
	 font-family: 'FontAwesome'!important;
  font-style: normal;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
	 font-family: 'FontAwesome'!important;
  font-style: normal;
}

.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: 30px;
	height: 30px;
	font-size:16px;
	 font-family: 'FontAwesome'!important;
  font-style: normal;
}
.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
	 font-family: 'FontAwesome'!important;
  font-style: normal;
}

.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;
}

.social-network a.icoRss{
	background-color: #1d75bb;
	 font-family: 'FontAwesome'!important;
  font-style: normal;
}
.social-network a.icoFacebook {
	background-color:#3B5998;
	 font-family: 'FontAwesome'!important;
  font-style: normal;
}
.social-network a.icoTwitter {
	background-color:#33ccff;
	 font-family: 'FontAwesome'!important;
  font-style: normal;
}


.social-network a.icoLinkedin {
	background-color:#ce0404;
	 font-family: 'FontAwesome'!important;
  font-style: normal;
}
/* -------------*/




/*--------- Mobile view-------------*/
	@media screen and (max-width: 524px) {
											
	#top-icons{
			float:left;
			display:block;
			width:180px;
			margin-top:5px;
			margin-left:10px;
			}	
			
	.top-nav {
			display:inline-block;
			color:#FFF;
			font-family: 'Noto Sans', sans-serif !important; 
			float:left;
			
			
		}
		
		.top-nav li{
			display:inline-block;
			color:#FFF;
			font-size:13px;
			margin-top:10px;
			font-weight:550;
			margin-left:3px;
			
		}
				
	}

/*----------Mobile view--------------*/

#header{
			width:100%;
			min-height:132px;
			margin-bottom:10px !important;
			
		}
		
.gray{
			font-family: 'Noto Sans', sans-serif !important; 
			font-size:16px;
			color:#5b6c6e;	
			margin-top:5px;
			
		}
				
				
.btn-primary{
				background-color:#662562;
				font-size:18px;
				color:#FFF;
				border:#70196b thin solid;
				font-family: 'Noto Sans', sans-serif !important; 
				display:inline-block;
				margin-top:5px;
				margin-left:10px;
				width:100%;
			}
			
.btn-primary:hover{
				background-color:#762271;
				border:#662562 thin solid;
			}
			
			
.btn-success{
				background-color:#00b8b9;
				font-size:18px;
				color:#FFF;
				border:#068d8e thin solid;
				font-family: 'Noto Sans', sans-serif !important; 
				display:inline-block;
				margin-top:5px;
				margin-left:10px;
				width:100%;
			}
			
.btn-success:hover{
				background-color:#068d8e;
				border:#00b8b9 thin solid;
			}
			
			
.btn-info{
				background-color:#00b971;
				font-size:18px;
				color:#FFF;
				border:#049a5f thin solid;
				font-family: 'Noto Sans', sans-serif !important; 
				display:inline-block;
				margin-top:5px;
				margin-left:10px;
				width:100%;
			}
			
.btn-info:hover{
				background-color:#049a5f;
				border:#00b971 thin solid;
			}
			
#box{
		padding-left:8px;
		padding-right:8px;
		border-left:#5b6c6e thin solid;
		border-right:#5b6c6e thin solid;
	}
	
#navigation{
				width:100%;
				height:50px;
				background-color:#e77811;
				
				
			}
			
			
/*--------------Growning--------------*/

.button2 {
  background-color: #00b971;

}
@-webkit-keyframes glowing {
  0% { background-color: #049a5f; -webkit-box-shadow: 0 0 3px #049a5f; }
  50% { background-color: #049a5f; -webkit-box-shadow: 0 0 0px #056741; }
  100% { background-color: #049a5f; -webkit-box-shadow: 0 0 3px #049a5f; }
}

@-moz-keyframes glowing {
  0% { background-color: #049a5f; -moz-box-shadow: 0 0 3px #049a5f; }
  50% { background-color: #056741; -moz-box-shadow: 0 0 0px #056741; }
  100% { background-color: #049a5f; -moz-box-shadow: 0 0 3px #049a5f; }
}

@-o-keyframes glowing {
  0% { background-color: #049a5f; box-shadow: 0 0 3px #049a5f; }
  50% { background-color: #056741; box-shadow: 0 0 0px #056741; }
  100% { background-color: #049a5f; box-shadow: 0 0 3px #049a5f; }
}

@keyframes glowing {
  0% { background-color: #049a5f; box-shadow: 0 0 3px #049a5f; }
  50% { background-color: #056741; box-shadow: 0 0 0px #056741; }
  100% { background-color: #049a5f; box-shadow: 0 0 3px #049a5f; }
}

.button2 {
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}

/*-----------blink-----------------*/
			
/*--------------Navbar-------------------*/
	.navbar{
				background:none !important;
				min-height:50px;
				outline:none!important;
				border:none!important;
				font-family: 'Noto Sans', sans-serif !important; 
				font-size:14px;
				font-weight:bold;
				color:#FFF;
				background-color:#e77811 !important;
				position:relative;
				z-index:300 !important;
				
				
	
	}
	
	.nav li a{
						color:#FFF !important;
					
						
						
					}
					
		@-moz-document url-prefix(){
			
									.navbar{
				background:none !important;
				min-height:50px;
				outline:none!important;
				border:none!important;
				font-family: 'Noto Sans', sans-serif !important; 
				font-size:14px;
				font-weight:bold;
				color:#FFF;
				background-color:#e77811 !important;
				position:relative;
				z-index:300 !important;
				
				
	
	}
								.nav li a{
						color:#ffffff !important;
					
						
						
					}	
									
									
									}
					

	
	.nav li a:hover{
						color:#FF0 !important;
					}
					
		 .active1 a{
						color:#FF0 !important;
						background:none !important;
					
						}
						
			.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
				color:#FF0 !important;
				background:none !important;
				}
				
				.navbar-nav > li > .dropdown-menu {
									background-color:#e5910c !important;
									font-size:14px;
									
									
													}
				.dropdown-menu > li > a {
											background-color:#e5910c !important;
											margin:1px;
										}
													
				.dropdown-menu > li > a:hover {
													background-color:#e5910c !important;
												}
				
				#banner .carousel-inner{
							margin-top:-19px;
						}
					
					.navbar-toggle {
										z-index:200;
									}
									
					.fixed {
					position: fixed; 
						top: 0 !important; 
					min-height:50px;
							z-index:1000!important;
							padding:0px !important;
							
							
}


/*-----------Navbar2---------------------*/




/*-------------------IMG Hover Effect----------------------*/
.cuadro_intro_hover{
    	padding: 0px;
		position: relative;
		overflow: hidden;
		height: 400px;
	
		
	}
	
	.cuadro_intro_hover:hover{
    	
		
	}
	
		
	.cuadro_intro_hover:hover .caption{
		opacity: 1;
		transform: translateY(-150px);
		-webkit-transform:translateY(-150px);
		-moz-transform:translateY(-150px);
		-ms-transform:translateY(-150px);
		-o-transform:translateY(-150px);
		
	}
	.cuadro_intro_hover img{
		z-index: 4;
	}
	.cuadro_intro_hover .caption{
		position: absolute;
		top:150px;
		-webkit-transition:all 0.3s ease-in-out;
		-moz-transition:all 0.3s ease-in-out;
		-o-transition:all 0.3s ease-in-out;
		-ms-transition:all 0.3s ease-in-out;
		transition:all 0.3s ease-in-out;
		width: 100%;
		z-index: 1;
	}
	.cuadro_intro_hover .blur{
		background-color:#FFF;
		height: 400px;
		z-index: 5;
		position: absolute;
		width: 100%;
		
	}
	.cuadro_intro_hover .caption-text{
		z-index: 10;
		color:#5b5a5a;
		padding:0 1px;
		position: absolute;
		height: 400px;
		text-align: center;
		top:0px;
		width: 100%;
		background-color:#ffffff;
		cursor:pointer;
		
	
	}
	
	
	
	
	
	
	
		.cuadro_intro_hover .caption-text:hover{
		
		background-color:#eeeeee;
		
		
	
	}
	
	.inn-text{
				color:#313131;
				font-size:12px;
				padding:0px 3px;
				font-family: 'Noto Sans', sans-serif !important; 
				
			}
				
				
	.violet{
				color:#e77811 !important;
				border:#e77811 thin solid !important;
				margin-top:5px;
			}
			
	.sky-blue{
				color:#f1b119 !important;
				border:#f1b119 thin solid !important;
				margin-top:5px;
			}
			
		.green{
				color:#447c94 !important;
				border:#447c94 thin solid !important;
				margin-top:5px;
			}
			
		.yellow{
				color:#e5531f !important;
				border:#e5531f thin solid !important;
				margin-top:5px;
			}
			#ah, #con, #work, #ne{
					border:#ffffff thin solid !important;
					z-index:10 !important;	
					}
			
		#ah:hover{
					border:#e77811 2px solid !important;	
					}
					
		#con:hover{
					border:#f1b119 2px solid !important;	
					}
					
		#work:hover{
					border:#447c94 2px solid !important;	
					}
					
		#ne:hover{
					border:#e5531f 2px solid !important;	
					}
			
/*------------------hover Effect-------------------------*/

#bg1v{
		background:url(../images/hotel.jpg) no-repeat center center fixed;
		min-height:420px;
		margin-top:10px !important;
		padding-bottom:30px !important;
		display: block;
		height: 100%;
		/*position: relative;*/
		width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	

}
	
.key-messages{ 
				width:100%;
				height:350px;
				background-color:#FFF;
				margin-top:35px;
				padding:5px 15px;
			}
			
h3{
		font-size:28px;
		color:#313131 !important;
		font-family: 'Noto Sans', sans-serif !important; 
		font-weight:bold;
		margin:5px;
		word-spacing:3px;
		
	}
	
h4{
		font-size:22px;
		color:#ffffff !important;
		font-family: 'Noto Sans', sans-serif !important; 
		font-weight:bold;
		
		margin-top:10px;
		margin-bottom:10px;
		word-spacing:3px;
		
		
		
	}
	
#video{
			margin-top:35px;
			width:100%;
			background-color:#FFF;
			padding:5px 15px;
		}
			
			
/*--------------Key Messages----------------*/


#sponsors{
			margin-top:15px !important;
		}
		
.line{
			width:100%;
			height:10px;
			background:url(../images/line.jpg) repeat;
			margin-top:10px;
			margin-bottom:10px;
		}
		
#text{
			padding:10px;
			text-align:justify;
			line-height:180%;
			font-family: 'Noto Sans', sans-serif !important; 
			font-size:16px;
			color:#313131;
			margin-top:50px;
			
	 }
	 
	 
#textA{
			padding:10px 80px;
			text-align:justify !important;
			line-height:180%;
			font-family: 'Noto Sans', sans-serif !important; 
			font-size:16px;
			color:#313131;
			margin-top:10px;
		
			
	 }
	 
	 
	
	 
	 
	 
@media (min-width: 481px) and (max-width: 767px) {
  
  #textA{
			
			padding:0px;
			text-align:justify !important;
			line-height:180%;
			font-family: 'Noto Sans', sans-serif !important; 
			font-size:16px;
			color:#313131;
			margin-top:10px;
			
	 }
	 
	 h3{
		font-size:20px;
		color:#313131 !important;
		font-family: 'Noto Sans', sans-serif !important; 
		font-weight:bold;
		margin:5px;
		word-spacing:3px;
		
	}
  
}

/* 
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
*/

@media (min-width: 300px) and (max-width: 480px) {
  
  #textA{
			
			padding:0px;
			text-align:justify !important;
			line-height:180%;
			font-family: 'Noto Sans', sans-serif !important; 
			font-size:16px;
			color:#313131;
			margin-top:10px;
			
	 }
	 
	  h3{
		font-size:20px;
		color:#313131 !important;
		font-family: 'Noto Sans', sans-serif !important; 
		font-weight:bold;
		margin:5px;
		word-spacing:3px;
		
	}
  
}	 
	 
	 
	 
	 
	 
	 
	 
	 

	
#text2{
			padding:10px;
			text-align:justify;
			line-height:180%;
			font-family: 'Noto Sans', sans-serif !important; 
			font-size:16px;
			color:#313131;
			
			
	 }	
	
#text2 h3{
				text-transform:uppercase;
			}
			
#text h3{
				text-transform:uppercase;
			}
	
.read-more{
			color:#00b8b9;
			font-size:14px;
			}
#btn{
		font-size:18px !important;
		font-weight:bold;
		
	}
	
#bg2{
		width:100%;
		/*min-height:612px;*/
		background:url(../images/bg2.jpg) no-repeat center center fixed;
		
		
		margin-top:15px !important;
		padding-bottom:30px !important;
		display: block;
		height: 100%;
		position: relative;
		width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
	
	
		}
		
.white-bg{
			background-color:#FFF;
			margin-top:20px!important;
			height:auto;
		}
.p1{
		text-align:center !important;
		padding:8px;
	}
#quick-links{
				margin-top:15px !important;
			}
			
#footer{
			width:100%;
			height:auto;
			background-color:#225525;
			font-family: 'Noto Sans', sans-serif !important; 
			font-size:18px;
			color:#FFF;
			padding:5px;
		}
		
		
/*---------------------- ANIMATION---------------------------*/
#car{
		width:100%;
		height:auto;
		
	}
	
#grass{
		width:100%;
		height:33px;
		background:url(../images/grass.png) repeat;
		display:block;
		margin-top:-30px !important;
		z-index:200;
		}
		
#footer a{
				text-decoration:none;
				color:#FFF;
			}
			
#footer a:hover{
				color:#FF0;
			}
			
#footer2{
			font-family: 'Noto Sans', sans-serif !important; 
			font-size:16px;
			color:#000000;
			font-weight:550;
			padding:5px;
		}
		
.box{
			border:#dcdcdc thin solid;
			display:block;
			height:140px;
			padding:10px;
			-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px; /* future proofing */
-khtml-border-radius: 10px; /* for old Konqueror browsers */
			
			
		}
		
#flexiselDemo4 li{
						
						border-left:#FFF thin solid;
					}
					
					

.violet1{
				color:#662562 !important;
				font-size:24px;
				margin-top:15px;
			
				font-family: 'Noto Sans', sans-serif !important; 
				display:block;
				font-weight:bolder;
			}
			
	.sky-blue1{
				color:#00b8b9 !important;
				font-size:24px;
				margin-top:15px;
				
				font-family: 'Noto Sans', sans-serif !important; 
				display:block;
				font-weight:bolder;
			}
			
		.green1{
				color:#00b971 !important;
				font-size:24px;
				margin-top:15px;
				
				font-family: 'Noto Sans', sans-serif !important; 
				display:block;
				font-weight:bolder;
			}
			
	.box1{
			
			line-height:180%;
			font-family: 'Noto Sans', sans-serif !important; 
			font-size:14px;
			color:#444444;
			color:#000;
			padding:10px;	
			}
			
	.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}

/*------------------------ ANIMATION--------------------------*/


.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
}




.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ae5403;;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}











/*
Fade content bs-carousel with hero headers
Code snippet by maridlcrmn (Follow me on Twitter @maridlcrmn) for Bootsnipp.com
Image credits: unsplash.com
*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 566px;
}
.fade-carousel .carousel-inner .item {
    height: 566px;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
/*.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}*/

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height:566px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image:url(../images/banner/bb1.jpg);
  width:100%;
  height:566px;
   
}
.fade-carousel .slides .slide-2 {
  background-image:url(../images/banner/bb2.jpg);
  width:100%;
  height:566px;
}


/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}s







.col-centered {
    float: none;
    margin: 0 auto;
}

.carousel-control { 
    width: 8%;
    width: 0px;
}
.carousel-control.left,
.carousel-control.right { 
    margin-right: 40px;
    margin-left: 32px; 
    background-image: none;
    opacity: 1;
}
.carousel-control > a > span {
    color: white;
	  font-size: 29px !important;
}

.carousel-col { 
    position: relative; 
    min-height: 1px; 
    padding: 5px; 
    float: left;
 }

 .active > div { display:block; }
 .active > div:first-child { display:block; }

/*xs*/
@media (max-width: 767px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*sm*/
@media (min-width: 768px) and (max-width: 991px) {
  .carousel-inner .active.left { left: -50%; }
  .carousel-inner .active.right { left: 50%; }
	.carousel-inner .next        { left:  50%; }
	.carousel-inner .prev		     { left: -50%; }
  .carousel-col                { width: 50%; }
	.active > div:first-child + div { display:block; }
}

/*md*/
@media (min-width: 992px) and (max-width: 1199px) {
  .carousel-inner .active.left { left: -33%; }
  .carousel-inner .active.right { left: 33%; }
	.carousel-inner .next        { left:  33%; }
	.carousel-inner .prev		     { left: -33%; }
  .carousel-col                { width: 33%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
}

/*lg*/
@media (min-width: 1200px) {
  .carousel-inner .active.left { left: -25%; }
  .carousel-inner .active.right{ left:  25%; }
	.carousel-inner .next        { left:  25%; }
	.carousel-inner .prev		     { left: -25%; }
  .carousel-col                { width: 25%; }
	.active > div:first-child + div { display:block; }
  .active > div:first-child + div + div { display:block; }
	.active > div:first-child + div + div + div { display:block; }
}

.block {
	width: 306px;
	height: 270px;
}

.red1 {background: red;}

.blue1 {background: blue;}

.green1a {background: green;}

.yellow1 {background: yellow;}






.map {
    -webkit-filter: grayscale(100%);
       -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
         -o-filter: grayscale(100%);
            filter: grayscale(100%);
}



<!--font awesome-->


.fa-caret-right{
	 font-size: 20px;
 height: 38px;
 line-height: 40px;
 margin: 5px;
 text-align: center
	
}



  i.fa.fa-facebook, i.fa.fa-linkedin, i.fa.fa-twitter, i.fa.fa-instagram{

 font-size: 20px;
 height: 38px;
 line-height: 40px;
 margin: 5px;
 text-align: center;

 }
 i.fa.fa-facebook{

 color: #939598;
 font-size: 20px;
 height: 38px;
 line-height: 40px;
 margin-right: 5px;
 text-align: center;
}

 i.fa.fa-twitter{

 color: #939598;
 font-size: 20px;
 height: 38px;
 line-height: 40px;
 margin: 5px;
 text-align: center;

 }
 i.fa.fa-linkedin{

 color: #939598;
 font-size: 20px;
 height: 38px;
 line-height: 40px;
 margin: 5px;
 text-align: center;
 }
 i.fa.fa-instagram{

 color: #939598;
  font-size: 20px;
 height: 38px;
 line-height: 40px;
 margin: 5px;
 text-align: center;

 }
 

      

.fa.fa-facebook:hover 
{

  color: #3B5998;
}
 i.fa.fa-linkedin:hover
{

	  color: #0077B5;
}
  i.fa.fa-twitter:hover
{
	
	  color: #00aced;
}
 
  i.fa.fa-instagram:hover
{

	  color: #833ab4;
}


 <!--tabx-->
 
.nav-tabs { border-top: 2px solid #DDD; background-color:#ccc; color:#666; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }

.nav-tabs > li > a { border: none; color:#000000 !important; font-size:20px; text-align:center; font-weight:bold; }

.nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #efa039 !important; background: transparent; }

.nav-tabs > li > a::after { content: ""; background: #e4720f; height: 2px; position: absolute; width: 100%; left: 0px; top: -1px; transition: all 250ms ease 0s; transform: scale(0); }

.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }

.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #000; }

.tab-pane { padding: 15px 0; }

.tab-content{padding:0px; }

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }



<!--footer-->
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
.hr_a {
     margin-top: 5px; 
     margin-bottom: 5px;
    border-top: 1px solid #eee;
}
.footer-a
{
	
}


.footer{
			width:100%;
			height:auto;
			background-color:#225525;
			background-image:url(../images/footer-bg.jpg);
			background-size:cover;
			font-family: 'Noto Sans', sans-serif !important; 
			font-size:16px;
			color:#FFF;
			padding:5px;
			
		}
		
.RN{
		font-size:14px; background-color:#e87812; text-transform:uppercase; border:none; height:40px; font-weight:bold; width:200px;
	}
	
	
.RN:hover{
		font-size:14px; background-color:#c1640e; text-transform:uppercase; border:none; height:40px; font-weight:bold; width:200px;
	}
	
.BYS{
		font-size:14px; background-color:#e4a309; text-transform:uppercase; border:none; height:40px; font-weight:bold; width:200px;
	
	}
	
.BYS:hover{
		font-size:14px; background-color:#c78e09; text-transform:uppercase; border:none; height:40px; font-weight:bold; width:200px;
	
	}
	
.SYP{
		font-size:14px; background-color:#447c93; text-transform:uppercase; border:none; height:40px; font-weight:bold; width:200px;
	}
	
.SYP:hover{
		font-size:14px; background-color:#366375; text-transform:uppercase; border:none; height:40px; font-weight:bold; width:200px;
	}
	
	
.tbs3{
			-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px; /* future proofing */
-khtml-border-radius: 15px; /* for old Konqueror browsers */

		}
		
		
		
.ffa2{
		color:#ffffff !important; font-size:40px !important;
	}
	
		
.ffa2:hover{
		color:#fffff; font-size:40px;
		
		
	}
	
	
	
<!--sidenav-->
.sidenav {
    height: 100%;
    width: 220px;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ae5403 !important;
    overflow-x: hidden;
    padding-top: 10px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 4px 8px 8px 16px;
    text-decoration: none;
    font-size: 17px;
    color: #e5e4e2;
    display: block;
    border: none;
    background: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
    color: #fcfbfb;
	 background-color: #a65003;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
    text-align:right;
	
}



/* Add an active class to the active dropdown button */
.sidenav.active {
    background-color: #a65003;
    color: #f2f2f2;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #c5630b;
    padding-left: 12px;
	font-size:10px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
<!--sidenav-->



.eab img{
	border:#e7e7e7 5px solid;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px; /* future proofing */
-khtml-border-radius: 15px; /* for old Konqueror browsers */
		}
		
		
		
	.sticky{
		display: block;
	}


.tabb1{
	color:#FFF;
	text-transform:uppercase;
		}
		
		
.tabb1:hover{
	color:#fece49;
	
	
	
		}
		
		.spkr{
	padding-bottom:60px;
}
.spkr-box{

	    border: #e7e7e7 5px solid;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -khtml-border-radius: 15px;
   
   
}
.spkr-p{
	
	text-align:center;
}
.colorgraph {
    height: 3px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #b1c806 12.5%, #b1c806 25%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #b1c806 12.5%, #b1c806 25%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #b1c806 12.5%, #b1c806 25%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #b1c806 12.5%, #b1c806 25%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

         .fancybox-custom .fancybox-skin {
         box-shadow: 0 0 50px #222;
         }
      
   .pics-a{
	   margin:8px;
	   border:3px solid #CCC;
	   
   }
  .img-b{
	width:300px;
	height:200px;
}
   .img-b:hover{
	
  cursoe:pointer;
  -moz-transition: width 1s, height 2s; /* Safari */
  -webkit-transition: width 1s, height 1s; /* Safari */
  transition: width 1s, height 1s;
   width: 600px !important;
    height:400px;
   }
  @media screen and (max-width: 768px) { 
   .img-b{
	width:100% !important;
	height:auto !important;
}
    .img-b:hover{
	
 display:none;
   }
  }
   
   /*nano excellence award image effect
 .modal {
z-index:100;
display:none;
padding-top:10px;
position:fixed;
left:0;
top:0;
width:100%;
height:100%;
overflow:auto;
background-color:rgb(0,0,0);
background-color:rgba(0,0,0,0.8)
}

.modal-content{
margin: auto;
display: block;
    position: absolute;
  top: 40%;
  left: 40%;
  
}


.modal-hover-opacity {
opacity:1;
filter:alpha(opacity=100);
-webkit-backface-visibility:hidden
}

.modal-hover-opacity:hover {
opacity:0.60;
filter:alpha(opacity=60);
-webkit-backface-visibility:hidden
}


.close {
text-decoration:none;float:right;font-size:30px;font-weight:bold;color:white; cursor:pointer;
}

.modal-content, #caption {   
  
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}


@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}
nano excellence award image effect*/

canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- stats.js ---- */

.count-particles{
  background: #000022;
  position: absolute;
  top: 48px;
  left: 0;
  width: 80px;
  color: #13E8E9;
  font-size: .8em;
  text-align: left;
  text-indent: 4px;
  line-height: 14px;
  padding-bottom: 2px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
}

.js-count-particles{
  font-size: 1.1em;
}

#stats,
.count-particles{
  -webkit-user-select: none;
  margin-top: 5px;
  margin-left: 5px;
}

#stats{
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.count-particles{
  border-radius: 0 0 3px 3px;
}

#stats{
		display:none;
	}
/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height:280px !important;
  background-color: #002;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}





/*
canvas{
    background-color: #002;
}

.abc {
    height: 600px !important;
    width: 100%;
}*/




/*================ agenda new=======================*/
.nav-tabs.day_schedule > li:before {
    height: 1px;
    background: #42174f;
    background: -moz-linear-gradient(left, #42174f 0%, #a04927 100%);
    background: -webkit-linear-gradient(left, #42174f 0%,#a04927 100%);
    background: linear-gradient(to right, #42174f 0%,#a04927 100%);
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    right: -15px;
    z-index: 0;
}
.nav-tabs.day_schedule > li.active a, .nav-tabs.day_schedule > li:hover  a {
    background: #42174f;
    /*background: -moz-linear-gradient(left, #d42531 0%, #db7a3b 100%);
    background: -webkit-linear-gradient(left, #d42531 0%,#db7a3b 100%);
    background: linear-gradient(to right, #d42531 0%,#db7a3b 100%);*/
    background: -moz-linear-gradient(left, #42174f 0%, #a04927 100%);
    background: -webkit-linear-gradient(left, #42174f 0%,#a04927 100%);
    background: linear-gradient(to right, #42174f 0%,#a04927 100%);
    color: #000;
}
.nav-tabs.day_schedule > li a {
    color: #FFF;
    border-radius: 30px;
    border: 0;
    padding: 10px 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0px 2px 2px 0px #185f96;
    position: relative;
    z-index: 1;
    background:#f4f4f4;
	font-size:18px;
   
}
.nav-tabs.day_schedule > li:before {
    height: 1px;
    background: #42174f;
    background: -moz-linear-gradient(left, #42174f 0%, #a04927 100%);
    background: -webkit-linear-gradient(left, #42174f 0%,#a04927 100%);
    background: linear-gradient(to right, #42174f 0%,#a04927 100%);
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    right: -15px;
    z-index: 0;
}
li.tab {
    margin-right: 20px;
}
.nav-tabs.day_schedule {
  	margin:0 auto;
    border-bottom: 0;
    margin-bottom: 20px;
    text-align: center;
}
.nav-tabs.day_schedule >li {
    /*width: 15%;*/
    display: inline-block;
    float: none;
   /* border-radius:none;*/
}
.agenda_heading>h2>i {
    font-size: 30px;
    color: #d0642b;
}
.agenda_heading>h2 {
    font-size: 20px;
}
.agenda_heading {
    text-align: center;
    margin-bottom: 25px;
}
.event-details {
    position: relative;
}

.event-details {
    margin-bottom: 20px;
}
.event-details .time {
    overflow: hidden;
    padding: 12px 0;
    /*padding: 30px 0;*/
    text-align: center;
    margin-right: 30px;
    width: 140px;
}
.event-details .time .start {
    font-size: 22px;
    font-weight: 700;
}
.event-details .duration {
    font-size: 12px;
    padding: 0 2px;
        color: #339ba8;
}
.day_schedule .duration {
    color: #ff512f;
}
.event-details .details {
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 2px 1px #ddd;
    /*padding: 30px;*/
	padding:10px 2px 10px 24px;
	
    /*padding: 27px 30px 20px 30px;*/
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.ev-info .vanue {
    background: #42174f;
    background: -moz-linear-gradient(left, #42174f 0%, #a04927 100%);
    background: -webkit-linear-gradient(left, #42174f 0%,#a04927 100%);
    background: linear-gradient(to right, #42174f 0%,#a04927 100%);
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    padding: 2px 20px;
    /*margin: -30px 0 30px -30px;*/
    margin: -27px 0 25px -30px;
    display: table;
	
}
.ev-info .name {
    font-size: 14px;
	line-height:1.5;
	text-align:left;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
	color:#000 !important;
}
.event-details:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #185f96;
    background: -moz-linear-gradient(left, #185f96 0%, #228757 100%);
    background: -webkit-linear-gradient(left, #185f96 0%,#228757 100%);
    background: linear-gradient(to right, #185f96 0%,#228757 100%);
    left: 154px;
    z-index: 1;
    top: 53%;
    margin-top: -15px;
    border-radius: 50%;
}
.event-details:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: 159px;
    z-index: 1;
    top: 53%;
    margin-top: -10px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0);
    transform: scale(1);
}
.event-details:hover:after {
    -webkit-transform: scale(1);
    transform: scale(0);
}
h1.title-agenda.linebreak_h1 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.details.event_break {
    background: #e9e9e9;
}
.duration>i {
    margin-right: 3px;
}

.nav-tabs.day_schedule > li.active > a, .nav-tabs.day_schedule > li.active > a:hover, .nav-tabs.day_schedule > li.active > a:focus {
   
     cursor: default;
     border: none; 
     border-bottom-color: none; 
}
.tab-details.tab-content {
    margin-bottom: 0px;
	
}

.event-details:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #185f96;
    background: -moz-linear-gradient(left, #185f96 0%, #228757 100%);
    background: -webkit-linear-gradient(left, #185f96 0%,#228757 100%);
    background: linear-gradient(to right, #185f96 0%,#228757 100%);
    left: 154px;
    z-index: 1;
    top: 53%;
    margin-top: -15px;
    border-radius: 50%;
}
.event-details:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: 159px;
    z-index: 1;
    top: 53%;
    margin-top: -10px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0);
    transform: scale(1);
}
.event-details:hover:after {
    -webkit-transform: scale(1);
    transform: scale(0);
}
h1.title-agenda.linebreak_h1 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.details.event_break {
    background: #e9e9e9;
}
.duration>i {
    margin-right: 3px;
	text-transform:uppercase;
}
.side-line{
	border-right:1px solid #DDD;
	height:70px;
}
.agenda_sec{
	  box-shadow: 1px 1px 10px 1px #CCC;
	  padding-top:20px;
}

@media screen and (max-width: 600px) {
	.event-details:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: #185f96;
    background: -moz-linear-gradient(left, #185f96 0%, #228757 100%);
    background: -webkit-linear-gradient(left, #185f96 0%,#228757 100%);
    background: linear-gradient(to right, #185f96 0%,#228757 100%);
    left: 8px;
    z-index: 1;
    top: 50%;
    margin-top: -15px;
    border-radius: 50%;
	display:none;
}
.event-details:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #fff;
    left: 10px;
    z-index: 1;
    top: 50%;
    margin-top: -10px;
    border-radius: 50%;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: scale(0);
    transform: scale(1);
	display:none;
}
.event-details:hover:after {
    -webkit-transform: scale(1);
    transform: scale(0);
}
.pull-left{
	float:none !important;
}

.tab-content{padding:20px; }
}
/*================ agenda new=======================*/