<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Damion&amp;family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,400&amp;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, ruby, 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;
}

*,
*:before,
*:after{
box-sizing: border-box;
}


a:hover{
	text-decoration:none!important;
}
a:visited {
    text-decoration: none!important;
  }
html {
  scroll-behavior: smooth!important;
}
html, body {
    height:100%;
}
body{
    font-family: 'Poppins', sans-serif !important;
	font-weight:400!important;
	line-height: 26px!important;
	font-size: 14px!important;
	color: #222!important;
	text-decoration: none;
	height:100%;
	background-color:#fff;
	position:relative;
}
@media screen and (max-width: 992px) {
body{
	line-height: 24px!important;
	font-size: 13px!important;
}
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0
}
.top-nav{
	position:relative;
	width:100%;
	background-color:#1a60c0;
	line-height: 40px;
	padding:0;
	font-size: 14px;
	color: rgba(255,255,255,.9);
	height: 40px;
	border-bottom: solid 1px rgba(255,255,255,.2);
}
.top-nav a{
	color: rgba(255,255,255,.8);
}
.top-nav a:hover{
	color: rgba(255,255,255,.9);
}
.top-nav .tn-link{
	margin:0;
	float:right;
	display:table;
}
.top-nav .tn-link ul{
	text-align:left;
	display:inline-block;
	list-style:none;
}
.top-nav .tn-link ul li{
	list-style:none;
	float:left;
	margin:0;
	border-right:solid 1px rgba(255,255,255,.2);
}
.top-nav .tn-link ul li:first-child{
	border-left:solid 1px rgba(255,255,255,.2);
}
.top-nav .tn-link ul li a{
	margin:0;
	padding:0 15px;
}
.top-nav .tn-link ul li a i{
	margin:0 5px 0 0;
	font-size: 18px;
}
.top-nav .tn-link ul li:first-child a{
	
}
.top-nav .tn-social{
    width: 100%;
	text-align:left;
	margin:0;
}
.top-nav .tn-social ul{
    width: 100%!important;
	display:table;
	border-left: solid 1px rgba(255,255,255,.2);
}
.top-nav .tn-social ul li{
    display: inline-block;
	list-style:none;
	margin:0 0px 0 0!important;
	border:0;
	padding:0!important;
	border-right: solid 1px rgba(255,255,255,.2);
}
.top-nav .tn-social ul li:before{
	content:'';
	position:absolute;
	left:0;
	top:20px;
	width:0px;
	height:0px;
	background-color:#00c194;
}
.top-nav .tn-social ul li a i{
    display: block;
	width:40px;
	height:40px;
	font-size:1.2rem;
	line-height:40px;
	text-align:center;
	border-radius:10px;
	border:solid 0px #0b5e2a;
	color: rgba(255,255,255,.8);
}
.top-nav .tn-social ul li a:hover i{
	border:solid 0px #0b5e2a;
	color: #fff;
}

.sticky{
	position: fixed;
	z-index:1000;
	width: 100%;
	height: auto;
	padding:0 0;
	left: 0;
	top: 0;
	background-color:rgba(255,255,255,1);
	border-top:solid 0px #192669;
	box-shadow:0px 3px 10px rgba(0,0,0,.1);
}
.sticky .logo{
	display:block;
}
.detail-menu.sticky{
	position: fixed;
	z-index:1001;
	background-color:#fff;
	width: 100%;
	left: 0;
	top: 0;
	margin:0!important;
	border-top:solid 0px #192669;
	box-shadow:0px 3px 10px rgba(0,0,0,.1);
}
.detail-menu.sticky ul{
	display: table;
	padding:0 !important;
	margin:0
	width:100%;
}
.detail-menu.sticky ul li{
	text-align:center;
	display: table-cell;
	color:#111;
	padding:0;
	font-weight:500;
}
.detail-menu.sticky ul li a{
	display:block;
	line-height:70px;
	padding:0px 10px;	
	font-size: 16px;
	font-weight: 600;
	color: #333;
}
header{
	position: relative;
	padding:0 0;
	width: 100%;
	background-color:rgba(255,255,255,0);
	box-shadow:0px 1px 0px rgba(255,255,255,0);
    border-top:solid 0px #192669;
}
header .container-fluid{
	position:relative;
}
header .logo{
	width:20%;
	float:left;
	text-align:left;
	padding:5px 0;
}
header .logo img{
	height:60px;
	width:auto;
	margin:0 0 0 0;
}
header .logo2{
	display: none;
	width:20%;
	float:left;
	text-align:left;
	padding:5px 0;
}
header .logo2 img{
	height:60px;
	width:auto;
	margin:0 0 0 0;
}
header .header-right{
	float:left;
	width:60%;
	padding-top:0px;
	text-align:right;
}
header .header-right .top-menu{	
	font-weight:500!important;
}
header .header-right2{
	float:left;
	width:20%;
	padding-top:10px;
}
header .header-right2 a{
	float:right;
	text-align:left;
	color:#fff;
	font-size:18px;
	line-height:50px;
    height: 50px;
    background-color: #ff8312;
    padding: 0 12px;
    border-radius: 8px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 500;
    margin-right: 0;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
    box-shadow: inset 0 0 0px 0px #fff;
}
header .header-right2 a i{
	margin: 0 5px 0 0;
    vertical-align: middle;
}
header .header-right2 a:hover{
	background-color: #ff8312;
	color:#fff;
}
header .header-right2 a.hr-search i{
    line-height: 40px!important;
}
header .header-right2 a.post{
	background-color:#082039;
    color: #fff;
	font-size:13px;
	line-height:15px !important;
    padding: 5px 8px;
    margin-right: 0;
    box-shadow: inset 0 0 0px 1px rgba(0,0,0,.2);
    display: flex;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
header .header-right2 a.post .bi-building{
	font-size:20px;
	line-height:30px;
    margin-top: 5px;
}
header .header-right2 a.post:hover{
	background-color:#ff8312;
	color:#fff;
}


.sticky .header-right2 a{
	float:right;
	text-align:left;
	background-color: #ff8312;
	color:#fff;
    font-weight: 500;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
    box-shadow: inset 0 0 0px 0px #ff8312;
}
.sticky .header-right2 a.hr-search i{
    line-height: 40px!important;
}
@media screen and (max-width: 1100px) {
header .header-right2 div a strong{
	font-size:14px;
	font-weight:600;
	color:#333;
	line-height:25px;
}
}
@media screen and (max-width: 1024px) {
header{
	padding:5px 0!important;
}
.sticky{
	padding:5px 0!important;
}
header .logo{
	width:40%;
	padding: 0;
}
header .logo img{
	height:44px;
	width:auto;
	margin:0 0 0 0;
}
header .logo2{
	width:40%;
	padding: 0;
}
header .logo2 img{	
	height:44px;
	width:auto;
	margin:0 0 0 0;
}
header .header-right{
	width:5%;
	padding: 0;
}
header .header-search{
	width:5%;
	padding-top:20px;
}
header .header-search a i{
	line-height:40px;
}
header .header-right2{
	width:40%;
	padding-top: 5px;
}
	
header .header-right2 a {
    float: right;
    text-align: left;
    color: #fff;
    font-size: 16px;
    line-height: 33px;
    height: 33px;
    background-color: #ff8312;
    padding: 0 12px;
    border-radius: 0px;
    vertical-align: middle;
    display: inline-block;
    font-weight: 500;
    margin-right: 0;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    box-shadow: inset 0 0 0px 0px #fff;
}
}
@media screen and (max-width: 768px) {
header .logo{
	float:left;
	width:70%;
	text-align:left;
}
header .logo2{
	float:left;
	width:70%;
	text-align:left;
}


header .header-search{
	width:5%;
}
header .header-search a i{
	line-height:38px;
}
header .header-right2{
	text-align:left;
	width:20%;
}
header .header-right2 a{
	float:left;
	line-height:33px;
    height: 33px;
	border-radius: 0;
}
header .header-right2 a i{
	line-height:33px;
    height: 33px;	
}
.sticky .header-right2{
}
.sticky .header-right2 a{
	float:left;
	line-height:33px;
    height: 33px;	
}
.sticky .header-right2 a i{
	line-height:33px;
    height: 33px;	
}
header .header-right2 a.post{
	display:none;
}
.sticky .header-right2 a.post{
	display:none;
}
header .header-right2 span{
	display:none;
}
}

@media (min-width: 768px) {
.container {
    width: 750px!important;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px!important;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px!important;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1250px !important;
  }
}
.container {
    width: 100% !important;
	max-width:1250px!important;
	position:relative;
}

.home-banner {
	color:#fff;
	position:relative;
	height:100%;
	background-image: url(../images/banner-bg2.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size: cover;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s; 
}
#myVideo {
  position: relative;
  right: 0;
  top: 0;
  width: 100%; 
  height: auto;
}
.home-banner .hb-bg{
	width:100%;
	height: 100%;
	position:relative;
	left: 0;
	top: 0;
	padding: 150px 0;
	background-color: rgba(255,255,255,0);
}
.home-banner .content{
	padding-bottom: 40px;
    text-shadow: 1px 2px 5px rgba(0,0,0,0);
	position:relative;
}

@media screen and (max-width: 1024px) {	
.home-banner .hb-bg{
	padding: 150px 0;
}
}
@media screen and (max-width: 992px) {	
.home-banner {
	height:auto;
}
.home-banner .hb-bg{
	padding: 150px 0 100px 0;
}
}
.home-banner .hb-search{
	width:100%;
	position: relative;
    /*background-image: url(../images/container3.png);
    background-position: left bottom;
    background-repeat: no-repeat;*/
	padding:0;
}
.home-banner .hb-search button.close{
	font-size:36px;
	opacity:1;
	color:#ffc500;
	text-decoration:none;
	text-shadow:1px 1px 3px rgba(0,0,0,0);
}
.home-banner .hb-search button.close:hover{
	color:#fff;
}
.home-banner h2{
	color:#1a60c2!important;
    font-size: 42px!important;
    padding: 0!important;
    margin: 0!important;
}
.home-banner h2 strong{
	color:#1a60c0!important;
}
.home-banner h2::after{
    display: none;
}
.home-banner h4{
	color:#fff!important;
    font-size: 22px!important;
    font-weight: 400!important;
    margin: 0 0 20px 0!important;
}
.home-banner h5{
	color:rgba(0,0,0,.6)!important;
    font-size: 14px!important;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-weight: 500!important;
}
.home-banner h3{
    margin: 10px 0 0 0!important;
	color:#fff!important;    
    text-transform: uppercase;
    font-weight: 600!important;	
}
.home-banner h6{    
	color:#ff8312!important;
	font-weight: 600!important;	
}
.home-banner p{
	margin: 20px 0!important;
	color:#000!important;
}
.search-panel{
    width: 100%;
	position:relative;
	margin: 10px 0 0 0;
}
.search-panel .search_box_inner {
  position: relative;
    width: 100%;
    padding: 30px;
    border-radius: 4px;
    margin: 0;
    background-image: linear-gradient(rgba(0,0,0,.2) 0%, rgba(0,0,0,.4) 100%);
    box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
}
.search-panel input[type="submit"] {
	display:inline-block;
	width:100%;
	font-size:1.5rem;
	padding:0 5px !important;
    background-color: #ff8312 !important;
}
.search-panel button[type="submit"] {
	display:inline-block;
	width:100%;
    height: 45px!important;
	font-size:1.2rem!important;
    text-transform: uppercase;
	padding:0 5px !important;
    background-color: #ff8312 !important;
}
.search-panel button{	
	display:block;
	line-height:44px;
	padding:0 30px;
	color:#fff;
	font-size:16px;
	border:0;
	width:100%;
	height:44px;
}
.auto-comp{
	width:100%;
	position:relative;
	text-align:left;
}
#suggesstion-box, #suggesstionk-box, #suggesstiont-box, #suggesstionb-box{
	margin-top:-19px;
}
.auto-comp .frmSearch {border: 1px solid #a8d4b1;background-color: #c6f7d0;margin: 2px 0px;padding:0;border-radius:4px;}
.auto-comp #country-list{
	float:left;
	list-style:none;
	margin-top:0;
	padding:0;
	width:100%;
	position: absolute;
	z-index:1000;
	max-height: 200px;
	overflow: auto;
	box-shadow:0px 5px 10px -5px rgba(0,0,0,.1); 
}
.auto-comp #country-list li{
	background: #fff;
	font-size:.8rem;
	border-bottom: #eeeeee 1px solid;
	color:#111;
	text-shadow:0px 0px 0px rgba(0,0,0,0);
}
.auto-comp #country-list li a{
	color:#111;
	display:block;
	padding: 10px 18px;
}
.auto-comp #country-list li:hover{background:#f9f9f9;cursor: pointer;}


