@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, rubsey, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none!important;
	margin: 0;
	padding: 0;
}

a {
  color: inherit!important;
  text-decoration: none!important;
}
a:hover {
  color: inherit!important;
  text-decoration: none!important;
}

html, body {
    height:100%;
}
body {
	font-weight:400!important;
	line-height: 26px!important;
	font-size: 14px!important;
	color: #222!important;
	text-decoration: none;
	height:100%;
	background-color:#fff!important;
    font-family: 'Montserrat', sans-serif!important;
}
@media screen and (max-width: 768px) {
body {
	line-height: 24px!important;
	font-size: 12px!important;
}
}
.sticky{
	position: fixed;
	z-index:1000;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	padding:5px 0;
	box-shadow:0px 0px 8px rgba(0,0,0,.1);
	background-color:rgba(255,255,255,1)!important;
	height:60px;
}
.sticky.query{
	width: 24%;
	left: auto;
	right:50px;
	top: 60px;
	z-index: 100;
	padding:5px 0;
	box-shadow:0px 0px 8px rgba(0,0,0,0);
	background-color:rgba(0,0,0,0);
	height:60px;
	marker-offset:100px;
}
.sticky .logo{
	display:block;
}
.sticky .logo img{
	height:50px;
	padding:0;
	margin:0;
}
.sticky .logo2{
	display:none;
}
.sticky .header-r{
	padding-top:0;
}
.sticky .call{
	display:block;
}
header{
	position:absolute;
	z-index:11;	
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,.95), rgba(255,255,255,.8));
	background: linear-gradient(90deg, rgba(255,255,255,1), rgba(255,255,255,.95), rgba(255,255,255,.8));
	width:100%;
	color:#fff;
	padding:5px 0;
	left:0;
	top:0px;
}
header .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
header .logo{
	float:left;
	width:28%;
	text-align:left;
	max-height:50px;
	overflow:hidden;
	display:none;
}
header .logo img{
	height:50px;
	width:auto;
}
header .logo2{
	float:left;
	width:28%;
	text-align:left;
	max-height:50px;
	overflow:hidden;
	display:block;
}
header .logo2 img{
	height:50px;
	width:auto;
}
header .header-r{
	float:left;
	width:50%;
}
header .header-r2{
	float:left;
	width:22%;
	text-align:right;
	color:#f89c32;
	font-size:16px;	
}
header .header-r2 span{
	display:inline-block;
	background-color:#f9a72f;
	color:#fff;
	font-weight:700;
	padding:5px 35px;
	border-radius:5px;
	margin:5px 0 0 0;
}
@media screen and (max-width: 1200px) {
header .header-r2 span{
	display:inline-block;
	background-color:#f9a72f;
	color:#fff;
	font-weight:700;
	padding:5px 15px;
	border-radius:5px;
	margin:5px 0 0 0;
}
}
@media screen and (max-width: 992px) {
header{
	position:relative;
	z-index:auto;	
	background-color:rgba(255,255,255,.9)!important;
	width:100%;
	color:#fff;
	padding:10px 0;
	left:0;
	top:0px;
	border-bottom:solid 1px rgba(0,0,0,.05);
}
header .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
header .logo{
	float:left;
	width:50%;
	text-align:left;
	max-height:50px;
	overflow:hidden;
	display:block
}
header .logo img{
	height:50px;
	width:auto;
}
header .logo a{
	display:block;
}
header .logo2{
	display:none;
}
header .header-r{
	float:left;
	width:10%;
}
header .header-r2{
	float:left;
	width:40%;
	text-align:right;
	color:#f89c32;
	font-size:16px;	
}
header .header-r2 span{
	display:inline-block;
	background-color:#043f71;
	color:#fff;
	font-weight:700;
	padding:5px 35px;
	border-radius:5px;
	margin:5px 0 0 0;
}
}

@media screen and (max-width: 768px) {
header .logo{
	float:left;
	width:90%;
	text-align:left;
	max-height:50px;
	overflow:hidden;
}
header .logo img{
	height:50px;
	width:auto;
}
header .logo a{
	display:block;
}
header .header-r2{
	display:none;
}
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}

h1, h2, h3, h4, h5{
	font-family: 'Montserrat', sans-serif!important;
}


