﻿html, body {
    height: 100%;
    font-family: "Poppins", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
a:hover, a:focus {
    text-decoration: none !important;
    outline: none;
    color: #fff;
}
ul, ol {
    padding: 0;
    margin: 0 !important;
}
.section 
{
    padding:30px 0;
}
.section-title {
    margin-bottom: 10px;
}
img.shape {
    position: absolute;
    
}
img.shape-3 {
    right: 0;
}
.section h2{
  text-align:center;
  padding: 20px;
}

.section-title h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;
    text-align:center;
}
.heroSlider 
{
   /* height: 433px; */
position: relative;
z-index: 1;
}
.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-image: url('/Quick Links/TNCP/images/mapbanner.jpg');
}
.srch-bg {
    
    padding: 100px 10px 0;
    height: 100%;
	position:absolute !important;
	z-index:99;
	left:0;
}
/*.heroSlider::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
   background: #8E2DE2;   
background: linear-gradient(to right, #e0a028, #9e3c0d);
 opacity:.6;
    content: "";
    z-index: -1;
}*/
.hero-text {
    padding-top: 128px;
    text-align: center;
}
.hero-text h2 {
    font-size: 48px;
    font-weight: 300;
    background: rgba(255, 255, 255,.9);
}
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white span, .text-white li, .text-white a {
    color: #fff;
}
.hero-text h1 {
    font-size: 72px;
    font-weight: 300;
      background: rgba(255, 255, 255,.9);
}
/* Navbar */
.navbar 
{
    padding:0 !important;
}
.nav-link 
{
    color:#000 !important;
}
.active .nav-link
{
    color:#fda94f !important;
}
.nav-link:hover 
{
    color:#fda94f !important;
}
.navbar-light .navbar-toggler {
    color: rgb(119, 121, 208) !important;
border-color: rgb(119, 121, 208) !important;
outline: none;
}
.navbar-toggler-icon i 
{
    line-height:1.5em;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 2rem !important;
    padding-left: .5rem;
}
/*---------------------
  Header
-----------------------*/

.canvas-open {
	display: none;
}
.offcanvas-menu-wrapper {
	display: none;
}
.header-section.header-normal .nav-logo {
	position: relative;
	z-index: 9;
	-webkit-box-shadow: 0 0 15px 5px rgba(44, 44, 44, 0.2);
	box-shadow: 0 0 15px 5px rgba(44, 44, 44, 0.2);
}
.top-nav {
	background: #fbfbfb;
	border-bottom:1px solid #ddd;
}
.top-nav .main-menu ul li {
	list-style: none;
	display: inline-block;
	margin-right: 45px;
}
.top-nav .main-menu ul li:last-child {
	margin-right: 0;
}
.top-nav .main-menu ul li.active a {
	color:#7779d0;
}
.top-nav .main-menu ul li a {
	font-size: 14px;
	color: #ffffff;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.top-nav .main-menu ul li a:hover {
	color: #7779d0;
	text-decoration:none !important;
}
.top-nav .top-right {
	text-align: right;
}
.top-nav .top-right .language-option {
	display: inline-block;
	margin-right: 25px;
	position: relative;
	cursor: pointer;
}
.top-nav .top-right .language-option img {
	margin-right: 2px;
}
.top-nav .top-right .language-option span {
	font-size: 14px;
	color: #ffffff;
	display: inline-block;
	margin-right: 2px;
}
.top-nav .top-right .language-option i {
	color: #ffffff;
	font-size: 13px;
}
.top-nav .top-right .language-option:hover .flag-dropdown {
	top: 33px;
	opacity: 1;
	visibility: visible;
}


