/* about us page or Header of inner page */


.dropdown-menu li.dropdown:hover > ul.dropdown-menu{
    display: block;  
position:abslute;
left:200px; top:-5px;	

}

.white-text{color:#fff;}
.headerpage {
width: 100%;

background: #459DDB url(../img/pattern.png) repeat;
height: auto;
float: left;
padding:15px 0 15px 0px;
}

.headcontent{
text-align: left center;
text-shadow: 0 1px 4px #333;
font-weight: 600;

color: #fff;
font-size: 45px;
padding: 10px 0 10px 0px;
}

.boxer{

padding: 10px 10px 10px 10px;
background: #fff;
box-shadow: 0 0 8px #A8A6A6;
border-radius: 5px;}


.abouth3 {
width: 100%;
background: #F5F3F3;
font-size: 18px;
color: #666;
border-radius: 5px;
padding: 10px 0px 10px 15px;
margin: 15px 0 15px 0px;
}

.p{ padding-left:15px; padding-right:15px; }
.pp{ padding-top:10px;}
.ul{ padding:}
.strong{  padding-left:15px; padding-right:15px;   }

.borderp{ margin-bottom:10px;  border-bottom:1px  dashed #ccc; }


.list{

width:100%;

margin-bottom:10px;}

.list ul {
margin: 0px;
padding: 0px;}

.list li {
list-style: none;
display: inline-block; width:100%;}

.list li a{display: block;
text-decoration: none;

color: #666;
font-size: 16px;
border: 1px dashed #ccc;

padding: 5px;
font-weight: 600;
}


.list li a:hover{ background:#459DDB; color:#fff;}

.career{font-size: 16px;
color: #fff;
text-align: left center;
margin: 10px 0 10px 0px;
border-radius: 5px;
background: #333;
padding: 10px 5px 10px 15px;}

/* about us page or Header of inner page */



/* for comming soon page*/
.animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}



.counters-title {

font-weight: 400;
font-size: 78px;
text-transform: uppercase;
}


.timer-wrap {
display: inline-block;
margin: 0 20px;
position: relative;
}

.counters {
padding: 0;
}

.timer-bg {
width: 174px;
height: 174px;
border-radius: 90px;
border: 3px solid #7ccbfc;
background-color: #b0e0fd;
background-color: rgba(124,203,252,.5);
position: absolute;
top: 10px;
left: 10px;
}

.digits {
font-family: 'Gafata', 'calibri', "helevetica", sans-serif;
font-weight: 400;
font-size: 46px;
color: #fff;
text-shadow: 0 1px 0 #7ccbfc;
text-align: center;
position: absolute;
top: 58px;
width: 100%;
}

.digits-label {

font-weight: 400;
font-size: 20px;
color: #fff;
text-shadow: 0 1px 0 #7ccbfc;
text-align: center;
text-transform: uppercase;
position: absolute;
bottom: 63px;
width: 100%;
}
.navbar-wrapper {
	
	right: 0;
	left:0;
	z-index: 20;
}
/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper  {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar  {
  width: auto;
}


/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
  margin-bottom: 20px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
  
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}
.marketing h2 {
  font-weight: normal;
}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}



/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}



.top_nav {
text-align: right;
margin-top:5px;

}

.top_nav ul {
margin: 0px;
padding: 0px;}