h1 {
	font-size:26px!important;
	padding:0 0 10px 0!important;
	margin:0 0 20px 0!important;
	color:#002e5b!important;
	font-weight:500!important;
	position:relative;
}
h1 a {
	color: #333333;
	text-decoration: none;
}
h1:after {
    content: "";
    background-color: #ef800d;
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.text-center h1:after {
    content: "";
    background-color: #ef800d;
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
	margin-left:-30px;
}


h2 {
	font-size:24px!important;
	padding:0 0 10px 0!important;
	margin:0 0 20px 0!important;
	color:#002e5b!important;
	font-weight:500!important;
	color:#ef800d;
	position:relative;
}
h2:after {
    content: "";
    background-color: #ef800d;
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.text-center h2:after {
    content: "";
    background-color: #ef800d;
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 50%;
    bottom: 0;
	margin-left:-30px;
}
h3 {	
	font-size: 20px!important;
	text-decoration: none;
	font-weight:500!important;
	color: #ef800d!important;
	position:relative;
	padding:0!important;
	margin:0 0 15px 0!important;
}
.container2 h3 {	
	color: #fff;
}
h3 a {
	color: #333333;
	text-decoration: none;
	line-height: 25px;
}
h3  a:hover {
	text-decoration: underline;
}
h4 {	
	font-size: 18px!important;
	text-decoration: none;
	font-weight:500!important;
	color: #002e5b!important;
	position:relative;
	padding:0!important;
	margin:0 0 10px 0!important;
}
h5 {
	color: rgba(1,63,113,.5)!important;
	font-size: 16px!important;
	line-height:30px!important;
	font-weight:500!important;
}
h6{
	font-size:15px!important;
	line-height:28px!important;
	color:#666!important;
}
.container{	
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
}
.container-fluid{
	padding-left:50px!important;
	padding-right:50px!important;
	padding-top:50px;
	padding-bottom:50px;
	position:relative;
}
p{
	text-align:justify;
	margin:0!important;
}
.text-center p{
	text-align:center!important;
}
@media screen and (max-width: 992px) {
h1 {
	font-size:22px!important;
	padding:0 0 10px 0!important;
	margin:0 0 15px 0!important;
}
h2 {
	font-size:22px!important;
	padding:0 0 10px 0!important;
	margin:0 0 15px 0!important;
}
h3 {	
	font-size: 16px!important;
	margin:0 0 10px 0!important;
}
h5 {
	color: rgba(1,63,113,.5)!important;
	font-size: 14px!important;
	line-height:26px!important;
}
h6{
	font-size:13px!important;
	line-height:24px!important;
}
.container-fluid{
	padding-left:30px!important;
	padding-right:30px!important;
	padding-top:30px;
	padding-bottom:30px;
	position:relative;
}
}
@media screen and (max-width: 480px) {
.container-fluid{
	padding-left:20px!important;
	padding-right:20px!important;
	padding-top:20px;
	padding-bottom:20px;
	position:relative;
}
}
.container2{
	/*background-color:#f7fdfd;*/
	background-color:#f2f5f8;	
	position:relative;
	box-shadow:inset 0px -50px 50px -50px rgba(0,0,0,.09);
}
.container3{	
	background-color:#fff;
	box-shadow:inset 0px 100px 100px -80px #f1f5f8;
}
@media screen and (max-width: 992px) {
.container2{
	position:relative;
	padding-top:0!important;
	padding-bottom:0!important;
}
/*.container3{	
	display:none;
}
}
@media screen and (max-width: 480px) {
.container3{	
	display:none;
} */
h1 {
	font-size: 20px;
	text-decoration: none;

}
h1 a {
	text-decoration: none;
}
h2 {
	font-size:18px;
	padding:0 0 10px 0;
	margin:0 0 20px 0;
}

h3 {
	font-size: 20px;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
h3 a  {
	text-decoration: none;
	line-height: 25px;
}
h3  a:hover {
	text-decoration: underline;
}
.container{
	background-color:#fff;
	padding:30px 0;
}
.container2{
	padding:30px 0;
}
.container2 h2{	
	font-size:18px;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
.container3{	
	background-color:#eee;
	padding:10px 0;
}
}

.h-query{
	position:absolute;
	top:180px;
	right:50px;
	padding:20px;
	width:40%;
	border-radius:10px;
	background-color:rgba(0,32,64,.8);
}
@media screen and (max-width: 992px) {
.h-query{
	position:relative;
	top:auto;
	right:0;
	padding:20px;
	width:100%;
	border-radius:0;
	background-color:rgba(0,32,64,.8);
}
}

.service-box{
	border-radius:40px;
	box-shadow:0px 0px 10px rgba(0,0,0,.1);
	background-color:#fff;
	padding:40px 20px;
	margin-top:-150px;
	text-align:center;
}
.service-box h4{
	margin:15px 0!important;
	font-size:16px!important;
	color:#043f71!important;
}
.service-box p{
	text-align:center;
}
.s-box-row{
	width:100%;
	text-align:center;
}
.service-box .s-box-data{
	height:100px;
}
.service-box .s-box-col{
    display:inline-block;
	width:24%;
	padding:15px;
}
.service-box .s-box-col img{
	height:58px;
	width:auto;
}
.service-box .btn2{
	padding:5px 15px;
	border:0;
	margin:15px auto 3px auto;
	font-weight:700;
	clear:both;
}
@media screen and (max-width: 1250px) {
.service-box h4{
	font-size:15px!important;
}
}
@media screen and (max-width: 1200px) {
.service-box{
	margin-top:-80px;
}
.service-box h4{
	font-size:14px!important;
}
.s-box-row{
	width:100%;
	text-align:center;
}
.service-box .s-box-col{
	padding:15px;
}
.service-box .btn2{
	margin:15px auto 3px auto;
	font-weight:700;
}
}
@media screen and (max-width: 1140px) {
.service-box{
	margin-top:-80px;
	width:100%;
	text-align:center;
}
.s-box-row{
	width:100%;
	text-align:center;
}
.service-box .s-box-data{
	height:104px;
}
.service-box .s-box-col{
	float:none;
	display:inline-block;
	width:33%;
	padding:15px;
}
.s-box-row .border-right{
	border-right:solid 0px #fff!important;
}
.service-box .btn2{
	margin:15px auto 3px auto;
	padding:5px 15px;
}
}
@media screen and (max-width: 768px) {
.service-box .s-box-col{
	float:none;
	display:inline-block;
	width:48%;
	padding:15px;
}
.service-box .btn2{
	padding:5px 15px;
}
}
@media screen and (max-width: 480px) {
.service-box .s-box-col{
	float:none;
	display:inline-block;
	width:96%;
	padding:15px 0;
}
.service-box .s-box-data{
	height:auto;
}
.service-box .btn2{
	padding:5px 15px;
	margin:5px auto 10px auto;
}
}

.video-box{
	border-radius:40px;
	box-shadow:0px 0px 10px rgba(0,0,0,.1);
	background-color:#fff;
	padding:40px;
	margin-top:-150px;
	text-align:center;
}
.video-box h4{
	margin:20px 0;
	color:#043f71!important;
}
.video-box p{
	text-align:center;

}


/* ---------------Project------------ */
.project{
	width:100%;
	margin:15px 0;
	font-size:13px;
	position:relative;
}
.project a{
	display:block;
	padding:0%;
	background-color:#fff;
	color:#333;
	text-decoration:none;
	border:solid 1px #ddd;
	text-align:left;
	box-shadow:1px 1px 5px rgba(0,0,0,.1);
}
.project a h3{
	font-size:22px;
	padding:0!important;
	line-height:normal;
	margin:0 0 10px 0;
	color:#111;
}
.project a h3 strong{
	font-size:16px;
	font-weight:400;
	color:#666;
}
.project a .thumb-img{
	width:50%;
	float:left;
	height:200px;
	overflow:hidden;
	background-color:#c8c9ca;
	position:relative;
}
.project a .thumb-img img{
	width:100%;
	height:auto;
	min-height:200px;
}
.project a .thumb-img .tag{
	position:absolute;
	z-index:1;
	bottom:0;
	right:0;
	background: -webkit-linear-gradient(10deg, #ddd, #f9f9f9, #ddd);
	background: linear-gradient(10deg, #ddd, #f9f9f9, #ddd);
	padding:0px 8px;
	color:#333;
	font-weight:700;
}
.project a .thumb-cont{
	float:left;
	width:50%;
}
.project a .thumb-detail{
	padding:15px;
	text-align:left;
}
.project a .thumb-detail .price{
	font-size:18px;
	background-color:#f89c32;
	color:#fff;
	padding:0 15px;
	margin-bottom:10px;
}
.project a .thumb-detail h5{
	padding-left:15px;
	color:#333;
	font-size:14px;
}
.project a .thumb-detail .v-detail{
	padding-left:15px;
	font-weight:700;
	margin-top:10px;
	color:#f89c32;
}
.project a .thumb-strip{
	background-color:#f5f5f5;
	border-top:solid 1px #ddd;
	background: -webkit-linear-gradient(10deg, #fbfbfb, #ddd, #fbfbfb, #ddd);
	background: linear-gradient(10deg, #fbfbfb, #ddd, #fbfbfb, #ddd);
}
.project a .thumb-strip ul{
	list-style:none;
	display:table;
	width:100%;
}
.project a .thumb-strip ul li{
	display:table-cell;
	padding:3px 10px;
	width:25%;
	text-align:center;
	box-shadow:1px 0px 0px 0px #ddd;
}
@media screen and (max-width: 992px) {
.project a h3 strong{
	display:block;
}
.project a .thumb-img{
	width:100%;
	float:none;
	height:200px;
	overflow:hidden;
	background-color:#c8c9ca;
	position:relative;
}
.project a .thumb-cont{
	float:none;
	width:100%;
}
.project a .thumb-detail .price{
	padding:5px 15px;
}
.project a .thumb-detail h5{
	padding-left:0px;
}
.project a .thumb-detail .v-detail{
	padding-left:0px;
	font-weight:700;
	margin-top:10px;	
}
.project a .thumb-strip ul li{
	padding:3px 3px;
	font-size:11px;
}
.project a .thumb-strip ul li .fa{
	display:block;
	margin:0 auto;
	clear:both;
}
}


.box-compare{
	float:left;
	width:21%;
	padding:1%;
	margin:1%;
	box-shadow:0px 0px 3px #ccc;
	min-height:550px;

}
.box-compare h6{
	font-size:13px;
}
.box-compare h6 a{
	text-decoration:none;
	color:#F60;
}




.home-1{
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-image: url(../images/home-1.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-color:#043f71;
	height:auto;
	width:100%;
	margin:0 auto;
	padding:0;
	color:#fff;
}
.home-1 h2{
	color:#fff!important;
	text-transform:uppercase;
}
.slider{
	height:100%;
	overflow:hidden;
}
.counter{
	background-color:rgba(0,0,0,.4);
	width:100%;
	text-align:center;
	position:absolute;
	left:0;
	bottom:0;
}
.counter .container-fluid{
	padding-top:20px;
	padding-bottom:10px;
}
.counter .counter-value{
	display:inline-block;
	font-size:48px;
	font-weight:600;
	color:#f9a72f;
}
.counter .plus{
	display:inline-block;
	font-size:48px;
	font-weight:600;
	color:#f9a72f;
}
.counter h5{
	color:#fff!important;
	margin:0 !important;
}


@media screen and (max-width : 992px) {
.slider{
	height:auto;
	overflow:hidden;
}
.counter{
	background-color:rgba(0,32,64,.9);
	width:100%;
	text-align:center;
	position:relative;
	left:auto;
	bottom:auto;
}
.counter .counter-value{
	display:inline-block;
	font-size:18px;
	font-weight:600;
}
.counter .plus{
	display:inline-block;
	font-size:18px;
	font-weight:600;
}
.counter h5{
	margin:0 0 20px 0 !important;
	line-height:normal !important;
}
}

.inner-banner{
	height:auto;
	width:100%;
	margin:0 auto!important;
	position:relative;
}
.inner-banner img{
	height:auto;
	width:100%;
}
.inner-banner .container-fluid{
	position:absolute;
	z-index:1;
	bottom:0;
	left:0;
	padding-top:12px;
	padding-bottom:0;
	background-color:rgba(0,0,0,.2);
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
}




.team{
	padding:10px;
	border:solid 1px #eee;
	box-shadow:0px 10px 8px rgba(0,0,0,.2);
	margin:25px 0;
	border-radius:5px;
	text-align:center;
}
.team img{
	width:100%;
	height:auto;
	margin-bottom:15px;
}
.team h3, .team h5{
	margin:0!important;
	padding:0!important;	
}
.team h6{
	font-size:14px!important;
	color:#333;
}
.team p{
	text-align:justify;
}
.team a.li{
	background-color:#006a9a;
	display:inline-block;
	color:#fff!important;
	border-radius:3px;
	line-height:30px;
	padding:0 10px 0 0;
	box-shadow:inset 0px -3px 0px rgba(0,0,0,.3);
}
.team a.li i{
	width:35px;
	height:30px;
	line-height:30px;
	text-align:center;
	font-size:18px;
	border-right:solid 1px rgba(0,0,0,0);
	margin-right:5px;
	background-color:rgba(0,0,0,.3);
}

.testimonial{
	margin:0 0 30px 0;
}
.testimonial img{
	width:100px;
}
.testimonial .t-con{
	padding:25px;
	background-color:#fff;
	border:solid 1px #eee;
	position:relative;
	margin:0 0 35px 0;
	color:#333;
	font-style:italic;
	border-radius:10px;
	box-shadow:5px 15px 20px rgba(0,0,0,.1);
}
.testimonial .t-con .t-arrow{
	width:34px;
	height:34px;
	background-color: #fff;
	position:absolute;
	z-index:10;
	bottom:-17px;
	left:40px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
}
.testimonial h4{
	color:#f89c32;
	font-weight:400!important;
}

@media screen and (max-width: 992px) {
.page-call{
	display:none;
}
}
.contact-box{
	display:block;
	margin:40px 0;
}
.contact-box h3{
	padding:10px 0 0 0!important;
}
.contact-box h6{
	font-style:normal;
}
.contact-box h6 a{
	color:#666!important;
}
.contact-box h6 strong{
	color:#043f71!important;
}
.shape1{
	width:94px;
	height:94px;
	line-height:94px;
	display:block;
	border:solid;
	border:solid 1px #ccc;
	border-radius:100%;
	margin:0 20px 0 0;
	text-align:center;
	color:#666;
	float:left;
}
.shape1 i{
	font-size:46px;
	line-height:94px;
	color:#f89c32;
}
.contact-form{
	position:relative;
}
.contact-form form{
	position:absolute;
	z-index:1;
	top:-50px;
	right:-70px;
	background-color:rgba(4,63,113,.8);
	width:70%;
	padding:30px;
}
@media screen and (max-width: 992px) {
.contact-form form{
	position:relative;
	z-index:auto;
	top:auto;
	right:0;
	width:100%;
	padding:30px;
}
}
@media screen and (max-width: 480px) {
.contact-box{
	display:block;
	margin:40px 0;
}
.contact-box h3{
	padding:10px 0 0 0!important;
}
.contact-box h6{
	font-style:normal;
}
.contact-box h6 a{
	color:#666!important;
}
.contact-box h6 strong{
	color:#043f71!important;
}
.shape1{
	width:60px;
	height:60px;
	line-height:60px;
	display:block;
	border:solid;
	border:solid 1px #ccc;
	border-radius:100%;
	margin:10px 10px 10px 0;
	text-align:center;
	color:#666;
	float:left;
}
.shape1 i{
	font-size:36px;
	line-height:60px;
	color:#f89c32;
}
.contact-box h6{
	line-height:normal!important;
	font-style:normal;
}
.contact-box h6 a{
	color:#666!important;
}
.contact-box h6 strong{
	color:#043f71!important;
	display:block;
}
}
.main {
	position: relative;
	box-shadow: 0px 0px 5px #666666;
}
.top-menu2{
	margin:0;
	width:100%;
	background-color:#f89c32;
}
.top-menu2 ul{
	width:100%;
	text-align:center;
}
.top-menu2 ul li{
	display:inline-block;
	list-style:none;
	margin:0 !important;
}
.top-menu2 ul li a{
	text-decoration:none;
	padding:0 20px;
	display:block;
	line-height:40px;
	color:#fff;
}
.top-menu2 ul li a:hover{	
	background-color:#333;
}
@media screen and (max-width: 992px) {
.top-menu2{
	display:none;
}
}
@media screen and (max-width: 480px) {
}
#player_list select {
	height: 30px;
	border: 1px solid #CCCCCC;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	background-image: url(../images/txt-box-bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	background-color: #FFFFFF;
	line-height: 30px;
	width: 140px;
	padding: 4px;
}
.img1{
	max-width:100%;
	height:auto;
	margin:20px 0 0 0
}
.img_r {
	border: 1px solid #cccccc;
	margin-bottom: 5px;
}
.img_l {
	border: 1px solid #cccccc;
	margin-right: 10px;
	float:left;
}
.img-ctr{
	width:100%;
	height:auto;
	text-align:center;
}
.img-ctr img{
	width:auto;
	max-width:100%;
	height:auto;
	border-radius:15px;
}
.anchor{
	position: relative;
	left: 0px;
	top: -70px;	
}

.btn1{
	background-color:#f89c32;
	display:inline-block;
	border:0;
	color:#fff!important;
	padding:12px 25px;
	text-transform:uppercase;
	font-size:16px;
	font-family: 'Montserrat', sans-serif!important;
	font-weight:600;
	cursor:pointer;
	border-radius:5px;
}
.btn1:hover{
}
.btn1.full{
	display:block;
	width:100%;
}
.btn2{
	font-family: 'Montserrat', sans-serif!important;
	display:inline-block;
	width:auto;
	padding:10px 30px;
	border:0;
	margin:3px 0;
	font-weight:700;
	text-transform:uppercase;
	cursor:pointer;
	color:#043f71!important;
	box-shadow:inset 0px 0px 0px 2px #043f71;
}
.btn2:hover{
	color:#f89c32!important;
	box-shadow:inset 0px 0px 0px 2px #f89c32;
}
.btn2.full{
	display:block;
	width:100%;
}
.btn3{
	display:inline-block;
	font-weight:700;
	background-color:#fff;
	line-height:35px;
	color:#666;
	text-decoration:none;
	padding:0px 20px;
	margin:5px 0 0 0;
	text-transform:capitalize;
	border-radius:20px;
	border:solid 2px #666;
	cursor:pointer;
	font-size:16px!important;
}
.btn3:hover{
	color:#f89c32;
	border:solid 2px #f89c32;	
}
.btn4{
	display:inline-block;
	font-weight:700;
	background-color:#f89c32;
	line-height:35px;
	color:#fff!important;
	text-decoration:none;
	padding:0px 20px;
	margin:0!important;
	text-transform:capitalize;
	border-radius:20px;
	border:solid 2px #f89c32;
	cursor:pointer;
	font-size:14px!important;
}
.btn4:hover{
	color:#fff!important;
	border:solid 2px #f89c32;	
}
.list-why{
}
.list-why li{
	list-style:none;
	font-size:24px;
	height:62px;
	line-height:42px;
	margin:16px 0;
	border:solid 1px #ccc;
	padding:10px;
}
.list-why li img{
	float:left;
	height:42px;
	margin:0 20px 0 0;
}
@media screen and (max-width: 992px) {
.list-why li{
	list-style:none;
	font-size:16px;
	height:62px;
	line-height:42px;
	margin:16px 0;
	border:solid 1px #ccc;
	padding:10px;
}
.list-why li img{
	float:left;
	height:36px;
	margin:0 10px 0 0;
}
}



.blogs{
	width:100%;
	background-color:#fff;
	padding:25px;
	box-shadow:0px 5px 15px rgba(0,0,0,.1);
	margin:0 0 30px 0;
	font-size:15px;
	line-height:28px;
	font-weight:400;
}
.blogs .b-thumb{
	float:left;
	width:200px;
	height:200px;
	overflow:hidden;
	margin:0 20px 0 0;
}
.blogs h1, .blogs h2{
	font-size:24px;
}
.blogs h3 a{	
}
.blogs h3 a:hover{
	color:inherit!important;
}
.blogs .b-thumb img{
	min-height:200px;
	width:100%;
	height:auto;
	margin:0;
}
.blogs .btn3{
	margin:15px 0 0 0;
}
.blogs .social a{
}
.blogs .social a img{
	width:auto;
	height:auto;
}
.blogs .blog-img{
	width:100%;
	height:auto;
	text-align:center;
	margin:20px 0 0 0;
}
.blogs .blog-img img{
	width:auto;
	height:auto;
	max-width:100%;
}
.blogs .img-tag{
	text-align:center;
	font-style:italic;
	color:#999;
	margin:0 0 20px 0;
}
.blogs .blog-more-details{
}
.blogs .blog-more-details span{
    margin:0 10px 0 0;
    color:#666;
}
.blogs .blog-more-details span i{
    color:#f89c32;
    margin:0 5px 0 0;
}
.blogs .blog-more-details span a{
    color:#666;
}
.blogs .blog-more-details .tags{
}
.blogs .blog-more-details .tags strong{
    background-color:#eee;
    border-radius:5px;
    padding:5px 7px;
    display:inline-block;
    font-size:12px;
    font-weight:400;
    line-height:16px;
    margin:0 8px 8px 0;
}
.blogs ul.blog-list{
	list-style:none;
}
.blogs ul.blog-list li{	
	border-top:solid 1px #ccc;
	padding:15px 0;
}
.blogs ul.blog-list li h5{
	line-height:normal!important;
	font-size:16px!important;
}
.blogs ul.blog-list li .btn3{
	display:inline-block;
	font-weight:700;
	background-color:#fff;
	line-height:30px;
	color:#f89c32!important;
	text-decoration:none;
	padding:0px 15px;
	margin:5px 0 0 0;
	text-transform:capitalize;
	border-radius:15px;
	border:solid 2px #f89c32;
	cursor:pointer;
	font-size:13px!important;
}
@media screen and (max-width: 480px) {
.blogs .b-thumb{
	float:none;
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 0 20px 0;
	text-align:center;
}
.blogs .b-thumb img{
	width:auto;
	max-width:100%;
	height:auto;
	margin:0;
}
}

.list1 {
	text-decoration: none;
	text-align: left;
}
.list1 li {
	text-decoration: none;
	list-style-type: none;
}
.list1 li a {
	color: #0084C4;
	text-decoration: none;
	display: block;
	padding-left: 12px;
	font-size: 11px;
	font-weight: bold;
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: left 12px;
	line-height: 35px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eeeeee;
}
.list1 li img {
	float: left;
	margin-right: 5px;
}

.list1 li a:hover {
	color: #333333;
	text-decoration: none;
	background-color: #FFFFFF;
}
.list2 {
	text-decoration: none;
	text-align: left;
	margin-top: 10px;
}
.list2 li {
	list-style-type: none;
	float:left;
	width:48%;
	margin:1%;
}
.list2 li a {
	color: #777777;
	text-decoration: none;
	display: block;
	font-size: 18px;
	text-align:center;
}
.list2 li a i{
	color: #fff;
	background-color:#999;
	padding:20px;
	font-size:30px;
	height:30px;
	width:30px;
	text-align:center;
	border-radius:50%;
	border:solid 3px #888;
}
.list2 li a:hover {
	color: #FB8004;
	text-decoration: none;
}
.list2 li a:hover i{
	background-color:#fff;
	color:#333;
	border:solid 3px #888;
}
.list4 {
	text-decoration: none;
	text-align: left;
	margin-bottom: 10px;
}
.list4 li {
	text-decoration: none;
	list-style-type: none;
	height: 35px;
}
.list4 li a {
	color: #333333;
	text-decoration: none;
	display: block;
	font-size: 12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #dddddd;
	line-height: 34px;
	height: 34px;
}
.list4 li a:hover {
	color: #FB8004;
	text-decoration: none;
}
.list4 li a img {
	float: left;
	margin-right: 5px;
}
.list5 {
	text-decoration: none;
}
.list5 li {
	list-style-type: none;
	float: left;
	color: #666666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	line-height: 25px;
}
.list5 li a {
	float: left;
	color: #666666;
	text-decoration: none;
	line-height: 25px;
	font-size: 11px;
}
.list5 li a:hover {
	text-decoration: underline;
}

.sitemap{
}
.sitemap ul{
	margin:20px 0 0 0;
}
.sitemap ul:before, .sitemap ul:after{
	display: table;
	content: "";
}
.sitemap ul:after{
	clear: both;
}
.sitemap ul li{
	list-style:none;
	float:left;
	width:25%;
}
.sitemap ul li a{
	
}

.list-amenities{
	margin:0 0 15px 0;
}
.list-amenities:before, .list-amenities:after{
	display: table;
	content: "";
}
.list-amenities:after{	
	clear: both;
}
.list-amenities li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 2% 10px 0;
	text-align:left;
	float:left;
	width:31.33%;
}
.list-amenities li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -33px;
    content: "\f00c";
	color: #f89c32;
	font-size:18px;
}



@media screen and (max-width: 480px) {
.list6 {
	text-decoration: none;
}
.list6 li {
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left 10px;
	float: none;
	width: auto;
	padding-left: 22px;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
}
}
.list-pdf {
	text-decoration: none;
	text-align: left;
	border-top:solid 1px #ddd;
	margin:0 0 30px 0;
}
.list-pdf li {
	text-decoration: none;
	list-style-type: none;
	padding:0 0 0 0!important;
	margin:0!important;
}
.list-pdf li:before {
	margin:0!important;
    content: ""!important;
}
.list-pdf li a {
	color: #333;
	text-decoration: none;
	line-height: 35px;
}
.list-pdf li a i {
	color: #C00;
	margin-right:5px;
}

.dynamic{
}
.dynamic ul{
	margin:0 0 30px 0;
}
.dynamic ul li{
	list-style-type: none;
	padding:0 0 0 24px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 2% 5px 0;
	text-align:left;
}
.dynamic ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -24px;
    content: "\f101";
	color: #006699;
	font-size:18px;
}
.dynamic ul li ul{
    margin:0 0 10px 18px;
}
.dynamic ul li ul li{
	list-style-type: circle;
	padding:0;
	text-indent:0px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 0 5px 0;
	text-align:left;
}
.dynamic ul li ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0;
    content: "";
	color: #006699;
	font-size:18px;
}



.dynamic ol{
	margin:0 0 30px 20px;
}
.dynamic ol li{
	margin: 0 0 10px 0;
}

.clients{
}
.clients ul{
	margin:20px 0 0 0;
}
.clients ul:before, .clients ul:after{
	display: table;
	content: "";
}
.clients ul:after{
	clear: both;
}
.clients ul li{
	list-style:none;
	float:left;
	width:23%;
	border:solid 1px #ddd;
	padding:25px;
	background-color:#fff;
	text-align:center;
	margin:1%;
	cursor:pointer;
}
.clients ul li img{
	height:90px !important;
	width:auto !important;
}
@media screen and (max-width: 992px) {
.clients ul li{
	width:31.33%;
	padding:15px;
	margin:1%;
}
.clients ul li img{
	height:90px !important;
	width:auto !important;
}
}
@media screen and (max-width: 768px) {
.clients ul li{
	width:31.33%;
	padding:10px;
	margin:1%;
}
.clients ul li img{
	height:60px !important;
	width:auto !important;
}
}
@media screen and (max-width: 480px) {
.clients ul li{
	width:46%;
	padding:10px;
	margin:2%;
}
.clients ul li img{
	height:50px !important;
	width:auto !important;
}
}


.tbl1 {	
}
.tbl1 th {	
}
.tbl1 td{
	line-height:normal;
	padding:7px 0;
}
.tbl1 td strong{
	font-size:13px;
	color:#f89c32;
}
.tbl1 a {
	
}

.txt1 {
	font-weight: bold;
	color: #143F47;
	text-decoration: none;
	text-align: left;
	font-size: 13px;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #97D5E1;
	
}
.txt1 a {
	color: #E7420F;
	text-decoration: none;
}

.txt2 {
	font-size: 11px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.txt3 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}
.txt4 {
	color: #FB8004;
	text-decoration: none;
}
.txt4_2 {
	color: #4DA60B;
	text-decoration: none;
	font-weight: lighter;
}
.txt5 {
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #333333;
	margin-bottom: 2px;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	text-decoration: none;
}
.txt6 {
	font-size: 13px;
	font-weight: bold;
	color: #EA5E00;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	text-align: left;
	padding-bottom: 5px;
	text-transform: capitalize;
}
.txt6_1 {
	font-size: 13px;
	font-weight: bold;
	color: #009999;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	text-align: left;
	padding-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.txt6_2 {
	
	font-size: 17px;
	font-weight: bold;
	color: #FB8004;
	text-decoration: none;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4C0A2;
	text-align: left;
	height: 24px;
	line-height: 17px;
	padding-bottom: 3px;
}
.txt6_3 {
	
	font-size: 17px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4C0A2;
	text-align: left;
	height: 24px;
	line-height: 17px;
	padding-bottom: 5px;
}
.txt6_4 {
	
	font-size: 13px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	margin-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C4C0A2;
	text-align: left;
	padding-bottom: 3px;
}
.txt7 {
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
.txt7_2 {
	font-weight: lighter;
	color: #0099CC;
	text-decoration: none;
}
.txt7_3 {
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
	
	font-size: 13px;
}
.txt9 {
	font-weight: bold;
	color: #4DA60B;
	text-decoration: none;
	font-size: 13px;
}
.txt11 {
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	color: #FB8004;
	font-size: 11px;
}
.txt11_1 {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: left;
	color: #0084C4;
}
.txt11_2 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #FB8004;
}
.txt11_3 {
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
}
.txt12 {
	background-image: url(../images/bullet2.gif);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 8px;
	margin-bottom: 3px;
	line-height: 14px;
}
.txt13 {
	
	font-size: 13px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	background-image: url(../images/bullet10.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	margin-bottom: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #eeeeee;
	padding-left: 20px;
}
.txt14 {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #4DA60B;
	font-size: 13px;
}
.rupee1 {
	background-image: url(../images/icon_rupee.png);
	background-repeat: no-repeat;
	background-position: 5px 3px;
	padding-left: 17px;
	font-weight: lighter;
}
.rupee2 {
	background-image: url(../images/icon_rupee.png);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 12px;
}
.cross {
	text-decoration: none;
	float: right;
	color: #333;
	background-image: url(../images/cross.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	margin-top: 6px;
}











.link1 {
	font-size: 11px;
	color: #333333;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: left;
	padding-left: 20px;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
}
.link2 {
	font-weight: bold;
	color: #1F5EAB;
	text-decoration: none;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 22px;
	line-height: 20px;
	height: 20px;
}
.link2:hover {
	color: #333333;
	text-decoration: underline;
}
.link_search {
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	padding-left: 30px;
	background-image: url(../images/search-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 10px;
	height: 23px;
	line-height: 23px;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #97D3EA;
	margin-bottom: 3px;
	padding-bottom: 3px;
}
.link3 {
	background-image: url(../images/search_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	text-decoration: none;
	float: right;
	height: 20px;
	display: block;
	border: 1px solid #CCCCCC;
	padding: 5px;
	color: #333333;
}
.link3:hover {
	color: #F21B23;
	text-decoration: none;
}


.link4 {
	color: #4DA60B;
	text-decoration: none;
}
.link4:hover {
	text-decoration: underline;
}

.link5 {
	font-size: 13px;
	font-weight: bold;
	color: #0084C4;
	text-decoration: none;
	float: right;
}
.link6 {
	background-color: #f9f9f9;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	float: left;
	width: 285px;
	padding-left: 15px;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.link6:hover {
	background-color: #FFFFFF;
}
.link7 {
	float: right;
	border: 1px solid #333333;
	margin-top: 3px;
	background-image: url(../images/tm.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-decoration: none;
	line-height: 22px;
	height: 22px;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFFFFF;
}
.link8 {
	text-decoration: none;
}
.link8 li {
	text-decoration: none;
	list-style-type: none;
	font-size: 13px;
	line-height:35px;
	font-weight: bold;
	display: block;
	float:left;
	width:25%;
}
.link8 li a {
	text-decoration: none;
	background-image: url(../images/bullet8.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 13px;
	font-weight: bold;
	display: block;
	color:#333;
}
@media screen and (max-width: 480px) {
	.link8 li {
	text-decoration: none;
	list-style-type: none;
	font-size: 13px;
	line-height:35px;
	font-weight: bold;
	display: block;
	float:none;
	width:100%;
}
}

.page_nation {
	text-decoration: none;
	line-height: 30px;
	margin:20px 0 0 0;
	text-align:left;
}
.page_nation a {
	color: #fff;
	text-decoration: none;
	background-color: #f89c32;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	padding:0 10px;
	margin:0 0 0 5px;
	font-weight: lighter;
	display:inline-block;
}
.page_nation .pn-sel {
	color: #666;
	text-decoration: none;
	background-color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 30px;
	padding:0 10px;
	margin:0 0 0 5px;
	font-weight: lighter;
	display:inline-block;
}
.page_nation a:hover {
	color: #fff;
	background-color: #555;
}



.detail-page{
}
.detail-page .detail-left{
	float:left;
	width:70%;
}
.detail-page .detail-right{
	float:left;
	width:30%;
	padding-left:40px;
}
.detail-page section{
	position: relative;
	padding: 30px;
	box-shadow: 0px 5px 10px rgba(0,0,0,.05);
	margin:25px 0;
	background:#fff;
	border-radius:3px;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.detail-page section h3{
	color:#f89c32!important;
	border-bottom:solid 1px #ddd;
	font-size:22px;	
}
.detail-page section h4{
	color:#004274!important;
	border-bottom:solid 1px #ddd;
	font-size:22px;
	padding:0 0 15px 0;
	margin:0 0 15px 0;	
}
.detail-page .detail-right ul.location-list{
	list-style:none;
}
.detail-page .detail-right ul.location-list li{
	list-style:none;
}
.detail-page .detail-right ul.location-list li a{
	display:block;
	color:#666;
	padding:2px 0;
}
.detail-page .detail-right ul.location-list li a i{
	color:#f89c32;
	margin:0 7px 0 0;	
}
.amenities{	
	margin:0!important;
}
.amenities:before, .amenities:after{
	display: table;
	content: "";
}
.amenities:after{	
	clear: both;
}
.amenities li{
	list-style-type: none;
	margin:20px 0;
	text-align:center;
	float:left;
	width:20%;
	line-height:normal;
	color:#666;
	font-size:12px;
}
.amenities li img{
	display:block;
	clear:both;
	margin:0 auto 10px auto;
	background: -webkit-linear-gradient(45deg, #004274 0%, #edbb23 50%, #004274 100%);
	background: linear-gradient(45deg, #004274 0%, #004274 50%, #004274 100%);
	width:70px!important;
	height:70px!important;
	padding:15px;
	border-radius:10px;
	box-shadow:1px 1px 3px rgba(0,0,0,0);
}

.details{	
	margin:0!important;
}
.details:before, .details:after{
	display: table;
	content: "";
}
.details:after{	
	clear: both;
}
.details li{
	list-style-type: none;
	margin:10px 0;
	text-align:center;
	float:left;
	width:20%;
	line-height:normal;
	color:#333;
	font-size:13px;
}
.details li img{
	display:block;
	clear:both;
	margin:0 auto 2px auto;
	width:48px;
	height:auto;
}
@media screen and (max-width: 992px) {
.detail-page .detail-left{
	float:none;
	width:100%;
}
.detail-page section{
	position: relative;
	padding: 20px;
	box-shadow: 0px 5px 10px rgba(0,0,0,.05);
	margin:15px 0;
	background:#fff;
	border-radius:3px;
}
.detail-page .detail-right{
	float:none;
	width:100%;
	padding-left:0;
}
.amenities li{
	list-style-type: none;
	margin:20px 0;
	text-align:center;
	float:left;
	width:25%;
	line-height:normal;
	color:#666;
	font-size:12px;
}
.details li{
	width:25%;
}
}
@media screen and (max-width: 768px) {
.amenities li{
	width:33.33%;
}
.details li{
	width:33.33%;
}
}
@media screen and (max-width: 480px) {
.amenities li{
	width:50%;
}
.details li{
	width:50%;
}
}



.right-fix{
	position:fixed;
	right:-62px;
	z-index:2001;
	bottom:20%;
	width:160px;	
	text-align:center;
	background-color:#f89c32;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
}
.right-fix a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:35px;
	padding:0 0;
	font-weight:600;
}
.right-fix i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.right-fix i.two{
	background-color:#f89c32;
}
.f-fix{
	position:fixed;
	z-index:100;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
	height:35px;
	line-height:35px;
	background-color:#f89c32;
	text-transform:uppercase;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
	display:none;
}
.f-fix a{
	float:left;
	width:50%;
	display:block;
	color:#fff!important;
	text-align:center;
	font-size:15px;
}
.f-fix a:hover, .f-fix a:visited, .f-fix a:active{
	color:#fff!important;
	text-decoration:none!important;
}
.f-fix a.f-left{
	background-color:#043f71;
}
@media screen and (max-width: 768px) {
.right-fix{
	display:none;
}
.f-fix{
	display:block;
}
}


.looking-strip{
	position:relative;
	background: -webkit-linear-gradient(10deg, #bf8b28, #e9b835, #bf8b28, #eccb5e);
	background: linear-gradient(10deg, #bf8b28, #e9b835, #bf8b28, #eccb5e);	
	background-color:#edbb23;
	padding:30px;
	width:100%;
	color:#fff;
}
.looking-strip img{
	position:absolute;
	z-index:1;
	left:0;
	bottom:0;
}
.looking-strip i{
	margin:8px 5px 0 0;
	float:left;
}
.looking-strip a{
	color:#666;
	text-decoration:none;
	display:block;
	background-color:#fff;
	text-align:center;
	padding:6px 0;
	font-weight:700;
	text-transform:uppercase;
	margin:6px 0 0 0;
}
.looking-strip h4{
	color:#fff!important;
	font-size:22px!important;
	margin:0!important;
	line-height:normal;
}
.looking-strip h6{
	color:#fff!important;
	margin:0!important;
	line-height:normal!important;
	font-style:normal;
}
@media screen and (max-width: 768px) {
.looking-strip{	
	padding:10px 10px 160px 10px;	
}
.looking-strip h4{
	color:#fff!important;
	font-size:16px!important;
	margin:0!important;
	line-height:normal;
}
.looking-strip i{
	font-size:42px!important;
}
}


::-webkit-input-placeholder { /* Chrome */
  color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #fff;
  opacity: 1;
}
input[type="text"] {
	font-size: 14px;
	border: 0px;
	border-bottom:solid 2px #fff;
	color: #fff!important;
	padding: 0 5px 0 25px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,0);
	line-height:1!important;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
border-bottom:solid 3px #e4b834;	
}
input[type="tel"] {
	font-size: 14px;
	border: 0px;
	border-bottom:solid 2px #fff;
	color: #fff!important;
	padding: 0 5px 0 25px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,0);
	line-height:1!important;
}
input[type="number"] {
	font-size: 14px;
	border: 0px;
	border-bottom:solid 2px #fff;
	color: #fff!important;
	padding: 0 5px 0 25px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,0);
	line-height:1!important;
}
input[type="email"] {
	font-size: 14px;
	border: 0px;
	border-bottom:solid 2px #fff;
	color: #fff!important;
	padding: 0 5px 0 25px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,0);
	line-height:1!important;
}
input[type="password"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 50px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:5px;
	line-height:1!important;
}
select {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 0px!important;
	width: 100%!important;
	text-decoration: none;
	height: 50px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:5px;
	line-height:1!important;
	text-indent:25px!important;
}
.select option {	
	color: #666;
}
.custom-file{
    	margin:0 0 10px 0!important;
}
input[type="file"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1)!important;
	color: #666;
	padding: 0 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 50px!important;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:5px;
	line-height:1!important;
}
@media screen and (max-width: 768px) {
select {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 5px 0 0px!important;
	width: 100%!important;
	text-decoration: none;
	height: 50px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:5px;
	line-height:1!important;
	text-indent:35px;
}
}
textarea {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 12px 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 100px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:5px;
	line-height:1!important;
}
.custom-file{
}
}
.fi{
	position:absolute;
	color:#006699;
	left:30px;
	top:15px;
	font-size:20px;
}
.f-user:before {
    content: "\f2c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 10px;
}
.f-email:before {
    content: "\f2b7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 10px;
}
.f-map:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 28px;
    left: 10px;
}
.f-pin:before {
    content: "\f278";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 28px;
    left: 10px;
}
.f-pin:before {
    content: "\f278";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 28px;
    left: 10px;
}
.f-globe:before {
    content: "\f0ac";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 28px;
    left: 10px;
}
.f-short:before {
    content: "\f036";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 28px;
    left: 10px;
}
.f-inr:before {
    content: "\f156";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 28px;
    left: 10px;
}
.f-message:before {
    content: "\f044";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 8px;
    left: 10px;
}
.f-mobile:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 26px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 10px;
}
.f-phone:before {
    content: "\f2a0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 26px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 10px;
}
.f-pass:before {
    content: "\f084";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 26px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 22px;
    left: 10px;
}
.f-floor:before {
    content: "\f0f7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 22px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 16px;
    left: 27px;
}
.f-hand:before {
    content: "\f0a4";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 18px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 12px;
}
.f-home:before {
    content: "\f015";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 18px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 22px;
    left: 27px;
}

.f-area:before {
    content: "\f1fe";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 18px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 22px;
    left: 27px;
}
.f-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f89c32;
    font-size: 18px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 38px;
    left: 27px;
}

.btn-file {
	position: relative;
	overflow: hidden;
	text-decoration: none;
	line-height: 45px;
	height: 45px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #EEE;
}
.btn-file:hover {	
	background-color:#f9f9f9;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
.captcha {
	border: 1px solid #ddd;
	float: left;
	line-height:30px;
	padding:0px 5px 0px 2px;
	margin-top:5px;
}
.captcha a{
	color: #3378D9;
	text-decoration:none;
}
.captcha img{
	float:left;
	margin:0 3px 0 0;
	padding:0!important;
	border:0!important;
	box-shadow: 0px 0px 0px #fff!important;
}



.f-fix{
	position:fixed;
	width:100%;
	z-index:100;
	left:0;
	bottom:0;
	background-color:#f89c32;
	line-height:35px;
	height:35px;
}
.f-fix a{
	float:left;
	width:50%;
	text-align:center;
	line-height:35px;
	display:block;
	font-weight:700;
	color:#fff;
}
.f-fix a.f-l{
	background-color:#004274;
}
.footer2{
	background-color: #002040;
	color: rgba(255,255,255,.7);
	text-decoration: none;
	padding: 20px 0;
	font-size:14px;
	line-height:28px;
	text-align:center
}
.footer2 .container-fluid{
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer2 h4{
	font-size: 20px!important;
	text-decoration: none;
	font-weight:600!important;
	color: #f89c32!important;
	position:relative;
	padding:0 0 0 0!important;
	margin:0 0 0 0!important;
}
.footer2 h4 span{
	position:absolute;
	left:0;
	bottom:0;
	width:60px;
	border-top:solid 1px rgba(255,255,255,.0);
	border-bottom:solid 1px rgba(255,255,255,.0);
	height:5px;
}
.footer2 ul {
	text-decoration: none;
	width:100%;
	display:block;
	margin:0!important;
	padding:0!important;
}
.footer2 ul:before, .footer2 ul ul:after{
	display: table;
	content: "";
}
.footer2 ul:after{
	clear: both;
}
.footer2 ul li {
	list-style-type: none;
	display:inline-block;
	margin:0 5px!important;
}
.footer2 ul li a {
	text-decoration: none;
	color: rgba(255,255,255,.7);
	padding:0 0;
	display:block;	
}
.footer2 ul li a:hover {
	color:#f89c32!important;
}
.footer2 ul li a i {
	width:20px;
}
.footer2 ul li a img {
	width:20px;
	margin-right:5px;
}

.footer2 .social ul.social{
	margin:0!important;
	padding:0!important;
	width:100%;
	display:block;
}
ul.social:before, ul.social:after{
	display: table;
	content: "";
}
ul.social:after{	
	clear: both;
}
.footer2 .social li{
	list-style:none;
	margin:0 10px 0 0!important;
	padding:0!important;
	border:0;
}
.footer2 .social li a{
	padding:0;
	margin:0;
	text-align:center;
	display:block;	
}
.footer2 .social a i{
	color:#fff;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:18px;
	border-radius:100%;
	box-shadow:inset 0px 0px 0 3px rgba(255,255,255,.5);
}
@media screen and (max-width: 992px) {
.footer2 {
	font-size: 11px;
	padding:20px 0 50px 0;
}
.footer2 .container-fluid{
}
.footer2 h4{
	font-size: 16px;
	text-decoration: none;
	font-weight:300!important;
	color: #fff;
	position:relative;
}
.footer2 ul li a {
	text-decoration: none;
	font-size: 11px;
	line-height: normal;
	height: auto;
	padding:5px 0;
}
.footer2 ul.locality li {
	list-style-type: none;
	display:inline-block;
	margin:2px 5px 5px 0;
}
.footer2 ul.locality li a {
	text-decoration: none;
	color: rgba(255,255,255,.9);
	padding:2px 0;
	display:block;
	background-color:rgba(255,255,255,.1);
	padding:0 5px;
	font-size:11px;
}
.footer2 .social li{
	margin:3px!important;
}
.footer2 .social a i{
	width:30px;
	height:30px;
	line-height:30px;
	font-size:18px;
	box-shadow:inset 0px 0px 0 1px rgba(255,255,255,.5);
}
}
.footer {
	color: rgba(255,255,255,.8);
	padding-top: 25px;
	padding-bottom: 15px;
	border-top:solid 1px rgba(255,255,255,.1);
}
.footer .container-fluid{
	padding-top: 0px;
	padding-bottom: 0px;
}
.footer a {
	color: #fff;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
.footer a:hover {
	text-decoration: underline;
}
.footer br {
	display:none;
}
@media screen and (max-width: 992px) {
.footer br {
	display:block;
}
.footer {
	padding-bottom: 44px;
}
.footer .text-right {
	text-align:left!important;
}
}


ul.breadcrumb {
    padding: 0;
    list-style: none;
    background-color: rgba(255,255,255,0);
	color:#fff;
}
ul.breadcrumb li {
    display: inline;
    font-size: 13px;
	color:#fff;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #ccc;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #efcf26;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}	



.modal{
	background-color:rgba(0,0,0,.5);
}
.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner img {
  width:100%;
  height:auto;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: 2s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

#demo .carousel-control-prev, #demo .carousel-control-next {
  position: absolute;
  z-index:9;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height:40px;
  margin-top:-20px;
  color: #f89c32;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(255,255,255,.75);
}

#demo .carousel-control-prev:hover, #demo .carousel-control-prev:focus,
#demo .carousel-control-next:hover,
#demo .carousel-control-next:focus {
  color: #f89c32;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

#demo .carousel-control-prev {
  left: 0;
}

#demo .carousel-control-next {
  right: 0;
}
#demo .carousel-indicators {
  bottom: 50px;
  display:none;
}
#demo .carousel-caption {
	position: absolute;
	right: 0;
	top:210px;
	left: 0;
	z-index: 10;	
	font-size:16px;
	color:rgba(255,255,255,.9);
	text-align: left;
	padding:0 50% 0 50px;
	font-family: 'Montserrat', sans-serif!important;
	font-weight:500;
}
#demo .carousel-caption h4{
	font-size:36px!important;
	text-transform:uppercase;
	margin:0 0 20px 0!important;
	color:#FFF!important;
	font-weight:600!important;
}
#demo .carousel-caption h5{
	font-size:18px!important;
	text-transform:uppercase;
	margin:0 0 0px 0!important;
	color:rgba(255,255,255,.7)!important;
	font-weight:600!important;
}
#demo .carousel-caption p{
	font-size:18px;
	line-height:normal;
	color:#f89c32;
	font-weight:500;
	text-shadow:1px 1px 3px rgba(0,0,0,.8);	
}
#demo .carousel-caption p strong{
	color:#f89c32;
}
#demo .carousel-caption ul{
	margin:10px 0 30px 20px;
}
#demo .carousel-caption a{
	background-color:#f89c32;
	display:inline-block;
	color:#fff!important;
	padding:10px 25px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
}


@media screen and (max-width: 992px) {
#demo .carousel-control-prev, #demo .carousel-control-next {
  width: 30px;
  height:30px;
  margin-top:-15px;
  font-size:18px;
}
#demo .carousel-control-prev {
  left: 0;
}