.top-nav .top-right .language-option .flag-dropdown {
	position: absolute;
	right: 0;
	top: 70px;
	background: #ffffff;
	min-width: 130px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 0;
	visibility: hidden;
	z-index: 99;
	border: 1px solid #e5e5e5;
}
.top-nav .top-right .language-option .flag-dropdown ul li {
	list-style: none;
}
.top-nav .top-right .language-option .flag-dropdown ul li a {
	font-size: 14px;
	color: #222222;
	display: block;
	padding: 10px 15px;
	text-align: left;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.top-nav .top-right .language-option .flag-dropdown ul li a:hover {
	color: #2cbdb8;
}
.top-nav .top-right .property-sub {
	display: inline-block;
	background:#7779d0;
	font-size: 14px;
	color: #ffffff;
	padding: 10px 30px;
}
.top-nav .top-right .property-sub:hover {
	background:#fda94f;
}
.nav-logo .logo {
	padding: 12px 0;
}
.logo img 
{
    height:58px;
    
}
html {
  scroll-behavior: smooth;
}
.nav-logo .logo a {
	display: inline-block;
}
.nav-logo .nav-logo-right {
	text-align: right;
}
.nav-logo-right img 
{
    height:58px;
    margin-top:10px;
}
.nav-logo .nav-logo-right ul li {
	list-style: none;
	display: inline-block;
	margin-left: 45px;
	padding: 25px 0 25px;
}
.nav-logo .nav-logo-right ul li i {
	float: left;
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center;
	border: 2px solid #D5F2F1;
	line-height: 45px;
	color: #2cbdb8;
	font-size: 20px;
	margin-right: 14px;
}
.nav-logo .nav-logo-right ul li .info-text {
	overflow: hidden;
	text-align: left;
}
.nav-logo .nav-logo-right ul li .info-text span {
	font-size: 14px;
	color: #707079;
	line-height: 15px;
	display: inline-block;
}
.nav-logo .nav-logo-right ul li .info-text p {
	color: #19191a;
	margin-bottom: 0;
	line-height: 18px;
	margin-top: 4px;
}
.nav-logo .nav-logo-right ul li .info-text p span {
	color: #707079;
	font-size: 16px;
}

/* Form */
.search-form {
    z-index: 99;
    position: relative;
}

/*.search-form-text {
    background:rgba(15, 15, 15, 0.5);
}*/
.search-form-text .search-text {
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    background: #2fdaca;
    padding: 13px 30px;
    font-weight: 500;
}
.search-form-text .search-text i {
    margin-right: 4px;
}
.search-form-text .home-text {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding-left: 30px;
}
.filter-form {
    background: #ffffff;
   /* padding: 30px; 
    margin-bottom:30px;*/
   /* height:400px; */
    -webkit-box-shadow: 0 0 42px 5px rgba(44, 44, 44, 0.2);
    box-shadow: 0 0 42px 5px rgba(44, 44, 44, 0.2);
}

.search-form-text .home-text i {
    margin-right: 4px;
}


/* Select */
.searchInput 
{
    height: 100%;
display: block;
margin-bottom: 0;
}

.searchInput {
    border-radius: 0px;
    padding: 0px 6px 0px 22px;
    border-color: transparent;
    min-height: 38px;
    position: relative;
    z-index: 2;
    background: url("../images/icon/homeSearchNewIcon.png") 10px 14px no-repeat #fff;
    border-radius: 4px 0px 0px 4px;
    width:100%;
}

.searchInput input::placeholder {

    font-size: 16px;
    color: rgba(82, 82, 82, 0.8);

}
.searchbuttonhome {
    border-radius: 0px;
    border-color: transparent;
    min-height: 38px;
    position: relative;
    z-index: 2;
    border-radius: 4px 0px 0px 4px;
    height: 100%;
display: block;
margin-bottom: 0;
width:100%;
}
.searchInput input {
    height: 100%;
    width: 100%;
    background: #ffffff;
    font-size: 16px;
    color: rgba(82, 82, 82, 0.8);
}
.searchIcon 
{
 content: '';
position: absolute;
left: 33px;
top: 14px;
color: #fff;
    
}
.searchInput input[type="text"], .searchselect select {
    border-radius: 0px;
    background: #ffffff;
     border:0 !important;
    font-size: 16px;
    color: rgba(82, 82, 82, 0.8);
    height: 45px;
    line-height: 45px;
    width: 100%;
    padding: 0 20px;
    transition: all 0.4s ease-in;
}
.searchInput input[type="text"]:hover, .searchselect select:hover, .searchInput input[type="text"]:focus, .searchselect select:focus {
    outline: none !important;
}

.search-btn {
    width: 100%;
    height: 100%;
    float: right;
    background-color: #e4aa3f !important;
    color: #fff !important;
    border: 1px solid #e4aa3f !important;
    font-size: 18px;
    display: block;
    text-shadow: 1px 1px 10px rgba(50,50,50,0.75);
    letter-spacing: 1px;
    height:38px;
}
.search-btn:hover 
{
    background-color:#FDA94F !important;
    border: 1px solid #FDA94F !important;
}
.searchInput, .searchselect 
{
   border: 1px solid #cecece;
}

.inputCol 
{
    margin:0 !important;
    padding:0 !important;
}
.inputCol .searchInput {
    border-radius: 0px;
    padding: 0px 6px 0px 2px;
   
}

.searchselect select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    position:relative;
}   
.searchselect:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #7779d0;
    right: 11px;
    top: 6px;
    height: 34px;
    padding: 7px 0px 0px 8px;
    position: absolute;
    pointer-events: none;
}
.m-p-0 
{
    margin:0 !important;
    padding:0 !important;
}
/* Partners */

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Carousel Cards */

    .slider-wrapper {
      width:100%;
      overflow: hidden;
        background-color: #b9975c4f;
position: relative;
    }
 .slider-wrapper:before{
transform: skewY(-10deg);
position:absolute;
     }

    .fact img {
      display: block;
      margin-left: auto;
      margin-right: auto;
      border-radius: 6px 6px 0 0;
width: 100%;
    }

    p2 {
      display: inline-block;
      text-align: center;
      font-size: 14px;
    }

    .prev {
      color: black;
      position: absolute;
      top: 45%;
      left: -10px;
      font-size: 1.5em;
}
      .prev:hover {
        cursor: pointer;
        color: black;
      }
  

    .next {
      color: black;
      position: absolute;
      top: 45%;
      right: 10px;
      font-size: 1.5em;
}
      .next:hover {
        cursor: pointer;
        color: black;
      }
   

    .fact {
      vertical-align: top;
      display: inline-block;
      height: auto;
      width: 200px;
      background-color: white;
      margin: 0px 25px 0px 5px;
      border-radius: 15px;
    }
