@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

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-family: 'Barlow', sans-serif!important;
	font-weight:400!important;
	line-height: 32px!important;
	font-size: 16px!important;
	color: #111!important;
	text-decoration: none;
	height:100%;
	background-color:#fff!important;
}
@media screen and (max-width: 768px) {
body {
	line-height: 28px!important;
	font-size: 14px!important;
}
}
.sticky{
	position: fixed;
	z-index:1000;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	padding:5px 0;
	box-shadow:0px 10px 10px rgba(0,0,0,.1);
	background-color:rgba(255,255,255,1)!important;
	height:auto;
	max-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:auto!important;
	width:auto!important;
	max-width:90%!important;
	max-height:50px!important;
	padding:0;
	margin:0;
}
.sticky .header-r{
	padding-top:0;
}
.sticky .header-r2{
	padding:0 0 0 10px;
}
.sticky .call{
	display:block;
}
.top-nav{
	background-color:#1f3c88;
	position:relative;
	height:40px;
	line-height:34px;
	color:#fff;
	font-size:15px;
	font-weight:600;
}
.top-nav .container{
	padding-top:0;
	padding-bottom:0;
}
.top-nav .tn-l{
	float:left;
	width:80%;
	line-height:40px;
	padding:0;
}
.top-nav .tn-l i{
	color:#f2722a;
	margin:0 10px 0 0;
}
.top-nav .tn-l span{
	margin-right:20px;
	padding-right:20px;
	border-right:solid 1px rgba(255,255,255,.5);
}
.top-nav .tn-l span.no-bdr{
	border-right:solid 1px rgba(255,255,255,.0);
}
.top-nav .tn-r{
	float:left;
	width:20%;
	text-align:center;
	padding:0 0 0 0;
}
header{
	position:absolute;
	z-index:1;
	left:0;
	top:40px;
	background-color:rgba(255,255,255,1)!important;
	width:100%;
	color:#fff;
	padding:10px 0;
}
header .container{
	padding-top:0;
	padding-bottom:0;
}
header .logo{
	float:left;
	width:38%;
	text-align:left;
	overflow:hidden;
}
header .logo img{
	height:74px!important;
	width:auto!important;
	max-width:100%!important;
}
header .logo a{
	display:block;
}
header .header-r{
	float:left;
	width:62%;
	padding:5px 0 0 0;
}
header .header-r2{
	float:left;
	width:15%;
	color:#f2722a;
	font-size:16px;
	padding:5px 0 0 10px;
}
header .header-r2 a{
	float:right;	
	display:inline-block!important;
	background-color:#272b3d;
	color:#fff!important;
	font-weight:600;
	padding:10px 20px;
	border-radius:5px;
	margin:0 0 0 0;
	line-height:15px;
	text-transform:uppercase;
	text-align:center;
}
header .header-r2 a img{
	float:left;
	height:30px;
}
@media screen and (max-width: 992px) {
.top-nav{
	position:relative;
	background-color:#1f3c88;
}
.top-nav .tn-l{
	float:left;
	width:100%;
	line-height:40px;
	padding:0 0 0 0;
}
.top-nav .tn-l span{
	margin-right:20px;
}
.top-nav .tn-r{
	display:none;
}
.top-nav .tn-r .tnr-c{
	float:left;
	width:45px;
	height:40px;
	margin:0 0 0 -20px;
}
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%;
	overflow:hidden;
}
header .logo a{
	display:block;
}
header .header-r{
	float:left;
	width:10%;
}
header .header-r2{
	float:left;
	width:40%;
	text-align:right;
	color:#f2722a;
	font-size:16px;	
}
header .header-r2 span{
	display:inline-block;
	background-color:#272b3d;
	color:#fff;
	font-weight:700;
	padding:5px 35px;
	border-radius:5px;
	margin:5px 0 0 0;
}
}
@media screen and (max-width: 768px) {
.top-nav{
	background-color:#1f3c88;
}
.top-nav .tn-l{
	float:left;
	width:90%;
	line-height:40px;
	padding:0 0 0 0;
}
.top-nav .tn-l span{
	margin-right:20px;
	border-right:solid 1px rgba(255,255,255,0);
}
header .logo{
	float:left;
	width:90%;
	text-align:left;
	overflow:hidden;
}
header .logo a{
	display:block;
}
header .header-r2{
	display:none;
}
}
@media screen and (max-width: 480px) {
header .logo img{
	height:50px !important;
}
}

.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.slider{
	position:relative;
	border-bottom:solid 0px #0a85ad;
}
.board{
	position:relative;
	background-color:rgba(255,255,255,.5);
	padding:20px;
	border-left:solid 30px #f2722a;
	border-right:solid 10px #272b3d;
	box-shadow:0px 20px 25px rgba(0,0,0,.2);
}
.board h2{
	font-size:20px!important;
}
.board .b-l{
	width:200px;
}
.board .b-r{
	width:200px;
}
@media screen and (max-width: 550px) {
.board{
	position:relative;
	background-color:rgba(255,255,255,.5);
	padding:10px;
	border-left:solid 5px #f2722a;
	width:100%;
	margin:20px auto;
	border-right:solid 3px #272b3d;
}
.board .b-l{
	width:130px;
}
.board .b-r{
	width:130px;
}
}

