

body {
  overflow-x: hidden;
}

::-moz-selection { /* Code for Firefox */
    color: #fff;
    background: #00B72C;
}

::selection {
    color: #fff;
    background: #00B72C;
}

#headtxt span{color:#fff; padding:5px; }
#headtxt a{color:#fff; }
#IAP{max-width:150px;}
#APN{max-width:150px; text-align:center;}
.dropdown-menu {padding:0; color:#fff; border-bottom: 5px solid #E37F03;}


.dropdown ul li {
	color:#fff;
  display: none;
  width: auto;
  border-top: 1px solid #999;
  display: block;
}

.dropdown ul li:first-child { border-top: none;}

.dropdown ul li a {
	color:#fff;
  background: #000;
  display: block;
  padding: 10px 14px;
}

.dropdown ul li a:hover { background: #FB9413; color:#fff;}


.main-nav .navbar { 
    min-height: 40px;  
    margin-bottom: 0px; 	
	border-radius:0px;;
}
.main-nav .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #d34615; }
	
	
.main-nav .navbar-default {
    background-color:#003b5f;
    border-color: #003b5f;}
	
	
.main-nav .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus
	{
    color: #ffffff;
    background-color:#E37F03;
}

.main-nav .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus
{
    color: #ffffff;
    background-color:#E37F03;
}

.main-nav .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus
{
    color: #ffffff;
    background-color:#E37F03;
}


.main-nav .nav>li>a {position: relative;    display: block;	color:#fff;	}
	
	
		
	@media only screen and (max-width: 765px) {
    .main-nav .navbar-default .navbar-nav>li {
        border-top:1px solid #D77700;
    }
	 

}


#mobile-header{display:none;}

@media screen and (max-width: 999px) and (min-width: 150px) {
    #pc-header {
       display:none;
    }
	
	#mobile-header{
		display:block;
	}
}


.new{  
	width: 45px;
    position: absolute;
    top: -10px;
    left: 20%;
    z-index: 99;
}

.title-wrapper {
	border:3px solid #EB7920;
	display:table;
	margin:0 auto;
	color:#333;
	width: auto;
	margin-top:20px;
	padding:15px;
	letter-spacing:2px;
	font-weight:600;
	 box-shadow: 2px 2px 2px #999;
}	
	
	.quote{
		font-family: 'PT Serif', serif;
		font-size:20px;
		text-align:center;
		font-weight:bold;
		color:#098A1A;
	}	
.home-content{font-family: 'Roboto', sans-serif;
		font-size:16px;
		color:#333;
		padding:5px;
		text-align: justify;
    text-justify: inter-word;}
	

#tf-team{
	background: url(../img/03.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}

#tf-team .overlay{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.3) 17%, rgba(0,0,0,0.4) 35%, rgba(0,0,0,0.3) 62%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.4)), color-stop(17%,rgba(0,0,0,0.4)), color-stop(35%,rgba(0,0,0,0.3)), color-stop(62%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.3) 17%,rgba(0,0,0,0.3) 35%,rgba(0,0,0,0.2) 62%,rgba(0,0,0,0.4) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.3) 17%,rgba(0,0,0,0.3) 35%,rgba(0,0,0,0.3) 62%,rgba(0,0,0,0.4) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.3) 17%,rgba(0,0,0,0.3) 35%,rgba(0,0,0,0.35) 62%,rgba(0,0,0,0.4) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.4) 0%,rgba(0,0,0,0.3) 17%,rgba(0,0,0,0.3) 35%,rgba(0,0,0,0.3) 62%,rgba(0,0,0,0.4) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
	height: auto;
	background-attachment: fixed;
	padding: 80px 0;
}

#tf-team .item:hover>img.img-circle.team-img{
	border: 4px solid #FB9413;
}
	
