@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot');
	src: local('â˜º'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg') format('svg');
	font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'FlamaCondensed-Medium';
	src: url('fonts/FlamaCondensed-Medium.eot');
	src: local('â˜º'), url('fonts/FlamaCondensed-Medium.woff') format('woff'), url('fonts/FlamaCondensed-Medium.ttf') format('truetype'), url('fonts/FlamaCondensed-Medium.svg') format('svg');
	font-weight: 400;
    font-style: normal;
}

@font-face {
	font-family: 'FlamaCondensed-Medium';
	src: url('fonts/FlamaCondensed-Medium.eot');
	src: local('â˜º'), url('fonts/FlamaCondensed-Medium.woff') format('woff'), url('fonts/FlamaCondensed-Medium.ttf') format('truetype'), url('fonts/FlamaCondensed-Medium.svg') format('svg');
	font-weight: 400;
    font-style: normal;
}

@font-face {
	font-family: 'Flama-Medium';
	src: url('fonts/Flama-Medium.eot');
	src: local('â˜º'), url('fonts/Flama-Medium.woff') format('woff'), url('fonts/Flama-Medium.ttf') format('truetype'), url('fonts/Flama-Medium.svg') format('svg');
	font-weight: 400;
    font-style: normal;
}
@font-face {
	font-family: 'Flama-Book';
	src: url('fonts/Flama-Book.eot');
	src: local('â˜º'), url('fonts/Flama-Book.woff') format('woff'), url('fonts/Flama-Book.ttf') format('truetype'), url('fonts/Flama-Book.svg') format('svg');
	font-weight: 400;
    font-style: normal;
}
	
		

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;
	font-style:normal!important;
	line-height: 28px!important;
	font-size: 15px!important;
	color: #222!important;
	text-decoration: none;
	height:100%;
	background-color:#fff!important;
	font-family: Flama-Book,Helvetica,Arial,sans-serif!important;
}
@media screen and (max-width: 768px) {
body {
	line-height: 26px!important;
	font-size: 14px!important;
}
}
.sticky{
	position: fixed;
	z-index:999!important;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	padding:5px 0;
	box-shadow:0px 0px 12px rgba(0,0,0,.1);
	background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,1));
	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 .logo2{
	display:none;
}
.sticky .top-nav{
	display:none;
}
.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:5px;
}
.sticky .header-r2{
	padding:0 0 0 10px;
}
.sticky .call{
	display:block;
}
.top-nav{
	font-family: 'Flama-Medium';
	font-weight:400;
	line-height:20px;
	font-size:13px;
	text-align:right;
	margin:0 0 10px 0;
}
.top-nav span{	
	margin-right:20px;
	padding-right:20px;
	border-right:solid 1px rgba(255,255,255,.5);
}
.top-nav span.no-bdr{
	border-right:solid 1px rgba(255,255,255,.0);
}
.top-nav span.no-bdr a{
	color:#f68523!important;
}
header{
	position:absolute;
	z-index:11;
	background: linear-gradient(180deg, rgba(21,33,62,1), rgba(255,255,255,0));
	width:100%;
	color:#fff;
	padding:10px 0 150px 0;
	left:0;
	top:0;
	/*-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;*/
}
header .container-fluid{
	padding-top:0;
	padding-bottom:0;
}
header .logo{
	float:left;
	width:16%;
	text-align:left;
	overflow:hidden;	
}
header .logo img{
	height:70px;
	width:auto;
	max-width:100%!important;
}
header .logo a{
	display:block;
}
header .logo2{
	display:none;
	float:left;
	width:16%;
	text-align:left;
	overflow:hidden;
}
header .logo2 img{
	height:auto;
	width:auto;
	max-width:100%!important;
}
header .header-r{
	float:left;
	width:69%;
	padding:0;
	font-family: 'Flama-Medium';
}
header .header-r2{
	float:left;
	width:15%;
	color:#f26925;
	font-size:16px;
	padding:5px 0 0 10px;
	font-family: 'Flama-Medium';
}
header .header-r2 a{
	float:right;
	background: linear-gradient(45deg, #f68523, #f68523);
	color:#fff!important;
	padding:10px 15px;
	border-radius:5px;
	margin:0 0 0 0;
	line-height:15px;
	text-transform:uppercase;
	text-align:center;
	border:solid 0px #fff;
}
.on-contact{
    display:none;
}
.hide-contact{
    display:inline-block;
}


header .header-r2 a img{
	float:left;
	height:30px;
}
@media screen and (max-width: 1200px) {
header .header-r2{	
	font-size:12px;
	padding:5px 0 0 5px;
}
header .header-r2 a{
	float:right;	
	display:inline-block!important;
	background: linear-gradient(45deg, #f68523, #f68523);
	color:#fff!important;
	padding:10px 10px;
	border-radius:5px;
	margin:0 0 0 0;
	line-height:15px;
	text-transform:uppercase;
	text-align:center;
	border:solid 0px #fff;
}
header .header-r2 a img{
	float:left;
	height:30px;
}
}
@media screen and (max-width: 992px) {
.sticky{
	position: fixed;
	z-index:999!important;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	padding:5px 0;
	box-shadow:0px 0px 12px rgba(0,0,0,.1);
	background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,1));
	height:auto;
	max-height:60px;
}
.sticky .logo{
	display:block;
}
.sticky .logo2{
	display:none;
}
.sticky .top-nav{
	display:none;
}
.sticky .logo img{
	height:auto!important;
	width:auto!important;
	max-width:90%!important;
	max-height:40px!important;
	padding:0;
	margin:0;
}
.sticky .header-r{
	padding-top:5px;
}
.sticky .call{
	display:block;
}
.top-nav{
	display:none;
}
.top-nav span{	
	margin-right:20px;
	padding-right:20px;
	border-right:solid 1px rgba(255,255,255,.5);
}
.top-nav span.no-bdr{
	border-right:solid 1px rgba(255,255,255,.0);
}
header{
	position:relative;
	z-index:auto;
	background: linear-gradient(180deg, rgba(255,255,255,1), rgba(255,255,255,1));
	width:100%;
	color:#fff;
	padding:5px 0 5px 0;
	left:0;
	top:0;
	/*-moz-transition: all 1s;
	-webkit-transition: all 1s;
	transition: all 1s;*/
}
header .logo{
	float:left;
	width:90%;
	text-align:left;
	overflow:hidden;
	display:block;
}
header .logo img{
	height:40px;
	width:auto;
	max-width:100%!important;
}
header .logo a{
	display:block;
}
header .logo2{
	float:left;
	width:90%;
	display:none;
}
header .logo2 img{
	height:40px;
	width:auto;
	max-width:100%!important;
}
header .header-r{
	float:left;
	width:10%;
}
}