h1, h2, h3{
    font-weight:600!important;
}


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


h2 {
	font-size:30px!important;
	padding:0 0 10px 0!important;
	margin:0 0 20px 0!important;
	color:#003366!important;
	font-weight:600!important;
	position:relative;
}
h2:after {
    content: "";
    background-color: #f2722a;
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.text-center h2:after {    
    left: 50%;
	margin-left:-30px;
}
h3 {	
	font-size: 22px!important;
	text-decoration: none;
	font-weight:600!important;
	color: #f2722a!important;
	position:relative;
	padding:0!important;
	margin:0 0 5px 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:600!important;
	color: #f2722a!important;
	position:relative;
	padding:0!important;
	margin:0 0 10px 0!important;
}
h5 {
	color: #444!important;
	font-size: 18px!important;
	line-height:36px!important;
	font-weight:600!important;
}
h6{
	font-style:italic;
	font-size:18px!important;
	line-height:34px!important;
	color:#333!important;
}
.container{	
	padding-top:50px;
	padding-bottom:50px;
	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: 20px!important;
	margin:0 0 10px 0!important;
}
h5 {
	color: rgba(1,63,113,.5)!important;
	font-size: 18px!important;
	line-height:30px!important;
}
h6{
	font-size:16px!important;
	line-height:30px!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: url(../images/dot.jpg) left top repeat;
	background-color:#f4eeff;	
	position:relative;
}
.container3{	
	background-color:#f2722a;
}
.container3 .container-fluid{
	padding-top:20px;
	padding-bottom:20px;
}
@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{
	padding:30px 0;
}
.container2{
	padding:30px 0;
}
.container3{	
	background-color:#eee;
	padding:10px 0;
}
}


.box1{
	background-color:#fff;
	display:block;
	padding:25px;
	border-radius:5px;
	border:solid 1px #eee;
	box-shadow: 0 3px 30px 0 rgba(0,0,0,.1);
	text-align:left;
}


.service-box{
	position:relative;
	text-align:center;
}
.service-box a{
	background-color:#fff;
	display:block;
	padding:15px;
	border-radius:5px;
	border:solid 0px #dbdbdb;
	box-shadow: 0 3px 30px 0 rgba(0,0,0,.1);
	text-align:left;
}
.service-box a p{
	text-align:justify!important;
}

.service-box .sb-img{
	width:100%;
	height:auto;
	text-align:center;
	margin-bottom:15px;	
}
.service-box .sb-img img{
	width:auto;
	height:auto;
	max-width:100%;
}
.service-box a .more{
	background-color:#272b3d;
	border-radius:20px;
	color:#fff;
	display:inline-block;
	padding:0 15px;
	margin:15px 0 0 0;
	font-weight:600;
	font-size:14px;
}


