@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700);
body {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 28px;
	background: #FFF;
	font-family: 'Roboto', sans-serif;
}
.section-lg {
	padding: 100px 0px;
}
.section-md {
	padding: 80px 0px;
}
.section-sm {
	padding: 60px 0px;
}
.section-sm-m {
	padding: 30px 0px;
}
p {
	font-weight: 400;
	color: #333;
	font-size: 16px;
	line-height: 28px;
}
a,  a:hover,  a:focus {
	-webkit-transition: all 700ms ease 0s;
	transition: all 700ms ease 0s;
	text-decoration: none;
	outline: none;
	font-weight: 400;
}
ul {
	margin: 0;
}
ol li,  ul li {
	list-style: outside none none;
}
img {
	height: auto;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: auto;
	padding: 0px;
}
.header {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.header-top {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	background: #0F2647;
	padding: 5px 0px;
	margin: 0px;
}
.header-left {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	margin: 0;
	padding: 5px 0;
	max-width: 550px;
	float: left
}
.header-left ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.header-left ul li {
	list-style: none;
	display: inline-block;
	padding: 0 15px 0 10px;
	margin: 0;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	color: #eee;
	border-left: 1px solid #e7e7e7;
}
.header-left ul li:first-child {
	border: 0
}
.header-left ul li i {
	font-size: 15px;
	font-weight: 700;
	font-weight: normal;
	color: #eee;
	padding-right: 7px
}
.header-left ul li a {
	color: #eee;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1px;
}
.header-right {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 5px 0;
	margin: 0;
	float: right;
	text-align: right;
	max-width: 500px;
}
.header-right ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.header-right ul li {
	list-style: none;
	display: inline-block;
	float: none;
	padding: 0 2px 0 0;
	line-height: 15px;
}
.header-right ul li:first-child {
	border: 0
}
.header-right ul li a {
	text-align: right;
	display: inline-block;
	font-size: 13px;
	text-decoration: none;
}
.header-right ul li a i {
	text-align: center;
	color: #eee;
	background: none;
	line-height: 20px;
	font-size: 13px;
	font-weight: 100;
	padding: 0px 7px;
}
.header-right ul li a i.fa-facebook {
	background: none;
}
.header-right ul li a i.fa-facebook:hover {
	background: none;
	color: #FFF;
}
.header-right ul li a i.fa-twitter {
	background: none;
}
.header-right ul li a i.fa-twitter:hover {
	background: none;
	color: #FFF;
}
.header-right ul li a i.fa-google-plus {
	background: none;
}
.header-right ul li a i.fa-google-plus:hover {
	background: none;
	color: #FFF;
}
.header-right ul li a i.fa-youtube {
	background: none;
}
.header-right ul li a i.fa-youtube:hover {
	background: none;
	color: #FFF;
}
.header-right ul li a i.fa-linkedin {
	background: none;
}
.header-right ul li a i.fa-linkedin:hover {
	background: none;
	color: #FFF;
}
.logo {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 10px 0px;
	margin: 0px;
}
.logo img {
	width: auto;
	height: auto;
	max-height: 110px;
	display: block;
	position: relative;
	padding: 5px 0px;
	margin: auto;
}

@media only screen and (max-width: 768px) {
.header-left {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0;
	padding: 10px 0;
	text-align: center
}
.header-left ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.header-left ul li {
	list-style: none;
	display: inline-block;
	padding: 0 15px 0 10px;
	margin: 0;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	color: #FFF;
	border-left: 1px solid #ccc;
	text-align: center
}
.header-right {
	width: 100%;
	height: auto;
	display: inline-block;
	position: relative;
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: center
}
.header-right ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center
}
.header-right ul li {
	padding: 0 2px 0 0;
	margin: 0;
	text-align: center
}
.right-widget {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 30px 0px;
	margin: 0px auto;
	text-align:center;
}
.right-widget span {
	font-size: 21px;
	font-weight: 500;
	color: #0F2647;
	line-height: 28px;
	text-align: center;
}
.right-widget h5 {
	font-size: 18px;
	font-weight: 400;
	color: #AA1C2B;
	line-height: 30px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

}
.right-widget {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	float: right;
	padding: 30px 0px;
	margin: 0px auto;
}
.right-widget span {
	font-size: 21px;
	font-weight: 500;
	color: #0F2647;
	line-height: 28px;
	text-align: left;
}
.right-widget h5 {
	font-size:21px;
	font-weight: 400;
	color: #AA1C2B;
	line-height: 30px;
	text-align: left;
	padding: 0px;
	margin: 0px;
}
/*=========== Banner Right Picture =================*/
.banner {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.banner img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.banner img::after{
  position:absolute;
  width:100%;
  height:100%;
  top:0px;
  left:0px;
  bottom:0px;
  right:0px;
  background:rgba(0,0,0,0.8);
}
/*****************Property Listing Block********************/
.property-block {
	width: 100%;
    height: auto;
    display: block;
    position: relative;
    margin: 20px 0px;
    background: #FFF;
    padding: 0px 0px 50px 0px;
    border-radius: 10px;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
    transition: 0.3s all;
    min-height: 475px;
    overflow:hidden;
    border:3px solid #fff;
}
.property-block:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform:translateY(-3px);
}
.property-block .property-img {
	width: 100%;
	height: 275px;
	display: block;
	position: relative;
	padding: 0px;
	margin-bottom: 10px;
}
.property-block .bottomleft {
	position: absolute;
	bottom: 20px;
	left: 16px;
	font-size: 15px;
	font-weight: 400;
	background: rgba(252,170,76,0.9);
	color: #222;
	border-radius: 6px;
	padding: 8px 15px;
}
.property-block .topright {
	position: absolute;
	top: 20px;
	right: 16px;
	font-size: 15px;
	font-weight: 400;
	background: rgba(90,118,52,0.8);
	color: #eee;
	border-radius: 5px;
	padding: 5px 15px;
}
.property-block .property-img img {
	width: 100%;
	height: 275px;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.property-block h3 {
	font-size: 16px;
	font-weight: 400;
	color: #222;
	line-height: 22px;
	text-align: left;
	padding: 5px 0px 2px 15px;
	margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-block h4 {
	font-size: 16px;
	font-weight: 300;
	color: #222;
	line-height: 26px;
	text-align: left;
	padding: 0px 0px 20px 15px;
	margin: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.property-block ul {
	list-style: none;
	margin-bottom: 20px;
	padding: 0px 0px 5px 10px;
}
.property-block ul li {
	display: inline-block;
	padding: 0px 7px 0px 7px;
	font-size: 16px;
	line-height:25px;
	font-weight: 300;
	color: #222;
	border-right: 1px solid #e7e7e7;
}
.property-block ul li:last-child {
	border-right: none;
}
.property-block .read-more a {
	font-size: 15px;
    font-weight: 400;
    color: #eee;
    background: #3CBAF7;
    padding: 10px 15px;
    margin-bottom: 0px;
    display: block;
    position: absolute;
    text-align: center;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.property-block .read-more a:hover {
	color: #eee;
	background: #1692cc;
}
/****************** Total Property CSS *************/
.property-total-big {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 10px 0px;
	margin: 0px;
}
.property-total-big .tot-topleft {
	position: absolute;
	top: 30px;
	left: 16px;
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
	background: rgba(252,170,76,0.9);
	color: #444;
	border-radius: 6px;
	padding: 10px 30px;
}
.property-total-big .tot-topleft a {
	color: #444;
}
.property-total-big img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-radius: 5px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
.property-total-small {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 10px 0px;
	margin: 0px;
}
.property-total-small .tot1-topleft {
	position: absolute;
	top: 30px;
	left: 16px;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	background: rgba(252,170,76,0.8);
	color: #444;
	border-radius: 6px;
	padding: 10px 20px;
}
.property-total-small .tot1-topleft a {
	color: #444;
}
.property-total-small img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	border-radius: 5px;
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}
/*--------------------------------
    Heading Style5
----------------------------------*/
.tc-heading-style5 .heading-inner {
	padding-bottom: 15px;
}
.tc-heading-style5 .heading-inner:before {
	content: '';
	position: absolute;
	bottom: 0;
	height: 1px;
	width: 50px;
	background: #B01E2D;
	left: 0;
}
.tc-heading-style5 .heading-inner:after {
	content: '';
	position: absolute;
	bottom: 3px;
	height: 1px;
	width: 80px;
	background: #B01E2D;
	left: 0;
}
.tc-heading-style5.tc-heading-center {
	text-align: center;
}
.tc-heading-style5.tc-heading-center .heading-inner:after, .tc-heading-style5.tc-heading-center .heading-inner:before {
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.tc-heading-style5.tc-heading-right {
	text-align: right;
}
.tc-heading-style5.tc-heading-right .heading-inner:after, .tc-heading-style5.tc-heading-right .heading-inner:before {
	left: auto;
	right: 0;
}
/*================Fotter Style ===============*/

.footer-wrap {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0;
	padding: 40px 0;
	background: #1f365c;
	background-size: cover;
	color: #FFF;
}
.footer-social {
	width: 100%;
	height: auto;
	padding: 15px 0px;
	margin: auto;
	text-align: center;
}
.footer-social ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	text-align: center;
}
.footer-social ul li {
	margin: 0;
	padding: 0 10px 0 0;
	text-align: center;
	display: inline-block;
}
.footer-social ul li a {
	display: block;
	text-align: center;
	font-size: 14px;
	text-decoration: none
}
.footer-social ul li a i {
	text-align: center;
	color: #949fb2;
	background: #304669;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 100%;
}
.footer-social ul li a span {
	padding: 0 10px 0 0;
	font-weight: 700
}
.footer-social ul li a i.fa-facebook {
	background: #304669;
	color: #949fb2;
}
.footer-social ul li a i.fa-facebook:hover {
	background: #FFB118;
	color: #FFF;
}
.footer-social ul li a i.fa-google-plus {
	background: #304669;
	color: #949fb2;
}
.footer-social ul li a i.fa-google-plus:hover {
	background: #FFB118;
	color: #FFF;
}
.footer-social ul li a i.fa-twitter {
	background: #304669;
	color: #949fb2;
}
.footer-social ul li a i.fa-twitter:hover {
	background: #FFB118;
	color: #FFF;
}
.footer-social ul li a i.fa-youtube {
	background: #304669;
	color: #949fb2;
}
.footer-social ul li a i.fa-youtube:hover {
	background: #FFB118;
	color: #FFF;
}
.footer-social ul li a i.fa-linkedin {
	background: #304669;
	color: #949fb2;
}
.footer-social ul li a i.fa-linkedin:hover {
	background: #FFB118;
	color: #FFF;
}
.footer-social ul li a i.fa-instagram {
	background: #304669;
	color: #949fb2;
}
.footer-social ul li a i.fa-instagram:hover {
	background: #FFB118;
	color: #FFF;
}
.footer-heading h3 {
	font-size: 22px;
	font-weight: 500;
	padding: 0px;
	margin-bottom: 45px;
	color: #FFF;
	text-transform: capitalize;
	position: relative;
	display: block;
}
.footer-heading h3::before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 30px;
	height: 1px;
	top: 40px;
	background-color: #ffb118;
}
.footer-heading h3::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 36px;
	bottom: 2px;
	width: 20px;
	height: 1px;
	background-color: #ffb118;
}
.footer-about p {
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	line-height: 25px;
	padding: 5px;
	margin: 0px;
	text-align: left;
}
.footer-about p a {
	font-size: 15px;
	font-weight: normal;
	color: #DF6100;
	text-decoration: none;
}
.footer-about .footer-logo {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 10px;
	margin: 0px 0px 15px 0px;
	text-align: center;
	background: #f9f9f9;
	border-radius: 5px;
}
.footer-about .footer-logo img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: auto;
	text-align: center;
}
.footer-contact p {
	padding: 0 25px 0 20px;
	position: relative;
	color: #ddd;
	font-size: 14px;
}
.footer-contact p i {
	position: absolute;
	top: 5px;
	left: -5px;
	right: 5px;
	color: #ddd;
	font-size: 15px;
	font-weight: 700
}
.footer-menu {
	margin: 0;
	display: block;
	padding: 0 15px 0 0
}
.footer-menu ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.footer-menu ul li {
	list-style: none;
	padding: 3px 0;
	margin: 0;
}
.footer-menu ul li a {
	color: #ddd;
	font-size: 14px;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	text-decoration: none
}
.footer-menu ul li:hover a {
	color: #FFB118;
}
.footer-menu ul li a::before {
	content: "\f105";
	font-family: fontawesome;
	font-size: 15px;
	padding: 0 10px 0 0;
	color: #ddd;
	font-weight: 700;
}
.footer-menu ul li a:hover::before {
	color: #FFB118;
}
/* **************** Identity Footer *******************/
.identity-footer {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0px;
	padding: 30px 0px;
	background: #1f365c;
	border-top: 1px solid rgba(255,255,255,.12);
}
.identity-footer .identity-logo {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 10px 0px;
	text-align: center;
	margin: 0px;
}
.identity-footer .identity-logo img {
	width: auto;
	height: auto;
	display: block;
	position: relative;
	padding: 0px;
	text-align: center;
	margin: 0px auto;
}
.identity-footer h3 {
	font-size: 15px;
	font-weight: 500;
	color: #ccc;
	line-height: 20px;
	padding: 5px 0px;
	margin: 0px;
	text-align: center;
}
/************************************/
.footer {
	background: #1f365c;
	padding: 1em 0;
	font-size: 15px;
	border-top: 1px solid rgba(255,255,255,.12);
}
.footer .container {
	margin: 0 auto
}
.footer p, .footer a:link, .footer a:visited, .footer a:hover {
	color: #FFF;
	font-size: 1em;
	padding: 0;
	margin: 0
}
/************************************/
/*------------------------
	Breadcrumb
--------------------------*/
.tc-breadcrumb {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.tc-breadcrumb ul {
	margin-bottom: 0;
	background: transparent;
	padding: 0;
	border-radius: 0;
}
.tc-breadcrumb ul li a {
	color: #ddd;
}
.breadcrumb .active {
	color: #FBAD41;
}
.tc-breadcrumb ul li:before {
	font-size: 10px;
}
.tc-breadcrumb .breadcrumb-title {
	margin: 0;
	font-size: 20px;
	font-weight: 500;
	color: #ddd;
	letter-spacing: 1px;
	text-transform:capitalize;
}
.tc-breadcrumb.tc-breadcrumb-center {
	display: block;
	text-align: center;
}
.tc-breadcrumb.tc-breadcrumb-center .breadcrumb-title {
	margin-bottom: 12px;
	font-size: 26px;
	font-weight: 500;
}
.tc-breadcrumb.tc-contrast * {
	color: rgba(255, 255, 255, 0.8);
}
.tc-breadcrumb.tc-contrast li.active {
	color: rgba(255, 255, 255, 0.6)
}

@media (max-width: 767px) {
.tc-breadcrumb {
	display: block;
	text-align: center;
}
.tc-breadcrumb .breadcrumb-title {
	margin-bottom: 12px;
}
}
.sec-spacer {
	padding: 50px 0;
	background: #0F2647;
}
/************************************/
.verticle-menu {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 10px 10px;
	margin-bottom: 15px;
	background: #f9f9f9;
}
.verticle-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.verticle-menu ul li {
	list-style: none;
	margin: 0;
	padding: 5px 0;
	font-size: 17px;
	font-weight: 300;
	color: #555;
	line-height: 25px;
	border-bottom: 1px dashed #ebebeb;
}
.verticle-menu ul li:last-child {
	border-bottom: none
}
.verticle-menu ul li a {
	color: #555;
	font-size: 17px;
	font-weight: 300;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	text-decoration: none
}
.verticle-menu ul li a:hover {
	color: #BF1E2E;
	font-size: 17px;
	font-weight: 300;
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s;
	text-decoration: none
}
.verticle-menu ul li a::before {
	font-family: fontawesome;
	font-size: 12px;
	padding: 5px 10px 5px 5px;
	font-weight: 700;
	color: #555;
	content: '\f0da';
	transition: all .1s;
	-moz-transition: all .1s;
	-webkit-transition: all .1s
}
.verticle-menu ul li:hover a:before {
	padding: 0 10px 0 0;
	color: #BF1E2E;
}
/*------end verticle menu--------*/
.page-text {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 0px;
	margin: 0px;
}
.page-text .page-title {
	margin: 0px 0px 15px;
	position: relative;
	color: #555;
	font-weight: 500;
	line-height: 0.8;
	font-size: 28px;
	padding: 0px 0px 22px;
}
.page-text .page-title::before {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 30px;
	height: 1px;
	background-color: #ffb118;
}
.page-text .page-title::after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: 2px;
	width: 20px;
	height: 1px;
	background-color: #ffb118;
}
.page-text p {
	font-size: 16px;
	font-weight: 400;
	color: #777;
	line-height: 28px;
	padding: 10px 0px;
	margin: 0px;
	text-align: left;
}
.page-text ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
.page-text ul li {
	list-style:none;
	margin:0px;
	padding:5px 0px 5px 5px;
	font-size:15px;
	font-weight:400;
	line-height:25px;
	color:#555;
}
.page-text ul li:hover {
	padding:5px 0px 5px 7px;
}
.page-text ul li::before {
	content: "\f105";
	font-family: fontawesome;
	font-size: 15px;
	padding: 0 10px 0 0;
	color:#DD223C;
	font-weight: 700;
}
	
/************ Page Text Css END *******************/
.property-details {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 15px 15px;
	background: #FFF;
	margin: 0px 0px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.property-details h1 {
	font-size: 20px;
	font-weight: 400;
	color: #B83843;
	line-height: 28px;
	padding: 10px 0px;
	margin: 0px;
	border-bottom: 1px solid #e7e7e7;
	text-align: left;
}
.property-details span {
	font-size:25px;
	font-weight:500;
	color:#4F8F21;
	line-height:28px;
}
.property-details p {
	font-size: 16px;
	font-weight: 400;
	color: #666;
	line-height: 30px;
	padding: 10px 0px;
	margin: 0px;
	text-align: left;
}
.property-details ul {
	list-style: none;
	padding: 15px 0px;
	margin: 0px;
}
.property-details ul li {
	list-style: none;
	text-align: left;
	padding: 4px 0px 7px 7px;
	margin: 0px;
	font-size: 16px;
	font-weight: 300;
	color: #555;
	display:list-item;
	line-height: 25px;
}
.property-details ul li::before {
	content: "\f069";
	font-family: fontawesome;
	font-size: 13px;
	padding: 0 10px 0 0;
	color:#5A731A;
	font-weight: 300;
}
.property-map {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	background:#FFF;
	border:1px solid #e7e7e7;
	padding:5px;
	margin:10px 0px;
}
/*************** Dwarka on Maps ******************/
.dwarka-map {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 0px;
	margin: 15px 0px;
	border: 1px solid #e7e7e7;
	background: #FFF;
}
.dwarka-map h1 {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 15px 0px;
	font-size: 18px;
	font-weight: 400;
	color: #B73F41;
	text-align: center;
	margin: 0px;
	border-bottom: 1px solid #e7e7e7;
}
.dwarka-map .map-frame {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	padding: 10px;
	margin: 0px;
}

.right-banner-img {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin:4px 0px;
	padding:5px;
	background:#FFF;
	border-radius:10px;
}
.right-banner-img img{
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin:0px;
	padding:0px;
	border-radius:10px;
}
/************ Search Area *****************/
/*-----------------------
    Tabs style 6
-------------------------*/
.tc-tabs-style6 {padding: 20px;background:#f7e7e7;box-shadow: 0 3px 10px rgba(51, 122, 183, 0.15);}
.tc-tabs-style6 .tc-tab-title {margin: 0 0 15px 0;font-size: 20px;line-height: normal;}
.tc-tabs-style6 .tc-tab-desc {font-size: 13px;}
.tc-tabs-style6 .tab-content {margin-top: 20px;padding-left: 5px;}
.tc-tabs-style6 .nav-tabs {border-bottom: 0;}
.tc-tabs-style6 .nav-tabs li a {padding: 10px 20px;margin-bottom: 4px;border: 0 !important;border-radius: 0;line-height: normal;font-size: 13px;color: #777;font-weight: 600; float:right;}
.tc-tabs-style6 .nav-tabs li a:hover, 
.tc-tabs-style6 .nav-tabs li.active a {background-color:#54AEF5; color:#FFF;}
.tc-tabs-style6 .nav-tabs li.active a:after, 
.tc-tabs-style6 .nav-tabs li a:hover:after {content: '';position: absolute;border: 7px solid transparent;border-top-color:#54AEF5;bottom: -14px;left: 50%;transform: translateX(-50%);}
/******************** Pagination ********/
.pagination {
  display: inline-block;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color .3s;
  border: 1px solid #ddd;
  margin: 0 4px;
}

.pagination a.active {
  background-color: #4CAF50;
  color: white;
  border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {background-color: #ddd;}

/*=========== Contact Us Page Css ==============*/
.contactus {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	margin:0px;
	padding:15px 25px;
	background:#f4f4f4;
	border-radius:3px;
}

.contactus p{
	font-size:14px;
	font-weight:400;
	color:#333;
	line-height:30px;
	text-align:left;
}

.contactus p h5{
	font-size:25px;
	font-weight:600;
	color:#333;
	line-height:25px;
	text-align:left;
}

.contactus h7 {
	font-size:18px;
	font-weight:700;
	color:#1B273D;
	line-height:22px;
	display:block;
	position:relative;
	text-align:left;
	text-transform:none;
	margin:0px 10px 30px 0px;
}

.contactus h7::after {
	background-color:#FFB600;
	height:3px; 
	width: 10%; 
	position:absolute;
	content:"";
	left:0;
	top:100%;
	margin-top:10px;
}

.contactus h7::before {
	background-color:#E4E4E4;
	height:1px; 
	width: 18%; 
	position:absolute;
	content:"";
	left:0;
	top:100%;
	margin-top:11px;
}

/*================ Map css ============= */
.map-block {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	padding:0px;
	margin:10px 0px;
	border:1px solid #e7e7e7;
}
.map-block .maphead {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	padding:10px;
	margin:0px;
	text-align:center;
	border-bottom:1px solid #e7e7e7;
	background:#fff;
}
.map-block .maphead h3 {
	font-size:17px;
	font-weight:500;
	color:#333;
	line-height:28px;
	padding:0px;
	margin:0px;
	text-align:center;
}
.map-block .maparea {
	width:100%;
	height:auto;
	display:block;
	position:relative;
	padding:5px;
	margin:0px;
	background:#fff;
}

.download-block{
    display:block;
    padding:65px 35px 35px 35px;
    text-align:center;
    margin:0 0 25px 0;
    position:relative;
    height:250px;
    background:url(../images/doc-bg.jpg);
    background-size:100% 100%;
    border-radius: 8px;
}
.download-block:before {
    content: "\f019";
    display: inline-block;
    font-family:FontAwesome;
    text-align:center;
    font-size:74px;
    color:#0F2647;
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.download-block h3{
    color:#000;
    text-shadow:0 0 3px #fff;
}
.menu li.selected{
    float:right;
    background:#9C0D11;
}
.menu li.selectedvegas{
    float:right;
    background:#0F2647;
    margin-right:10px;
}
#response {
	width: 70%;
	margin: auto;
	padding: 15px;
	border-radius: 5px;
}
.error-msg {
	background: #E7E7E7;
	color: red;
	border: 1px solid #E7E7E7;
}
.success-msg {
	background: #CEDDC4;
	color: darkgreen;
	border: 1px solid #CEDDC4;
}
.process-msg {
	background: #D1E5F0;
	color: dodgerblue;
	border: 1px solid #D1E5F0;
}
.pattern-bg{
    background-color: #ffffff;
background-size: 6px 6px;
background-image: repeating-linear-gradient(135deg, rgba(0,0,0,0.1) 0, rgba(0,0,0,0.1) 0.6000000000000001px, #ffffff 0, #ffffff 50%);
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.pattern-bg1{
    background-color: #ffffff;
background-size: 6px 6px;
background-image: repeating-linear-gradient(135deg, rgb(255 255 255 / 0%) 0, rgb(255 255 255) 0.6000000000000001px, #ffffff57 0, #ff00002e 50%);
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.pattern-bg2{
   background-color: #ffffff;
background-size: 6px 6px;
background-image: repeating-linear-gradient(135deg, rgb(255 255 255 / 88%) 0, rgb(255 255 255) 0.6000000000000001px, #ffffff57 0, #9aa1ff57 50%);
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.pattern-bg3{
    background-color: #ffffff;
background-size: 6px 6px;
background-image: repeating-linear-gradient(135deg, rgb(255 255 255 / 88%) 0, rgb(255 255 255) 0.6000000000000001px, #ffffff57 0, #ffe59aa6 50%);
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}
.pattern-bg4{
    background-color: #ffffff;
background-size: 6px 6px;
background-image: repeating-linear-gradient(135deg, rgb(255 255 255 / 88%) 0, rgb(255 255 255) 0.6000000000000001px, #ffffff57 0, #9affaba6 50%);
box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}