@media screen and (max-width: 768px) {
}

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

h1, h2,h3,h4,h5{
	font-family: Flama-Medium!important;
	
}


h1 {
	font-size:30px!important;
	padding:0 0!important;
	margin:0 0 20px 0!important;
	color:#043f71!important;
}
h1 a {
	color: #333333;
	text-decoration: none;
}
h2 {
	font-size:28px!important;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
	color:#f68523!important;
}
.round-heading{
	margin-top:-30px;
}
.round-heading h2{
	display:inline-block;
	background: linear-gradient(180deg, rgba(255,255,255,1), rgba(250,250,250,1));
	padding:5px 20px!important;
	border-radius:20px;
	border:solid 2px #fff;
	box-shadow:0px 2px 8px rgba(0,0,0,.1);
	font-size:20px!important;
	margin:0!important;
}

h3 {	
	font-size: 20px!important;
	text-decoration: none;
	color: #043f71!important;
	position:relative;
	padding:0 0 0 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 {
	color: #f68523!important;
	font-size:20px;
}
h5 {
	color: #043f71!important;
	font-size: 20px!important;
	line-height:normal!important;
}
h6{
	font-style:italic;
	font-size:18px!important;
	line-height:36px!important;
	color:#666;
}
@media screen and (max-width: 992px) {
h1 {
	font-size:22px!important;
	padding:0 0!important;
	margin:0 0 10px 0!important;
	color:#043f71!important;
}
h1 a {
	color: #333333;
	text-decoration: none;
}
h2 {
	font-size:20px!important;
	padding:0 0 0 0!important;
	margin:0 0 10px 0!important;
	color:#f68523!important;
}
.round-heading{
	margin-top:-30px;
}
.round-heading h2{
	display:inline-block;
	background: linear-gradient(180deg, rgba(255,255,255,1), rgba(250,250,250,1));
	padding:5px 20px!important;
	border-radius:20px;
	border:solid 2px #fff;
	box-shadow:0px 2px 8px rgba(0,0,0,.1);
	font-size:20px!important;
	margin:0!important;
}

h3 {	
	font-size: 20px!important;
	text-decoration: none;
	color: #043f71!important;
	position:relative;
	padding:0 0 0 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 {
	color: #f68523!important;
	font-size:18px;
}
h5 {
	color: #043f71!important;
	font-size: 16px!important;
	line-height:normal!important;
}
h6{
	font-style:italic;
	font-size:14px!important;
	line-height:36px!important;
	color:#666;
}
}
.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;
}
p a{
	color:#f68523!important;
}
@media screen and (max-width: 768px) {
.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:#f2f5f8;	
	position:relative;
}
.container3{	
	background-color:#eee;
	padding:10px 0;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 480px) {

.container{
	background-color:#fff;
	padding:30px 0;
}
}


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

}
@media screen and (max-width: 992px) {
.service-box{
	border-radius:40px;
	box-shadow:0px 0px 10px rgba(0,0,0,.1);
	background-color:#fff;
	padding:10px;
	margin-top:0;
	text-align:center;
}
}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 270px;
  perspective: 1000px;
  margin:15px 0;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.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, #25479e, #f68523);
}

.flip-box-front {
  color: #111;
  padding:10px;
}
.flip-box-front .ff-img{
	width:100%;
	height:250px;
	overflow:hidden;
	border:solid 5px #fff;  
}
.flip-box-front .ff-img img {
  margin:0;
  width:100%;
  height:auto;
}
.flip-box-front h3{
  font-size:18px;
  font-weight:400;
  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:60px 20px 20px 20px;
  font-size:14px;
  line-height:22px;
}
.flip-box-back h3 {
  color:#fff!important;
  font-size:18px!important;
  margin:0 0 0 0!important;
  padding:0 0 0 0!important;
}
.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: 1300px) {
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 190px;
  perspective: 1000px;
  margin:15px 0;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box-front {
  color: #111;
  padding:10px;
}
.flip-box-front .ff-img{
	width:100%;
	height:170px;
	overflow:hidden;
	border:solid 5px #fff;  
}
.flip-box-front h3{
  font-size:18px;
  font-weight:600;
  text-transform:capitalize;
  padding:0 10px;
}

.flip-box-back {
  padding:70px 20px 20px 20px;
  font-size:13px;
  line-height:22px;
}
.flip-box-back h3{
  color:#fff!important;
  font-size:18px;
  margin-bottom:10px;
}
.flip-box-back a {
  color:rgba(0,0,0,.8)!important;
  padding:5px 15px;
  margin-top:15px;
}
}
@media screen and (max-width: 992px) {
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 150px;
  perspective: 1000px;
  margin:15px 0;
}
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}
.flip-box-front {
  color: #111;
  padding:10px;
}
.flip-box-front .ff-img{
	width:100%;
	height:130px;
	overflow:hidden;
	border:solid 5px #fff;  
}
.flip-box-front h3{
  font-size:18px;
  font-weight:600;
  text-transform:capitalize;
  padding:0 10px;
}