.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:#272b3d!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:#f2722a;
	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:#f2722a;
}
.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:#272b3d;
	height:auto;
	width:100%;
	margin:0 auto;
	color:#fff;
	position:relative;
}
.home-1 .woman {
    background: url(../images/woman.png) no-repeat 50% 50%;
    background-size: cover;
    width: 297px;
    height: 430px;
    position: absolute;
    right: 65px;
    bottom: 0;
}
.home-1 h2{
	color:#fff!important;
	text-transform:uppercase;
}
.counter{
	width:100%;
	background: linear-gradient(150deg, #1f3c88, #1f3c88);
}
.counter .counter-value{
	display:inline-block;
	font-size:48px;
	line-height:45px;
	font-weight:600;
	color:#f2722a;
}
.counter .plus{
	display:inline-block;
	font-size:48px;
	line-height:45px;
	font-weight:600;
	color:#f2722a;
	line-height:45px;
}
.counter i {
    color: #fff;
    font-size: 38px;
	line-height:70px;
	width:70px;
	height:70px;
	border-radius:100%;
	background-color:rgba(3,15,40,.4);
    float: left;
    margin: 0px 15px 0 0;
    text-align: center;
}
.counter h5{
	color:#fff!important;
	font-size:16px!important;
	line-height:16px!important;
	margin:0 !important;
	padding:0 !important;
}
@media screen and (max-width : 992px) {
.counter{
	text-align:center;
}
.counter .counter-value{
	font-size:40px;
	line-height:40px;
}
.counter .plus{
	font-size:40px;
	line-height:40px;
	line-height:40px;
}
.counter i {
    font-size: 30px;
	line-height:60px;
	width:60px;
	height:60px;
    margin: 0px auto;
	display:block;
	float:none;
}
.counter h5{
	font-size:12px!important;
	line-height:12px!important;
}
}
@media screen and (max-width : 480px) {
.counter{
	text-align:center;
}
.counter .counter-value{
	font-size:20px;
	line-height:20px;
}
.counter .plus{
	font-size:20px;
	line-height:20px;
}
.counter i {
    font-size: 18px;
	line-height:36px;
	width:36px;
	height:36px;
    margin: 0px auto;
	display:block;
	float:none;
}
.counter h5{
	font-size:10px!important;
	line-height:10px!important;
}
}

.s-thumb{
	width:100%;
	text-align:center;
	list-style:none;
}
.s-thumb:before, .s-thumb:after{
	display: table;
	content: "";
}
.s-thumb:after{
	clear: both;
}
.s-thumb li{
	display:inline-table;
	background-color:#fff;
	width:30%;
	height:130px;
	margin:40px 1%;
	padding: 60px 20px 30px 20px;
	position: relative;
	text-align: center;	
	box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
	color:#222;
	border-radius:5px;
}
.s-thumb li .s-icon {
    color: rgba(253,115,90,1);
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    background: #f2722a;
    display: block;
    line-height: 50px;
    border-radius: 100%;
	padding:15px;
    box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
}
.s-thumb li .s-icon img{
    width:50px;
	height:auto;
}
.s-thumb li .s-icon i{
    font-size:29px;
	color:#fff;
}
.s-thumb li p{
	font-weight:500;
	font-size:20px;
	text-align:center;
	line-height:20px;
}
.s-thumb li h4{
	display:none;
	font-size:14px;
	color:#603591!important;
	font-weight:700;
	text-transform:capitalize;
	margin:20px 0 10px 0;
	white-space: nowrap;
}
.s-thumb li a{
	display:inline-block;
	color:#666!important;
}
@media screen and (max-width: 992px) {
.s-thumb li{
	width:47%;
	margin:40px 1%;
	padding: 50px 20px;
}
.s-thumb li.full{
	display:inline-block;
	background-color:#fff;
	width:90%;
	margin:40px 1%;
	padding: 50px 20px;
	position: relative;
	text-align: center;	
	box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
	color:#222;
}
.s-thumb li .s-icon {
    top: -35px;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    display: block;
    line-height: 50px;
    border-radius: 100%;
	padding:15px;
}
.s-thumb li .s-icon img{
    width:50px;
	height:auto;
}
.s-thumb li p{
	text-align:center;
	font-size:13px;
	line-height:24px;
}
.s-thumb li h4{
	font-size:14px;
	color:#603591!important;
	font-weight:700;
	text-transform:capitalize;
	margin:20px 0 10px 0;
}
}

@media screen and (max-width: 768px) {
.s-thumb li{
	width:45%;
	margin:30px 2%;
	padding: 50px 20px 20px 20px;
}
.s-thumb li .s-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    display: block;
    line-height: 50px;
    border-radius: 100%;
	padding:15px;
    box-shadow: -6px 10px 40px rgba(0,0,0,0.06);
}
.s-thumb li .s-icon img{
    width:50px;
	height:auto;
}
.s-thumb li p{
}
.s-thumb li h4{
	font-size:18px!important;
	line-height:18px;important;
	height:36px;
	color:#603591!important;
	font-weight:700;
	text-transform:capitalize;
	margin:20px 0 10px 0!important;
}
}
@media screen and (max-width: 480px) {
.s-thumb li{
	width:45%;
	margin:30px 2%;
	padding: 40px 5px 20px 5px;
}
.s-thumb li .s-icon {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    height: 50px;
    width: 50px;
    margin: 0 auto;
    display: block;
    line-height: 30px;
    border-radius: 100%;
	padding:10px;
    box-shadow: -6px 5px 20px rgba(0,0,0,0.06);
}
.s-thumb li .s-icon img{
    width:30px;
	height:auto;
}
.s-thumb li .s-icon i{
    font-size:22px
}
.s-thumb li h4{
	font-size:12px!important;
	line-height:13px important;
	height:13px!important;
	color:#603591!important;
	font-weight:700;
	text-transform:capitalize!important;
	margin:0px 0 10px 0!important;	
}
}



.flip-box {
  background-color: transparent;

  
  position:relative;
  width: 100%;
  padding-top: 100%; /* 1:1 Aspect Ratio */
  
  margin:15px 0;
}