#demo .carousel-control-next {
  right: 0;
}
#demo .carousel-caption {
	top:20%;
	font-size:13px;
	line-height:24px;
	padding:0 40px 0 40px;
	text-align:center;
}
#demo .carousel-caption h4{
	font-size:22px!important;
	text-transform:uppercase;
	margin:0 0 10px 0!important;
}
#demo .carousel-caption h5{
	font-size:14px!important;
	text-transform:uppercase;
}
#demo .carousel-caption p{
	font-size:13px;
	line-height:26px;
	text-align:center;
}
#demo .carousel-caption ul{
	margin:10px 0 10px 20px;
}
#demo .carousel-caption a{
	padding:5px 15px;
	font-size:14px;
}
}
@media screen and (max-width: 768px) {
#demo .carousel-caption {
	top:20%;
	font-size:13px;
	line-height:24px;
	padding:0 40px 0 40px;
	text-align:center;
}
#demo .carousel-caption h4{
	font-size:16px!important;
	text-transform:uppercase;
	margin:0 0 10px 0!important;
}
#demo .carousel-caption h5{
	font-size:12px!important;
	text-transform:uppercase;
}
#demo .carousel-caption p{
	font-size:13px;
	line-height:22px;
	text-align:center
}
#demo .carousel-caption ul{
	display:none;
}
#demo .carousel-caption a{
	padding:5px 15px;
	font-size:14px;
	margin-top:15px;
}
}
@media screen and (max-width: 480px) {
#demo .carousel-caption {
	top:20%;
	font-size:12px;
	line-height:20px;
	padding:0 30px 0 30px;
	text-align:center
}
#demo .carousel-caption h4{
	font-size:13px!important;
	text-transform:uppercase;
	margin:0 0 10px 0!important;
}
#demo .carousel-caption h5{
	font-size:10px!important;
}
#demo .carousel-caption p{
	font-size:10px;
	line-height:normal;
	color:rgba(255,255,255,1)!important;
	text-align:center;
}
#demo .carousel-caption a{
	padding:3px 10px;
	font-size:12px;
	margin-top:10px;
}
}