.flip-box-back {
  padding:20px 20px 20px 20px;
  font-size:13px;
  line-height:22px;
}
.flip-box-back h3 {
  color:#fff!important;
  font-size:18px;
  margin-bottom:10px;
}
.flip-box-back a {
  padding:5px 15px;
  margin-top:15px;
}
}
@media screen and (max-width: 768px) {
.service-box h3{
	font-size:18px!important;
}
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 150px;
  perspective: 1000px;
  margin:15px 0;
}
.flip-box-front {
  color: #111;
  padding:10px;
}
.flip-box-front .ff-img{
	width:100%;
	height:130px;
	overflow:hidden;
	border:solid 5px #fff;  
}
.flip-box-front h3{
  font-size:18px;
  font-weight:600;
  text-transform:capitalize;
  padding:0 10px;
}

.flip-box-back {
  padding:20px 20px 20px 20px;
  font-size:13px;
  line-height:22px;
}
.flip-box-back h3 {
  color:#fff!important;
  font-size:18px;
  margin-bottom:10px;
}
.flip-box-back a {
  display:inline-block;
  background: linear-gradient(to top right, #b7e3ef, #8fd6e8, #56bdda);
  color:rgba(0,0,0,.8)!important;
  padding:5px 15px;
  margin-top:15px;
}
}
@media screen and (max-width: 576px) {
.service-box h4{
	font-size:18px!important;
}
.flip-box {
  background-color: transparent;
  width: 100%;
  height: 170px;
  perspective: 1000px;
  margin:20px 0 5px 0;
}
.flip-box-front .ff-img{
	width:100%;
	height:150px;
	overflow:hidden;
	border:solid 5px #fff;  
}
.flip-box-front h3{
  font-size:18px;
  font-weight:400;
  text-transform:capitalize;
  padding:0 10px;
}

.flip-box-back {
  padding:20px 20px 20px 20px;
  font-size:13px;
  line-height:22px;
}
.flip-box-back h3 {
  font-size:18px;
  margin-bottom:10px;
}
.flip-box-back a {
  padding:5px 15px;
  margin-top:15px;
}
}