.top_nav li {
display: inline;
list-style: none;
border-right: 1px solid #333;}


.top_nav li a {
font-size: 14px;
color: #333;
padding: 0px 10px 0px 10px;
text-decoration: none;
border-bottom:1px solid transparent;
}
.top_nav li a:hover{border-bottom:1px solid #ccc;}
.top_nav li:last-child {
border: none;
}

.logo_search {
float: right;
margin-top: 9px;
width: 240px;
margin-bottom: 10px;
}

.logo_search_input {
width: 180px;
height: 32px;
background: #424a59;
outline: none;
border: none;
color: #dae8eb;
text-indent: 10px;
float: left;
font-size: 15px;
margin-top: 5px;
}
.logo_search_button {
width: 65px;
border-radius: 0px 5px 5px 0px;
margin-top: 5px;
margin-left: -5px;
height: 32px;
/*background: #3baae1;*/
outline: none;
border: none;
cursor: pointer;
float: left;
padding: 5px;
display: inline-block;
}
.right-caret:after,.left-caret:after
 {	content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}
.right-caret:after
{	border-left: 5px solid #ffaf46;
}
.left-caret:after
{	border-right: 5px solid #ffaf46;
}



.dropdown-menu > li
{	position:relative;
	-webkit-user-select: none; /* Chrome/Safari */        
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* IE10+ */
	/* Rules below not implemented in browsers yet */
	-o-user-select: none;
	user-select: none;
	cursor:pointer;
	border-bottom:1px dashed #ccc;
	padding-bottom:3px;
	padding-top:3px;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    display:none;
    margin-top: -1px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	border-left-color:#fff;
	box-shadow:none;
}
.dropdown-menu  li .dropdown:hover > ul.dropdown-menu
{ dissplay:block; }


.right-caret:after,.left-caret:after
 {	content:"";
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    display: inline-block;
    height: 0;
    vertical-align: middle;
    width: 0;
	margin-left:5px;
}
.h3 img{
-webkit-animation:spin 4s linear infinite;
-moz-animation:spin 4s linear infinite;
animation:spin 4s linear infinite;
}
.slider_main{left:10px;  position: relative; top: 0px;  width: 100%; height: 242px; overflow: hidden;}

.slider{ cursor: move; position: absolute;  top: 0px; width: 100%; height: 242px; overflow: hidden; }

.slider a img{ border:1px solid #ccc; border-radius:5px;}





/*Custom css for footer*/




.footer {
	width:100%;
	height:auto;
	float:left;
}


.headerpagefooter {
width: 100%;
background: url(../img/pattern.png) #333 repeat;
height: auto;
float: left;
padding: 0px 0 10px 0px;
}

.foter_copy {
	font-size:12px;
	color:#fff;
	margin-top:10px;
}
.foter_copy_right {
	

	text-align:right;
	font-size:12px;
	color:#fff;
	margin-top:10px;
}

/*Custom css for footer*/
.marginf{ margin-bottom:40px;}
.padding{  padding-bottom:35px;}
@media (max-width:767px){}
@media (min-width:768px){
.slider_main{position: relative; top: 0px; left: 0px; width:100%; height: 242px; overflow: hidden;}
		
.slider{cursor: move; position: absolute; left: 0px; top: 0px; width: 100%; height: 242px; overflow: hidden;}
 .navbar-wrapper {
   
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    /*border-radius: 4px;*/
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }



	}
	
	
	
@media (min-width:992px) {
		.slider_main{ left:10px; position: relative; top: 0px; left: 0px; width: 100%; height: 242px; overflow: hidden;}
		
.slider{cursor: move; position: absolute; left: 0px; top: 0px; width: 100%; height: 242px; overflow: hidden;}


.featurette-heading {
    margin-top: 120px;
  }

}
	
	
	
@media (min-width:1200px){
.slider_main{ left:10px; position: relative; top: 0px; left: 0px; width: 540px; height: 242px; overflow: hidden;}
.slider{cursor: move; position: absolute; left: 0px; top: 0px; width: 100%; height: 242px; overflow: hidden;}}



@media (min-width:280px){
	
	.slider_main { left:10px; position: relative; top: 0px; left: 0px; width: 100%; height: 242px; overflow: hidden;}
		
.slider{cursor: move; position: absolute; left: 0px; top: 0px; width: 100%; height: 242px; overflow: hidden;}
}





@media (min-width:380px) 

{
.slider_main{ left:10px;  position: relative; top: 0px; left: 0px; width: 100%; height: 242px; overflow: hidden;}
		
.slider{cursor: move; position: absolute; left: 0px; top: 0px; width: 100%; height: 242px; overflow: hidden;}}



@media (min-width:480px) {  .slider_main{ left:10px; position: relative; top: 0px; left: 0px; width:100%; height: 242px; overflow: hidden;}
		
.slider{cursor: move; position: absolute; left: 0px; top: 0px; width: 100%; height: 242px; overflow: hidden;}
}