.thumbnail{ margin-top:40px; background:#E37F03; color:#fff; text-align:center;}
.thumbnail h4{ color:#fff;}

 .thumbnail img:hover{
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
    filter: grayscale(100%);
}




ul#top-social-media {text-align:left; margin-bottom:0;}
ul#top-social-media li{border-left:1px solid #fff;}

.footer-detail{ color:#fff; font-size:18px;}
.footer-detail h4{border-left:2px solid #FB9413; font-size:24px; padding:0; margin:0;}
.footer-detail h3{font-size:20px; padding:0; margin:0;}
ul.app img{ margin-top:8px;}
ul.social-buttons {
	text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}
ul.social-buttons li a {
  display: block;
  text-align:center;
  background-color: #fff;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: #002907;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #FB9413;
}


footer{background:#0C0400; color:#fff; font-size:16px; text-align:center; padding:10px;}
	
	
	
.cd-top {
	z-index:1;
	border-radius: 50%;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #FB9413 url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #FB9413;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 40px;
    width: 40px;
    right: 30px;
    bottom: 30px;
  }
}


/*=========================== Ogr Commettee ====================== */

.org-heading{
	font-family: 'Roboto', sans-serif;
	padding:2px;
	color:#00B72C;
	text-align:center;
}
	
.org-heading h4{
	font-weight:600;
	padding-left:20px;
	letter-spacing:1px;
}	
	
	
 .line{
	border-top: 3px solid #fcac45;
	height: 10px;
	width: 100px;
	text-align: center;
	margin: 0 auto;
}

.line hr {
	border-top: 3px solid rgba(252, 172, 69, 0.34);
	width: 60px;
	text-align: center;
	margin-top: 10px;
	position: relative;

}

.org-photo img{
	width:165px;
	height:160px;
	border-radius:50%;
	border:2px solid #EDEDED;
	margin-bottom:5px;
}
/*===================== Invitation ================================ */



.invitation{
	margin:20px 0 20px;
}

.invitation h4{color:#090909; font-size:18px; padding:0;}

.invitation  p{font-size:16px; color:#4E4E4E; text-align: justify; line-height:25px;}



/*===================== Contact ================================ */

.contact-us h4{
		color:#fff;
		font-size:22px;
		background:#FB9413;
		padding:10px;
		
}

.contact-us p{
	font-size:18px;
	color:#000;
	margin-left:20px;
	margin-top:0;
	padding:0;
}




section#contact {
	margin-top:20px;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 15px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 210px;
}
section#contact .form-control:focus {
  border-color: #00B72C;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #999;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
}
section#contact :-ms-input-placeholder {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
}
section#contact .text-danger {
  color: #FB9413;
}	
	

	
	
	.feature.map {
    height:100%;
    width:100%;
    border:0;
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
  }

	
/*=========================== Downloads =================================*/

.dow-heading{
	font-family: 'Roboto', sans-serif;
	padding:2px;
	color:#00B72C;
	text-align:center;
}
	
.dow-heading h3{
	font-weight:600;

}
	
	
.Fee-Details ul li{
	font-size:17px;
	list-style:square;
}	

.Fee-Details h4{	
		color:#00B72C;
}
	
#counting{
  text-align: center;
  font-size: 22px;
  background:#222;
  color:#fff;
  height:80px;
  line-height:70px;
  border-radius: 15px;
   background: grey; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(grey, black); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(grey, black); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(grey, black); /* For Firefox 3.6 to 15 */
    background: linear-gradient(grey, black); //* Standard syntax (must be last) *//
}	
	
	
	
	
#custom_carousel .item {
    color:#000;
    background-color:#eee;
    padding:20px 0;
}

#custom_carousel h3{
	padding:0;
	margin:0;
	font-size:20px;
}

#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#ddd
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}

#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}
	
	.block-2-img-container img{
		border-radius:0 0 40px 0;
	}
	
	.fa-plane{
		font-size:30px;
		background:#00B72C;
		color:#fff;
		border-radius:5px;
		padding:15px;
	}
	
	.fa-bus{
		font-size:30px;
		background:#00B72C;
		color:#fff;
		border-radius:5px;
		padding:15px;
	}
	.fa-train{
		font-size:30px;
		background:#00B72C;
		color:#fff;
		border-radius:5px;
		padding:15px;
	}
	
	.travel-icon  strong{
		font-size:18px;
		font-weight:500;
		margin-left:20px;
		
	}
	
	.travel-icon  p{
		font-size:15px;
		margin-left:75px;
		margin-bottom:30px;
		
	}
	
/****************** Trade-Invitation ****************/

.trade-invitation{margin-left:60px;margin-right:60px;}

.trade-invitation p{
	font-size:16px;
	text-align:justify;
}
.trade-invitation p strong{ color:#009a25;}
	
	
@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}	

.blink1{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.8s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
}	
	
/*=============================== Top Nav ==================================== */
	
#navbar-top {
	float: right;
	height: 20px;
}
#navbar-top ul li {
	list-style: none;
	padding-right: 20px;
}
#navbar-top ul a {
	padding-bottom: 0;
	padding-top: 0;
	height: 20px;
}
#navbar-top .dropdown-menu li {
	padding-right: 0;
	display: block;
	height: 30px;
}
#navbar-top .dropdown-menu li a {
	height: 30px;
	background: green;
	line-height: 30px;
}
#navbar-top .dropdown-menu li a:hover {
	background: #002907;
}
#navbar-top .dropdown-menu {
	border-bottom: 5px solid #023b0c;
}	
	