@media screen and (max-width: 992px) {
.search-panel .search_box_inner {
	margin: 10px 0;
  position: relative;
  bottom: auto;
}
.home-banner p{
	
}
}
@media screen and (max-width: 768px) {
.home-banner {
	height:auto!important;
	background-image: url(../images/banner-bg3.jpg);
    background-position: center bottom;
}
.home-banner .hb-bg{
	padding: 120px 0 40px 0;
}
.search-panel .search_box_inner {
    padding: 10px;
    border-radius: 4px;
    margin: 0;    
    box-shadow: 0px 20px 40px 0px rgb(0 0 0 / 10%);
}
.home-banner h2{
    font-size: 22px!important;
}
.home-banner h4{
    font-size: 10px!important;;
    margin: 0 0 20px 0!important;
}
.home-banner h5{
    font-size: 12px!important;
    letter-spacing: 1px;
    text-transform: uppercase;    
}
}

@media screen and (max-width: 480px) {
.home-banner p{
	line-height: 1.5;
}
	
}

.home-ad{
	position: relative;
	margin: -150px 0 0 0!important;
	z-index: 12;
}
@media screen and (max-width: 992px) {
.home-ad{
	position: relative;
	margin: 0 0 0 0!important;
	z-index: auto;
}
}
.container2{
	background: linear-gradient(#f2fafb 0%, #fbfdfe 100%);
}
.container2.grad{
	background: linear-gradient(#f2fafb 0%, #fbfdfe 100%);
}
.container3 {
	position:relative;
	position:relative;
	height:auto;
    background-color: #313c4d;
    padding: 0;
}
.container3 .c3-inner{
	background-image: url(../images/container3.jpg);
    background-position:center bottom;
    background-repeat: no-repeat;
    background-size: cover;
	height:auto;
	position:relative;
}
.container3.c3-bg2{
	position:relative;
	background-image: url(../images/container3-2.svg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
	height:auto;
}
.container3 h2{
    color: #fff !important;
}
.container3 .c3-content{
	width:100%;
	background-size: cover;
	background-image: url(../images/container3.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
	height:auto;
	padding:0 0 50px 0;
	position:relative;
}
.container3 p, .container3 ul li{
	color:#fff;
}
.container3 form{
	padding:30px 30px 10px 30px;
	margin:40px 0 0 0;
}
@media screen and (max-width: 992px) {
.container3 {
    padding: 0 0 0px 0;
}
}
.container4{
	background-color: #fff;
	padding:20px 20px 0 20px;
}
.container-fluid {
  padding-right: 40px!important;
  padding-left: 40px!important;
}
.container4 ul.filter-search{
	list-style:none;
	display:table;
	width:100%;
	margin:0!important;
	padding:0!important;
	padding-bottom:15px;
}
.container4 ul.filter-search li{
	display:table-cell;
	padding:0 5px 0 0!important;
	margin:0!important;
	width:12.5%;
}
.container4 ul.filter-search li:last-child {
  padding:0!important;
}
.container4 ul.filter-search li select{
  background-color: rgba(255,255,255,1);
  font-size: .9rem !important;
  border: solid 1px #ebebeb;
  color: #495057;
  height: 45px;
  width: 100%!important;
  padding: 0 5px!important;
  margin: 0 0 0px 0 !important;
}
.container4 ul.filter-search li input[type="submit"] {
	margin: 0 0 0px 0 !important;  
}

@media screen and (max-width: 992px) {
.container4 ul.filter-search{
	list-style:none;
	display:table;
	width:100%;
	margin:0!important;
	padding:0!important;
	padding-bottom:15px;
	text-align:center;
}
.container4 ul.filter-search li{
	display:inline-block;
	float:none;
	padding:2px!important;
	margin:0!important;
	width:33.33%;
}
.container4 ul.filter-search li:last-child {
  padding:2!important;
}
.container4 ul.filter-search li select{
  background-color: rgba(255,255,255,1);
  font-size: .9rem !important;
  border: solid 1px #ebebeb;
  color: #495057;
  height: 45px;
  width: 100%!important;
  padding: 0 5px!important;
  margin: 0 0 0px 0 !important;
}
.container4 ul.filter-search li input[type="submit"] {
	margin: 5px 0 0px 0 !important;
	padding: 0 15px;
	width: 100%;
}
}


.detail-form{
	width:430px;
	height:auto;
	position:absolute;
	z-index:2;
	bottom:0;
	right:15px;
	background-color:rgba(35,100,0,.8);
	padding:20px;
	color:#fff!important;
}
.detail-form img{
	float:left;
	width:auto!important;
	height:60px!important;
	min-height:60px!important;
	margin-right:20px;
}
.detail-form h2, .detail-form h3{
	color:#fff!important;
}
.detail-form h6{
	color:#fff!important;
}
.detail-form a{
	color:#fff!important;
	text-decoration:underline;
}
.detail-form input[type="submit"] {
	padding:0 15px;
	color:#fff;
	font-size:16px;
	border:solid 2px #fff;	
}
.inner-banner{
	/*background-image: url(../images/banner-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;*/
	background-color:#f2fbfe;	
	position:relative;
	overflow:hidden;
	height:auto;	
}
.inner-banner .ibi{
	width:100%;
	height:100%!important;
	min-height:60px;
	background-image: linear-gradient(#f2fbfe) 0%, (#f2fbfe) 100%);
	padding:0;
}
.inner-banner.no-cont{
	padding:51px 0 0 0;
}
@media screen and (max-width: 1024px) {
.inner-banner{
	background-color:#ebebeb;	
	position:relative;
	overflow:hidden;
	height:auto;
	padding:0;
}
.inner-banner .custom-select{
	margin:0 0 10px 0!important;
}
}
h1, h2, h3, h4, h5{
}

h1{
	
	font-weight:600!important;
	font-size:30px!important;
	line-height:normal;
	color:#1a60c0!important;
	padding:0 0 10px 0!important;
	margin:0 0 2rem 0!important;
	position:relative;
	text-transform:capitalize;
}
h1:after, h2:after{
	content: "";
	position:absolute;
	left:0;
	bottom:0;
	width: 60px;
	height: 3px;
	border-radius: 2px;
	margin-left:0;
	background-color:#ff8312;
}
.text-center h1:after, .text-center h2:after{
	left:50%;
	margin-left:-30px;
}

h1 span, h1 strong{
	color:#ff8312;
	font-weight:700!important;
}
h2{
    
	font-weight:600!important;
	font-size:30px!important;
	line-height:normal;
	color:#1a60c0!important;
	padding:0 0 10px 0!important;
	margin:0 0 2rem 0!important;
	text-transform:capitalize;
	position:relative;
}
h2 span, h2 strong{
	color:#ff8312;
	display:inline-block;
	font-weight:700!important;
}
.brown{
	color:#5f1717!important;
}
h3{
	font-weight:600!important;
	font-size:28px!important;
	line-height:normal;
	color:#ff8312!important;
	padding:0!important;
	margin:0 0 15px 0!important;
}
h3 span{
	color#192669;
	display:inline-block;
}
h4{
	font-weight:600!important;
	font-size:26px!important;
	line-height:normal;
	color:#666!important;
	padding:0!important;
	margin:0 0 2rem 0!important;
}
h4 span{
	color#192669;
	display:inline-block;
}
h5{
	font-weight:600!important;
	font-size:18px!important;
	color:#333!important;
	padding:0!important;
	margin:10px 0!important;
}
form h5{
	font-size:12px!important;
	margin:10px 0 5px 0!important;
	font-weight:700!important;
	color:#ff8312!important;
}
h6{
	font-style:italic;
	color:rgba(0,0,0,.8)!important;
	font-size:16px!important;
	line-height:28px!important;
}
.content{
	padding:70px 0
}
.content p{
	text-align: justify;
}
.content .text-center p{
	text-align: center;
}

.center-heading h1{
	text-align:center!important;
	position:relative;
	margin:0 0 10px 0!important;
	padding:0 0 10px 0!important;
}
.center-heading h1:after{
	left:50%;
	margin-left:-30px;
}
@media screen and (max-width: 992px) {
.content{
	padding:30px 0
}
h1{
	font-size:20px!important;
	margin:0 0 .5rem 0!important;
}
h2{
	font-size:20px!important;
	margin:0 0 .5rem 0!important;
}
h3{
	font-size:20px!important;
	margin:0 0 .5rem 0!important;
}
h4{
	font-size:24px!important;
	margin:0 0 1rem 0!important;
}
h5{
	font-size:16px!important;
}
h6{
	font-size:15px!important;
	line-height:28px!important;
}
}
@media screen and (max-width: 480px) {
h1{
	font-size:18px!important;
	margin:0 0 .5rem 0!important;
}
h2{
	font-size:18px!important;
	margin:0 0 .5rem 0!important;
}
h3{
	font-size:18px!important;
	margin:0 0 .5rem 0!important;
}
h4{
	font-size:18px!important;
	margin:0 0 1rem 0!important;
}
}
/*Poroject thumb*/
.pro-thumb{
	width:100%;
	height:auto;
	border: solid 1px rgba(7,152,255,.1);
	box-shadow: 0 5px 10px 0 rgba(7,152,255,.09);
	border-radius: 5px;
	overflow: hidden;
	margin:15px 0;
	position:relative;
    background-color: #fff;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.pro-thumb:hover{
	box-shadow: 0 10px 30px 0 rgba(7,152,255,.15);
}
.pro-thumb .p-share{
	position: absolute;
	z-index: 1;
	right: 20px;
	bottom: 20px;
}
.pro-thumb .p-share img{
	width: 26px;
}
.pro-thumb a{
	display:block;
	color:#333;
}
.pro-thumb a h3{
	color:#1a60c0!important;
	font-weight:600!important;
	font-size:20px!important;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 0 0px 0!important;
}
.pro-thumb a h5, .pro-thumb a h5 strong{
	font-size:.9rem!important;
	font-weight:500!important;
	line-height:1.8rem;
	margin:0!important;
	color:#ff8312!important;
	margin: 0 0 2px 0!important;
}
.pro-thumb a h5 i{
	color:#999;
	width:16px;
}
.pro-thumb a h6{
	color:#999999 !important;
	font-style:normal;
	margin:0 0 0 0!important;
	font-size:15px!important;
}
.pro-thumb a h6 i{
	width:15px;
}
.pro-thumb .pt-img{
	background-color:#f9f9f9;
	position:relative;
	overflow:hidden;
	padding-top:60%;
	width:100%;
	overflow:hidden;
	border-radius: 5px 5px 0 0;
}
.pro-thumb a .pt-img img{
	position:absolute;
	top:-2px;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	min-height:100%;
	height:auto;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.pro-thumb a:hover img {	
	-webkit-transform:scale(1.05); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(1.05); /*Mozilla scale version*/
	-o-transform:scale(1.05); /*Opera scale version*/	
	opacity: 1;
}
.pro-thumb a .pt-img .pti-cont{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	min-height:100%;
	padding:20px;
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,0), rgba(0,0,0,0));
	background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,0), rgba(0,0,0,0));
	background-color:rgba(0,0,0,.2);
}
.pro-thumb a .pt-img .pti-cont .status{	
	position:absolute;
	width: 100%;
	z-index:1;
	top:0;
	left:0;
	right:0;
	padding: 10px 5px;
	color:rgba(255,255,255,1);
	text-align: right;
}
.pro-thumb a .pt-img .pti-cont .status i{
    font-size: 13px;
	margin: 0 3px 0 0;
}
.pro-thumb a .pt-img .pti-cont .status span{
    background-color:#1a60c0;
	display:inline-block;
	padding:0 8px;
    margin: 0 3px;
    border-radius: 3px;
	font-size: 10px;
	text-transform: lowercase;
	font-weight: 400;
}
.pro-thumb a .pt-img .pti-cont .status span.sp2{
    background-color:#ff8312;
	display:inline-block;
	float: left;
	text-transform: capitalize;
}
.pro-thumb a .pt-img .pti-cont .status span.sp3{
    background-color:#fff;
	display:inline-block;
	color: #666;
	float: left;
	text-transform: capitalize;
}
.pro-thumb a .pt-img .pti-cont .status span.sp3 i{
    color: green;
	font-size: 13px;
	margin: 0 3px 0 0;
}
.pro-thumb a .pt-img .pti-cont h6{
	position:absolute;
	font-size: 13px!important;
	z-index:1;
	bottom:1rem;
	left:1rem;
	color:#fff!important;
	margin:0!important;
	text-shadow:1px 1px 3px rgba(0,0,0,.1);
}
.pro-thumb a .pt-img .pti-cont ul{
    position: absolute;
    left: 0;
    top: 120px;
    width: 100%;
    display: table;
    clear: both;
	position:relative;
    list-style: none;
}
.pro-thumb a .pt-img .pti-cont li{
    float: left;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #fff;
    margin-right: 20px;
}
.pro-thumb .pt-cont{
	padding:20px;
	position:relative;
}
.pro-thumb .pt-cont ul{
    width: 100%;
    display: table;
    clear: both;
	position:relative;
    list-style: none;
}
.pro-thumb .pt-cont ul li{
    float: left;
    width: 50%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #222;
}
.pro-thumb .pt-cont ul li strong{
    font-size: 11px;
    color: #999;
	font-weight: 400;
	display: block;
}
.pro-thumb .pt-cont h4{
    font-size: 20px!important;
    font-weight: 600!important;
    border-top: solid 1px #eee;
    margin: 10px 0 0 0!important;
    padding: 10px 0 0 0!important;
    color: #ff8312!important;
}
.pro-thumb .pt-cont h4 i{
	margin:0 10px 0 0;
}
@media screen and (max-width : 992px) {

}
@media screen and (max-width : 768px) {
.pro-thumb .pt-cont{
	padding:10px;
}
.pro-thumb .p-share {
    right: 10px;
    bottom: 10px;
}
}


.prop-th{
	width:100%;
	height:auto;	
	margin:15px 0;
	position:relative;
	background-color:#fff;
    border: solid 1px #EAEAEA;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0);
    
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	min-height:184px;
}
.prop-th:hover{
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, .15);
}
.prop-th a{
	display:block;
	padding:0;
}
.prop-th a .prp-img{
	float:right;
	width:200px;
	height:182px;
	overflow:hidden;
	position:relative;
	margin:0 0 0 20px;
}
.prop-th a .prp-img img{
	width:100%;
	height:auto;
	min-height:182px;	
}
.prop-th a .prp-img .status{
	background-color:rgba(0,0,0,.5);
	display:inline-block;
	padding:0 10px;
	position:absolute;
	z-index:1;
	top:5px;
	right:5px;
	color:rgba(255,255,255,1);
	font-size:12px;
}
.prop-th ul{
    width: 100%;
    display: table;
    clear: both;
	position:relative;
    list-style: none;
    margin: 0 !important;
    padding: 0!important;
}
.prop-th li{
    float: left;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    margin-right: 20px;
    color: #222;
}
.prop-th li i{
    color: #ff8312;
}


.prop-th a h3{
	color:#1a60c0!important;
	font-weight:600!important;
	font-size:1.3rem!important;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	margin:0 0 1rem 0!important;
}
.prop-th a h4{
	font-size:1.5rem!important;
	font-weight:700!important;
	color:#ff8312!important;
	margin:0!important;	
    border-top: solid 1px #eee;
margin: 10px 0 0 0 !important;
padding: 10px 0 0 0 !important;
}
.prop-th a h5{
	font-size:.9rem!important;
	font-weight:400!important;
	line-height:1.8rem;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	width:90%;
	margin:0px 0!important;
}
.prop-th a h5 i{
	color:#999;
	width:16px;
}
.prop-th a h6{
	color:#333 !important;
	font-style:normal;
	margin:0;
	font-size:1rem!important;
    white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.prop-th a h6 i{
	color:#ff8312;
	width:16px;
	font-size:1rem;
}
.prop-th li{    
    margin-right: 10px;
}
@media screen and (max-width: 480px) {
.prop-th{
	margin:15px 0;
	min-height:164px;
}
.prop-th li{
    font-size: 14px;
    margin-right: 5px;
}
.prop-th:hover{
	box-shadow:0px 0px 15px #c6dc93;
}
.prop-th a{
}
.prop-th a .prp-img{
	width:140px;
	height:162px;
	margin:0 0 0 10px;
}
.prop-th a .prp-img img{
	min-height:162px;	
}
.prop-th a .prp-img .status{
	font-size:10px;
}
.prop-th a h3{
	font-size:1rem!important;
	margin:0 0 5px 0!important;
}
.prop-th a h4{
	font-size:1rem!important;
	font-weight:700!important;
	color:#111!important;
	margin:0!important;	
}
.prop-th a h4 i{
	color:#999;
	margin:0 5px 0 0;
}
.prop-th a h5{
	font-size:.9rem!important;
	font-weight:400!important;
	line-height:1.8rem;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
	width:90%;
	margin:5px 0!important;
}
.prop-th a h5 i{
	color:#999;
	width:16px;
}
.prop-th a h6{
	font-size:14px!important;
}
.prop-th a h6 i{
	color:#0b5e2a;
	width:16px;
	font-size:1rem;
}

}

.nav-tabs {
  border-bottom: 0px solid #dee2e6!important;
  text-align:center!important;
  width:100%;
}
.nav {
  display: table!important;
  display: table!important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  text-align:center!important;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
  display:inline-block;
  margin:0 8px;
}
.nav-tabs .nav-link{
	background-color: #f3f3f3;
	color: #111!important;
	border: 0!important;
	font-weight:500;
	border-radius: 5px;
	padding: .3rem 1rem;
}
.nav-tabs .nav-link.active {
	border: 0!important;
	border-radius: 5px;
	background-color:#ff8312!important;
  color: #fff !important;
}



.counter{
	text-align:center;
	background-color:#e5f2f9;
	padding:1rem 0;
	border-bottom:solid 1px rgba(0,0,0,.04)
}
.counter img{
	width:3rem;
	height:auto;
	clear:both;
	display:block;
	margin:0 auto .5rem auto;
}
.counter.ft i{
	color:#26c9c3;
}
.counter .counter-value{
	display:inline-block;
	font-size:3rem;
	line-height:3rem;
	font-weight:600;
	color:#1a60c0;
}
.counter .plus{
	display:inline-block;
	font-size:3rem;
	line-height:3rem;
	font-weight:600;
	color:#1a60c0;
}
.counter h5{
	font-size:10px !important;
	margin:0 0 0 0 !important;
	color:#ff8312!important;
	letter-spacing:3px;
	text-transform:uppercase;
}
.counter.ft h5{
	color:#26c9c3!important;
}
.counter h5 br{
	display:none;
}
@media screen and (max-width : 480px) {
.counter .counter-value{
	font-size:1.8rem;
	line-height:1.8rem;
}
.counter .plus{
	font-size:1.8rem;
	line-height:1.8rem;
}
.counter h5{
	font-size:9px !important;
	letter-spacing:2px;
}
}

.box1 {
	background-color: #fff;
border-radius: 5px;
width: 100%;
height: auto;
margin: 15px 0 !important;
padding: 25px;
border: solid 1px rgba(7,152,255,.1);
box-shadow: 0 5px 10px 0 rgba(7,152,255,.09);
	display: table;
}

.box1 img {
  height: 58px;
  float: left;
  margin: 0 10px 0 0;
}
.box1 h4 {
  font-size: 16px !important;
  color: #000 !important;
	margin: 10px 0 0 0!important;
}
.box1 p {
	font-size: 80%;
  line-height: 1.5;
	text-align: left;
	margin:0!important;
}


@media screen and (max-width : 480px) {
.box1.bx-location {
    height: auto;
}
.box1.bx-location-head {
    height: auto;
}
.box1.bx-location-head h2 strong {    
    margin: 0;
}
.box1 {
	padding: 15px;
	text-align: center;
    margin: 15px 0;
	border: 1px solid #EAEAEA;
	border-radius:4px;
    box-shadow: 0px 5px 20px 0 rgba(0, 0, 0, .09);
}
.box1 img{
	float: none!important;
	margin: 0 auto 5px auto!important;
}
.box1 h3{
    font-size: 16px!important;
	color:#003366!important;
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.box1 h4{
    font-size: 12px!important;
	color:#000!important;
}
.box1 p{
    line-height: 1.5;
	text-align: center!important;
}
}




.h-ad{
}

.h-ad .ad-div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0;
  margin:15px 0;
  font-size: 30px;
  width: 100%;
  padding-top: 90%; /* 4:3 Aspect Ratio (divide 3 by 4 = 0.75) */
  overflow:hidden;
  position:relative;
  box-shadow:0px .3rem .5rem -3px rgba(0,0,0,.3);
}
.h-ad .ad-div a{
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;  
}
.h-ad .ad-div a img{
	width:100%;
	height:auto;  
}


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

}


#demo3 .carousel-indicators {
  bottom: 0px;
  display:none;
}
.review-home{
    height: auto;
    overflow: visible;
    background: #202040;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    border-radius: 30px;
    border: none;
    padding: 3rem;
    position:relative;
	margin:2rem 0;
	text-align:left;
	color:#fff;
}
.review-home h4{
	color:#fff !important;
    font-weight:700!important;
    text-align: right;
	margin:0 0 0 0!important;
}
.review-home h5{
	font-size:18px !important;
	font-weight:500!important;
	color:#fff !important;
	margin:0 0 0 0!important;
	font-style:normal;
}
.review-home h6{
	font-size:17px!important;
	line-height:1.6!important;
	font-weight:400!important;
	color:#fff !important;
    text-align: right;
}
.review-home p{
	margin-top:20px;
	font-size:16px!important;
	line-height:1.8!important;
	font-weight:400!important;
	color:#fff !important;
    text-align: justify!important;
}
.review-home i{
	font-size: 58px;
	color:rgba(255,255,255,.3);
    margin-top: -1rem;
}
.review-home img{
	width:100%!important;
	height:autopx!important;
	border-radius:25px 0 0 25px;
	margin:-4.5rem 0 0 0;
}
@media screen and (max-width: 992px) {
.review-home{
    box-shadow: 0;
    border-radius: 20px;
    padding: 1rem;
	margin:1rem 0 0 0;
	text-align:justify;
	color:#fff;
}
.review-home h4{
    font-size: 14px!important;
}
.review-home h6{
	font-size:10px!important;
	line-height:1.5!important;
    text-align: justify;
}
.review-home p{
	font-size:10px!important;
	line-height:1.5!important;
	font-weight:400!important;
	color:#fff !important;
    text-align: justify;
}
.review-home i{
    margin-top: -1rem;
}
.review-home img{
	width:100px!important;
    max-width: 100px;
    min-width: 100px;
	height:auto!important;
	border-radius:10px 0 10px 0;
	margin:-2rem auto 0 auto;
}
}