/* ---------------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:#f68523;
	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:#f68523;
}
.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, .home-1 h5{
	color:#fff!important;
}
.counter{
	width:100%;
	text-align:center;	
}
.counter .counter-value{
	display:inline-block;
	font-size:48px;
	font-weight:600;
}
.counter .plus{
	display:inline-block;
	font-size:48px;
	font-weight:600;
}
.counter h5{
	color:#fff!important;
	margin:0 !important;
}


@media screen and (max-width : 768px) {
.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 !important;
}
}

.inner-banner{
	height:auto;
	width:100%;
	margin:0 auto!important;
	padding:0 0 0 0;
	position:relative;
	box-shadow:0px 30px 50px rgba(0,0,0,.1);
	background-color:#043f71;
	min-height:320px;
}
.inner-banner img{
	width:100%;
	height:auto;
	border-bottom:solid 7px rgba(255,255,255,1);
	box-shadow:0px 7px 0px 0px rgba(4,63,113,0);
	
}
.inner-banner.inner-video .video-cont .container-fluid{
	padding:0 0 0 0;
}
.inner-banner .container-fluid{
	padding-top:0;
	position:absolute;
	z-index:1;
	width:100#;
	height:auto;
	left:0;
	bottom:0;
}

@media screen and (max-width: 992px) {
.inner-banner{
	height:auto;
	width:100%;
	margin:0 auto!important;
	padding:0 0 0 0;
	position:relative;
	box-shadow:0px 30px 50px rgba(0,0,0,.1);
	background-color:#043f71;
	min-height:auto;
}
.inner-banner img{
	width:100%;
	height:auto;
	border-bottom:solid 3px rgba(255,255,255,1);
	box-shadow:0px 7px 0px 0px rgba(4,63,113,0);	
}
.inner-banner .container-fluid{
	display:none;
	
}
}
@media screen and (max-width: 768px) {

}


.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:#f68523;
	font-weight:400!important;
}


.page-call{
	height:90px;
	float:right;
	width:320px;
	font-size:28px;
	font-family: 'Roboto Slab', serif;
	font-weight:700;
	line-height:36px;
	text-align:right;
	margin:15px 0 0 0;
	color:#f68523;
}
.page-call img{
	float:left;
	margin:0 10px 0 0;
}
@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;
	color:#333!important;
}
.contact-box h6 a{
	color:#333!important;
}
.shape1{
	width:100px;
	height:100px;
	line-height:100px;
	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:100px;
	color:#f68523;
}
@media screen and (max-width: 480px) {
.shape1{
	width:80px;
	height:80px;
	line-height:80px;
	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:40px;
	line-height:80px;
	color:#f68523;
}
.contact-box{
	display:block;
	margin:40px 0;
}
.contact-box h3{
	padding:0px 0 0 0!important;
}
.contact-box h6{
	line-height:120%!important;
	text-align:left!important;
}
.contact-box h6 a{
}
}

.contact-form{
	position:relative;
}
.contact-form form{
	position:absolute;
	z-index:1;
	top:50px;
	left:-30%;
	background-color:rgba(4,63,113,.8);
	width:70%;
	padding:65px 30px;
	border:solid 1px rgba(0,0,0,.1);
}
@media screen and (max-width: 992px) {
.contact-form form{
	position:relative;
	z-index:auto;
	top:auto;
	left:0;
	width:100%;
	padding:30px;
	border-radius:3px;
}
}
.main {
	position: relative;
	box-shadow: 0px 0px 5px #666666;
}
.top-menu2{
	margin:0;
	width:100%;
	background-color:#f68523;
}
.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;
}
.btn1{
	background-color:#f68523;
	display:inline-block;
	border:0;
	color:#fff!important;
	padding:5px 25px;
	text-transform:uppercase;
	font-size:16px;
	cursor:pointer;
	border-radius:5px;
}
.btn1:hover{
}
.btn1.full{
	display:block;
	width:100%;
}
.btn2{
	font-family: 'Titillium Web', 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:#f68523!important;
	box-shadow:inset 0px 0px 0px 2px #f68523;
}
.btn2.full{
	display:block;
	width:100%;
}
.btn3{
	display:inline-block;
	font-weight:700;
	background-color:#fff;
	line-height:35px;
	color:#043f71!important;
	text-decoration:none;
	padding:0px 20px;
	margin:5px 0 0 0;
	text-transform:capitalize;
	border-radius:20px;
	border:solid 2px #043f71;
	cursor:pointer;
	font-size:16px!important;
}
.btn3:hover{
	color:#fff!important;
	border:solid 2px #043f71;
	background-color:#043f71;
}
.btn4{
	display:inline-block;
	width:auto;
	padding:10px 30px;
	border:0;
	margin:3px 0;
	cursor:pointer;
	background: linear-gradient(90deg, #043f71, #25479e);
	color:#fff!important;
	border-radius:25px;
	box-shadow:inset 0px 0px 0px 2px #043f71;
}
.btn4:hover{
	color:#fff!important;
	box-shadow:inset 0px 0px 0px 2px #f68523;
	background: linear-gradient(90deg, #e26c06, #f68523);
}
.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;
}
.blogs .b-thumb{
	float:left;
	width:200px;
	height:200px;
	overflow:hidden;
	margin:0 20px 0 0;
}
.blogs h2{	
}
.blogs h2 a{
	color:#043f71!important;
}
.blogs h2 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:#ca972b;
    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;
}


.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;
}





@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;
}
}
.box1{
	padding:20px;
	background-color:#f2f5f8;
	border:solid 10px #fff;
	box-shadow:0px 10px 15px -8px rgba(0,0,0,.1); 
}
.home-cont{
	position:relative;
	background-color:#fff;
	margin:-170px 0 0 0;
	padding:30px;
	width:100%;
	height:auto;
	box-shadow:0px 0px 0px 10px rgba(255,255,255,.5);

}
.img-one{	
	position:relative;
	float:right;
	width:90%;
	height:auto;
	margin:0 0 20px 20px;
	border-radius: 0px;
	/*background: linear-gradient(120deg, #25479e, #f68523);*/
	border:solid 3px #25479e;
	border-bottom:0;
	border-left:0;
	background-color:#25479e;
}
.img-one.bb-home{
	margin:-170px 0 50px 0;
	border:solid 5px #fff;
	box-shadow:0 -15px 10px -10px rgba(0,0,0,.5);
}
.img-one img{
	width:100%;
	height:auto;
	border-radius:0px;
	margin:20px 0 -20px -20px;
	box-shadow:0px 25px 20px -12px rgba(0,0,0,.15);
	border:solid 10px #f2f5f8;
	border-bottom:0;
	border-left:0;
	padding:10px 10px 0 0;
	background-color:#f68523;
}
.img-two{
	position:relative;
	width:90%;
	height:auto;
	margin:0 20px 20px 0;
	border-radius: 0px;
	/*background: linear-gradient(120deg, #2b3a60, #bf7542);*/
	border:solid 3px #25479e;
	border-bottom:0;
	border-right:0;
}
.img-two img{
	width:100%;
	height:auto;
	border-radius:0px;
	margin:20px 0 -20px 20px;
	box-shadow:0px 25px 20px -12px rgba(0,0,0,.15);
	border:solid 3px #f68523;
	border-bottom:0;
	border-right:0;
	padding:3px 0 0 3px;

}
@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);	
}
}

.dynamic{
}
.dynamic ul{
	margin:0 0 0 25px;
}
.dynamic ul li{		
}

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

.clients{
}
.clients ul{
	margin:20px 0 0 0;
	text-align:center;
	width:100%;
}
.clients ul:before, .clients ul:after{
	display: table;
	content: "";
}
.clients ul:after{
	clear: both;
}
.clients ul li{
	list-style:none;
	float:none;
	display:inline-block;
	width:auto;
	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;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);	
}
.clients ul li:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}