#demo2{
	position:relative;
	padding-bottom:0px!important;
}
#demo2 .carousel-indicators {
  bottom: 40px;
  display:none;
}
#demo2 .update{
	position:relative;
	margin:0;
	font-size:15px;
	line-height:30px;
	text-align:justify;
	padding-bottom:10px;
	border-bottom:solid 0px #ccc;
}
#demo2 .update h4{
	font-style:normal;
	text-transform:uppercase;
	margin:15px 0 0 0;
}
#demo2 .update p{
	line-height:30px;
}
#demo2 .update p strong{	
	line-height:normal;
	color:#043f71;
}
#demo2 .update .upd-img{
	float:left;
	margin:0 10px 0 0;
	height:auto;
	width:40%;
	overflow:hidden;
}
#demo2 .update .upd-img img{
	width:100%!important;
	min-height:150px!important;
	height:auto!important;
}
#demo2 .update a{
	color:#f89c32!important;
	font-weight:700;
}
#demo2 .carousel-control-prev, #demo2 .carousel-control-next {
  position: absolute;
  z-index:11;
  top:auto;
  bottom: 0px!important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height:50px;
  color: #f89c32;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(0,0,0,0);
  border:solid 1px #ccc;
}
#demo2 .carousel-control-prev:hover, #demo3 .carousel-control-prev:focus,
#demo2 .carousel-control-next:hover,
#demo2 .carousel-control-next:focus {
  color: #f89c32;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}