/********************************* carousel ****************************************/

.carousel-caption{
	text-align: center;
    top:25%;

}

.carousel-caption h1{
	font-size:45px;
	font-family: 'Playfair', sans-serif;
	font-weight:bold;
	text-transform: capitalize;
	padding:0 0 5px 0;
	letter-spacing:3px;
	color:#fff;
	text-transform:uppercase;
	line-height:50px;
}

.carousel-control{
	width: 12%;
	color:#fff;
}

.btn-register {
color:#F74819;
background: none;
border: 2px solid #F74819;
font-size: 25px;
border-radius: 0;

}

.btn-register:hover {
	background:#F74819;
	color:#fff;
	transition: all .4s ease-in-out;
 	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
   

}

.btn-register2 {
color:#fff;
background: none;
border: 2px solid #fff;
font-size: 25px;
border-radius: 0;

}

.btn-register2:hover {
	border-radius:20px;
	background:#F74819;
	color:#fff;

}


/************************ Marquee ***********************************/

.str_wrap {
	overflow:hidden;
	width:100%;
	height:30px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	white-space:nowrap;
}

.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor: pointer;
}

.str3-2 ul {
color:#fff;
display:inline-block; 
vertical-align: middle;
}

.str3-2 ul li{
display: inline-block;
  color: #fff;
  margin-top:5px;
  font-weight: bold;
  text-transform:uppercase;
  letter-spacing:0.5px;
  font-style:italic;
}

.flight {
width:200px;
color: #fff;
z-index: 9999;
text-align: right !important;
top: 78%;
right:5px !important;
position: fixed;
z-index:9999;
}

.social-media {
width: 45px;
color: #fff;
padding: 5px;
z-index: 9999;
right:3%;
top: 62%;
position: fixed;
z-index:9999;
}

.social-media ul{
	list-style-type:none;
}

.social-media ul li{
	padding-top:5px;
}
.social-media li i{
	margin-top:7px;
}
.social-media li a {
    display: block;
    width: 35px;
    height: 35px;
	text-align: center;
    border-radius: 10%;
    font-size: 20px;
    color: #fff;
}


 .home-button{
	background: #08c;
    font-size: 16px;
    color: #fff;
	text-align:center;
	padding:20px;
	}
	
	.btn a{ text-decoration:none; color:#fff; text-decoration:none;}
	.home-button:hover{
		 background:#000c13;
	 -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
	
	
.program-button{
	background: #00b72c;
    font-size: 16px;
    color: #fff;
	text-align:center;
	padding:10px;
	width:fit-content;
	}
	
	.program-button a{ text-decoration:none; color:#fff; text-decoration:none;}
	.program-button:hover{
		 background:#000c13;
	 -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
	
	


@media (min-width: 640px) and (max-width: 979px) {
	
/********************************* carousel-caption *********************************/	
.carousel-caption{
	text-align:left;
    top:20%;
	left:10%;
}

.carousel-caption h1{
	font-size:24px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:900;
	text-transform: capitalize;
	padding:0 0 5px 0;
	letter-spacing:1px;
	color:#fff;
	text-transform:uppercase;
	line-height:35px;
}
.btn-register {
color:#fff;
background: none;
padding:8px;
border: 1px solid #F74819;
font-size: 12px;
border-radius: 0;

}

}

@media only screen and (min-width: 220px) and (max-width: 639px) {
	
	.social-media{ display:none;}
	#iap-logo{ display:none;}
	#home-link{display:none;}
	/********************************* carousel-caption *********************************/	
.carousel-caption{
	text-align:left;
    top:20%;
	left:10%;
}

.carousel-control{
	width: 10%;
	color:#fff;
}
.carousel-indicators{ display:none;}
.carousel-caption h1{
	font-size:10px;
	padding:0;
	margin:0;
	line-height:15px;
	letter-spacing:0.01px;
}

.btn-register {
color:#fff;
background: none;
padding:5px;
border: 1px solid #F74819;
font-size: 8px;
border-radius: 0;

}
	
   
}

.national_faculty img{width:66%;}

.national_faculty   .text{background: #003b5f;   color: white;    padding: 2px 16px;    font-weight: bold;    width: 66%;    margin: auto;}

.national_faculty  strong{color: #ebf111;}
	.national_htext{ color: #fff;    text-align: center;    border-radius: 6px;    background: #c7740a;    padding: 5px 0px;}

 