.fact h4 {
    font-weight: 300;
    margin-bottom: 0;font-size: 23px;
line-height: 1.3380952381; text-align:left;
}
.fact h4 a{
   color:#000;
}
.property-wrap-details p {
    font-size: 13px;
    color: #b5b5b5;
    margin-top: 6px;
}
.property-wrap-details p span {
    margin: 0px 0px 14px 0px;
}
.property-wrap-details {
    padding: 20px 25px 19px;
}
.property-wrap-details {
    background: #fff;
    padding: 20px 23px 19px;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 4px #ddd;
    font-size:13px!important;
    color:rgba(160, 160, 160, 1)!important;
}
.property-wrap-details .price {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: -7px;
    margin-top: 5px;
}
/*.property-wrap-details .meta.meta-2 {
    border-bottom: 1px solid rgba(40, 40, 40, 0.3);
    padding-bottom: 16px;
}
.property-wrap-details .meta {
    margin-top: 13px;
    display: inline-flex;
}
.property-wrap-details .meta.meta-2 span {
    margin-right: 18px;
}
.property-wrap-details .meta span {
    margin-right: 13px;
}
.property-wrap-details .meta span {
    color: #525252;
    margin-right: 15px;
    font-size:14px;
}
.property-wrap-details .meta.meta-2 span i {
    margin-right: 13px;
}
.property-wrap-details .meta span i {
    color: #FDA94F;
    margin-right: 10px;
}*/
.property-wrap-details .btn-area {
    padding:10px 0 7px;
}
.btn-base::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#000;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition-duration: 0.4s;
}
.btn-area .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.btn-area .btn-base {
    border: 0;
    background:#FDA94F !important;
}
.btn-area .btn {
    padding: 0 22px;
    overflow: hidden;
    position: relative;
    border: 0;
    transition: all 0.5s ease;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    transform: perspective(1px) translateZ(0);
    border-radius: 6px;
}
.btn-area .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding:5px 20px !important;
    font-size: 1rem;
    line-height: 1.4;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-base:hover::before, .btn-base:focus::before {
    transform: scaleX(1);
}
.btn-base:hover, .btn-base:focus {
    color: #fff;
}
.btn-area .btn:focus, .btn-area .btn:hover {
    text-decoration: none;
   
}
.btn-area .btn:hover {
    color: #fff !important;
    text-decoration: none;border: 1px solid #000;
}
.spn-bg span{
    background-color:rgba(221, 199, 109, 0.80); font-size:40px; border-radius:6px; padding:0 10px; color:#fff;
}
/*.btn-area .btn-icon {
    width: 45px;
    border-radius: 6px;
    background: rgba(82, 82, 82, 0.5);
    padding:7px !important;
    color: #fff;
    margin-left: 16px;
}*/
/* Contact */
.bg-grey {
   background: #8E2DE2;  /* fallback for old browsers */
background: linear-gradient(to right, #223828, #ffaf6b);
opacity: .6;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
#partner{
    background-image:url("images/bg1.jpg");
}
.contact 
{
    background-image:url('../images/itpark.jpg');
    background-position:center;
    background-size:cover;
    position:relative;
}
.contact .title h4
{
    font-size: 1rem;
}
.box-part i 
{
    padding:20px;
}
.map 
{
    border:10px solid #f9f7f7;
    background-image:url('/PORTAL/Services/MangalNath/Images/map.jpg');
    background-position:center;
    background-size:cover;
    height:335px;
}
.map img 
{
    max-width:100%;
    
}
.box-part {
    background: #FFF;
    border-radius: 0;
    padding: 15px 10px;
    margin: 30px 0px;
}
.addressRow 
{
    padding:20px;
}
.address h4 
{
    margin-bottom:30px;
}
.address .table th, .address .table td
{
    padding:5px;
}
.address .table td 
{
    font-size:14px;
}
.footer-bottom {
    padding: 16.5px 0;
background-color: #b7a490;
color: #fff;
}
.footer-bottom p 
{
    margin:0;
}





@media all and (max-width: 666px)


{
    
    .hero-text {
    padding-top: 30px;
    text-align: center;
}
.logo img {
    width: 100%;
    height:100%;
}
.nav-logo-right img 
{
    display:none;
}
.hero-text h1 {
    font-size: 52px;
    font-weight: 300;
}

}

@media all and (max-width: 999px)
{
.srch-bg {
position:static !important;
padding:20px;
}

    .heroSlider {
     height: auto; 
  
}
    #vertical-fixed-bar {
        display:none;
    }
 
    .srch-bg {
   
    padding: 20px 10px 20px;
    height: 100%;
}
.nav-logo-right img 
{
    display:none;
}
.nav-logo .logo
{
    text-align:center;
    }
    .searchInput, .searchselect {
    border-bottom: 1px solid #ddd;
    border-right:0 !important;
    border-radius:0 !important;
}

.header-section .col-lg-9, .header-section .col-lg-3 
{
    width:50% !important;
}
.map {
    height: 335px;
    margin-bottom:20px;
}
.navbar-nav 
{
    width:100%;
}
 .mapBox {
      display:none;
   }
}

/* 21.12.2020 */
	
	#vertical-fixed-bar {
    height: 0px;
    width: 65px;
    position: fixed;
    right: 1px;
    top: 50%;
    z-index: 1000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    margin-left: -38px;
}

#vertical-fixed-bar a {
    display: block;
background: #f7a00c;
height: 35px;
width: 195px;
color: #fff;
padding:5px 10px;
font-weight: bold; text-align:center;
text-decoration: none;
}
		
		#vertical-fixed-bar a:hover {
    
    background: #7779d0;
		}
	




        /***** 23.01.2021 *******/
area:hover, area:focus {
outline:0 !important;
}

   .mapTab img {
    }

   .mapimage {
       width:631px !important;
       height:433px !important;
       max-width:631px;
   }
   
   
   .propertyDetail table td, .propertyDetail table th 
   {
       border:0 !important;
   }
   
   
   
   
   /* 24.02.2021 */

   /* IE11 */
.searchselect select::-ms-expand {
  display: none;
}

.slider-wrapper {
     
    background:rgba(233,223,205,.6) !important;
  
}