#demo2 .carousel-control-prev {
  left: 0px;
}
#demo2 .carousel-control-next {
  left: 55px;
}
@media screen and (max-width: 600px) {

#demo2 .update .upd-img img{
	width:auto!important;
	max-width:100%;
	height:150px!important;
}
}




#demo3 .carousel-indicators {
  bottom: 0px;
  display:none;
}

.review{
	border:solid 1px #ccc;
	padding:30px;
	position:relative;
	margin:30px 5px;
	font-size:15px;
	line-height:30px;
	text-align:justify;

}
.quote{
	position:absolute;
	z-index:1;
	right:50px;
	top:-30px;
	color:#f89c32;
	font-size:45px;
	background-color:#fff;
	padding:10px;
}
.review h4{
	font-style:normal;
	text-transform:uppercase;
	margin:15px 0 0 0;
}
.review p{
}
.review p strong{	
	line-height:normal;
}
.review img{
	float:left;
	margin:0 10px 0 0;
	height:60px;
	width:auto;
}
@media screen and (max-width: 500px) {
.review img{
	float:none;
	margin:0 0 0 0;
	height:60px;
	width:auto;
}
}
#demo3 .carousel-control-prev, #demo3 .carousel-control-next {
  position: absolute;
  z-index:11;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height:50px;
  margin-top:-25px;
  color: #f89c32;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(0,0,0,.1);
}