.review{
	border:solid 0px #ebebeb;
	box-shadow: 0 .3rem 1rem -.3rem rgba(0,0,0,.1);
	padding:30px;
	position:relative;
	margin:1rem 0;
	text-align:center;
	border-radius:10px;
	background-color:#fff;

}
.quote{
	position:absolute;
	z-index:1;
	right:50px;
	top:-30px;
	color:#192669;
	font-size:45px;
	padding:10px;
}
.review h4{
	color:#192669 !important;
	font-style:normal;
	font-size:1.5rem!important;
	margin:1rem 0 0 0!important;
	padding:0!important;
}
.review p strong{	
	line-height:normal;
	color:#49a9c2;
	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:0 0 0 0;
	height:60px;
	width:auto;
}
}
#demo3 .carousel-control-prev, #demo3 .carousel-control-next {
  position: absolute;
  z-index:11;
  top: 50%;
  bottom: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height:50px;
  margin-top:-25px;
  color: #49a9c2;
  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: #49a9c2;
  text-decoration: none;
  outline: 0;
  opacity: 1;
}

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

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


.stickySidebar{
	margin-top:100px!important;
}
#sidebar{
	width: 100%;
	will-change: min-height;
}
#sidebar .sidebar_inner{
	position: relative;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
}

.si-call a{
	display:block;
	background-image: linear-gradient( 120deg, #07264e 0%, #061735 100%);
	
	border-radius:0px;
	color:#fff !important;
	padding:10px;
	margin-top:30px;
	display:flex;
}
.si-call a i{
	float:left;
	font-size:32px;
	margin:0 10px 0 0;
	background-color:#fff;
	border-radius:100%;
	width:56px;
	height:56px;
	padding:10px;
	line-height:36px;
	text-align:center;
	color:#ff8312;
}
.si-call a h5{
	margin:0!important;
	padding:0!important;
	font-size:26px!important;
	color:#fff !important;
}
.si-call a h6{
	margin:0!important;
	padding:0!important;
	font-style:normal;
	letter-spacing:0px;
	color:rgba(255,255,255,.8)!important;
}

.dynamic-height-wrap {
  overflow: hidden;
  position: relative;
  transition: max-height 0.25s ease-in-out;
  width: 100%;
}

/* Bottom gradient (optional, but recommended)*/
.dynamic-height-active .dynamic-height-wrap:before {
  background: linear-gradient(to bottom,  rgba(240,249,255,0) 0%,rgba(255,255,255,1) 100%);
  bottom: 0;
  content:'';
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.c3-bg .dynamic-height-active .dynamic-height-wrap:before {
  background: linear-gradient(to bottom,  rgba(240,249,255,0) 0%,rgba(255,255,255,0) 100%);
}

.dynamic-height-active .dynamic-show-more {
  display: inline-block;
}

.dynamic-show-more {
  display: none;
}
.detail-page{
	position:relative;
	padding:0 0 0 0;
	background-image: linear-gradient(180deg, #f7f8f9 90%, #fff 100%);	
}
.detail-box{
	border:solid 0px #d3e8ff;
    position:relative;
	border-radius:0px;
	background-color:#fff;	
	padding:1.5rem;
	margin:30px 0;
	box-shadow:0px 1px 15px rgba(0,0,0,.1);
}
.detail-box h1, .detail-box h2{
	font-size:28px!important;
	margin:0 0 .5rem 0!important;
	border-bottom:solid 1px #e9f4ff;
	padding-top:0!important;
}
.detail-box h1::after, .detail-box h2::after{
	display:none;
}
.detail-box h6{
	font-style:normal;
	font-weight:400;
}
.detail-box p{
	text-align:justify;
}
.detail-box h6 i{
	background-color:#ebebeb;
	text-align:center;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:100%;
	color:#192669;
}
.detail-box .pt-cont h6 i{
	background-color:transparent !important;
	text-align:left;
	width:auto;
	height:auto;
	line-height:inherit;
	border-radius:0;
	color:#192669;
	margin:0 8px 0 0;
}
.detail-box .d-price{
	background-color:#ff8312;
	border-radius: 25px;
	padding:5px 15px;
	display:inline-block;
	color:#fff;
	float:none;
	position:relative;
}
.detail-box .d-price a i{
	display:inline-block;
	position:absolute;
	z-index:1;
	right:-15px;
	top:-15px;
	background-color:#1a1a1a;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border-radius:100%;	
	color:#fff;
}
.detail-box .v-tour{
	background-color:#192669;
	border-radius: 25px;
	padding:5px 15px;
	display:inline-block;
	color:#fff !important;
	float:left;
}
.detail-box .v-tour a{
	color:#fff !important;
}


.rating-css {
  height: auto;
  display:block;
}
.rating-css div {
  color: #DAA520;
  font-size: 14px;
  font-family: sans-serif;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  padding: 3px 0;
  display:inline-block;
}
.rating-css input {
  display: none;
}
.rating-css input + label {
  font-size: 20px;
  text-shadow: 1px 1px 0 #DAA520;
  cursor: pointer;
}
.rating-css input:checked + label ~ label {
  color: #838383;
}
.rating-css label:active {
  transform: scale(0.8);
  transition: 0.3s ease;
}
.rating-css span {
  display:inline-block;
  margin:0 0 0 10px;
  color:#666;
}
#sidebar .detail-box{
	padding:0;
}
#sidebar .detail-box form{
	padding:1.5rem;
}
#sidebar .detail-box .db-heading{
	background-color:#07264e;
	color:#fff!important;
	padding:.4rem 0;
	border-radius:0;
	text-align:center;
}
#sidebar .detail-box strong{
	color:#fff!important;
	padding:0 !important;
	margin:0 !important;
	font-size:.8rem!important;
	font-weight:400;
}
#sidebar .detail-box h2{
	color:#fff!important;
	padding:8px 0 !important;
	margin:0 !important;
	font-size:1.2rem!important;
}
#sidebar .detail-box h2::after{
	display:none;
}