.clients-s{
	width:100%;
}
.clients-s ul{
	margin:0;
	width:100%;
	text-align:center;
}
.clients-s ul:before, .clients-s ul:after{
	display: table;
	content: "";
}
.clients-s ul:after{
	clear: both;
}
.clients-s ul li{
	list-style:none;
	display:inline-block;
	border:solid 1px #ddd;
	padding:5px 10px;
	background-color:#fff;
	text-align:center;
	margin:1%;
	cursor:pointer;
}
.clients-s ul li img{
	height:90px !important;
	width:auto !important;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);	
}
.clients-s ul li:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
@media screen and (max-width: 480px) {
.clients ul li{
	width:30.33%;
	border:solid 1px #ddd;
	padding:10px;
}
.clients ul li img{
	height:auto !important;
	width:100% !important;
}
.clients-s ul li{
	list-style:none;
	display:inline-block;
	border:solid 1px #ddd;
	padding:10px;
	width:30.33%;
}
.clients-s ul li img{
	height:auto !important;
	width:100% !important;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);	
}
.clients-s ul li:hover img{
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
}



.tbl1 {	
}
.tbl1 th {	
}
.tbl1 td{
	line-height:normal;
	padding:7px 0;
}
.tbl1 td strong{
	font-size:13px;
	color:#f68523;
}
.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: #f68523;
	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:#f68523!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:#f68523;
	margin:0 7px 0 0;	
}
.amenities-s{
	margin:0!important;
	width:100%;
}
.amenities-s:before, .amenities-s:after{
	display: table;
	content: "";
}
.amenities-s:after{
	clear: both;
}
.amenities-s li{
	float:left;
	list-style-type: none;
	margin:10px 0;
	text-align:left;
	width:25%;
	color:#043f71;
	background-color:#fff;
	border-radius:5px;
	height:auto;
	position:relative;
	line-height:32px;
}
.amenities-s li p{
	text-align:left!important;
}
.amenities-s li .am-icon{
	/*background: linear-gradient(120deg, #25479e, #f68523);*/
	float:left;
	margin:0 10px 0 0!important;
}
.amenities-s li .am-icon img{
	width:32px;
	height:auto;
}
@media screen and (max-width: 1200px) {
.amenities-s li{
	width:31%;
}
}
@media screen and (max-width: 992px) {
.amenities-s li{
	width:47%;
	margin:1%;
}
}
@media screen and (max-width: 560px) {
.amenities-s li{
	width:100%;
	margin:1% 0;
}
}
.amenities{	
	margin:0!important;
	width:100%;
}
.amenities:before, .amenities:after{
	display: table;
	content: "";
}
.amenities:after{
	clear: both;
}
.amenities li{
	display:inline-block;
	list-style-type: none;
	margin:25px 10px 25px 10px;
	text-align:center;
	width:190px;
	color:#043f71;
	background-color:#fff;
	border:solid 1px #eee;
	padding:0 5px 20px 5px;
	box-shadow:0px 10px 10px -8px rgba(0,0,0,.1);
	border-radius:5px;
	height:auto;
	position:relative;
}
.amenities li p{
	height:28px!important;
	line-height:14px!important;
}
.amenities li .am-icon{
	/*background: linear-gradient(120deg, #25479e, #f68523);*/
	border-radius:100%;
	box-shadow:0px 10px 10px -8px rgba(0,0,0,.1);
	display:inline-block;
	clear:both;
	margin:-180px 0 10px 0!important;
	padding:20px;
	background-color:#fff;
	border:solid 1px #eee;
}
.amenities li .am-icon img{
	width:42px;
	height:auto;
}
@media screen and (max-width: 480px) {
.amenities li{
	display:inline-block;
	list-style-type: none;
	margin:15px 5px 15px 5px;
	text-align:center;
	width:45%;	
	color:#043f71;
	background-color:#fff;
	border:solid 1px #eee;
	padding:0 5px 10px 5px;
	box-shadow:0px 10px 10px -8px rgba(0,0,0,.1);
	border-radius:5px;
	position:relative;
}
.amenities li p{
	height:28px!important;
	line-height:14px!important;
	overflow:hidden;
}
.amenities li .am-icon{
	border-radius:100%;
	box-shadow:0px 10px 10px -8px rgba(0,0,0,.1);
	display:inline-block;
	clear:both;
	margin:-180px 0 10px 0!important;
	padding:10px;
	background-color:#fff;
	border:solid 1px #eee;
}
.amenities li .am-icon img{
	width:32px;
	height:auto;
}
}


.content-boxes {
    overflow: auto;
    display: block;
	position:relative!important
}

.content-boxes-04 .item-boxed {
    width: 25%!important
}

.content-boxes .item-boxed {
    width: 50%;
    float: left;
    overflow: hidden;
    position: relative!important
}

.image-boxed {
    float: left;
    position: relative;
    overflow: hidden;
    width: 50%
}

.image-bottom {
    float: right
}

.image-boxed img {
    width: 100%;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.image-boxed img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}