.flip-box-inner {
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  
  
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  background: linear-gradient(120deg, #1f3c88, #1f3c88);
}

.flip-box-front {
  color: #111;
  padding:10px;
}
.flip-box-front .ff-img{
	width:100%;
	height:auto;
	overflow:hidden;
	border:solid 5px #fff;  
}
.flip-box-front .ff-img img {
  margin:0;
  width:100%;
  min-height:100%;
  height:auto;
}
.flip-box-front h4{
  font-size:18px;
  font-weight:600;
  text-transform:capitalize;
  padding:0 10px;
}
.flip-box-back {
  background-color: #a9771e;
  color: rgba(255,255,255,.9);
  transform: rotateY(180deg);
  text-align:center;
  padding:15% 20px;
  font-size:85%;
}
.flip-box-back h4 {
}
.flip-box-back a {
  display:inline-block;
  background: linear-gradient(to top right, #fff, #eee);
  color:rgba(0,0,0,.8)!important;
  padding:5px 15px;
  margin-top:15px;
}

@media screen and (max-width: 1180px) {
.flip-box-back {
  padding:15% 20px;
}
}


@media screen and (max-width: 768px) {
.flip-box-back p {
  display:none;
}
}

@media screen and (max-width: 480px) {
.flip-box-back h4 {
	font-size:14px !important;
}
}

.inner-banner{
	height:auto;
	width:100%;
	margin:0 auto!important;
	position:relative;
	background-color:#f2f5f8;
	padding:107px 0 1px 0;
}
.inner-banner img{
	height:auto;
	width:100%;
}
.inner-banner .container{
	padding-top:0!important;
	padding-bottom:0px!important;
}
@media screen and (max-width: 992px) {
.inner-banner{
	height:auto;
	width:100%;
	margin:0 auto!important;
	position:relative;
	background-color:#f2f5f8;
	padding:12px 0 1px 0;
}
}
@media screen and (max-width: 768px) {
}
.banner{
	margin:0 0 20px 0;
	padding-bottom:10px;
	background: linear-gradient(150deg, #1f3c88, #1f3c88);
}
.banner img{
	width:100%;
	height:auto;
	border-bottom:solid 5px #fff;
}
@media screen and (max-width: 768px) {
.banner{
	margin:0 0 10px 0;
	padding-bottom:5px;
}
.banner img{
	width:100%;
	height:auto;
	border-bottom:solid 3px #fff;
}
}


.team{
	padding:20px;
	border:solid 1px #eee;
	box-shadow:0px 10px 8px rgba(0,0,0,.2);
	margin:25px 0;
	border-radius:5px;
	text-align:left;
	background-color:#fff;
	min-height:210px;
}
.team.td{
	min-height:405px;
}
.team img{
	width:30%;
	height:auto;
	margin:0 20px 0 0;
	float:left;	
}
.team h3, .team h5{
	margin:0!important;
	padding:0!important;	
}
.team h6{
	font-size:14px!important;
	color:#333;
}
.team p{
	text-align:justify!important;
}
.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:#f2722a;
	font-weight:400!important;
}

@media screen and (max-width: 992px) {
.page-call{
	display:none;
}
}
.contact-box{
	display:block;
	margin:40px 0;
}
.contact-box h4{
	padding:10px 0 0 0!important;
}
.contact-box h6{
	font-style:normal;
}
.contact-box h6 a{
	color:#666!important;
}
.contact-box h6 strong{
	color:#272b3d!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:#f2722a;
}
.contact-form{
	position:relative;
	width:85%;
	margin-right:15%;
	background-color:#fff!important;
	margin-top:100px;
	height:auto;
	padding:30px;
	box-shadow:0px 0px 10px rgba(0,0,0,.1);
	border-radius:10px;
}
.contact-form form{
	position:absolute;
	z-index:1;
	top:50px;
	right:-15%;
	background-color:#272b3d;
	width:35%;
	padding:30px;
	border-radius:10px;
}
.contact-form form h2{
	color:#fff!important;
}
@media screen and (max-width: 992px) {
.contact-form{
	position:relative;
	width:100%;
	margin-right:0;
	background-color:#fff!important;
	margin-top:0;
	height:auto;
	padding:30px;
	box-shadow:0px 0px 10px rgba(0,0,0,.1);
	border-radius:10px;
}
.contact-form form{
	position:relative;
	z-index:auto;
	top:auto;
	right:auto;
	background-color:rgba(0,46,91,1);
	width:100%;
	padding:30px;
	border-radius:10px;
}
.contact-form form h2{
	color:#fff!important;
}
}
@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:#272b3d!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:#f2722a;
}
.contact-box h6{
	line-height:normal!important;
	font-style:normal;
}
.contact-box h6 a{
	color:#666!important;
}
.contact-box h6 strong{
	color:#272b3d!important;
	display:block;
}
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-bottom:10px;
}
.card-header {
  padding: 0!important;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header i{
	float:right;  
}
.card-header a{
	display:block;
	padding:10px 20px;
}
.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 20px 20px 0 20px!important;
}
.card-body a{
  color:#f2722a!important;
}