.detail-box p{
	text-align:justify!important;	
}
p.agree {
	font-size:.8rem!important;	
    margin-top: 0;
    margin-bottom: 1rem;
    text-align:center;
}
.modal-body p.agree {
	text-align:center;
	color:#fff;
}
.modal-body p.agree a{
	color:#111!important;
}

.form-cont {
    font-size: .7rem;
	line-height:1.3 !important;
    text-align: left;
    line-height: normal;
    border-top: solid 1px #ff8312;
	color:#333;
	font-weight:500;
	padding:15px 25px;
}
.form-cont img {
    width: 42px;
	float:left;
    height: auto;
	margin:0 5px 0 0;
}
@media screen and (max-width: 1024px) {
.detail-page{
	padding:0 0 0 0;
}
.detail-box h1, .detail-box h2{
	font-size:26px!important;
	margin:0 0 .5rem 0!important;
}
}
@media screen and (max-width: 992px) {
.detail-box{
    padding:1rem;
	margin:30px 0;
}
.detail-box .d-price{
	float:none;
	margin:10px 0 0 0;
}
.detail-box .v-tour{
	float:right;
	margin:10px 0 0 0;
}
.detail-box .btn1 {
	line-height:44px;
	padding:0 15px;
	font-size:14px;
}
.detail-box .btn2 {	
	padding:0 15px;
	font-size:14px;
}
.detail-page .btn1 {
	background-color: #192669!important;
	display:inline-block;
	line-height:44px;
	padding:0 15px;
	color:#fff!important;
	font-size:14px;
	border:0;
}
.detail-page .btn2 {
	background-color: #ff8312;
	display:inline-block;
	line-height:44px;
	padding:0 15px;
	color:#fff!important;
	font-size:14px;
	border:0;
}
}

.f-fix{
	position:fixed;
	z-index:100;
	left:0;
	bottom:0;
	width:100%;
	height:auto;
	height:35px;
	line-height:35px;
	background-color:#ed5728;
	text-transform:uppercase;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
.f-fix.ff-h{
	display:none;
}
.f-fix a{
	float:left;
	width:50%;
	display:block;
	color:#fff;
	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:#ed5728;
}
@media screen and (max-width: 768px) {
.f-fix.ff-h{
	display:block;
}
}



.post-page{
	background:#f4f9fc url(../images/bg-post.jpg) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
}


.dt-img{
	background-color:#ed5728;
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg); /* IE 9 */
    -webkit-transform: rotate(-1deg); /* Safari */
	padding:5px 8px;
	box-shadow:5px 5px 0px #ed5728;	
	height:auto;
}
.dt-img img{
	transform: rotate(1deg);
	-ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Safari */
	padding:10px;
	background-color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
	width:100%;
	height:auto;
	min-height:300px;
}
@media screen and (max-width: 992px) {
.dt-img{
	float:none;
	width:100%;
	height:auto;
	margin:20px 0;
}
.dt-img img{
	min-height:inherit;
}
}
.sharing{
	display:block;
	float:right;
	margin:15px 0 0 0;
}
.sharing img{
	width:30px;
	height:auto;
}
@media screen and (max-width: 992px) {
.sharing{
	display:block;
	float:none;
	margin:15px 0 0 0;
}
}
.detail ul{
	margin-left:15px;
}
.detail-types{
	width:100%;
	position:relative;
	display:block;
	margin:80px 0 0 0!important;
}
.detail-types ul{
	display: table;
	padding:0px !important;
	margin:0!important;
	width:100%;
	list-style:none;
}
.detail-types ul li{
	font-size:12px;
	color:#666;
	text-transform:uppercase;
	line-height:normal;
	float:left;
	width:33.33%;
	margin:.5rem 0;
}
.detail-types ul li img{
	clear:both;
	width:40px;
	height:auto;
	margin:0 0 10px 0;
}
.detail-types ul li strong{
	font-size:14px;
	display:block;
	clear:both;
	font-weight:500;
	color:#111;
	text-transform:capitalize;
}
.detail-types ul li strong a{
	color:#111;
	text-decoration:none;
}

@media screen and (max-width: 992px) {
.detail-types{
	margin:10px 0 0 0!important;
}
}

@media screen and (max-width: 576px) {
.detail-types ul li{
	width:50%;
	margin:.8rem 0;
}
.detail-types ul li strong{
	font-size:.9rem;
	overflow-wrap: break-word;
}
}
.detail-types{
}
.detail-menu{
    position:absolute;
    left:0;
    
	width:100%;
	margin:20px 0 0 0;
	border-top:solid 1px #eee;
	border-bottom:solid 1px #eee;
	background-color:#f9f9f9;
}
.detail-menu ul{
	display: table;
	padding:0 !important;
	margin:0!important;
	width:100%;
}
.detail-menu ul li{
	text-align:center;
	display: table-cell;
	color:#111;
	padding:0;
	font-weight:500;
}
.detail-menu ul li a{
	color:#111;
	display:block;
	line-height:40px;
	padding:5px 10px;
}
.detail2{
	position:relative;
}
.detail2 .d2-sign{
	position:absolute;
	z-index:1;
	left:50%;
	bottom:0;
	margin:0 0 0 -170px;
}
.detail2 .dt2-l{
	float:left;
	width:50%;
	background-color:#fff;
	padding:40px 100px 40px 40px;
}
.detail2 .dt2-r{
	float:left;
	width:50%;
	height:100%;
	padding:40px 40px 40px 120px;
}
.detail2 .dt2-r form{
	background-color:#ed5728;
	transform: rotate(-1deg);
	-ms-transform: rotate(-1deg); /* IE 9 */
    -webkit-transform: rotate(-1deg); /* Safari */
	padding:10px 25px;
	box-shadow:5px 5px 0px #ed5728;
}
.detail2 .dt2-r form .row{	
	transform: rotate(1deg);
	-ms-transform: rotate(1deg); /* IE 9 */
    -webkit-transform: rotate(1deg); /* Safari */
	padding:20px;
	background-color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
}
.detail2 .dt2-r a{
	color:#333!important;
	text-decoration:underline;
}
@media screen and (max-width: 992px) {
.detail2 .d2-sign{
	display:none;
}
.detail2 .dt2-l{
	float:none;
	width:100%;
	padding:30px;
}
.detail2 .dt2-r{
	float:none;
	width:100%;
	padding:30px;
}
.detail2 .dt2-r form{
	width:100%;
	background-color:#ed5728;
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
	padding:5px;
}
.detail2 .dt2-r form .row{	
	transform: rotate(0deg);
	-ms-transform: rotate(0deg); /* IE 9 */
    -webkit-transform: rotate(0deg); /* Safari */
	padding:0px 0 10px 0!important;
	margin:0!important;
	background-color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
}	
}
.detail3{
	background-color:#faf5f5;
	padding:60px 0;
}