.image-boxed .overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(4, 63, 113, .4);
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.item-boxed:hover .overlay {
    opacity: .3;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.image-boxed:hover img {
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease;
    cursor: pointer
}

.image-boxed a.more-boxe {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    color: #fff;
    top: 40%;
    font-size: 0
}

.image-boxed a.more-box i {
    font-size: 0;    
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}

.item-boxed:hover a.more-boxe i {
    font-size: 2.5rem;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
	color:#f68523!important;
}

.info-boxed {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 25px 0 25px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 50%;
    z-index: 99;
}

.boxed-bottom {
    left: 0;
    border-bottom: 1px solid #dedede
}

.boxed-top {
    border-top: 1px solid #dedede
}

.info-boxed h3 {
	color:#f68523!important;
	padding:0!important;
	margin:0 0 10px 0!important;
}

.info-boxed h3 span {
    font-size: .775rem;
    display: block;
    margin-top: 8px;
    font-weight: 700;
    font-style: italic
}
hr.separator {
    border: none;
    border-top: 1px solid #d5d5d5;
    clear: both;
    display: block;
    position: relative;
    margin: 0px auto 20px 0!important
}

hr.separator:before {
    background: #d5d5d5;
    content: "";
    height: 9px;
    left: 50%;
    margin: -4px 0 0 -4px;
    position: absolute;
    top: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 9px
}
.info-boxed p {
    margin-bottom: 20px;
    font-weight: 400
}
.info-boxed .if-text {
	position: relative;
	float: left;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.info-boxed .content-btn {
    float: left;
	margin:10px 0 0 0;

}

.info-boxed .btn {
    border: 0;
    font-size: .7rem;
    padding: 7px 10px
}

.info-boxed .price {
    left: -90px;
    top: 55px;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 400;
    color: #fff;
    position: absolute
}

.info-boxed.boxed-bottom .price {
    left: 100%;
    margin-left: 50px;
    top: 55px;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: lighter;
    color: #fff;
    position: absolute
}

.info-boxed .price span {
    font-weight: 700;
    font-size: 1.5rem;
    left: -20px;
    top: -5px;
    position: absolute
}

.boxed-top:before {
    border: 20px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    left: -40px;
    position: absolute;
    top: 65px;
    z-index: 999
}

.boxed-bottom:before {
    border: 20px solid #fff;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: transparent;
    content: "";
    display: block;
    left: auto;
    right: -40px;
    position: absolute;
    top: 65px;
    z-index: 999
}


@media screen and (max-width: 992px) {
.content-boxes-04 .item-boxed {
    width: 50%!important
}
.content-boxes .item-boxed {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative!important
}

.image-boxed {
    float: left;
    position: relative;
    overflow: hidden;
    width: 50%
}
.image-bottom {
    float: right
}
.image-boxed img {
    width: 100%;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}
.info-boxed {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
	padding: 0 15px 0 15px;
    width: 50%;
}
.info-boxed h3 {
	color:#f68523!important;
	font-size:16px!important;
	padding:0!important;
	margin:0 0 10px 0!important;
}
.info-boxed p{
    margin-bottom: 20px;
    font-weight: 400
}
hr.separator {
    border: none;
    border-top: 1px solid #d5d5d5;
    clear: both;
    display: block;
    position: relative;
    margin: 0px auto 10px 0!important
}
.info-boxed .content-btn {
    float: left;
	margin:10px 0 0 0;
}

.info-boxed .btn {
    border: 0;
    font-size: .7rem;
    padding: 7px 10px
}
}
/*
@media screen and (max-width: 768px) {
.content-boxes-04 .item-boxed {
    width: 50%!important
}
.content-boxes .item-boxed {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative!important
}

.image-boxed {
    float: left;
    position: relative;
    overflow: hidden;
    width: 50%
}
.image-bottom {
    float: right
}
.image-boxed img {
    width: 100%;
    -webkit-transition: .3s all ease;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -ms-transition: .3s all ease;
    transition: .3s all ease
}
.info-boxed {
    height: 100%;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
	padding: 0 10px 0 10px;
    width: 50%;
}
.info-boxed h3 {
	color:#f68523!important;
	font-size:15px!important;
	padding:0!important;
	margin:0 0 10px 0!important;
}
.info-boxed p{
    margin-bottom: 0px;
    font-weight: 400;
	line-height:18px;
}
hr.separator {
	display:none;
}
.info-boxed .content-btn {
    float: left;
	margin:10px 0 0 0;
}
.info-boxed .content-btn .btn3{
	display:inline-block;
	font-weight:400;
	background-color:#fff;
	line-height:25px;
	color:#043f71!important;
	text-decoration:none;
	padding:0px 10px;
	margin:0px 0 0 0;
	text-transform:capitalize;
	border-radius:20px;
	border:solid 2px #043f71;
	cursor:pointer;
	font-size:14px!important;
}
}
*/

@media screen and (max-width: 576px) {
.content-boxes .item-boxed {
    width: 100%;
    float: none;
    position: relative!important;
}
.image-boxed {
    float: none;
    position: relative;
    overflow: hidden;
    width: 100%;
	height:auto;
}
.image-bottom {
    float: none;
}
.image-boxed img {
    width: 100%;
	height:auto;
}
.info-boxed {
    height: auto;
    position: relative;
    right: auto;
    top: auto;
	padding: 15px;
    width: 100%;
}
.info-boxed .if-text {
	position: relative;
	float: none;
	top: auto;
	left: auto;
	transform: translate(0%, 0%);
}

.info-boxed h3 {
	color:#f68523!important;
	font-size:16px!important;
	padding:0!important;
	margin:0 0 10px 0!important;
}
.info-boxed p{
	font-size:14px;
	line-height:26px;
    margin-bottom: 20px;
    font-weight: 400
}
hr.separator {
    border: none;
    border-top: 1px solid #d5d5d5;
    clear: both;
    display: block;
    position: relative;
    margin: 0px auto 10px 0!important
}
.info-boxed .content-btn {
    float: none;
	margin:10px 0 0 0;
}

.info-boxed .btn {
    border: 0;
    font-size: .7rem;
    padding: 7px 10px
}
}






.left-fix{
	position:fixed;
	left:0;
	z-index:2001;
	top:45%;
	width:35px;
	text-align:center;
}
.left-fix a{
	color:#fff;
	text-decoration:none;
}
.left-fix i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.left-fix i.two{
	background-color:#f68523;
}
.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;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
border:solid 1px #f26925;
box-shadow:inset 0px -3px 0px #f26925;
}
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:#006699;
	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: #f68523;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-map:before {
    content: "\f3c5";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: bold;
    text-decoration: inherit;
    color: #f68523;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-email:before {
    content: "\f2b6";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-message:before {
    content: "\f044";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    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: #f68523;
    font-size: 20px;
	width:22px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}
.f-company:before {
    content: "\f0b1";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700;
    text-decoration: inherit;
    color: #f68523;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.f-calendar:before {
    content: "\f073";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    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: #f68523;
    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: #f68523;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}

.f-plane:before {
    content: "\f1d8";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #f68523;
    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: #f68523;
    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: #f68523;
    font-size: 15px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 18px;
    left: 20px;
}

.f-car:before {
    content: "\f4df";
    font-family: 'Font Awesome 5 Free'!important;
    font-style: normal;
    font-weight: 700!important;
    text-decoration: inherit;
    color: #f68523;
    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: #f68523;
    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: #f68523;
    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: #f68523;
    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: #f68523;
    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: #f68523;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 15px;
    left: 20px;
}

.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;
}
ul.social{
	display:flex;
}
.social li{
	list-style:none;
	margin:0 10px 0 0!important;
	padding:0!important;
	border:0;
}
.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;
}