#demo3 .carousel-control-prev:hover, #demo3 .carousel-control-prev:focus,
#demo3 .carousel-control-next:hover,
#demo3 .carousel-control-next:focus {
  color: #f89c32;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

#demo3 .carousel-control-prev {
  left: -45px;
}

#demo3 .carousel-control-next {
  right: -45px;
}

#demo4 .carousel-control-prev, #demo4 .carousel-control-next {
  position: absolute;
  z-index:9;
  top: 43%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height:50px;
  margin-top:-25px;
  color: #f89c32;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(255,255,255,.75);
}

#demo4 .carousel-control-prev:hover, #demo4 .carousel-control-prev:focus,
#demo4 .carousel-control-next:hover,
#demo4 .carousel-control-next:focus {
  color: #f89c32;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

#demo4 .carousel-control-prev {
  left: 50px;
}

#demo4 .carousel-control-next {
  right: 50px;
}
#demo4 .carousel-indicators {
  bottom: 50px;
  display:none;
}
#demo4 .carousel-caption {
	position: absolute;
	right: 0;
	top:180px;
	left: 0;
	z-index: 10;	
	font-size:16px;
	color:rgba(0,0,0,.8);
	text-align: left;
	padding:0 0 0 0;
	font-family: 'Montserrat', sans-serif!important;
	font-weight:500;
}
#demo4 .carousel-caption .history{
	background-color:#fff;
	float:left;
	padding:15px;
	width:25%;
	border-radius:10px;
	box-shadow:1px 3px 3px rgba(0,0,0,.2);
}
#demo4 .carousel-caption h4{
	font-size:36px!important;
	text-transform:uppercase;
	margin:0 0 20px 0!important;
	color:#043f71;
	font-weight:600!important;
	display:none;
}
#demo4 .carousel-caption p{
	font-size:13px;
	line-height:normal;
	color:#333;
	font-weight:400;
}
#demo4 .carousel-caption p strong{
	color:#f89c32;
}
#demo4 .carousel-caption .history.h-one{
	margin:6% 0 0 5%;
}
#demo4 .carousel-caption .history.h-two{
	margin:0px 0 0 9%;
}
#demo4 .carousel-caption .history.h-three{
	margin:8% 0 0 6%;
}
#demo4 .carousel-caption .history.h-four{
	margin:6% 0 0 3%;
}
#demo4 .carousel-caption .history.h-five{
	margin:-6% 0 40% 7%;
}
#demo4 .carousel-caption .history.h-six{
	margin:-3% 0 0 7%;
}
#demo4 .carousel-caption .history.h-seven{
	margin:0px 0 0 8%;
}
#demo4 .carousel-caption .history.h-eight{
	margin:12% 0 0 7%;
}
#demo4 .carousel-caption .history.h-nine{
	margin:8% 0 0 5%;
}
#demo4 .carousel-caption .history.h-ten{
	margin:9% 0 0 3%;
}
#demo4 .carousel-caption .history.h-ele{
	margin:10% 0 0 6%;
}