.main {
	position: relative;
	box-shadow: 0px 0px 5px #666666;
}
.top-menu2{
	margin:0;
	width:100%;
	background-color:#f2722a;
}
.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;
}
.img-one{
	position:relative;
	width:90%;
	height:auto;
	margin:0 0 40px 0;
	border-radius: 10px;
	/*background: linear-gradient(60deg, #272b3d, #f2722a);*/
}
.img-one img{	
	border-radius:10px;
	margin:40px 0 -40px 40px;
	/*border:solid 5px rgba(255,255,255,.9);
	box-shadow:0px 20px 15px -5px rgba(0,0,0,.15);*/
}
@media screen and (max-width: 768px) {
.img-one{
	position:relative;
	width:85%;
	height:auto;
	margin:20px 0 15% 20px;
	border-radius: 10px;
	background: linear-gradient(45deg, #060628, #1F245A, #682359);
}
.img-one.clr-2{
	background: linear-gradient(90deg, #060628, #682359, #f9f9f9, #fff);
}
.img-one img{
	width:100%;
	height:auto;
	border-radius:10px;
	margin:10% 0 -10% 10%;
	box-shadow:0px 10px 10px rgba(0,0,0,.1);	
}
}


.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;
}
.map{
	background-color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
	border-radius:10px;
	padding:10px 10px 0 10px;
}
.btn1{
	background-color:#f2722a;
	display:inline-block;
	border:0;
	color:#fff!important;
	padding:8px 20px;
	text-transform:uppercase;
	font-size:16px;
	
	font-weight:600;
	cursor:pointer;
}
.btn1:hover{
}
.btn1.full{
	display:block;
	width:100%;
}
.btn2{
	
	display:inline-block;
	width:auto;
	padding:10px 30px;
	border:0;
	margin:3px 0;
	font-weight:700;
	text-transform:uppercase;
	cursor:pointer;
	color:#1f3c88!important;
	box-shadow:inset 0px 0px 0px 2px #1f3c88;
}
.btn2:hover{
	background-color:#f2722a!important;
	color:#fff!important;
	box-shadow:inset 0px 0px 0px 2px #f2722a;
}
.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:#f2722a;
	border:solid 2px #f2722a;	
}
.btn4{
	display:inline-block;
	background: linear-gradient(to top right, #1f3c88, #272b3d);
	line-height:50px;
	color:#fff!important;
	text-decoration:none;
	padding:0 25px;
	border-radius:3px;
	font-weight:400;
	font-size:22px;
	margin:5px 0 0 0;
	box-shadow:inset 0px 25px 3px rgba(0,0,0,.1);
}
.btn4:hover{
	color:#FFF!important;
}
.btn5{
	display:inline-block;
	background: linear-gradient(to top right, #1f3c88, #272b3d);
	border:0;
	line-height:50px;
	color:#fff!important;
	text-decoration:none;
	padding:0 25px;
	border-radius:3px;
	font-weight:400;
	font-size:22px;
	margin:5px 0 0 0;
	text-transform:uppercase;
	box-shadow:0px 10px 15px rgba(0,0,0,.1);
}
.btn5:hover{
	text-decoration:none;
	color:#FFF!important;
}

.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:#f2722a;
    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:#f2722a!important;
	text-decoration:none;
	padding:0px 15px;
	margin:5px 0 0 0;
	text-transform:capitalize;
	border-radius:15px;
	border:solid 2px #f2722a;
	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: #f2722a;
	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:15px 0 30px 0;
}
.dynamic ul li{
	list-style-type: none;
	padding:0 0 0 24px;
	text-indent:3px;
	border-left:solid 0px #FF6600;
	margin:0 2% 5px 0;
	text-align:left;
}
.dynamic ul li:before {
	content: "\f101";
    font-family: 'Font Awesome 5 Free'!important;    
	font-style: normal;
    font-weight: bold;
    top:0;
	margin:0 10px 0 -24px;
	color: #f2722a;
	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;
}
.c-scroll{
	padding:20px 0;
	background-color:#f9f9f9;
}
.c-scroll img{
	height:80px;
	width:auto;
	margin:0 10px;
	border:solid 1px #ddd;
	background-color:#fff;
	padding:5px;
	border-radius:4px;
}
.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:#f2722a;
}
.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: #f2722a;
	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:#f2722a!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:#f2722a;
	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:-67px;
	z-index:2001;
	top:45%;
	width:170px;	
	text-align:center;
	background-color:#f2722a;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
}
.right-fix a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:35px;
	padding:0 0;
}
.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:#f2722a;
}
.f-fix{
	position:fixed;
	z-index:100;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
	height:35px;
	line-height:35px;
	background-color:#f2722a;
	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:#031842;
}
@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: #666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #666;
  opacity: 1;
}
input[type="text"] {
	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: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}