.fix-call{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:100;
    background-color:#25479e;
    text-align:center;
    box-shadow:0px 0px 5px rgba(0, 0, 0, .5);
}
.fix-call a{
    color:#fff !important;
    font-size:18px;
	float:left;
	width:50%;
	text-align:center;
	padding:12px 5px;
}
.fix-call a .fa-whatsapp{
    font-size:32px;
}
.fix-call a.car{
	background-color:#f68523;
}
.fix-call a.hide-contact{
    display:block;
}
.fix-call a.show-contact{
    display:none;
}


.footer2{
	background-color:rgba(21,33,62,1);
	color: rgba(255,255,255,.7);
	text-decoration: none;
}
.footer2 .container-fluid{
	padding-bottom:20px;
}
.footer2 h4{
	font-size: 18px!important;
	text-decoration: none;
	color: #f68523;
	position:relative;
	padding:0 0 10px 0!important;
	margin:0 0 10px 0!important;
}
.footer2 ul {
	text-decoration: none;
}
.footer2 ul li {
	list-style-type: none;
}
.footer2 ul li a {
	text-decoration: none;
	color: rgba(255,255,255,.9)!important;
	padding:2px 0;
	display:block;	
}
.footer2 ul li a i {
	width:20px;
	text-align:center;
	margin:0 5px 0 0;
}
.footer2 ul li a:hover {
	color:#f68523!important;
}
.footer2 ul li p {
	font-size:14px;
	line-height:normal;
}
.footer2 ul li p {
	font-size:14px;
	line-height:normal;
	text-align:left;
}

.footer2 ul.inline{
	text-decoration: none;
}
.footer2 ul.inline li {
	list-style-type: none;
	float:left;
}
.footer2 ul.inline li a {
	text-decoration: none;
	color: rgba(255,255,255,.7);
	padding:0px 0;
	background-color:rgba(255,255,255,.1);
	padding:0px 5px;
	margin:0 5px 5px 0;
	border-radius:3px;
	font-size:12px;
}
.footer2 ul.inline li a:hover {
	color:#f68523!important;
}
.footer2 .copy{
	border-top:solid 1px rgba(255,255,255,.1);
	padding-top:20px;
	margin-top:20px;
	font-size:13px;
	line-height:18px;
	text-align:justify;
}
@media screen and (max-width: 992px) {
.footer2 {
}
.footer2 h4{
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	position:relative;
	padding:0 0 10px 0!important;
	margin:10px 0 0px 0!important;
}
.footer2 ul li a {
	text-decoration: none;
	height: auto;
}
.footer2 ul.res-inline {
	text-decoration: none;
}
.footer2 ul.res-inline:before, .footer2 ul.res-inline:after{
	display: table;
	content: "";
}
.footer2 ul.res-inline:after{
	clear: both;
}
.footer2 ul.res-inline li {
	list-style-type: none;
	float:left;
	margin:0 10px 0 0;
}
.footer2 ul li a {
	text-decoration: none;
	color: rgba(255,255,255,.9)!important;
	padding:2px 0;
	display:block;	
}
}
.footer {
	color: rgba(255,255,255,.8);
	padding-top: 20px;
	padding-bottom: 20px;
	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,.8);
}
.modal-backdrop.in {
    filter: alpha(opacity=90)!important;
    opacity: .9!important;
}
.modal-content{
  border: 0px solid rgba(255, 255, 255, 0.5)!important;
  border-radius: 0!important;
  outline: 0;
  box-shadow:15px 15px 25px rgba(0,0,0,.3);
  background-color:#003254!important;
}
.modal-body {  
  padding: 0!important;
  padding:0px!important;
}
.modal-content .mb-l{
	float:left;
	width:50%;
}
.modal-content .mb-l img{
	width:100%;
	height:auto;
}
.modal-content .mb-r{
	float:left;
	width:50%;
	padding:30px;
}
.modal-content .mb-r h3{
	color:#f68523!important;
	font-size:24px!important;
}
.modal-content .mb-r h4{
	color:#fff!important;
	font-size:18px!important;
	margin-bottom:15px!important;
}
.modal-body .close {
  float: right;
  font-size: 28px!important;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0px 0 rgba(255,255,255,0);
  opacity: 1;
  margin:-5px -5px 0 0;
  background-color:#043f71;
  width:39px;
  height:39px;
  line-height:33px;
  border-radius:50%;
  border:solid 3px #fff;
}
.modal-body .close:hover, .modal-body.close:focus {
	background-color:#f68523;
	opacity: 1;
	color:#fff;
}
.btn-demo{
	position:fixed;
	right:40px;
	bottom:0;
	z-index:99;
	border:0;
	border-radius:2px 2px 0 0;
	background: -webkit-linear-gradient(45deg, #dd2622, #f53b37);
	background: linear-gradient(45deg, #dd2622, #f53b37);
	color:#fff;
	padding:0 25px;
	font-weight:400;
	font-size:16px;
	line-height:32px;
	border:solid 2px #fff;
	border-bottom:0;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
@media screen and (max-width : 992px) {
.modal-content .mb-l{
	display:none;
}
.modal-content .mb-r{
	float:none;
	width:100%;
	padding:30px;
}
}

.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);
}
.slider{
	height:100%;
	overflow:hidden;
}
#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: #f68523!important;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(0,0,0,.6);
}

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

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