@media screen and (max-width: 1180px) {
#demo4 .carousel-control-prev, #demo4 .carousel-control-next {
  position: absolute;
  z-index:9;
  top: 43%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height:30px;
  margin-top:-15px;
  color: #f89c32;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(255,255,255,.75);
}
#demo4 .carousel-caption {
	top:1%;
	font-size:10px;
	line-height:10px;
	padding:0 0 0 0;
}
#demo4 .carousel-caption h4{
	font-size:12px!important;
	line-height:12px!important;
	text-transform:uppercase;
	margin:0 5px 0px 0!important;
	padding:0 0 0px 0!important;
	color:#f89c32;
	font-weight:600!important;
	display:inline-block;
	float:left;
}
#demo4 .carousel-caption p{
	font-size:10px;
	line-height:12px!important;
	color:#333;
	font-weight:400;
}
#demo4 .carousel-caption .history{
	background-color:#fff;
	padding:8px;
	border-radius:10px;
	box-shadow:1px 3px 3px rgba(0,0,0,.2);
}
#demo4 .carousel-caption .history.h-one{
	margin:20% 0 0 1%;
}
#demo4 .carousel-caption .history.h-two{
	margin:11% 0 0 9%;
}
#demo4 .carousel-caption .history.h-three{
	margin:22% 0 0 10%;
}
#demo4 .carousel-caption .history.h-four{
	margin:20% 0 0 3%;
}
#demo4 .carousel-caption .history.h-five{
	margin:7% 0 20% 7%;
}
#demo4 .carousel-caption .history.h-six{
	margin:10% 0 0 8%;
}
#demo4 .carousel-caption .history.h-seven{
	margin:12% 0 0 3%;
}
#demo4 .carousel-caption .history.h-eight{
	margin:25% 0 0 7%;
}
#demo4 .carousel-caption .history.h-nine{
	margin:22% 0 0 7%;
}
#demo4 .carousel-caption .history.h-ten{
	margin:21% 0 0 3%;
}
#demo4 .carousel-caption .history.h-ele{
	margin:22% 0 0 6%;
}
}
@media screen and (max-width: 768px) {
#demo3 .carousel-control-prev, #demo3 .carousel-control-next {
  position: absolute;
  z-index:11;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height:30px;
  margin-top:-15px;
  color: #f89c32;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:#eee;
}
#demo3 .carousel-control-prev {
  left: -10px;
}