.btn-file {
	position: relative;
	overflow: hidden;
	font-size:12px;
	font-weight:normal!important;
	text-decoration: none;
	line-height: 44px;
	height: 44px;
	background-color: #FFF;
	cursor: pointer;
	color: #666;
	padding: 0 10px;
	border:solid 1px #ebebeb;
	margin:0 0 10px 0;
	cursor:pointer;
}
.btn-file:hover {	
	background-color:#ebebeb;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  filter: alpha(opacity=0);
  opacity: 0;
  background: #ddd;
  cursor: inherit;
  display: block;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
border:solid 1px #f2722a;
box-shadow:inset 0px -3px 0px #f2722a;
}
input[type="tel"] {
	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: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
input[type="number"] {
	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: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
input[type="email"] {
	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: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	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: 40px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}
select {
	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: 40px!important;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	border-radius:0px!important;
	line-height:1!important;
}
select option {	
	color: #666;
}
@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: 10px 5px 0 40px!important;
	width: 100%!important;
	text-decoration: none;
	height: 60px;
	margin:0 0 10px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 42px!important;
  margin-bottom: 0;
  margin:0 0 10px 0!important;
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 40px!important;
  padding: 0 10px!important;
  line-height: 40px!important;
  color: #333!important;
  background-color: #fff!important;
  border: 1px solid #ddd!important;
  border-radius: 0!important;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 38px!important;
  padding: 0 15px!important;
  line-height: 38px!important;
  color: rgba(0,0,0,.8)!important;
  content: "Browse";
  border-left: 1px solid #eee!important;
  border-radius: 0!important;
}

.fi{
	position:absolute;
	color:#1f3c88;
	left:30px;
	top:15px;
	font-size:20px;
}
.f-user:before {
    content: "\f007";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.modal-content .f-user:before {
    bottom: 12px;
}
.f-map:before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.modal-content .f-map:before {
    bottom: 12px;
}
.f-email:before {
    content: "\f2b6";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.modal-content .f-email:before {
    bottom: 12px;
}
.f-message:before {
    content: "\f044";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 20px;
	width:28px;
	text-align:center;
    position: absolute;
    top: 0px;
    left: 20px;
}
.f-mobile:before {
    content: "\f3cd";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 600;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 20px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.modal-content .f-mobile:before {
    bottom: 12px;
}
.f-company:before {
    content: "\f0b1";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.modal-content .f-company:before {
    bottom: 12px;
}
.f-calendar:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-clock:before {
    content: "\f017";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-pass:before {
    content: "\f084";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.modal-content .f-pass:before {
    bottom: 12px;
}
.f-plane:before {
    content: "\f1d8";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-web:before {
    content: "\f0ac";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-tel:before {
    content: "\f2a0";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.modal-content .f-tel:before {
    bottom: 12px;
}
.f-car:before {
    content: "\f4df";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700!important;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-card:before {
    content: "\f283";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-cate:before {
    content: "\f036";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}
.f-id:before {
    content: "\f2c2";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-image:before {
    content: "\f1c5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-otp:before {
    content: "\f0e5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #1f3c88;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.icon-fb{
}

.msg-success{
	border:solid 2px #ddd;
	padding:25px 50px;
	color:#666;
	display:inline-block;
	clear:both;
	margin:20px auto;
	border-radius:50px;
	font-weight:700;
}
.msg-success i{
	color:#090;
	clear:both;
	display:block;
	font-size:52px;
}
.msg-error{
	border:solid 2px #ddd;
	padding:25px 50px;
	color:#666;
	display:inline-block;
	clear:both;
	margin:20px auto;
	border-radius:50px;
	font-weight:700;
}
.msg-error i{
	color:#F63;
	clear:both;
	display:block;
	font-size:52px;
}

form .g-recaptcha{
	margin-bottom:10px!important;
}
form .text-center .g-recaptcha{
	margin:0 auto!important;
	display:inline-block!important;
	margin-bottom:10px!important;
}


.social{
}
.social a .fab {
  padding: 10px;
  font-size: 20px;
  width: 40px;
  text-align: center;
  text-decoration: none;
  margin: 0px 0px;
}
.social a .fab:hover {
    opacity: 0.7;
}

.social a .fa-facebook-f {
  background: #3B5998;
  color: white;
}
.social a .fa-twitter {
  background: #55ACEE;
  color: white;
}
.social a .fa-google-plus-g {
  background: #dd4b39;
  color: white;
}
.social a .fa-whatsapp {
  background: #2fb444;
  color: white;
}

.social a .fa-linkedin-in {
  background: #007bb5;
  color: white;
}
.social a .fa-youtube {
  background: #bb0000;
  color: white;
}
.social a .fa-instagram {
  /*background: #125688;*/
  color: white;
}
.social a .fa-pinterest {
  background: #cb2027;
  color: white;
}
.social a .fa-snapchat-ghost {
  background: #fffc00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.social a .fa-skype {
  background: #00aff0;
  color: white;
}
.social a .fa-android {
  background: #a4c639;
  color: white;
}
.social a .fa-dribbble {
  background: #ea4c89;
  color: white;
}
.social a .fa-vimeo {
  background: #45bbff;
  color: white;
}
.social a .fa-tumblr {
  background: #2c4762;
  color: white;
}
.social a .fa-vine {
  background: #00b489;
  color: white;
}
.social a .fa-foursquare {
  background: #45bbff;
  color: white;
}
.social a .fa-stumbleupon {
  background: #eb4924;
  color: white;
}
.social a .fa-flickr {
  background: #f40083;
  color: white;
}
.social a .fa-yahoo {
  background: #430297;
  color: white;
}
.social a .fa-soundcloud {
  background: #ff5500;
  color: white;
}
.social a .fa-reddit {
  background: #ff5700;
  color: white;
}
.social a .fa-rss {
  background: #ff6600;
  color: white;
}
.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;
}


.tab-content{
	padding:20px 0 0 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
  width:12.5%;
  text-align:center;
  line-height:normal;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #f2722a!important;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
@media screen and (max-width: 992px) {
.tab-scroll{
  width:100%;
  overflow-x: scroll;
  padding-bottom:15px;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
  width:1100px;
}

.nav-tabs .nav-item {
  margin-bottom: 0px;
  text-align:center;
  line-height:normal;
}
}

.f-fix{
	position:fixed;
	width:100%;
	z-index:100;
	left:0;
	bottom:0;
	background-color:#f2722a;
	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;
}
.footer3{
	background-color:#f4eeff;
	padding:0;
	color:rgba(0,0,0,.8);
	text-decoration: none;
	margin:0px 0 0 0!important;
	border-top:solid 0px #007bac;
	font-size:14px!important;
	position:relative!important;
}
.footer3 h4{
	text-transform:uppercase;
	color:#f06825!important;
	font-size:32px!important;
	margin:30px 0!important;
	font-weight:600!important;
}
.footer3 h6{
	
}

.w-fix{
	position:fixed;
	z-index:10000;
	right:10px;
	bottom:10px;
	width:40px;
	height:40px;
}
.footer2{
	background-color: #1f3c88;
	color: rgba(255,255,255,.7);
	text-decoration: none;
	padding: 20px 0;
}
.footer2 .container{
	padding-top: 40px;
	padding-bottom: 20px;
}
.footer2 p{
	line-height:145%;
}
.footer2 h4{
	font-size: 20px;
	text-decoration: none;
	font-weight:600!important;
	color: #fff!important;
	position:relative;
	padding:0 0 15px 0!important;
	margin:0 0 20px 0!important;
	position:relative;
}
.footer2 h4:after {
    content: "";
    background-color: #f2722a;
    display: block;
    width: 60px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer2 h6{
	font-style:normal;
	color: #fff!important;
	margin:0!important;
	padding:0!important;
	line-height:normal!important;
}
.footer2 h6 a{
	color: #fff!important;
}
.footer2 ul {
	text-decoration: none;
}
.footer2 ul li {
	list-style-type: none;
	line-height:normal;
}
.footer2 ul li a {
	text-decoration: none;
	color: rgba(255,255,255,.7);
	padding:6px 0;
	display:block;
}
.footer2 ul li a:hover {
	color:#f2722a!important;
}
.footer2 ul li a i {
	width:20px;
}

ul.social{
	display:flex;
	margin:0 !important;
	padding:0!important;
	border:0!important;
	outline:none!important;
}
.social li{
	list-style:none;
	margin:0 10px 0 0!important;
	padding:0!important;
	border:0!important;
	outline:none!important;
}
.social li img{
	height:25px;
	margin:0 0 0 0;
}
@media screen and (max-width: 992px) {
.w-fix{
	position:fixed;
	z-index:10000;
	right:10px;
	bottom:40px;
	width:40px;
	height:40px;
}
.footer2 {	
	padding:0 0;
}
.footer2 .container{
	padding-top: 10px;
	padding-bottom: 20px;
}
.footer2 ul {
	text-decoration: none;
	display:block;
}
.footer2 ul li {
	display:inline-block;
	list-style-type: none;
	line-height:normal;
	margin:0 10px 0 0;
}
.footer2 h4{
	font-size: 16px;
	text-decoration: none;
	font-weight:300!important;
	color: #fff;
	position:relative;
	padding:0 0 10px 0!important;
	margin:20px 0 10px 0!important;
}
.footer2 ul li a {
	text-decoration: none;
	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;
}
}
.footer {
	color: rgba(255,255,255,.8);
	padding-top: 25px;
	padding-bottom: 15px;
	border-top:solid 1px rgba(255,255,255,.1);
}
.footer .container{
	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:#272b3d;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: #ccc;
    content: "/\00a0";
}
ul.breadcrumb li a {
    color: #f2722a!important;
    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: 50px;
  height:50px;
  margin-top:-25px;
  color: #f2722a;
  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: #f2722a;
  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:23%;
	left: 0;
	z-index: 10;	
	font-size:16px;
	color:rgba(0,0,0,.8);
	padding:0;
	text-align:left;	
}
#demo .carousel-caption h4{
	font-size:40px!important;
	margin:63px 0 20px 0!important;
	color:#fff!important;
	font-weight:600!important;
}
#demo .carousel-caption h4 strong{
	font-size:34px!important;
	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(0,0,0,.5)!important;
	font-weight:600!important;
}
#demo .carousel-caption p{
	font-size:21px;
	line-height:normal;
	color:#fff;
	font-weight:400;
	font-style:italic;
}
#demo .carousel-caption p strong{
	color:#f2722a;
}
#demo .carousel-caption ul{
	margin:10px 0 30px 20px;
}
#demo .carousel-caption a{
	background-color:#1f3c88;
	display:inline-block;
	color:#fff!important;
	margin:25px 5px 0 5px;
	padding:10px 25px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	font-style:normal;
	text-shadow:1px 1px 3px rgba(0,0,0,0);
}
#demo .carousel-caption a.contact{
	background-color:#f2722a;
}


@media screen and (max-width: 992px) {
#demo .carousel-caption {
	top:50px;
	font-size:13px;
	line-height:24px;
}
#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;
}
#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-control-prev, #demo .carousel-control-next {
  width: 30px;
  height:30px;
  margin-top:-15px;
  font-size:18px;
}
#demo .carousel-control-prev {
  left: 0px;
}

#demo .carousel-control-next {
  right: 0px;
}
#demo .carousel-caption {
	top:0%;
	font-size:13px;
	line-height:24px;
}
#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;
}
#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-control-prev, #demo .carousel-control-next {
  width: 14px;
  height:14px;
  margin-top:-8px;
  font-size:10px;
}
#demo .carousel-caption {
	top:20%;
	font-size:12px;
	line-height:20px;
}
#demo .carousel-caption .container {
	background-color:transparent;
}
#demo .carousel-caption h4{
	font-size:16px!important;
	height:16px!important;
	text-transform:uppercase;
	margin:-8px 0 0 0!important;
}
#demo .carousel-caption h5{
	font-size:10px!important;
}
#demo .carousel-caption p{
	display:none;
	font-size:10px;
	line-height:normal;
	text-align:center;
}
#demo .carousel-caption a{
	padding:3px 10px;
	font-size:12px;
	margin-top:10px;
}
}