.detail4{
	position:relative;
	background:#5f1717 url(../images/detail4.jpg) no-repeat left center;
	-webkit-background-size: 50%;
	-moz-background-size: 50%;
	-o-background-size: 50%;
	background-size: 50%;
	background-attachment: scroll;
	box-shadow:inset 0px 0px 100px rgba(0,0,0,.4);
}
.detail4 .dt4-l{
	float:left;
	width:50%;
}
.detail4 .dt4-r{
	background-color:#5f1717;
	float:left;
	width:50%;
	height:100%;
	padding:50px 40px 0 40px;
	min-height:400px;
}
.detail4 .dt4-r h2{
	color:#fff!important;
}
@media screen and (max-width: 992px) {
.detail4{
	background:#5f1717 url(../images/detail4.jpg) no-repeat center top;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-attachment: scroll;
}
.detail4 .dt4-l{
	float:none;
	width:100%;
	height:150px;
}
.detail4 .dt4-r{
	background-color:#5f1717;
	float:none;
	width:100%;
	height:100%;
	padding:20px 15px;
	min-height:inherit;
}
.detail4 .dt4-r h2{
	color:#fff!important;
}
}
.pl-assist{
    width:100%;
    margin:0 auto;
    border-top:solid 1px #996633;
    border-bottom:solid 1px #996633;
    display:table;
    padding:10px 0;
}
.pl-assist div{
    display:table-cell;
    width:33.33%;
    font-size:18px;
    vertical-align: middle;
}
.pl-assist div strong{
    color:#996633;
}
.pl-assist div ul{
	margin:0!important;
	padding:0!important;
	outline:none !important;
	border:0 !important;
}
.pl-assist div ul li{
	list-style-type: none;
	padding:0 0 0 33px;
	text-indent:3px;
	font-size:14px;
	border-left:solid 0px #FF6600;
	margin:0 0 5px 0;
	text-align:left;
}
.pl-assist div ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -33px;
    content: "\f00c";
	color: #192669 ;
	font-size:18px;
}
@media screen and (max-width: 992px) {
.pl-assist{
    width:100%;
    padding:10px 0;
     text-align:left;
}
.pl-assist .pl-res{
    display:none;
}
.pl-assist .pl-res img{
    height:50px;
    margin:0 0 10px 0;
}
.pl-assist h5{
    margin:0 !important;
}
.pl-assist span{
    padding:0 0 15px 0 !important;
}
.pl-assist div{
    width:auto;
    font-size:22px;
    vertical-align: middle;
}
.pl-assist div img{
    height:100px;
}
.pl-assist div ul li{
	text-align:left;
	padding:0 0 0 27px;
	text-indent:3px;
	font-size:11px;
	border-left:solid 0px #FF6600;
	margin:0 0 0px 0;
	text-align:left;
	line-height:normal;
}
.pl-assist div ul li:before {
    font-family: FontAwesome;
    top:0;
	margin:0 10px 0 -27px;
    content: "\f00c";
	color: #192669 ;
	font-size:14px;
}
}
.modal-lg{
    max-width:730px !important;
}
.modal-content {
	background-image: linear-gradient(180deg, #1c232d 0%, #07264e 100%);
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2)!important;
    border-radius: 10px !important;
    outline: 0;
    box-shadow: 0px 5px 35px 0px rgba(0,0,0,.25);
}
.modal-header {
  display: block !important;
  padding: 1rem 2rem!important;
  border-bottom: 1px solid rgba(255,255,255,.3)!important;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-content h2{
	color:#fff!important;
	font-size:20px!important;
	margin:0 0 10px 0!important;
}
.modal-content h3{
	font-size:18px!important;
	margin:0 0 10px 0!important;
}
.modal-header img{
	float:left;
	height:70px;
	width:auto;
	max-width:150px;
	border:solid 5px #e1e1e1;
	margin:0 20px 0 0;
}
.modal-content h3 {
	color:#111!important;
	font-size:18px!important;
    margin:0!important;
}
.modal-content h5 {
	color:#ff8312!important;
	font-size:20px!important;
	letter-spacing:1px;
}
.modal-content h6 {
	font-style:normal;
	color:#999!important;
	font-size:16px!important;
    margin:0!important;
	white-space: nowrap; 
    font-style: normal!important;
	overflow: hidden;
	text-overflow: ellipsis;
}
.modal-content .close {
	width:34px;
	height:34px;
	line-height:28px!important;
	text-align:center;
	position:absolute;
	z-index:1;
	right:-10px;
	top:-10px;
	background-color:#ff8312!important;
    float: none!important;
    font-size: 2rem!important;
    font-weight: 400!important;
    line-height: 1;
    color: #fff!important;
    text-shadow: 0 0px 0 #ff8312;
	padding: 0!important;
	margin: 0!important;
    opacity: 1;
	border-radius:100%;
	border:solid 2px #ff8312;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.modal-content .close:hover {
    opacity: 1!important;
}
.modal-body {
    padding: 0!important;
}
.modal .modal-body .mb-inner {
  padding: 0;
}
.modal .pop-logo{
    text-align: center;
}
.modal .pop-logo img{
    height: 50px;
	margin: 10px 0!important;
}
.modal .m-banner{
    background-color:#f9f9f9;
	position:relative;
	overflow:hidden;
	padding-top:138%;
	width:100%;
	overflow:hidden;
	border-radius: 9px 0 0 9px;
}
.modal .m-banner img{
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);  
	width:auto;
	height:100%;
}
.modal .m-icons{
	text-align:center;
	font-size:12px;
	background-color:#eaf7f4;
	border-radius:0 10px 10px 0;
	padding:10px;
}
.modal .m-icons img{
	width:42px;
	height:auto;
}
.modal .modal-strip{
	text-align:center;
	color:#fff;
    font-size:22px;
	font-weight:600;
	border-top:solid 1px #eee;
	margin:10px 0 0 0;
	padding:10px 0 0 0;
	line-height:normal;
}
.modal .modal-strip a{
	color:#111;
}
.modal-footer {
    position:relative;
  display: block !important;
  border-top: 1px solid rgba(0,0,0,.05)!important;
}
.modal-footer .form-cont {
    font-size: 11px;
    text-align: center;
    line-height: normal;
    border-top: solid 0px #00c194;
	color:#111!important;
	padding:0;
	text-transform:uppercase;
}
.modal-footer .form-cont img {
    width: 32px!important;
    height: auto!important;
	margin:0 0 10px 0!important;
	float:none !important;
}
.modal-footer img.car {
    display:none;
    width: auto!important;
    height: 80px!important;
	position:absolute!important;
	top:-90px;
	right:1rem;
}

@media screen and (max-width: 768px) {
.modal .modal-body .mb-inner {
  padding: 0px !important;
}
.modal-header {
  display: block !important;
  padding: 1rem 1rem!important;
}
.modal-header img {
    float: left;
    height: 70px;
    width: auto;
    max-width: 140px;
    border: solid 3px #c6dc93;
    margin: 0 10px 0 0;
}
.modal-header h3 {
	color:#fff!important;
	font-size:14px!important;
}
.modal-header h6 {
	font-style:normal;
	color:#c6dc93!important;
	font-size:12px!important;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
.modal-footer .form-cont {
    font-size: 10px;
    text-align: center;
    line-height: normal;
    border-top: solid 0px #00c194;
	color:#fff!important;
	padding:0;
	text-transform:capitalize;
}
.modal-dialog {
    margin: 1rem!important;
}
.modal-footer img.car {
    width: auto!important;
    height: 60px!important;
	position:absolute!important;
	top:-70px;
	right:0;
}
.modal .m-banner{
    padding-top:40%;
	width:100%;
	overflow:hidden;
	border-radius: 9px 9px 0 0;
}
.modal .m-banner img{
    position:absolute;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);  
	width:100%;
	height:auto;
}
}

.left-fix{
	display:none;
	position:fixed;
	left:0;
	z-index:2001;
	top:50%;
	width:auto;
	text-align:center;
	background-color:#192669;
	padding:2px 2px 2px 0;
	
}
.left-fix a{
	color:#fff;
	text-decoration:none;
	background-color:#192669;
	display:inline-block;
	display:block;
}
.left-fix a:hover, .left-fix a:visited, .left-fix a:active {
	color:#fff!important;
	text-decoration:none!important;
}
.left-fix a.share{
	float:left;
	width:35px;
	background-color:#ed5728;
}
.left-fix i{
	color:#fff;
	font-size:20px;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}



.builder-logo{
}
.builder-logo li{
	float:left;
	width:14.66%;
	padding:.5%;
	margin:.5%;
	list-style:none;
	overflow:hidden;
	text-align:center;
	box-shadow:inset 0px 0px 0px 1px #ddd;
}
.builder-logo li img{
	width:auto;
	max-width:100%;
	height:70px;
}
@media screen and (max-width: 980px) {
.builder-logo{
}
.builder-logo li{
	float:left;
	width:23%;
	padding:.5%;
	margin:.5%;
	list-style:none;
	overflow:hidden;
	text-align:center;
	box-shadow:inset 0px 0px 0px 1px #ddd;
}
.builder-logo li img{
	width:auto;
	max-width:100%;
	height:70px;
}
}
@media screen and (max-width: 768px) {
.builder-logo{
}
.builder-logo li{
	float:left;
	width:31.33%;
	padding:.5%;
	margin:.5%;
	list-style:none;
	overflow:hidden;
	text-align:center;
	box-shadow:inset 0px 0px 0px 1px #ddd;
}
.builder-logo li img{
	width:auto;
	max-width:100%;
	height:70px;
}
}

@media screen and (max-width: 480px) {
.builder-logo{
}
.builder-logo li{
	float:left;
	width:48%;
	padding:.5%;
	margin:.5%;
	list-style:none;
	overflow:hidden;
	text-align:center;
	box-shadow:inset 0px 0px 0px 1px #ddd;
}
.builder-logo li img{
	width:auto;
	max-width:100%;
	height:70px;
}
}
ul.breadcrumb {
  padding: 15px 0 0 0;
  list-style: none;
  background-color: transparent;
}
ul.breadcrumb li {
  display: inline;
  font-size:.8rem;
  color: rgba(0,0,0,.6);
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: rgba(0,0,0,.6);
  content: "/\00a0";
}
@media screen and (max-width : 370px) {
ul.breadcrumb li {
  display: inline;
  font-size:.7rem;
}
ul.breadcrumb li+li:before {
  padding: 8px 0 8px 2px;
  content: "/\00a0";
}
}
ul.breadcrumb li a {
  color: rgba(0,0,0,.8);
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: rgba(0,0,0,.6);
  text-decoration: underline;
}
.dynamic ul {
	margin:0 0 0 15px;
}
.dynamic ul li{
	text-decoration: none;
	text-align: left;
}
.dynamic ol {
	margin:0 0 0 15px!important;
}
.dynamic ol li{
	text-decoration: none;
	text-align: left;
}
.dynamic p, .dynamic div{
	text-align:justify;
}

.news{
}
.news li{
	list-style:none;
	margin:0 0 15px 0;
}
.news li a{
	display:block;
	border:solid 1px #ccc;
	padding:10px;
	color:#666;
}
.news li a:hover{
	background-color:#f9f9f9;
}

.amenities{	
	margin:0!important;
}
.amenities:before, .amenities:after{
	display: table;
	content: "";
}
.amenities:after{	
	clear: both;
}
.amenities li{
	list-style-type: none;
	margin:10px 0;
	text-align:center !important;
	float:left;
	width:20%;
	line-height:normal;
	font-size:12px;
	color:#333;
}
.amenities li div{
	display:block;
	margin:5px auto;
	text-align:center!important;
	clear:both;
}
.amenities li div img{
	height:42px;
	display:block;
	margin:0 auto;
}
.amenity-icon{
	text-align:center;
}
.amenity-icon img{
	height:32px;
}

.downloads{	
	margin:0!important;
	width:100%;
}
.downloads:before, .downloads:after{
	display: table;
	content: "";
}
.downloads:after{	
	clear: both;
}
.downloads li{
	float:left;
	width:48%;
	list-style-type: none;
	text-indent:0!important;	
	margin:8px 2% 8px 0;
	line-height:normal;
	color:#111;
	box-shadow:0px 4px 5px -5px #ff8312;
}
.downloads li a{
	border:solid 1px #ebebeb;
	border-left:solid 3px #ff8312;
	color:#111;
	padding:10px;
	display:block;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.downloads li a:hover{
	color:#ff8312;
	border-left:solid 10px #ff8312;
}
.downloads li i{
	color:#1f316e;
	margin:0 10px 0 0;
}

@media screen and (max-width : 992px) {
.amenities li{
	margin:20px 0;
	width:16.66%;
}
.downloads li{
	float:left;
	width:25%;
}
}
@media screen and (max-width : 768px) {
.amenities li{
	margin:10px 0;
	width:25%;
	font-size:11px;
}
.downloads li{
	width:48%;
	margin:8px 2% 8px 0;
}
}
@media screen and (max-width : 480px) {
.amenities li{
	width:50%;
}
.downloads li{
	width:100%;
	margin:8px 0 8px 0;
}
}
.box2 {
	text-align: justify;
	margin-bottom: 5px;
	border: 1px solid #dddddd;
	background-image: url(../images/box2.gif);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 5px;
	color: #333333;
	text-decoration: none;
	display: block;
}
.box2:hover {
	background-color: #F5F5F5;
	background-image: none;
	text-decoration: none;
}

.box2 h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #073963;
	margin-bottom: 15px;
}






.box4 {
	background-image: url(../images/box4.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #dddddd;
	background-color: #f2f2f2;
	margin-top: 10px;
	color: #333333;
}

.t-box{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	min-height: 100%;
	border-radius: 5px;
	overflow: hidden;
	border: solid 1px rgba(7,152,255,.1);
	box-shadow: 0 5px 10px 0 rgba(7,152,255,.09);
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
	
}
.t-box.tbg1{
	background-image: url("../images/bg-emi.jpg");
}
.t-box.tbg2{
	background-image: url("../images/bg-area.jpg");
}
.t-box.tbg3{
	background-image: url("../images/bg-require.jpg");
}
.t-box.tbg4{
	background-image: url("../images/bg-blog.jpg");
}
.t-box .tb-cont{	
	width: 100%;
	height: 100%;
	display: block;
	color: #fff;
	text-shadow:1px 1px 5px rgba(0,0,0,.05);	
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,.5), rgba(0,0,0,0));
	background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,.5), rgba(0,0,0,0));	
	padding: 50% 30px 30px 30px;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.t-box .tb-cont:hover{	
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,.5), rgba(0,0,0,0));
	background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,.5), rgba(0,0,0,0));	
}
.t-box .tb-cont i{
	font-size: 28px;
	margin: 0 0 10px 0;
}
.t-box .tb-cont h3 {
  font-size: 18px !important;
  color: #fff !important;
	margin: 0 0 10px 0!important;
}
.t-box .tb-cont p {
	font-size: 90%;
	line-height: 1.5;
	text-align: left;
	margin:0!important;
}



