p{text-align:justify;}
	#ui-id-1-button {
	width: 100% !important;
}
#value1 a{
	color: #fff;
}
.dnone{display:none;}
.page-breadcrumb {
	padding: 5px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f7f7f7;
}
		/*========= slider------------*/
			.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*============= animation------------*/
 .carousel-inner > .item > img{width:100% !important;	
 height: 560px; 
 display: inline-block;
 }
 @-webkit-keyframes imageAnimation { 
	0% {
	    
	    -webkit-animation-timing-function: ease-in;
	}
	8% {
	    
	    -webkit-transform: scale(1.05);
	    -webkit-animation-timing-function: ease-out;
	}
	17% {

	    -webkit-transform: scale(1.1) ;
	}
	25% {
	    
	    transform: scale(1.1) ;
	}
	50% {
	    transform: scale(1.1) ;
	}
	100% { transform: scale(1.1) ;}
}
@-moz-keyframes imageAnimation { 
	0% {
	    
	    -moz-animation-timing-function: ease-in;
	}
	8% {
	   
	    -moz-transform: scale(1.05);
	    -moz-animation-timing-function: ease-out;
	}
	17% {
	   
	    -moz-transform: scale(1.1) ;
	}
	25% {
	   
	    transform: scale(1.1) ;
	}
	50% {
	    
	    transform: scale(1.1) ;
	}
	100% { transform: scale(1.1) ;}
}
@-o-keyframes imageAnimation { 
	0% {
	    
	    -o-animation-timing-function: ease-in;
	}
	8% {
	    
	    -o-transform: scale(1.05);
	    -o-animation-timing-function: ease-out;
	}
	17% {
	    
	    -o-transform: scale(1.1);
	}
	25% {
	    
	    transform: scale(1.1) ;
	}
	50% {
	    
	    transform: scale(1.1);
	}
	100% { transform: scale(1.1) ;}
}
@-ms-keyframes imageAnimation { 
	0% {
	    
	    -ms-animation-timing-function: ease-in;
	}
	8% {
	   
	    -ms-transform: scale(1.05);
	    -ms-animation-timing-function: ease-out;
	}
	17% {
	    
	    -ms-transform: scale(1.1) ;
	}
	25% {
	    
	    transform: scale(1.1) ;
	}
	50% {
	    
	    transform: scale(1.1) ;
	}
	100% { transform: scale(1.1) ;}
}
@keyframes imageAnimation { 
	0% {
	    
	    animation-timing-function: ease-in;
	}
	8% {
	    opacity: 1;
	    transform: scale(1.05);
	    animation-timing-function: ease-out;
	}
	17% {
	    
	    transform: scale(1.1) ;
	}
	25% {
	   
	    transform: scale(1.1);
	}
	50% {
	    
	    transform: scale(1.1) ;
	}
	100% { transform: scale(1.1);}
}

.myanimated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.myfadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}
.myanimated {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

/*===================== /animation-----------*/
 

.rkcaption {
  background-color: #fff;
  height: 100%;
  margin-right: -24%;
  opacity: 0.7 !important;
  padding: 13% 10px 10px 30px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 1s ease 0s;
  width: 20%;
  z-index: 10000;
}
.item:hover  .rkcaption {margin-right:0%;}

.carousel-fade .carousel-control {
	z-index: 20000;
	display: inline-block;
	width: auto;
	height: auto !important;
}
.carousel-control {
	font-size: 20px !important;
	color: #fff;
	text-align: center;
	/* text-shadow: 0 1px 2px rgba(0, 0, 0, .6); */
	top: 50% !important;
	background: none !important;
}
.carousel-control i{font-size:68px !important;}

	
.rkcaption h1 {
	font-size: 18px;
	text-align: center;
	color: #333;
	opacity:1;
	
    
}
 
.rkcaption p {
	color: #333;
	text-align: center;
	font-size: 13px;
	margin: 15px 0px;
	
}
.active .rkcaption p , .active .rkcaption h1{opacity:1;}
		.rkcaption  p a {
	background-color: #121D2F !important;
	font-size: 16px !important;
	padding: 10px 15px;
	border-radius: 8px;
	color: #E68419;
	display:none;
}
	.prjdtllist	{opacity:0;
	transition: opacity 1.5s ease !important;}
.prjdtllist li {
	position: relative !important;
	transition: opacity 1.5s ease  !important;
	opacity: 1 !important;
	text-align: left;
	font-size: 12px !important;
	line-height: 32px;
	color:black !important;
	
	
}
.prjdtllist li b {
	width: 52% !important;
	display: inline-block;
	
}
.prjdtllist, .prjdtllist li  {opacity:.9}






		/*============/slider----------*/
		
		
       header .top_header {
			padding: 5px 0;
		} 
		
		.partners {
	background: #f7f7f7;
	padding: 20px 0;
	margin-top: 52px;
}

#partner_logo.owl-carousel .owl-item img {
	transform-style: preserve-3d;
	width: 210px;
	height: 79px !important;
}
.bottom_header {
	padding: 5px;
}