#demo3 .carousel-control-next {
  right: -10px;
}
#demo3 p{
  font-size:13px;
  line-height:20px;
}
#demo4 .carousel-control-prev {
  left: 0;
}

#demo4 .carousel-control-next {
  right: 0;
}
#demo4 .carousel-caption .history.h-one{
	margin:15% 0 0 1%;
}
#demo4 .carousel-caption .history.h-two{
	margin:5% 0 0 9%;
}
#demo4 .carousel-caption .history.h-three{
	margin:18% 0 0 10%;
}
#demo4 .carousel-caption .history.h-four{
	margin:16% 0 0 3%;
}
#demo4 .carousel-caption .history.h-five{
	margin:2% 0 20% 7%;
}
#demo4 .carousel-caption .history.h-six{
	margin:0% 0 0 8%;
}
#demo4 .carousel-caption .history.h-seven{
	margin:7% 0 0 3%;
}
#demo4 .carousel-caption .history.h-eight{
	margin:20% 0 0 7%;
}
#demo4 .carousel-caption .history.h-nine{
	margin:18% 0 0 7%;
}
#demo4 .carousel-caption .history.h-ten{
	margin:17% 0 0 3%;
}
#demo4 .carousel-caption .history.h-ele{
	margin:18% 0 0 6%;
}
}

@media screen and (max-width: 480px) {
#demo4 .carousel-inner img {
    width: 100%;
    height: auto;
	margin-top:80px;
	margin-bottom:80px;

}
#demo4 .carousel-caption h4{
	font-size:10px!important;
	line-height:10px!important;
	text-transform:uppercase;
	margin:0 5px 0px 0!important;
	padding:0 0 0px 0!important;
	color:#f89c32;
	font-weight:600!important;
	display:inline-block;
	float:left;
}
#demo4 .carousel-caption p{
	font-size:9px;
	line-height:10px!important;
	color:#333;
	font-weight:400;
}
#demo4 .carousel-caption .history{
	background-color:#fff;
	padding:8px;
	border-radius:10px;
	box-shadow:1px 3px 3px rgba(0,0,0,.2);
}
#demo4 .carousel-caption .history.h-one{
	margin:38% 0 0 1%;
}
#demo4 .carousel-caption .history.h-two{
	margin:10% 0 0 9%;
}
#demo4 .carousel-caption .history.h-three{
	margin:42% 0 0 10%;
}
#demo4 .carousel-caption .history.h-four{
	margin:38% 0 0 3%;
}
#demo4 .carousel-caption .history.h-five{
	margin:8% 0 20% 7%;
}
#demo4 .carousel-caption .history.h-six{
	margin:4% 0 0 8%;
}
#demo4 .carousel-caption .history.h-seven{
	margin:10% 0 0 3%;
}
#demo4 .carousel-caption .history.h-eight{
	margin:45% 0 0 7%;
}
#demo4 .carousel-caption .history.h-nine{
	margin:40% 0 0 7%;
}
#demo4 .carousel-caption .history.h-ten{
	margin:40% 0 0 3%;
}
#demo4 .carousel-caption .history.h-ele{
	margin:40% 0 0 6%;
}
}