.h-program{
	position: relative;
	width: 100%;
	padding-top: 60%; /* 1:1 Aspect Ratio */
	border-radius:5px;
	overflow:hidden;
}
.h-program .img-large{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:auto;
	overflow:hidden;	
}
.h-program .img-large img{
	width:100%;
	height:auto;
}
.h-program .hp-text {
   position:  absolute;
   z-index:1;
   top: auto;
   left: 0;
   bottom: 0;
   right: 0;
   text-align: left;
   padding:60px 30px 30px 30px;
   font-size:16px;
   color:#fff!important;
   text-shadow:1px 1px 3px rgba(0,0,0,.2);
   background: linear-gradient(0deg, rgba(0,0,0,.8), rgba(0,0,0,0));
}
.h-program .hp-text h3{
	text-transform:uppercase;
	font-size:22px!important;
	color:#fff !important;
	text-shadow:1px 1px 3px rgba(0,0,0,.3);
}
.h-program .hp-text h3 a{
	color:#fff !important;
}
.h-program .hp-text ul{
	display:table;
	width:100%;
	list-style:none;
	padding:0!important;
	margin:0!important;
}
.h-program .hp-text ul li{
	display:inline-block;
	width:19%;
	margin:0 1% 0 0;
	padding:0 1% 0 0;
	vertical-align:top;
	line-height:1.2;
	font-size:15px;
	font-weight:600;
	text-transform:uppercase;
}
.h-program .hp-text ul li img{
	width:52px;
	height:auto;
	margin:0 0 10px 0;
}



@media screen and (max-width: 768px) {
.h-program{
	padding-top: 60%;
}
.h-program .img-large img{
	margin-left:0;
	width:auto;
	height:100%;
}
.h-program .hp-text {
   padding:20px;
   font-size:14px;
}
.h-program .hp-text h3{
	font-size:18px!important;
}
.h-program .hp-text ul li{
	width:32.3%;
	font-size:10px;
	font-weight:500;
}
.h-program .hp-text ul li img{
	width:42px;
	margin:0 0 5px 0;
}
}

@media screen and (max-width: 480px) {
.h-program{
	padding-top: 70%;
}
.h-program .img-large img{
	width:auto;
	height:100%;
}
}