.theme_menu.fixed{padding:16px 0px;}
.theme_menu.fixed .sticky_logo{top:0;}


.ft6{padding:0px 5px;}
#ui-id-2-button {
	width: 100% !important;
}
.ft6 input {
	width: 100%;
	padding: 6px;
	margin: 0px 0px 5px 0px;
}
.faq {
	margin-top: 40px;
}
.ftbtn button {
	padding: 10px 20px;
	margin: 15px auto;
	border-radius: 8px;
}
.owl-carousel .owl-item img {
	display: block;
	width: 370px;
	-webkit-transform-style: preserve-3d;
	height: 220px;
}
#nxtprjt {
	position: absolute;
	z-index: 100;
	top: 10px;
	right: 20px;
	height: 50px;
}

#nxtprjt a {
	color: #fff;
	z-index: 100;
	/* position: absolute; */
	
	padding: 10px 15px;
	background: none;
	opacity: .5;
	border-radius: 5px;
	margin-left:3px;
}
#nxtprjt a span {
	opacity: 1 !important;
	color: #fff !important;
	font-size: 20px;
	font-weight: 600;	
}
footer .main_footer h5{font-size:15px;}

/*================== media queries ====================*/
@media screen and (min-width:981px) and (max-width: 1200px){
	
	.pull-left.logo {
	float: left !important;
}
.bottom_header_address.pull-right {
	float: right !important;
}
.bottom_header.color2_bg .container {
	width: 100% !important;
}
.pull-left.select_state p {
	float: left;
	margin-top: 10px;
}
.top_header.color1_bg .container {
	width: 96%;
}
.top_header.color1_bg .container .pull-right {
	float: right !important;
	line-height: ;
	/* margin-top: -10px; */
}
	
}


@media screen and (min-width:768px) and (max-width: 980px){
	header {
	display: none !important;
}
.theme_menu {
	background: #121D2F;
	
}
.theme_menu .container {
	position: relative;
	width: 100%;
	/* padding: 0px 27px; */
	padding-right: 22px;
}
#main_menu {
	display: inline-block;
	float: right !important;
	width: 100%;
}
.showhide {
	display: inline-block;
	float: right;
}
.top_header.color1_bg {
	display: none !important;
}
#main_menu {
	display: inline-block;
	width: 100%;
}
.theme_menu.fixed .sticky_logo {
	top: 15px;
}
.pull-right.logo.visible-sm {
	margin-top: 15px;
}
.pull-right.logo.visible-sm img{
	margin-right: -6px;
	/* margin-top: 8px; */
	margin-left: 11px;
}
.menuzord-responsive .menuzord-menu > li > a{color:#fff;}
.welcome_section {
	margin-top: 35px;
	margin-bottom:0px;
}
.video-box.wow.fadeInRight {
	width: 100% !important;
	margin-top: 25px;
}
 .tran7s {
	width: 100% !important;
}
.theme_menu.fixed{display:block !important;}
.rkcaption p {
	font-size: 13px;
	line-height: 19px;
}
}
@media screen and (min-width: 1920px) {
	
	.theme_menu, .theme_menu  .container {
	width: 100%;
}
.rkcaption {
	position: absolute;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 15%;
	height: 100%;
	background-color: #fff;
	padding: 13% 10px 10px 30px;
	opacity: 0.7 !important;
	margin-left: -15%;
	transition: all 1s ease;
}
	
}

@media screen and (min-width: 1650px) {

	.onhandover .description {
	bottom: 0;
	height: 9px;
	left: 10px;
	margin: 0;
	position: absolute;
	width: 94%;
	top: 66% !important;
}
}

@media screen and (min-width: 1400px) and max-width: 1649px) {

	.onhandover .description {
	bottom: 0;
	height: 9px;
	left: 10px;
	margin: 0;
	position: absolute;
	width: 94%;
	top: 66% !important;
}
}


@media screen and (min-width: 320px) and (max-width: 767px) {
.onhandover .description {
	bottom: 0;
	height: 9px;
	left: 10px;
	margin: 0;
	position: absolute;
	width: 94%;
	top: 67%;
	opacity: .7;
}
}
.description {
  opacity: 0.64;
}

@media screen and (max-width: 450px) {
.item img {
	filter: gray;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	height: 300px !important;
}

}

@media screen and (min-width: 500px) and (max-width:767px) {
.item img {
	filter: gray;
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	height: 300px !important;
}

}
/* 
@media screen and (min-width: 768px) and (max-width: 1224px) {
  .item { width: 33.3% !important; }
.item img {
	height: 300px !important;
}
}
 */