#demo2{
	position:relative;
	padding-bottom:0px!important;
	padding-right:120px!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 h6{	
	line-height:normal;
	color:#FFF!important;
	margin:0!important;
	padding:0!important;
}
#demo2 h3{
	color:#FFF!important;
	margin:0!important;
	padding:0!important;
}
#demo2 .carousel-control-prev, #demo2 .carousel-control-next {
  position: absolute;
  z-index:11;
  top:0;
  left:auto;
  right:0;
  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;
  color: #f2722a;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(255,255,255,.8);
  border:solid 1px #fff;
}
#demo2 .carousel-control-prev:hover, #demo3 .carousel-control-prev:focus,
#demo2 .carousel-control-next:hover,
#demo2 .carousel-control-next:focus {
  color: #f2722a;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}
#demo2 .carousel-control-prev {
  right: 45px;
}
#demo2 .carousel-control-next {
  right: 0;
}
@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 #eee;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,.1);
	padding:30px;
	position:relative;
	margin:40px 0;
	text-align:left;
}
.quote{
	position:absolute;
	z-index:1;
	right:50px;
	top:-30px;
	color:#f2722a;
	font-size:45px;
	padding:10px;
	text-shadow:0px 0px 3px rgba(255,255,255,1);
}
.review h4{
	font-style:normal;
	text-transform:uppercase;
	margin:10px 0 0 0 !important;
	padding:0!important;
	line-height:normal!important;
}
.review h6{
	margin:0!important;
	padding:0!important;
	line-height:normal!important;
}
.review p{
	font-size:120%;
	font-style:italic;
}
.review p strong{	
	line-height:normal;
	color:#f2722a;
	font-style:normal;
}
.review img{
	float:none;
	margin:0 0 0 0;
	height:60px;
	width:auto;
	border-radius:100%;
}
@media screen and (max-width: 500px) {
.review img{
	float:none;
	margin:10px auto 0 auto;
	height:60px;
	width:auto;
}
#demos2 .review h4, #demos2 .review h6{
	text-align:center;
}
}
#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: #f2722a;
  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: #f2722a;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

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

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

#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: #f2722a;
  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: #f2722a;
  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-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:#272b3d;
	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:#f2722a;
}
#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: #f2722a;
  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:#f2722a;
	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) {
#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:#f2722a;
	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%;
}
}


.top-nav .txt-box{
	float:left;
	position:relative;
	width:80%;
	line-height:30px;
}
.top-nav .s-btn{
	float:left;
	position:relative;
	width:20%;
	line-height:30px;
}