/* --------------------------- */
.property{
}
.property ul{
}
.property ul li{
	list-style:none;
	width:23%;
	margin:1%;
	float:left;
	text-align:center;
}
.property ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	padding: 15px;
	background-color: #fff;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #82B441;
	border-left-color: #CCCCCC;
}
.property ul li a:hover{
	color:#fff;	
	background-color:#82b441;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 10px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #82B441;
	border-right-color: #82B441;
	border-bottom-color: #82B441;
	border-left-color: #82B441;
}
.property ul li a img{
	border-radius:50%;
	width:80px;
	height:auto;
	margin:0 0 10px 0;
	padding:3px;
	border:solid 1px #45515a;
	background-color:#fff;
}
.property ul li a p{
	height:50px;
}
.property-list{
	font-size:13px;
	margin:0 0 20px 0;
}
.property-list strong{
	color: #00aec4;
}
.property-list a{
	display:block;
	border:solid 3px #fff;
	box-shadow:0px 0px 5px #ccc;
	padding:10px;
	color:#666;
	text-decoration:none;
}
.property-list a:hover{
	background-color:#f9f9f9;
}
.property-list h5{
	margin:0 0 15px 0;
}
.property-list .pl-1{
	float:left;
	width:15%;
	margin:0 1% 0 0;
}
.property-list .pl-1 img{	
	width:100%;
	height:auto;
}
.property-list .pl-2{
	float:left;
	width:30%;
	margin:0 1% 0 0;
}
.property-list .pl-3{
	float:left;
	width:24%;
	margin:0 1% 0 0;
}
.property-list .pl-4{
	float:left;
	width:28%;
}
@media screen and (max-width: 980px) {
.property{
}
.property ul{
}
.property ul li{
	list-style:none;
	width:48%;
	margin:1%;
	float:left;
	text-align:center;
}
.property ul li a{	
	padding:3px;
}
.property ul li a img{
	border-radius:50%;
	width:30px;
	height:auto;
	margin:0;
	padding:3px;
	border:solid 1px #45515a;
	background-color:#fff;
}
.property ul li a p{
	height:50px;
}
}
@media screen and (max-width: 768px) {
.property{
}
.property ul{
}
.property ul li{
	list-style:none;
	width:100%;
	margin:0 0 10px 0;
	float:none;
	text-align:center;
}
.property ul li a{	
	padding:3px;
}
.property ul li a img{
	border-radius:50%;
	width:30px;
	height:auto;
	margin:0;
	padding:3px;
	border:solid 1px #45515a;
	background-color:#fff;
}
.property ul li a p{
	height:auto;
}
.property-list{
	font-size:13px;	
}
.property-list a{
	display:block;
	border:solid 3px #fff;
	box-shadow:0px 0px 5px #ccc;
	padding:10px;
	color:#666;
	text-decoration:none;
}
.property-list h5{
	margin:0 0 15px 0;
}
.property-list .pl-1{
	float:left;
	width:22%;
	margin:0 3% 0 0;
}
.property-list .pl-1 img{	
	width:100%;
	height:auto;
}
.property-list .pl-2{
	float:left;
	width:35%;
	margin:0 3% 0 0;
}
.property-list .pl-3{
	float:left;
	width:34%;
	margin:0 3% 0 0;
}
.property-list .pl-4{
	float:none;
	width:100%;
}
}
@media screen and (max-width: 480px) {
.property{
}
.property ul{
}
.property ul li{
	list-style:none;
	width:100%;
	margin:0 0 10px 0;
	float:none;
	text-align:center;
}
.property ul li a{	
	padding:3px;
}
.property ul li a img{
	border-radius:50%;
	width:30px;
	height:auto;
	margin:0;
	padding:3px;
	border:solid 1px #45515a;
	background-color:#fff;
}
.property ul li a p{
	height:auto;
}
.property-list{
	font-size:13px;	
}
.property-list a{
	display:block;
	border:solid 3px #fff;
	box-shadow:0px 0px 5px #ccc;
	padding:10px;
	color:#666;
	text-decoration:none;
}
.property-list h5{
	margin:0 0 15px 0;
}
.property-list .pl-1{
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
.property-list .pl-1 img{	
	width:100%;
	height:auto;
}
.property-list .pl-2{
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
.property-list .pl-3{
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
.property-list .pl-4{
	float:none;
	width:100%;
}
}
.why-us{    
}

.why-us .w-col{
	background-color: #fff;
	border-radius: 5px;
	width: 100%;
	height: auto;
	margin: 15px 0!important;
	padding: 30px;
	border: solid 1px rgba(7,152,255,.1);
	box-shadow: 0 5px 10px 0 rgba(7,152,255,.09);
} 
.why-us .w-img{
}
.why-us img{
    width: 64px;
    margin: 0 0 10px 0;
}
.why-us h3{
    font-size: 18px!important;
    font-weight: 600!important;
    margin: 0 0 5px 0!important;
    color: #07264e !important;
    text-transform: capitalize;
}
.why-us p{
	text-align: justify;
    margin-bottom: 0px;
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 768px) {
}
.h-blogs {
    padding: 20px;
    border: solid 1px #eee;
    border-radius: 8px;
    background-color: #fff;
    width: 99%;
    height: auto;
    margin: 10px 5px 15px 5px;
    position: relative;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
}
.h-blogs .hb-thumb {
    position: relative;
  background-color: #f9f9f9;
  padding-top: 60%; /* 1:1 Aspect Ratio */
  position: relative; /* If you want text inside of it */
  height: auto;
    border-radius: 10px;
    overflow: hidden;
    
  margin: 0 0 10px 0;
}
.h-blogs .hb-thumb img {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-height: 100%;
    width: 100%;
    height: auto;
    margin: 0;
    
}
.h-blogs .date{
    display: inline-block;
    width: 100px;
    padding: 7px 16px;
    background-color: #ff8312;
    border-radius: 0 3px 3px 3px;
    overflow: hidden;
    color: #ffffff;
    position: absolute;
    top: -45px;
    z-index: 1;
}

.h-blogs .hb-th-cont {
    padding: 40px 0 0 0;
    text-align: left;
    position: relative;
}
.h-blogs .hb-th-cont h3 {
  font-size:18px!important;
}
.h-blogs .hb-th-cont h3 a{
	color:#192669!important;
}
@media screen and (max-width: 768px) {
.h-blogs {  
  padding: 8px;
}
.h-blogs .hb-th-cont h3 {
  font-size:12px!important;
}
.h-blogs .hb-th-cont h6 {
  font-size:12px!important;
}
}

.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.bl-detail{
	padding: 0px;
	box-shadow: 0px 5px 15px rgba(0,0,0,0);
}
.blogs .b-thumb {
  float: left;
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0 20px 0 0;
}
.blogs a b-thumb img{
	width:100%;
	min-height:200px;
	height:auto;
	-webkit-transition-duration: 0.5s; /*Webkit: Animation duration*/
	-moz-transition-duration: 0.5s; /*Mozilla duration version*/
	-o-transition-duration: 0.5s; /*Opera duration version*/
}
.blogs a:hover b-thumb img {	
	-webkit-transform:scale(1.1); /*Webkit: Scale up image to 1.2x original size*/
	-moz-transform:scale(1.1); /*Mozilla scale version*/
	-o-transform:scale(1.1); /*Opera scale version*/	
	opacity: 1;
}
.blogs .b-th-cont{
	text-align:center;
	padding:10px;
}

.blogs.b-detail{
	padding:0;
	box-shadow:0px 5px 15px rgba(0,0,0,0);
	margin:0;
	border:solid 0px #fff;
}

.blogs h3 a{
	font-size:18px;
	color:#192669;
}
.blogs h3 a:hover{
	color:inherit!important;
}
.blogs .btn1{
	margin-top:15px;
}
.blogs h3 strong{
	font-size:14px;
	margin-left:15px;
}
.blogs h3 strong i{
	margin-right:5px;
}
.blogs .b-thumb img{
	min-height:200px;
	width:100%;
	height:auto;
	margin:0;	
}
.blogs .btn4{
	margin:15px 0 0 0;
}
.blogs .social {
  list-style: none;
  text-align: left;
  display: block;
  clear: both;
}
.blogs ul.social:before, .blogs ul.social:after{
	display: table;
	content: "";
}
.modal-body ul.social:after{	
	clear: both;
}
.blogs .social li {
  display: inline;
}
.blogs .social li a img {
  width: 30px;
  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%;
	border:solid 1px #ddd;
}
.blogs .img-tag{
	text-align:center;
	font-style:italic;
	color:#666;
	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:#ff8312 ;
    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;
}
@media screen and (max-width: 768px) {
}
.testimonials{
    position: relative;
    margin: 10px 0 35px 0!important;
    border-radius: 5px;
    padding: 45px !important;
    background-color: #fff;
	border: solid 0px rgba(7,152,255,.1);
	box-shadow: 0 10px 31px 0 rgba(7,152,255,.09);
}
.testimonials .ti{
    
}
.testimonials .ti .t-img{
    position: relative;
	float: left;
    width: 50px!important;
    height: 50px!important;
    margin: 0 10px 0 0!important;
    border-radius: 100%!important;
}
.testimonials .ti .t-img img{
    position: relative;
    width: 100%;
	height: auto;
    min-height: 50px;
    border-radius: 100%!important;
}
.testimonials .ti p{
    margin: 0 0 5px 0 !important;
	color: #666;
	font-size: 13px;
	line-height: 1.8;
}
.testimonials .ti i{
	color:#003375;
	font-size:36px;
}
.testimonials .ti h4{
	font-size: 14px!important;
	color:#666 !important;
}
.testimonials .ti h5{
	font-size: 16px!important;
	color:#061735 !important;
}
.testimonials .quote{
	position:absolute;
	z-index:1;
	right:0px;
	top:0;
	color:rgba(7,152,255,.1);
	font-size:45px;
	padding:10px;
}

.pro-map{
}
.pro-map iframe{
	width:100%!important;
	height:350px!important;
	padding:5px;
	background-color:#fff;
	box-shadow:0px 0px 3px rgba(0,0,0,.3);
}
.maps{
}
.maps li{
	list-style:none;
	float:left;
	width:33.33%;
}
.maps li a{
	text-decoration: none;
	color: #333;
	font-size:12px;
	font-weight: bold;
	background-image: url(../images/bullet1.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding:5px 0 5px 20px;
	line-height:25px;
}

.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.ar-img{	
	position:relative;
    margin: 15px 0;
	display: flex;
}
.ar-img .l-img{
	float: left;
	width: 70px;
	height:60px;
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 5px 30px 0 rgba(38,41.99999999999998,76,.15);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}
.ar-img.ar2{
	padding-top:92% !important;
}
.ar-img.arm{
	margin-top: 16%;
}
.ar-img a .ar-cont{
	position:relative;
	float: left;		
	padding:0 0 0 20px;
}
.ar-img a, .ar-img a p{
    color: #111!important;
}
.ar-img:hover a{
}
.ar-img a h3{
    font-size: 16px!important;
    color: #111 !important;
	margin: 4px 0 5px 0!important;
}
.ar-img a .more2{
    position: absolute;
    bottom: 10px;
}
@media screen and (max-width: 768px) {

}

.img-r{
	float:right;
	margin:0 0 0 15px;
}
.img-r img{
	width:auto;
	max-width:230px;
	height:auto;
}
.img-l{
	float:left;
	margin:0 25px 0 0;
	width:auto;
	max-width:300px;
}
.ab-builder{
    float:right;
	margin:0 0 0 20px;
	width:auto;
	height:auto;
	max-width:300px;
}
@media screen and (max-width: 980px) {
.ab-builder{
	width:auto;
	max-width:100%;
	height:50px;
	float:right;
	margin:0 0 0 10px;
}
}
@media screen and (max-width: 980px) {
.maps{
}
.maps li{
	list-style:none;
	float:left;
	width:50%;
}
.maps li a{
	text-decoration:none;
}
}
@media screen and (max-width: 480px) {
	
.maps{
}
.maps li{
	list-style:none;
	float:none;
	width:100%;
}
.maps li a{
	text-decoration:none;
}

.img-r{
	float:none;
	margin:0;
}
.img-r img{
	width:100%;
	max-width:100%;
	height:auto;
}
}
.page_nation {
	text-decoration: none;
	line-height: 25px;
}
.page_nation a {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	border: 1px solid #333333;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
}

.page_nation {
	text-decoration: none;
	line-height: 25px;
}
::-webkit-input-placeholder { /* Chrome */
  color: #999;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #999;
  opacity: 1;
}


@media screen and (max-width: 600px) {
.auto-comp ::-webkit-input-placeholder { /* Chrome */
  color: #999;
  font-size:11px;
}
.auto-comp :-ms-input-placeholder { /* IE 10+ */
  color: #999;
  font-size:11px;
}
.auto-comp ::-moz-placeholder { /* Firefox 19+ */
  color: #999;
  font-size:11px;
  opacity: 1;
}
.auto-comp :-moz-placeholder { /* Firefox 4 - 18 */
  color: #999;
  font-size:11px;
  opacity: 1;
}
}


input[type="text"] {
	background-color: rgba(255,255,255,1);
	font-size: .9rem;
	border:solid 1px #ebebeb;
	color: #495057;
	padding: 0 1rem;
	height:45px;
	width: 100%;
	margin:0 0 20px 0!important;
}
.iti {
    position: relative;
    display: block;
	width: 100%;
	margin:0 0 20px 0!important;
}
.iti .iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: white;
    border: 1px solid #CCC;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti__country {
    padding: 5px;
    outline: none;
	font-size:11px;
}
input[type="password"] {
	background-color: rgba(255,255,255,1);
	font-size: .9rem;
	border:solid 1px #ebebeb;
	color: #495057;
	padding: 0 .75rem;
	height:45px;
	width: 100%;
	margin:0 0 20px 0!important;
}
textarea{
	background-color: rgba(255,255,255,1);
	font-size:.9rem;
	border:solid 1px #ebebeb;
	color: #495057;
	clear: both;
	padding: 0 .75rem;
	height:90px;
	width: 100%;
	text-decoration: none;
	margin:0 0 20px 0!important;
}
select {
	background-color: rgba(255,255,255,1);
	font-size:.9rem!important;
	border:solid 1px #ebebeb;
	color: #495057;
	height:45px;
	width: 100%!important;
	padding: 0 .75rem;
	margin:0 0 20px 0!important;
}
.custom-select {
    display: inline-block;
	font-size:.9rem!important;
    width: 100%;
    height: 45px !important;
    padding: .375rem 1.75rem .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ebebeb!important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	border-radius:0!important;
	margin:0 0 20px 0!important;
}
input[type="submit"]{
	background-color: #ff8312;
	display:inline-block;
	line-height:44px;
	padding:0 30px;
	color:#fff;
	font-size:16px;
	border:0;
}
input[type="submit"]:hover {
	background-color: #003366;
	color:#fff!important;
}
input[type="checkbox"][readonly] {
  pointer-events: none;
}
.rc-anchor{
	display:none!important;
}
.captcha{
    text-align:center;
    width:227px!important;
    height:57px!important;
    overflow:hidden;
    margin:0 auto 1rem auto !important;
    display:inline-block!important;
}
.captcha .g-recaptcha{
    margin:0 auto!important;
    display:inline-block!important;
}
#rc-imageselect {transform:scale(0.75);-webkit-transform:scale(0.75);transform-origin:0 0;-webkit-transform-origin:0 0;}
.full-btn{
	width:100%!important;
}
.btn-full{
	padding:0 10px!important;
	width:100%!important;
}
a.anchor {
    display: block;
    position: relative;
    top: -80px;
    visibility: hidden;
}
@media screen and (max-width: 1120px) {	
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}
}


.point-img{
	width:94%;
	height:auto;
	border-radius:10px;
	overflow:hidden;
	margin: 3%;
	box-shadow: 0 10px 22px 0 rgba(0,0,0,.15);
	border-radius:10px;
}
.point-img img{
	width:100%;
	height:auto;
}
/* Pop */
@-webkit-keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.2);
  }
}
@keyframes hvr-pop {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pop {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
    cursor: pointer;
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

a.more{
	float:right;
	right:0;
	position:absolute;
	z-index:1;
	font-weight:600;
	padding:0 0 0 0;
	color:#ff8312;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
a.more::after {  
	font-family: 'Font Awesome 5 Free'!important;
	font-weight: 700;
	content: "\f138";  
    top:0;
	right:0;
	margin:0 5px 0 5px;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
a.more:hover{	
	color:#ff8312;
}
a.more:hover::after {  
	margin:0 0 0 10px;
}
a.more2{
    display: block;
    margin: 20px 0 0 0!important;
	font-weight:600;
	padding:0 0 0 0;
	color:#ff8312;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
a.more2::after {  
	font-family: 'Font Awesome 5 Free'!important;
	font-weight: 700;
	content: "\f138";  
    top:0;
	right:0;
	margin:0 5px 0 5px;
	color: #ff8312 ;
    -webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
a.more2:hover{	
	color:#ff8312;
}
a.more2:hover::after {  
	margin:0 0 0 10px;
}
.btn1 {
	background-color: #ff8312!important;
	display:inline-block;
	line-height:44px;
	padding:0 27px;
	color:#fff!important;
	font-size:16px;
	border:0;
	border-radius:5px;
}
.btn1 i{
    margin: 0 5px 0 0;
}
.btn1:hover{
	background-color:#ff8312!important;
}
.btn2 {
	background-color: #ff8312;
	display:inline-block;
	line-height:44px;
	padding:0 30px;
	color:#fff!important;
	font-size:16px;
	border:0;
}
.btn2:hover{
	background-color:#192669;
}
.btn3 {
	background-color: #fff;
	display:inline-block;
	line-height:44px;
	padding:0 30px;
	color:#192669;
	font-size:16px;
	font-weight:600;
	border:0;
}
.btn3:hover{
	background-color:#ff8312;
	color:#fff;
}
.btn4 {
	background: linear-gradient(45deg, #3e3ea5  0%, #ff8312 100%);
	display:inline-block;
	line-height:40px;
	padding:0 20px;
	color:#fff;
	font-size:13px;
	font-weight:600;
	border:0;
	text-transform:uppercase;
	border-radius:6px;
}
.btn4:hover{
	background: linear-gradient(45deg, #ff8312  0%, #3e3ea5 100%);
	color:#fff;
}

.button {
	background-color: #fff;
	border:solid 0px #eee;
	display:block!important;
	line-height:44px;
	padding:0 27px;
	color:#192669 !important;
	font-size:14px;
	margin:-10px auto 10px auto;
	border-radius:20px;
	text-transform:capitalize;
}
.btn-plus {
    float: right;
    right: 15px;
    position: absolute;
    z-index: 1;
	background-color: #1a60c0!important;
	display:inline-block;
	line-height:44px;
	padding:0 15px;
	color:#fff!important;
	font-size:16px;
    font-weight: 500;
	border:0;
    border-radius:4px;
    vertical-align: middle;
}
.read-more{
	color:#ff8312;
	text-decoration:none;
	cursor:pointer;
}
.read-more{
}
.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;
}
.tbl1 {
	text-decoration: none;
	border:solid 1px rgba(0,0,0,.1);	
}

.tbl1 td {
	text-align:center;
	padding: 5px;
	line-height:1.5;
	text-decoration: none;
	font-size:14px!important;
	border:solid 1px rgba(0,0,0,.1);
}
.tbl1 th {
	text-align:center;
	line-height:1.5;
	padding: 5px;
	text-decoration: none;
	font-weight:500 !important;
	border:solid 1px rgba(0,0,0,.1);
}
.tbl1 td a{
	background-color:#ff8312;
	display:inline-block;
	padding:0px 15px;
	line-height:30px;
	font-weight:400!important;
	color:#fff!important;
	text-transform:uppercase;
	font-size:14px;
	margin:0;
	border-radius:3px;
}
.tbl1 td a:hover{
	background-color:#111;
	color:#fff!important;
}

@media screen and (max-width: 768px) {	
.tbl1 {
	text-decoration: none;
	font-size:10px;
	line-height:normal;
}

.tbl1 td {
	padding: 5px 3px !important;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size:11px!important;
}
.tbl1 th {
	padding: 5px 3px !important;
	text-decoration: none;
}
.tbl1 td a{
	background-color:#ff8312;
	display:inline-block;
	padding:0px 5px;
	line-height:25px;
	font-weight:400!important;
	color:#fff!important;
	text-transform:capitalize;
	font-size:11px;
	white-space: nowrap;
	margin:0;
}
}

.bottom_mar {
	text-align: left;
	background-image: url(../images/search_bg.gif);
	height: 71px;
	background-repeat: repeat-x;
	background-position: left top;
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin-top: 10px;
}
.bottom_mar img {
	border: 1px solid #CCCCCC;
}
.bottom_mar a {
	color: #FFFFFF;
	text-decoration: none;
}

.browse-list{
	list-style:none;
}
.browse-list li{
	list-style:none;
}
.browse-list li a{
	display:block;
	border-radius:5px;
	box-shadow:0px 3px 3px rgba(0,0,0,.1);
	color:#1a1a1a;
	margin:15px 0;
	font-weight:500;
    line-height: 47px;
	background-image: linear-gradient(0deg, #fff 0%, #f9f9f9 100%);
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.browse-list li a i{
	width:40px;
	height:50px;
    font-size: 20px;
	line-height: 50px;
	text-align:center;
	color:#fff;
	background-color:#ff8312;
	border-radius:5px 0 0 5px;
	margin:0 5px 0 0;
}
@media screen and (max-width: 992px) {
.row.browse-list{
	margin-right: -8px;
	margin-left: -8px;
}
.browse-list .col-6, .browse-list .col-lg-2, .browse-list .col-md-4, .browse-list .col-sm-3{
	padding-right: 8px;
	padding-left: 8px;
}
.browse-list li a{
	margin:8px 0;
}
}

.related-pro a{
	display:block;
	border:solid 1px #eeeeee;
	padding:10px;
	margin:10px 0;
	border-radius:3px;
}
.related-pro a:hover{
	background-color:#f9f9f9;
}
.related-pro i{
	width:90px;
	height:90px;
	line-height:90px;
	font-size:40px;
	border-radius:50%;
	background-color:#ff8312;
	color:#fff;
	margin:0 25px 0 0;
	text-align:center;
}
.related-pro h4{
	font-size:22px !important;
	margin:0 0!important;
	padding:10px 0!important;
	color:#192669!important;
}

.presence {
	background-color: #fff;
  text-align: left;
  display: table;
  margin: 15px 0;
  padding: 20px;
  display: block;
  border-radius: 10px;
  border: solid 1px rgba(7,152,255,.1);
	box-shadow: 0 5px 30px 0 rgba(7,152,255,.09);
}
.presence i {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 26px;
  border-radius: 100%;
  background-color:#07264e;
  border: 1px solid rgba(0,0,0,.05);
  color: #fff;
  margin: 0 25px 0 0;
  text-align: center;
}
.presence h4{
	font-size:22px !important;
	margin:0 0!important;
	padding:10px 0!important;
	color:#ff8312!important;
}
.presence h6{
	font-size:15px!important;
	line-height:150%!important;
	color:#333!important;
}
.presence h6 a{
	color:#333!important;
}

.footer4 {
	background-color: #061735;
	padding:0;
	box-shadow:0px -1rem 1rem rgba(0,0,0,0);
}
.footer4 h5 {
	margin:0 0 1rem 0 !important;
}
.footer4 ul.awards{
	list-style:none;
	display:block;
	margin:0;
	padding:0;
}
.footer4 ul.awards li{
	display:inline-block;
	margin:0 1rem 0 0;
	padding:0 1rem 0 0;
	border-right:solid 1px rgba(0,0,0,.3);
}
.footer4 ul.awards li:last-child{
	border-right:solid 0px #fff;
}
.footer4 ul.awards li img{
	height:60px;
	width:auto;
	border-radius: 5px;
}
@media screen and (max-width: 768px) {
.footer4 ul.awards li{
	margin:1%;
	width:30.33%;
	padding:10px;
	text-align:center;
	border:0;
}
.footer4 ul.awards li img{
	height:40px;
	width:auto;
	max-width:100%;
}
.footer4 .social{
	text-align:center;
	margin:1rem 0 0 0;
	float:none;
}
}


.footer3 {
	background-color: #d3ddea;
	padding:30px 0;
	box-shadow:0px -1rem 1rem rgba(0,0,0,0);
}
.footer3 a, .footer3 span{
	text-align:left;
	color:#192669;
	font-size:12px;
	line-height:25px;
	padding:10px 0;
	display:block;
}
.footer3 a:hover{
	color:#111!important;
	text-decoration:none;
}
.footer3 a img, .footer3 span img{
	float:left;
	color:#fff;
	width:auto;
	height:50px;
	line-height:50px;
	text-align:center;
	margin: 0 10px 0 0;
}
.footer3 a strong, .footer3 span strong{
	font-size:16px;
	font-weight:600;
	color:#333;
	line-height:25px;
}
.footer3 span a{
    padding:0;
	display:inline-block;
}
@media screen and (max-width: 575px) {
.footer3 .row .col-12 {
	border-bottom:solid 1px #ccc;
}
.footer3 .row .col-12:last-child {
	border-bottom:solid 0px #fff;
}
.footer3 a, .footer3 span {
    font-size: .8rem;
    line-height: 20px;
    padding: 10px 0;
}
.footer3 a strong{
	font-size:16px;
	line-height:20px;
}
.footer3 a img, .footer3 span img{
	float:left;
	color:#fff;
	width:auto;
	height:40px;
	line-height:40px;
	text-align:left;
	margin: 0 10px 0 0;
}
}


.footer2 {
	background-image: linear-gradient(120deg, #07264e, #07264e 100%);
	padding:0 0;
    color: rgba(255,255,255,.8);
}
.footer2 h3{
	font-size:20px!important;
	color:#fff!important;
	font-weight:600;
	padding:0 0 10px 0!important;
	margin:20px 0 10px 0!important;
    position: relative;
}
.footer2 h3::after{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:60px;
	height:3px;
	border-radius:2px;
	background-color:#ff8312;
}
.footer2 h3 a{
	color:#fff!important;
}
.footer2 h3 i{
	width:25px;
}
.footer2 ul{
	margin:0 !important;
	padding:0!important;
	width:100%;
	display:table;
}
.footer2 ul li{
	font-size:14px;
	line-height:1!important;
	display:inline-block;
	list-style:none;
	line-height:normal;
	padding:0 5px 0 0;
	margin:3px 5px 3px 0;
	position:relative;
	border-right:solid 1px #ccc;
}
.footer2 ul li:last-child{
	border-right:solid 0px #ccc;
}
.footer2 ul li i{
	font-size:20px;
	margin:0 10px 0 0;
}
.footer2 ul li a{
	color: rgba(255,255,255,.8);
}
.footer2 ul li a:hover{
	color: rgba(255,255,255,1);
}
.footer2 .social{
    width: 100%;
	text-align:left;
	margin:1rem 0 0 0;
}
.footer2 .social ul{
    width: 100%!important;
	display:table;
}
.footer2 .social ul li{
    display: inline-block;
	list-style:none;
	margin:0 0px 0 0!important;
	border:0;
	padding:0!important;
}
.footer2 .social ul li:before{
	content:'';
	position:absolute;
	left:0;
	top:20px;
	width:0px;
	height:0px;
	background-color:#00c194;
}
.footer2 .social ul li a i{
    display: block;
	width:40px;
	height:40px;
	font-size:1.2rem;
	line-height:40px;
	text-align:center;
	border-radius:10px;
	background-color:rgba(255,255,255,.8);
	border:solid 0px #0b5e2a;
	color: #fff;
}
.footer2 .social ul li a:hover i{
	border:solid 0px #0b5e2a;
	color: #fff;
}
.footer2 .social ul li a .fa-facebook{
    background-color: #143172;
}
.footer2 .social ul li a .fa-twitter{
    background-color: #38b2e1;
}
.footer2 .social ul li a .fa-linkedin{
    background-color: #143172;
}
.footer2 .social ul li a .fa-instagram{
    background-color: #9c2a95;
}
.footer2 .social ul li a .fa-youtube{
    background-color: #f30007;
}
.call{
  font-size: 18px;
    border: solid 0px #fff;
    border-radius:5px;
    padding: 20px;
    margin: 20px 0;
	color: rgba(255,255,255,.7);
    background-color: rgba(0,0,0,.2);
}
.call i {
  font-size: 58px;
    color: #fff;
  line-height: normal;
  float: left;
  margin: 0 10px 0 0;
}
.call a {
  text-indent: -5px;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: normal;
}
.footer2 ul.awards{
	list-style:none;
	display:table;
    width: 100%;
	margin:20px 0 !important;
	padding:0;
}
.footer2 ul.awards li{
	display:inline-block;
	margin:0 5px 0 0;
	padding:0 5px 0 0;
	border-right:solid 0px #ccc;
}
.footer2 ul.awards li:last-child{
	border-right:solid 0px #fff;
}
.footer2 ul.awards li img{
	height:60px;
	width:auto;
    border-radius: 5px;
}

footer{
	background-color:#061735;
	padding: 10px 0;
	position: relative;
	font-size:13px;
	text-align:center;
	margin:0;
	border-top: solid 1px rgba(255,255,255,.05);
    color: rgba(255,255,255,.8);
}
footer a{
	color: rgba(255,255,255,.8);
	text-decoration:none;
}
footer .copy{	
	font-size:9px;
	line-height:1.5;
    text-align: justify;
}

@media screen and (max-width: 768px) {
.footer2 ul.awards li{
}
.footer2 ul.awards li img{
	height:40px;
	width:auto;
	max-width:100%;
}
footer{
	padding-bottom:60px;
}
}






.tt {
  position: relative;
  display: inline-block;
}
.tt strong{
  background-color:#e14000;
  color:#fff !important;
  width:15px;
  height:15px;
  line-height:15px;
  font-size:13px!important;
  text-align:center;
  border-radius:100%;
  text-transform:lowercase!important;
}
.tt .ttt {
  display:none;
  position:absolute;
  z-index:1;
  top:-58px;
  left:-5px;
  background-color:#eee;
  border:solid 1px #eee;
  padding:5px;
  border-radius:5px;
  min-width:150px;
  text-transform:lowercase!important;
  color:#111!important;
}
.tt .ttt::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 12px;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #eee transparent transparent transparent;
}

.tt:hover .ttt {
  display:block;
}





.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}
.page-link {
    color: #192669!important;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #e9ecef!important;
    border-color: #e9ecef!important;
}



#fixme-bottom{
	position:fixed;
	z-index:10000!important;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,.5);
	padding:10px;
}
#fixme-bottom .d-msg {
	width:80%;
	background-color:#fff;
	position:static!important;
	height:auto;
	max-height:60%;
	margin:8% auto 0 auto;
	padding:30px;
	text-align:justify;
	line-height:24px;	
	box-shadow:0 0 0 25px rgba(0,0,0,.2);
	font-size:13px!important;
	line-height:22px!important;
	/*overflow-y:scroll;*/
}
#fixme-bottom .arb{
	background-color:#fff;
	width:50px;
	height:auto;
	text-align:center;
	font-size:14px;
	padding:5px 0;
	color:#F60;
	margin:-25px auto 0 -25px;
	display:inline-block;
	z-index:222222222;
	position:absolute;
	left:50%;
	border:solid 1px #ccc;
	border-bottom:0;
	display:none;
}
#fixme-bottom .d-msg h3 {
	margin:0 0 10px 0!important;
	border-left:solid 3px #ccc;
	padding:0 0 0 10px!important;
}
#fixme-bottom .d-msg .agree {
	background-color:#C30;
	padding:5px 10px;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	margin:15px 0 0 0;
	cursor:pointer;
}
@media screen and (max-width : 768px) {
#fixme-bottom{
	position:fixed;
	z-index:10000!important;
	top:0;
	left:0;
	width:100%;
	height:700px!important;
	background-color:rgba(0,0,0,.5);
	padding:10px;
}
#fixme-bottom .d-msg {
	overflow-y:scroll;
	width:90%;
	margin:15% auto 0 auto;
	box-shadow:0 0 0 10px rgba(0,0,0,.2);
	padding-bottom:50px;
}
#fixme-bottom .arb{	
	display:block;
}
#fixme-bottom .d-msg .agree {
	margin:15px 0 50px 0!important;
	cursor:pointer;
}
}
.right-fix{
	position:fixed;
	right:-67px;
	z-index:999;
	top:30%;
	width:170px;	
	text-align:center;
	background-color:#882626;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400!important;
}
.right-fix a{
	display:block;
	color:#fff!important;
	text-decoration:none!important;
	line-height:35px;
	padding:0 0;
}
.right-fix a:hover{
	color:#fff!important;
	text-decoration:none!important;
}
.right-fix i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}
.right-fix a:hover, .right-fix a:visited, .right-fix a:active{
	color:#fff!important;
	text-decoration:none!important;
}
.right-fix2{
	position:fixed;
	right:-67px;
	z-index:999;
	top:60%;
	width:170px;	
	text-align:center;
	background-color:#d34519;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	font-weight:400!important;
}
.right-fix2 a{
	display:block;
	color:#fff!important;
	text-decoration:none!important;
	line-height:35px;
	padding:0 0;
}
.right-fix2 a:hover{
	color:#fff!important;
	text-decoration:none!important;
}
.right-fix2 i{
	color:#fff;
	font-size:20px;
	background-color:#000;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
}