#demo .carousel-control-next {
  right: 52px;
}
#demo .carousel-indicators {
  bottom: 50px;
  display:none;
}
#demo .carousel-caption {
	position: absolute;
	right: 0;
	top:180px;
	left: 0;
	z-index: 10;	
	font-size:18px;
	line-height:normal;
	color:rgba(0,0,0,.8);
	text-align: left;
	padding:0 50% 0 120px;
	font-family: 'Titillium Web', sans-serif!important;	
}
#demo .carousel-caption h4{
	font-size:46px!important;
	text-transform:uppercase;
	margin:0 0 20px 0!important;
	color:#043f71;
	font-weight:700!important;
}
#demo .carousel-caption h5{
	font-size:22px!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:#f68523;
	font-weight:600;
}
#demo .carousel-caption p strong{
	color:#f68523;
}
#demo .carousel-caption ul{
	margin:10px 0 30px 20px;
}
#demo .carousel-caption a{
	background-color:#f68523;
	display:inline-block;
	color:#fff!important;
	padding:10px 25px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
}
@media screen and (max-width: 1200px) {
#demo .carousel-indicators {
  bottom: 150px;
}
#demo .carousel-caption {
  bottom: 180px;
}
#demo .carousel-caption h3{
	font-size:32px!important;
}
}
@media screen and (max-width: 992px) {
	.slider{
		height:auto;
	}
}
@media screen and (max-width : 480px) {
#demo .carousel-control-prev, #demo .carousel-control-next {
  width: 30px;
  height:30px;
  margin-top:-15px;
  font-size:18px;
}
#demo .carousel-control-prev {
  left: 25px;
}
#demo .carousel-control-next {
  right: 25px;
}
}
#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:#f68523!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: #f68523;
  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: #f68523;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}
#demo2 .carousel-control-prev {
  left: 0px;
}
#demo2 .carousel-control-next {
  left: 55px;
}



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

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

}
#demo3 .quote{
	position:absolute;
	z-index:1;
	right:50px;
	top:-30px;
	color:#f68523;
	font-size:45px;
	background-color:#fff;
	padding:10px;
}
#demo3 .review h4{
	font-style:normal;
	text-transform:uppercase;
	margin:15px 0 0 0;
}
#demo3 .review p{
}
#demo3 .review p strong{	
	line-height:normal;
}
#demo3 .review img{
	float:left;
	margin:0 10px 0 0;
	height:60px;
	width:auto;
}

#demo3 .carousel-control-prev, #demo3 .carousel-control-next {
	display:none!important;
  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: #f68523;
  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: #f68523;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

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

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


#demo4{
	position:relative;
	padding-bottom:50px!important;
}
#demo4 .carousel-indicators {
  bottom: 40px;
  display:none;
}
#demo4 .update{
	position:relative;
	margin:0;
	font-size:15px;
	line-height:30px;
	text-align:justify;
	padding-bottom:10px;
	border-bottom:solid 0px #ccc;
}
#demo4 .update h4{
	font-style:normal;
	text-transform:uppercase;
	margin:15px 0 0 0;
}
#demo4 .update p{
	line-height:30px;
}
#demo4 .update p strong{	
	line-height:normal;
	color:#043f71;
}
#demo4 .update .upd-img{
	float:left;
	margin:0 10px 0 0;
	height:auto;
	width:40%;
	overflow:hidden;
}
#demo4 .update .upd-img img{
	width:100%!important;
	min-height:150px!important;
	height:auto!important;
}
#demo4 .update a{
	color:#f68523!important;
	font-weight:700;
}
#demo4 .carousel-control-prev, #demo4 .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: #f68523;
  text-align: center;
  opacity: 1;
  font-size:18px;
  background-color:rgba(0,0,0,0);
  border:solid 1px #ccc;
}
#demo4 .carousel-control-prev:hover, #demo4 .carousel-control-prev:focus,
#demo4 .carousel-control-next:hover,
#demo4 .carousel-control-next:focus {
  color: #f68523;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}
#demo4 .carousel-control-prev {
	left:auto;
  right: 55px;
}
#demo4 .carousel-control-next {
  right: 0px;
}
.grecaptcha-badge { opacity:0;}