.fix-call{
    position:fixed;
    right:0;
    top:50%;
	margin: -86px 0 0 0;
    z-index:100;
    width:40px;
	height: 172px;
    text-align:right;
}
.fix-call span{
    display:none;
}
.fix-call a i{
    font-size:22px;
    width:40px;
    height:40px;
    line-height:40px;
    text-align:center;
    border-radius:3px 0 0 3px;
    color:#fff;
	margin: 2px 0;
    background-color:#ff8312;
}
.fix-call a .fa-volume-control-phone{
}
.fix-call a .fa-whatsapp{
    background-color:#39c83a ;
}
.fix-call.common{
	display:block;
}
.fix-call.project{
	display:none;
}
.fix-call.property{
	display:none;
}
.fix-call.floor{
	display:none;
}
.fix-call.plot{
	display:none;
}
@media screen and (max-width : 992px) {
.fix-call span{
    display:block;
}
.fix-call.common{
	display:block!important;
}
.fix-call.project{
	display:none;
}
.fix-call.property{
	display:none;
}
.fix-call.floor{
	display:none;
}
.fix-call.plot{
	display:none;
}
}

@media screen and (max-width : 992px) {
.right-fix{
	position:fixed;
	right:-65px;
	top:30%;
	width:150px;	
	text-align:center;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
}
.right-fix a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	padding:0 0;
}
.right-fix2{
	position:fixed;
	right:-65px;
	top:60%;
	width:150px;	
	text-align:center;
	transform: rotate(-90deg);
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
}
.right-fix2 a{
	display:block;
	color:#fff;
	text-decoration:none;
	line-height:20px;
	padding:0 0;
}
.fix-call{
    position:fixed;
    left:0;
	right:0;
	top: auto;
    bottom:0;
    width:100%;
	margin: 0;
	height: auto;
    z-index:100;
    background-image: linear-gradient(#f9f9f9, #eee) !important;
    background-color:transparent;
    text-align:center;
    padding:0;
    box-shadow:0px -3px 10px -3px rgba(0, 0, 0, .2)!important;
	text-align:center;
	display:table;
}
.fix-call a{
    color:#333 !important;
    font-size:12px;
	display:inline-block;
	width:24%;
	text-align:center;
	line-height:25px;
	padding-top:7px;
	padding-bottom:8px;
	border-right: solid 1px #ddd;
}
.fix-call a:last-child{
	border-right: solid 0px #ddd;
}

.fix-call a.wa{
}
.fix-call a i{
    color:#192669 !important;
    font-size:25px!important;
	display:block;
	margin:0 auto;
	clear:both;
	
	width:auto;
    height:auto;
    line-height:25px;
    border-radius:0;
    background-color:transparent;
    
}
.fix-call a .fa-home{
	color:#333 !important;
}
.fix-call a .fa-volume-control-phone{
	color:#192669!important;
}
.fix-call a .fa-whatsapp{
	color:#48a91f!important;
	font-size:27px!important;
	background-color:transparent;
}
.fix-call a .fa-envelope-open-o{
	color:#ff8312!important;
}
}

#dots{display:inline-block;}
#more{display: none;}
#myBtn{display:block!important; margin:4px 0;}


.grecaptcha-badge { opacity:0;}
</pre></body></html>