@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Roboto:600,500,400,300,200,100,400italic,700,900|Muli&subset=latin,vietnamese,latin-ext,cyrillic,cyrillic-ext,greek-ext,greek);
/*-------------General Style---------------------------------------*/
@font-face {
  font-family: 'MONTSERRATRegular';
  src: url('../fonts//MONTSERRAT-REGULAR.TTF') format('ttf')
}
@font-face {
  font-family: 'MONTSERRATBold';
  src: url('../fonts//MONTSERRAT-BOLD_0\ \(1\).TTF') format('ttf')
}
@font-face {
  font-family: 'MONTSERRATLight';
  src: url('../fonts/MONTSERRAT-LIGHT.TTF') format('ttf')
}
@font-face {
  font-family: 'MONTSERRATsemiBold';
  src: url('../fonts/MONTSERRAT-SEMIBOLD.TTF') format('ttf')
}
@font-face {
  font-family: 'STIXTwoText';
  src: url('../fonts/STIXTwoText-VariableFont_wght.ttf') format('ttf')
}
html{
	height:100%;
	overflow-x:hidden !important;
}
body{
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 12px;
	color: #000;
	background:#1B1B1B;
	height:100%;
	text-align:center;

}
@-o-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@viewport {width: device-width;}

/*--------------Typography--------------------------------------*/
h1 {
	font-size: 4.46666666667em;
	text-transform: uppercase;
	font-weight: 400;
	line-height: 1.17em;
font-family: 'STIXTwoText';
}
h2 {
	font-size: 3.2em;
	font-weight: 300;
font-family: 'STIXTwoText';
}
h3 {
	font-size: 1em;
font-family: 'MONTSERRATLight';
}
h4 {
	font-size: 0.9em;
	font-weight: 200;
font-family: 'STIXTwoText';
}
h5 {
	font-size: 0.8em;
	font-weight: 200;
	font-family: 'MONTSERRATLight';
}
h6 {
	font-size: 0.6em;
	font-weight: 200;
font-family: 'MONTSERRATLight';
}
p {
	text-align:left;
	font-size:1.1em;
	line-height:24px;
	padding-bottom:10px;
}
blockquote {
	float:left;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 15px solid #eee;
}
blockquote p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#494949;
}
.text-left{text-align: left!important;}
.MONTSERRATLight{
	font-family: 'MONTSERRATLight';
}
/* ---------Page preload--------------------------------------*/
/* .loader {
	position:fixed;
	top:50% !important;
	left:50%;
	width:105px;
	height:8px;
	z-index:100;
	font-size:34px;
	opacity:0.8;
	margin:-4px 0 0 -53px;
} */
#movingBallG{
	position:relative;
	width:105px;
	height:8px;
}
.movingBallLineG{
	position:absolute;
	left:0px;
	top:3px;
	height:1px;
	width:105px;
	background:rgba(255,255,255,0.21);
}
.movingBallG{
	background:#fff;
	position:absolute;
	top:0;
	left:0;
	width:8px;
	height:8px;
	border-radius:4px;
	animation-name:bounce_movingBallG;
	animation-duration:1.3s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}
 
@keyframes bounce_movingBallG{
	0%{
		left:0px;
	}
	50%{
		left:97px;
	}
	100%{
		left:0px;
	}
}
/* ---------Content Styles--------------------------------------*/
.paddingleft-3{padding-left: 25px;}
.paddingleft-3::before{left: 25px!important;}
.margintop{margin-top: 25px;}
#wrapper{
	height:100%;
	margin-left:0;
	vertical-align:top;
	position: absolute;
	left:0;
	top:0;
	right:0;
	z-index:2;
	width:100%;
}
.content-holder{
	vertical-align: top;
	position: absolute;
	left:0;
	top: 0;
	right: 0;
	z-index: 2;
	height: 93%;
	padding:0 0 0 0px;
    transition: all 400ms linear;
}
.container{
	max-width: 1424px;
	width:92%;
	margin:0 auto;
	position: relative;
	z-index:2;
}
.content {
	width:100%;
	position:relative;
	z-index:3;
	float:left;
	background:#fff;
	-webkit-transform: translate3d(0,0,0);
}
.pad-con {
	padding-top:90px;
}
 .anim-on-scroll {
      opacity: 0;
      will-change: transform, opacity;
      transition: transform 900ms cubic-bezier(.2, .9, .2, 1), opacity 900ms cubic-bezier(.2, .9, .2, 1);
    }

    .anim-on-scroll.from-left {
      transform: translateX(-80px);
    }

    .anim-on-scroll.from-right {
      transform: translateX(80px);
    }

    .anim-on-scroll.in-view {
      opacity: 1;
      transform: translateX(0) !important;
    }

    /* optional small vertical offset variant */
    .anim-on-scroll.up {
      transform: translateY(70px);
    }

    .anim-on-scroll.in-view.up {
      transform: translateY(0) !important;
    }

    /* stagger helper for container children */
    .anim-stagger>* {
      transition-delay: 0s;
    }

    .anim-stagger.in-view>* {
      transition-delay: .09s;
    }
.sub-btn{
	    margin-top: 24px;
    background: #ffffff!important;
    color: #5c5c70!important;
    border: none!important;
    padding: 10px 45px!important;
}
    /* accessibility: respect reduced motion */
    @media (prefers-reduced-motion: reduce) {

      .anim-on-scroll,
      .anim-on-scroll.in-view {
        transition: none;
        transform: none;
        opacity: 1;
      }
    }
.sub-btn-modal{background-color: #d63031!important; color: #fff!important; padding:;10px 20px}
.contact-us-container{float: left;  border: 1px solid #d3211d;padding:1px 0!important;}
 .contact-box {
     padding: 40px;
    }
		.contact-box {
			font-size: 18px;
			line-height: 28px;
		}
.contact-right-back{
	background: #ededed;
}
    .contact-info .icon {
      font-size: 18px;
      color: #000;
      width: 30px;
      display: inline-block;
    }

    .contact-info p, .contact-info a {
      color: #333;
      font-size: 16px;
      margin-bottom: 10px;
    }

    .contact-info a {
      text-decoration: none;
    }

    .contact-info a:hover {
      text-decoration: underline;
    }

    .contact-info h5 {
      font-weight: bold;
      margin-bottom: 10px;
    }

    .info-item {
      display: flex;
      align-items: flex-start;
    }

    .info-text {
      margin-left: 10px;
    }
		.contact-box span{
			padding-left: 26px;
		}
    .contact-section-title {
      font-weight: bold;
      margin-bottom: 20px;
    }
		      .media-container,
              .video-holder-wrap.fs-wrapper,
              .video-container,
              .bgvid {
                object-fit: cover;
                display: block;
                z-index: 1;
              }

              .hero-wrap {
                position: relative;
                overflow: hidden;
                min-height: auto;
              }
							  .mapouter{
     border: 2px solid #df0d1a;
		 overflow: hidden;
    }
		.video-container img{width: 100vw; height:81vh}
			.animate-on-scroll-left,
			.animate-on-scroll-right,
			.animate-on-scroll-fade,
			.animate-on-scroll-zoom {
				opacity: 0;
				transform: translateX(0) scale(1);
				transition: opacity 0.8s cubic-bezier(.68, -0.55, .27, 1.55),
					transform 0.8s cubic-bezier(.68, -0.55, .27, 1.55);
				will-change: opacity, transform;
			}

			/* Slide In Left */
			.animate-on-scroll-left.in-view {
				opacity: 1;
				transform: translateX(0) scale(1);
				animation: slideInLeft 0.8s cubic-bezier(.68, -0.55, .27, 1.55);
			}

			/* Slide In Right */
			.animate-on-scroll-right.in-view {
				opacity: 1;
				transform: translateX(0) scale(1);
				animation: slideInRight 0.8s cubic-bezier(.68, -0.55, .27, 1.55);
			}

			/* Fade In */
			.animate-on-scroll-fade.in-view {
				opacity: 1;
				transform: scale(1);
				animation: fadeIn 0.8s cubic-bezier(.68, -0.55, .27, 1.55);
			}

			/* Fade Out */
			.animate-on-scroll-fade {
				opacity: 0;
				transform: scale(1);
				transition: opacity 0.8s, transform 0.8s;
			}

			/* Zoom In */
			.animate-on-scroll-zoom.in-view {
				opacity: 1;
				transform: scale(1.08);
				animation: zoomIn 0.8s cubic-bezier(.68, -0.55, .27, 1.55);
			}

			/* Zoom Out */
			.animate-on-scroll-zoom {
				opacity: 0;
				transform: scale(0.92);
				transition: opacity 0.8s, transform 0.8s;
			}

			/* Animation Delay Classes */
			.delay-100 { animation-delay: 0.1s !important; }
			.delay-200 { animation-delay: 0.2s !important; }
			.delay-300 { animation-delay: 0.3s !important; }
			.delay-400 { animation-delay: 0.4s !important; }
			.delay-500 { animation-delay: 0.5s !important; }
			.delay-600 { animation-delay: 0.6s !important; }
			.delay-700 { animation-delay: 0.7s !important; }
			.delay-800 { animation-delay: 0.8s !important; }
			.delay-900 { animation-delay: 0.9s !important; }
			.delay-1000 { animation-delay: 1s !important; }
			.delay-1200 { animation-delay: 1.2s !important; }
			.delay-1500 { animation-delay: 1.5s !important; }
			.delay-2000 { animation-delay: 2s !important; }

			@keyframes slideInLeft {
				from {
					opacity: 0;
					transform: translateX(-80px) scale(0.95);
				}
				to {
					opacity: 1;
					transform: translateX(0) scale(1);
				}
			}

			@keyframes slideInRight {
				from {
					opacity: 0;
					transform: translateX(80px) scale(0.95);
				}
				to {
					opacity: 1;
					transform: translateX(0) scale(1);
				}
			}

			@keyframes fadeIn {
				from {
					opacity: 0;
					transform: scale(0.95);
				}
				to {
					opacity: 1;
					transform: scale(1);
				}
			}

			@keyframes zoomIn {
				from {
					opacity: 0;
					transform: scale(0.92);
				}
				to {
					opacity: 1;
					transform: scale(1.08);
				}
			}
.no-bg-con:before {
	display:none;
}
.dark-bg {
	background:#df0d1a;
}
.dark-bg .overlay {
	opacity:0.7;
}
.full-height {
	height:100%;
}
.parallax-inner {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
	overflow:hidden;
}
.parallax-inner .bg {
	height:150%;
	top:-25%;
}
.bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-size: cover;
	background-attachment: scroll  ;
	background-position: center  ;
	background-repeat:repeat;
	background-origin: content-box;
}
.full-height-parallax {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:2;
}
.respimg {
	width:100%;
	height:auto;
}
.overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.2;
}
section {
	float:left;
	width:100%;
	position:relative;
	padding:40px 0;
	overflow:hidden;
}
.parallax-section {
 	padding:350px 0 90px;
}
.parallax-section:before  {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 90%;
    z-index: 2;
    background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%);
}
.align-text {
	text-align:left;
}
.no-border {
	border:none !important;
}
.no-padding {
	padding:0 !important;
}
.know-more-btn {
	float:left;
	padding:0px 43px;
	font-size:1.5em;
	
	font-weight:600;
	color:#df0d1a;
	letter-spacing:1px;
	text-transform: uppercase;
	height: 60px;
	line-height: 60px;
    transition: all 400ms linear;
	border:1px solid #df0d1a;
	border-radius:8px;
	margin-top: 25px;
}
.know-more-btn:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	background:#df0d1a;
    transition: all 200ms linear;
	z-index:-1;
    transition-delay: 200ms;
}
.know-more-btn:hover:before {
	width:100%;
}
.know-more-btn:hover {
	color:#fff;
}
.anim-button {
    background-clip: padding-box;
    vertical-align: middle;
    max-width: 100%;
    overflow: hidden;
    outline: none;
 	width: auto;
}
.anim-button i {
 	top:-100%;
	position:absolute;
	left:0;
	width:100%;
	height: 60px;
	line-height: 60px;
 
	text-align:center !important;
	font-size:16px;
}
.ml-20{margin-left: 20px;}
.wt-btn {
	color:#fff;
	border:2px solid #fff;
}
.fltright{float: right!important; }
.fltright h3{text-align: right!important;}
.anim-button i , .anim-button span    {
    transition: all 200ms linear;
}
.anim-button span {
	float:left;
	width:100%;
	position:relative;
	top:0;
}
.anim-button:hover span{
	top:100px;
}
.anim-button:hover i{
	top:0;
}
.custom-link-holder {
	float:left;
	width:100%;
	position:relative;
	margin-top:50px;
	padding-top:50px;
}
.custom-link-holder:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:50%;
	height:1px;
	background:#000;
}
.custom-link-holder a {
	float:none;
	display: inline-table;
}
.parallax-item  , .paralax-media{
	float:left;
	width:100%;
	position:relative;
}
.parallax-item {
	margin-bottom:70px;
}
.parallax-deck {
	position:relative;
	bottom:0;
	padding:10px 40px;
	z-index:3;
}
/* .left-direction .parallax-deck{
	 padding: 0 35px;
}
.right-direction .parallax-deck{
	right:100%;
    top: 2%;
} */
 .amenities_desc{padding-bottom: 25px;}
 .amenities_desc h2{font-size: 3em;}
 .amenities_desc h4{font-style: italic; font-size: 2em;}
 .amenities_desc p{width:80%; margin:0 auto; font-size:1.2em; line-height:1.6 pem; font-family: 'Muli';}
 .border-animation {
      position: relative;
      display: inline-block;
      padding: 2px; /* space for animation */
    }

    .border-animation::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(90deg, red, transparent, red);
      z-index: 1;
      pointer-events: none;
      animation: borderFlow 6s linear infinite;
      background-size: 400% 400%;
      border-radius: 8px;
    }

    .border-animation img {
      display: block;
      width: 100%; /* Adjust as needed */
      height: auto;
      position: relative;
      z-index: 2;
      border-radius: 8px;
    }

    @keyframes borderFlow {
      0% {
        background-position: 0% 50%;
      }
      50% {
        background-position: 100% 50%;
      }
      100% {
        background-position: 0% 50%;
      }
    }
		 .testimonial-card {
      background-color: #2c2c2c;
      border-radius: 10px;
      padding: 20px;
      text-align: center;
      margin: 10px;
    }
    .testimonial-card.red {
      background-color: #b30000;
    }
    .avatar {
      width: 80px;
      height: 80px;
      background-color: #555;
      border-radius: 50%;
      margin: 0 auto 15px;
    }
    .stars {
      color: gold;
      margin: 10px 0;
    }
    a {
      color: #ccc;
      text-decoration: none;
    }
.parallax-deck-item {
	float:left;
	max-width:550px;
}
.paralax-wrap  {
	float:left;
	width:100%;
	opacity:1;
}
  .vision-card {
                    transition: transform 0.3s cubic-bezier(.25, .8, .25, 1);
                  }

                  .vision-card:hover {
                    transform: scale(1.05);
                    z-index: 2;
                  }
									   .award-item img,
                      .award-item strong {
                        transition: transform 0.3s cubic-bezier(.25, .8, .25, 1);
                      }

                      .award-item:hover img,
                      .award-item:hover strong {
                        transform: scale(1.15);
                        z-index: 2;
                        font-size: 17px;
                      }
.parallax-deck-item h3 {
    font-size: 3.7em;
    line-height: 64px;
    text-transform: capitalize;
    float: left;
    text-align: left;
    width: 100%;
    color: #606060;
    font-weight: 300;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 20px;
		font-family: 'STIXTwoText';
}
.parallax-deck-item h4 {
 font-size: 2.8em;
    line-height: 48px;
    float: left;
    text-align: left;
    width: 100%;
    color: #606060;
    font-weight: 300;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 40px;
}
.testimonial-card {
            background-color: #555;
            border-radius: 10px;
            padding: 20px;
            text-align: center;
            margin: 15px;
          }

          .testimonial-card.active {
            background-color: #e74c3c;
            color: white;
          }

          .profile-icon {
            width: 80px;
            height: 80px;
            background-color: #ccc;
            border-radius: 50%;
            margin: 0 auto 15px;
            border: 6px solid red;
          }

          .stars {
            color: white;
          }

          .stars i {
            color: gold;
          }

          .carousel-indicators [data-bs-target] {
            background-color: #fff;
          }

          h2 {
            text-align: center;
            margin-top: 30px;
          }

          h5 {
            font-weight: 700;
          }

          .testimonial-desc {
            font-size: 14px;
            color: #ddd;
            margin-bottom: 15px;
          }
/* .parallax-deck-item h3:before {
	content:'';
	position:absolute;
	top:-50px;
	left:0;
	width:50px;
	height:1px;
	background:#000;
} */
.parallax-deck-item h3 strong {
    font-weight: bold;
}
.parallax-box {
	position:relative;
	left:-20%;
	z-index:-1;
	float:left;
	width:100%;
}
.parallax-box.slider-box {
	z-index:3;
}
.parallax-box.r-align {
	left:20%;
}
.parallax-box img {
	opacity:0.6;
}
.parallax-box.slider-box img {
	opacity:1;
}
.parallax-dec {
	position:absolute;
	top:-30px;
	right:-30px;
	width:100%;
	height:100%;
	border:2px solid #000;
	opacity:0.8;
	z-index:-1;
}
.section-title,.about-title {
    font-size: 44px;
    line-height: 64px;
    text-transform: capitalize;
    float: left;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    color: #df0d1a;
    font-weight: 100;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin-bottom: 27px;
    padding-bottom: 13px;
		font-family: 'STIXTwoText';
		font-weight: normal!important	;
		}
.headingtitle{
	padding-top: 110px;
}
.accordion{
	margin-left: 30px;
}
.accordion-body ul {
		padding-left: 20px;
		list-style: disc!important;
}
.accordion-button:focus{
	background-color: transparent!important;
	color: #333!important;
	box-shadow: none!important;
}
.accordion-button {   
    border: 0!important;
    border-radius: 0!important;
		text-transform: uppercase!important;
    overflow-anchor: none;
		font-size: 18px!important;
    padding: 16px 0!important;
}
.accordion-body {
    color: #333;
    font-weight: 400;
    font-family: 'Muli';
}
.accordion-item {

    border: 0!important;
    border-bottom: 1px solid #4e4a4a!important;
		font-weight: 600!important;
		font-family: 'MONTSERRATLight';
		color: #414141!important;
		border-radius: 0!important;
		padding-top: 20px;
}
.about-title::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 2px;
    width: 125px;
    height: 4px;
    background: #df0d1a;
}
.red-border{border: 2px solid #d63031;}
.section-subtitle{color: #fff; font-size: 1.5em; line-height: 28px; margin-bottom: 20px; text-align: left; font-weight: 600; font-style: italic;}
.promo-heading{  font-size: 22px;
    color: #df0d1a;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 600;
    font-style: italic;}
		.voice_sub{font-size: 2.5em; color:#fff; padding: 10px 15px; }
		.voice_sub-underline{width: 80px; height: 4px; background: #df0d1a; margin: 0 auto 20px;}
		.voice_sub::before{    content: '';
    position: absolute;
    top: 111px;
    left: 40%;
    width: 125px;
    height: 4px;
    background: #df0d1a;}
.promo-desc{    font-size: 21px;
    color: #3a3a3a;
    text-align: left;
    line-height: 31px;
    font-family: 'MONTSERRAT-LIGHT';}
		.textright{text-align: right!important;}
/* .carousel-item{width: 33%!important; float: left!important;} */
.profile_container{ margin-top: -15%;}
.card-box {
      border: 2px solid#df0d1a;
      border-radius: 15px;
      padding: 30px;
      text-align: center;
      box-shadow: 4px 6px 0 rgba(0, 0, 0, 0.1);
      position: relative;
      background: white;
			font-family: 'MONTSERRATRegular';
    }

    .icon-circle {
      width: 100px;
      height: 100px;
      background-color: #df0d1a;
      color: white;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 46px;
      position: absolute;
      top: -40px;
      left: 50%;
      transform: translateX(-50%);
    }

    .title {
      margin-top: 60px;
      font-weight: 700;
      color: #df0d1a;
			font-size: 2em;
    }
section {
	scale: 0.8;
		opacity: 0;
	animation: fade-in linear forwards;
	animation-timeline: view();
	animation-range: 150px 500px;
}
@keyframes fade-in {

	to {
		scale: 1;
		opacity: 1;
	}
	
}
  .whatsapp-fixed {
        position: fixed;
    right: 6%;
    bottom: 45px;
    z-index: 9999;
    display: block;
          }
          .whatsapp-fixed img {
            display: block;
          }
.project-card {
      position: relative;
      overflow: hidden;
      height: 100%;
    }

		.project-card img {
			width: 100%;
			height: 100%;
			transform-origin: 50% 65%;
			transition: transform 0.7s cubic-bezier(.19,1,.22,1), filter 0.5s ease-in-out;
			filter: brightness(90px);
		}
		.project-card img:hover {
			transform: scale(1.35);
			filter: brightness(100%);
		}
    .project-info {
      position: absolute;
      bottom: 0;
      left: 0;
      padding: 1rem;
      color: white;
      background: linear-gradient(to top, rgba(0,0,0,0.7), transparent 80%);
      width: 100%;
    }

    .project-title {
      font-weight: 600;
      font-size: 1.2rem;
    }

    .project-subtitle {
      font-size: 0.95rem;
    }

    .underline {
      width: 40px;
      height: 3px;
      background-color: #e63946;
      margin: 0 auto;
    }
		.underline_1{
			 width: 40px;
      height: 3px;
      background-color: #e63946;
		}

    .card-text {
      font-size: 1rem;
      color: #555;
			text-align: center;
    }
		.award-section {
      text-align: center;
      padding: 7% 0px;
			background-color: #494949;
			color: #fff;
    }

    .award-section h2 {
      font-weight: 600;
      margin-bottom: 70px;
			font-size: 2.5em;
			font-family: 'MONTSERRATLight';	
    }

    

    .award-text {
          font-size: 2em;
    padding-top: 45px;
		font-family: 'MONTSERRAT-LIGHT';
    }

    .award-text strong {
      display: block;
      font-size: 1.2em;
    }
 .team-banner {
      background-color: #df0d1a;
      color: white;
      text-align: center;
       padding: 6% 0 10% 0;
			 font-family: 'MONTSERRATLight';
    }
    .team-banner h2 {
      font-weight: bold;
    }
    .team-banner span {
      color: white;
      font-weight: 400;
    }
    .tagline {
      font-size: 2rem;
			line-height: 1.6em;
      margin-top: 15px;
    }
    .profile-card {
      background: white;
      box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
      margin-top: 40px;
      text-align: center;
      padding: 15px;
    }
    .profile-card img {
      width: 100%;
      height: auto;
    }
    .profile-name {
      margin-top: 15px;
      font-weight: 500;
    }
    .profile-title {
      font-weight: bold;
      color: #444;
    }
		.section_padding{padding: 60px 0;}
		.profile_container{margin-top: -220px;}
.textCenter{text-align:center!important;}
.section-title.dec-title {
	padding-bottom:50px;
}
.section-title.dec-title span {
	position:relative;
	font-size: 2.5rem;
	font-weight: normal;
	font-family: 'STIXTwoText';
}
.outProjectTitle span::before{
	background-color: transparent!important;
}
.section-title.dec-title span:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 80px;
    height: 5px;
    background: #df0d1a;
}
.algn-right {
	text-align:right;
}
.dark-bg .section-title  , .dark-bg{
	color:#fff;
}
.section-title strong {
    font-weight: bold;
}
.particular {
	position:absolute;
	top:0;
	left:150px;
	right: 150px;
	bottom: 0;
	z-index:-1;
	opacity: .13 
 
}
/* ---------responsive iframes--------------------------------------*/
.resp-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	margin-bottom:20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*------item hover ------------------------------------------------*/
.box-item {
	float:left;
	width:100%;
}
.box-item a {
	float:left;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
}
.box-item a img  , .serv-item img{
	position:relative;
	z-index:1;
  	transition: all 4000ms cubic-bezier(.19,1,.22,1) 0ms;
}
.box-item a .overlay {
	opacity:0;
	z-index:2;
    transition: all 200ms linear;
}
.box-item a:hover .overlay {
	opacity:0.3;
}
.box-item a:hover img {
	transform: scale(1.05);
}
/*------ Header  ------------------------------------------------*/
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    height: 90px;
    width: 100%;
    background: #df0d1a;
    -webkit-transform: translate3d(0, 0, 0);
}
.fw-head {
	width:100%;
}
header:before {
	content:'';
	position:absolute;
	bottom:0;
	width:50px;
	height:1px;
	left:20px;
	background:rgba(255,255,255,0.21);
    transition: all 500ms linear;
}

  .highlight-title {
      color: #d63a3a;
      font-weight: 600;
    }
		  .section-title {
      font-size: 3rem;
      font-weight: bold;
      color: #d63a3a;
      text-align: center;
      margin-bottom: 0.5rem;
    }
    .section-subtitle {
      color: #d63a3a;
      font-style: italic;
      text-align: center;
      margin-bottom: 2rem;
    }
    .spec-image {
      border: 4px solid #d63a3a;
      padding: 5px;
      max-height: 100%;
      object-fit: cover;
      width: 100%;
    }
    .accordion-button::after {
      transform: rotate(0deg);
    }
    .accordion-button.collapsed::after {
      transform: rotate(0deg);
    }
.vis-header-b:before {
	width:97%;
}
.header-inner {
	  float: left;
    padding-left: 90px;
    width: 100%;
}
.logo-holder {
	float:left;
	position:relative;
	width:145px;
	z-index:21;
	top:5px;
}
.logo-holder img {
	width:100%;
	height:auto;
}
.dynamic-title {
	display:none;
}
 .floor-plan-section{
	position:relative;
 }
 .floor_plan_strip{position:absolute; top:100px; left:0; width:100%; height:150px; background:#d63a3a; z-index:1;}.floor_plan_strip {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100%;
    height: 210px;
    background: #d63a3a;
    z-index: 1;
}  .floor-plan {
      padding: 2rem 0;
			position: relative;
    }
		.gallery-section {
      padding: 2rem 0;
    }
    .gallery-title {
      font-size: 2rem;
      color: #e63946; /* use the red color from your design */
      text-align: center;
      margin-bottom: 1rem;
      position: relative;
    }
    .gallery-title::after {
      content: "";
      display: block;
      width: 60px;
      height: 4px;
      background: #e63946;
      margin: 0.5rem auto 0;
    }
    .carousel-item img {
          width: 79%;
    height: auto;
    display: block;
    object-fit: cover;
    margin: 3% 11%;
    }
		.floor-plan-item img{margin: 0!important; border: 1px solid #d63031; width: 94%;}
    .carousel {
      position: relative;
    }
		.accordion-item{background-color: transparent!important;}
    .carousel-control-prev, .carousel-control-next {
      width: 5%; /* adjust control width */
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
      filter: invert(30%); /* adjust color/darkness if needed */
    }
    /* Shadow / styling around image */
    .carousel-inner .carousel-item {

      overflow: visible;
    }
    .plan-box {
   
      position: relative;
      overflow: hidden;
    }
    .plan-title {
      font-size: 1.5rem;
      color: #e63946;
      margin-bottom: 1rem;
    }
    .plan-image {
      width: 100%;
      height: auto;
      display: block;
    }
    /* Adjust as needed */
    @media (min-width: 992px) {
      .plan-box {
        height: 600px; /* example fixed height to match image */
      }
      .plan-image {
        object-fit: cover;
        height: 100%;
      }
    }

@media (max-width: 768px) {
    .mainNavbar {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .mainNavbar.active {
        max-height: 500px; /* Adjust based on your nav height */
    }
}
/*------ navigation  ------------------------------------------------*/
.nav-holder {
    float: left;
    position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 20;
    top: 8px;
    margin-right: 0;
    right: 0;
		width: 87%;
    right: 0;
}
  .nav-button-holder {
                        display: none;
                        /* Hidden by default on desktop */
                    }

                    .nav-button {
                        width: 36px;
                        height: 36px;
                        cursor: pointer;
                        padding: 6px;
                    }

                    .nav-button span {
                        width: 100%;
                        height: 2px;
                        background: #fff;
                        display: block;
                        margin: 6px 0;
                        transition: all 0.3s;
                    }

                    /* Show nav button on mobile */
                    @media screen and (max-width: 768px) {
                        .nav-button-holder {
                            display: block;
                            position: absolute;
                            right: 20px;
                            top: 20px;
                        }

                        .nav-holder {
                            display: none;
                            width: 100%;
                            position: absolute;
                            top: 80px;
                            left: 0;
                            background: #d3211d;
                            padding: 20px;
                            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
                        }

                        .nav-holder.show {
                            display: block;
                        }

                        /* Animated hamburger icon */
                        .nav-button.active span:nth-child(1) {
                            transform: rotate(45deg) translate(8px, 8px);
                        }

                        .nav-button.active span:nth-child(2) {
                            opacity: 0;
                        }

                        .nav-button.active span:nth-child(3) {
                            transform: rotate(-45deg) translate(8px, -8px);
                        }
                    }
.navbar-left{
	float:left;
}
.nav {
	position:relative;
	float: right;
}
.nav-holder nav li{
	float:left;
	position:relative;
	margin-right:10px;
	height:70px;
}
.nav-holder nav li ul {
	margin: 32px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	min-width:220px;
	top: 36px;
	left: 0;
	z-index: 1;
	padding:20px 30px;
	background: rgba(0,0,0,.9);
	transition: all .2s ease-in-out;
}
.nav-holder nav li:hover > ul {
	opacity: 1;
	visibility: visible;
}
.nav-holder nav li ul li ul {
	top: -20px  ;
	left: 100%;
	margin-left:30px;
	margin-top:0;
	max-width:150px;
}
.nav-holder nav li ul li:hover  > ul  {
	opacity: 1;
	visibility: visible;
}
.nav-holder nav li ul li {
	width:100%;
	float:left;
	height:auto;
	position:relative;
}
.nav-holder nav li a {
	float: left;
	padding: 12px;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 25px;
	
    color: #fff;
    transition: all 100ms linear;
	text-align: left;text-decoration:none;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}
.nav-holder nav li a.act-link   , .nav-holder nav li a:hover{
        color:#fff;
				font-size: 1em;
				font-weight: 700;
}
.nav-holder nav li ul a {
	color:#fff;
 
	padding:4px 15px;
 
}
.feature-icon {
      width: 100px;
      height: auto;
      margin-bottom: 15px;
			float: left;
    }
    .feature-box {
      text-align: left;
      margin-bottom: 30px;
    }
		.primary_color{
			 color: #d63031;
			 	font-family: 'MONTSERRATLight';
		}
		.why_choose_us_bottom{padding-top: 100px;}
		.why_choose_us_bottom h4{line-height: 1.6em;}
		.about-award-text strong{font-size: 20px; font-family: 'MONTSERRATLight'; text-align: center;}
		.about-award-text h5{font-size: 16px;
    font-weight: 400;
    padding-top: 20px;
    font-family: 'Muli';}
    .feature-title {
       font-weight: 400;
    color: #d63031;
    padding-left: 31%;
    font-size: 22px;
    width: 100%;
    position: relative;
    padding-top: 18px;
		font-family: 'MONTSERRATLight';
    }
		.feature-title::before{
				    content: '';
    height: 2px;
    width: 45px;
    background: #d63031;
    position: absolute;
    left: 131px;
    top: 90px;
    transform: translateY(-50%);

		}
.nav-button-holder {
	display:none;
}
.navbar-right{
	float: right;
		position: relative;
		
		right: 5%;
}
.scroll-watch{
	height: 6px;
	position: fixed;
	top: 0;
	z-index: 1000;
	background-color: #ffffff;
	width: 100%;
	scale: 0 1;
	transform-origin: left;
	animation: scroll-watch linear forwards;
	animation-timeline: scroll();
}
@keyframes scroll-watch {
	to {
		scale: 1 1;
	}
}
/*------ Home -------------------------------------------------*/
.hero-wrap {
	float:left;
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	z-index:2;
	-webkit-transform: translate3d(0,0,0);
}
.hero-wrap .overlay {
	z-index:2;
	opacity: .4;
}
.hero-wrap-item {
	float:left;
	width:100%;
	position:relative;
	z-index:12;
}
.center-item {
	top:50%;
	transform: translateY(-50%);
}
.nFound-page-wrap {
	top:36%;
}
.banner-title{
	    left: 0;
    position: absolute;
    bottom: 7%;
}
.banner-title h2{text-align: left;}
.banner-title h2::before{
	    content: "";
    position: absolute;
    bottom: 0px;
    left: 7%;
    transform: translateX(-50%);
    width: 184px;
    height: 6px;
    background: #d63031;
}
.hero-wrap-item h2 {
	color:#fff;
	font-size:3em;
	text-transform:uppercase;
	font-weight:400;
	
	
	padding-bottom:10px;
    position:relative;
	z-index:12;
}
.hero-wrap-item h3 , .hero-wrap-item h3 a {
	color:#fff;
	font-size:4em;
	text-transform:uppercase;
	font-weight:200;
	letter-spacing:18px;
	padding-left:6px;
	text-align: center;
}
.hero-wrap-item h3 a {
	letter-spacing:2px;
}
.nFound-Page  {
	display:inline-table;
	font-size:150px;
	text-transform:uppercase;
	color:#fff;
}
.hero-scroll-link {
	position: absolute;
	bottom:90px;
	left:50%;
	width:70px;
	height:70px;
	line-height:70px;
	color:#fff;
	font-size:1.2em;
	margin-left:-35px;
	z-index:9;
	background: rgba(255,255,255,0.05);
	border:1px solid rgba(255,255,255,0.2); text-align: center	;
}
.hero-wrap-image-slider-holder  , .slideshow-item  {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1;
}
.hero-wrap-image-slider,  .hero-wrap-text-slider-holder  , .hero-wrap-text-slider , .hero-wrap-text-slider-holder    {
	position:relative;
	width:100%;
	height:100%;
	float:left;
}
.hero-wrap-image-slider-holder {
	background:#000;
}
.hero-wrap-text-slider-holder {
	z-index:3;
}
.hero-link {
	margin-top:60px;
	display:inline-table;
	padding:16px 36px;
	color:#fff;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 6px;
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.hero-link:hover {
	color:rgba(255,255,255,0.51)
}
.media-container , .video-holder-wrap {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:-1;
}
.video-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 0;
	z-index: -1;
}
.video-container video {
	width: 100%;
}
.resp-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.resp-video iframe,
.resp-video object,
.resp-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.fullwidth-slider-holder , .single-slider-holder {
	float:left;
	width:100%;
	position:relative;
}
.fullwidth-slider-holder .item {
	position:relative;
}
.full-width-holder {
	float:left;
	width:100%;
	position:relative;
}
.single-slider-holder {
	margin-bottom:20px;
}
.single-slider .item {
	position:relative;
}
article {
	float:left;
	margin-top:10px;
	width:100%;
	position:relative;
}
/*------ Page title  ------------------------------------------------*/
.page-title {
	float:left;
	width:100%;
	position:relative;
	z-index:5;
}
.page-title .creat-list a:before {
	background:#fff;
}
.page-title .creat-list {
	position:relative;
	top:20px;
}
.parallax-section  .page-title , .parallax-section .creat-list a {
	color:#fff;
}
.page-title h2 {
    font-size:3.6em;
    text-transform: uppercase;
	float:left;
	margin-bottom:30px;
    text-align: left;
    width: 100%;
    color: #fff;
    font-weight: 100;
	text-align:left;
	position:relative;
    box-sizing: border-box;
}
.page-title h2:before {
	content:'';
	position:absolute;
	bottom:-20px;
	left:0;
	width:80px;
	height:4px;
	background:#fff;
}
.parallax-section  .page-title {
	color:#fff;
	font-size: 1.3em
}
.page-title h2 strong {
	font-weight:bold;
}
/*------ services  ------------------------------------------------*/
 .services-holder  {
	 float:left;
	 width:100%;
	 position:relative;
	 margin-top:60px;
	 padding-bottom:40px;
	 border-bottom:1px solid #eee;
}
.serv-item {
	float:left;
	width:50%;
	position:relative;
	padding:20px 10px 0 0;
	overflow:hidden;
}
.serv-item:nth-child(even) {
  	padding:20px  0 0 10px;
}
.serv-item img {
	position:relative;
	width:100%;
	height:auto;
}
.serv-item-inner {
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
}
.serv-item-inner:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.21);
	z-index:2;
}
.act-ser .serv-item-inner:before  {
	background:rgba(0,0,0,0.41);
}
.ser-title {
	position:absolute;
	bottom:30px;
	z-index:3;
	width:100%;
	left:0;
}
.act-ser  .ser-title {
	bottom:50%;
}
.ser-title h3 {
	color:#fff;
	font-size:1.5em;
	letter-spacing: 10px;
	font-weight:400;
	text-transform:uppercase;
	position:relative;
	display:inline-table;
}
.ser-title h3:before {
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	top:-16px;
	left:0;
	background:#fff;
}
.act-ser  .ser-title h3:before  {
	width:0;
}
.serv-post {
	 float:left;
	 width:100%;
	 position:relative;
	 margin-top:60px;
}
.serv-details {
	float:left;
	width:100%;
	position:relative;
	display:none;
	text-align:left;
}
.serv-details h3 {
	font-size:1.6em;
	text-transform:uppercase;
	
	font-weight:600;
	padding-bottom:30px;
}
.ser-list {
	float:left;
	width:100%;
	margin: 30px 0 10px;
	padding:30px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.ser-list li {
	float:left;
	margin:0 30px 0 0;
	
	color:#000;
 	font-weight:600;
	text-transform: uppercase;
	font-size: .9em;
	letter-spacing:2px;
}
.price {
	float:left;
	margin-top:30px;
	padding:20px 34px;
	border:1px solid #000;
	font-weight:800;
	text-transform:uppercase;
	font-size:1.1em;
	letter-spacing:2px;
 
}
.serv-item:hover img {
	transform: scale(1.05);
}
/*------ Porfolio  ------------------------------------------------*/
.gallery-items {
	float:left;
	width:100%;
	background:#fff;
	position:relative;
 
}
.fs-gih {
		min-height: 100vh;
}
.gallery-items a {
	cursor:pointer;
}
.grid-item-holder {
	 float:left;
	 width:100%;
	 height:auto;
	 position:relative;
	 padding:2px;
}
.gallery-item , .grid-sizer {
	width: 25%;
	position:relative;
	overflow:hidden;
	float:left;
}
.gallery-item-second,
.grid-sizer-second {
	width: 50%;
}
.gallery-item-three,
.grid-sizer-three {
	width: 75%;
}
.three-columns .gallery-item {
	width:33.3%;
}
.three-columns .gallery-item-second,
.three-columns .grid-sizer-second {
	width:66.6%;
}
.five-columns .gallery-item {
	width:20%;
}
.five-columns .gallery-item-second,
.five-columns.grid-sizer-second {
	width:40%;
}
.gallery-item img, .grid-sizer img {
	width: 100%;
	height: auto;
	position:relative;
	z-index:2;
	transform: translateZ(0);
}
.four-coulms .gallery-item , .four-coulms .grid-sizer{
	width:25%;
}
.three-coulms .gallery-item , .three-coulms .grid-sizer{
	width:33.33333%;
}
.three-coulms .gallery-item-second {
	width:66.66666%;
}
.port-desc-holder {
	position: absolute;
	top:0;
	bottom:0;
	left:2px;
	right:0;
	opacity:0;
	z-index:22;
	overflow:hidden;
    transition: all 300ms linear;
}
.port-desc-holder:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:3px;
	bottom:0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); 
}
.horizontal_item .port-desc-holder:before {
	opacity:0.4;
}
.horizontal_item .port-desc{
	padding-bottom:30px;
}
.horizontal_item .port-desc h3 {
	text-transform:none;
	font-size:22px;
}
.gallery-item .port-desc-holder:before {
	right:3px;
	bottom:3px;
}
.port-desc {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:5;
}
.portfolio_item:hover .port-desc-holder , .gallery-item:hover .port-desc-holder{
	 opacity:1;
}
.port-desc-holder .grid-item h3:hover {
	opacity:0.8;
} 
.grid-item {
	float:left;
	width:100%;
	padding: 0 40px 30px;
}
.grid-item h3 {
	font-size:1.4em;
	text-transform:uppercase;
	font-weight: 500;
	float:left;
	width:100%;
	color:#fff;
	text-align:left;
	letter-spacing:2px;
	z-index:20;
	position: relative;
}
.grid-item h3:before {
	content: '';
	position: absolute;
	left: 0;
	top:-20px;
	width: 30px;
	height: 1px;
	background: #fff;
    transition: all .2s linear;
	z-index: 10;
}
.grid-item h3:hover:before {
	width: 0;
}
.grid-item h3 a {
	color:#fff;
}
.grid-item span {
	width:100%;
	float:left;
	font-size:.9em;
	margin-top:10px;
	color:#fff;
	position:relative;
	text-align:left;
	text-transform:uppercase;
	font-weight: 600;
}
.grid-item h3 , .grid-item span {
	opacity:0;
}
.pr_num {
	position: absolute;
	left: 40px;
	top: 40px;
	color:#fff;
	font-size: 1.2em;
	z-index: 40;
	font-weight: 500;
	opacity: 0;
    transition: all .2s linear;
}
.portfolio_item:hover  .pr_num, .gallery-item:hover .pr_num {
	opacity: 1
}
.inline-filter {
	float:left;
	width:100%;
	position:relative;
	padding-bottom:50px;
}
.inline-filter .gallery-filters {
	float:left;
}
.inline-filter .gallery-filters a{
	float:left;
	font-size: 10px;

    line-height: 12px;
    text-transform: uppercase;
    padding-left: 63px;
    position: relative;
	font-weight:700;
    letter-spacing: 2px;
    color: #000;
	margin-right:15px;
}
.inline-filter .gallery-filters a:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:40px;
	height:1px;
	background:#000;
    transition: all 200ms linear;
}
.inline-filter .gallery-filters a.gallery-filter_active:before {
	transform: rotate(45deg);
}
.inline-filter .count-folio {
	float:right;
	color:#000;
}
.inline-filter .count-folio div {
	display: inline-table;
	padding-left:15px;
	
	font-size:.9em;
	position:relative;
	font-weight:600;
	text-transform:uppercase;
}
.inline-filter .count-folio div:before {
	content:'/';
	position:absolute;
	right:20px;
	top:-2px;
	color:#ccc;
	font-size:16px;
}
.inline-filter .count-folio div:first-child:before {
	display:none;
}
.round-filter {
	position:fixed;
	z-index:130;
	top:0;
	width:calc(30% + 27px);
	right:0;
	background:#000;
	padding:0 30px;
	height: 90px;
	border-left: 1px solid rgba(255,255,255,.2);
}
.round-filter:before {
	content: '';
	position: absolute;
	right: 0;
	width: 50px;
	height: 1px;
	background: rgba(255,255,255,.3);
	top: 50%;
} 
.filter-button {
	float:left;
	position:relative;
	color:#fff;
	padding:0 45px;
	height: 50px;
	line-height: 50px;
	border:1px solid rgba(255,255,255,.2);
	font-size:.9em;
	
	font-weight:600;
	text-transform: uppercase;
	letter-spacing: 1px;
	top: 50%;
	cursor: pointer;
	margin-top: -25px;
    transition: all .3s linear
}
.filter-button:hover {
	background: #fff;
	color:#000;
}
.round-counter {
	float:left;
	color:#fff;
	position:relative;
	top:38px;
	margin-left: 70px
}
.round-counter:after {
	content:'';
	position:absolute;
	left:-40px;
	top:50%;
	width:30px;
	height:1px;
	background:rgba(255,255,255,0.4);
}
.round-counter:before {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	margin-top: -10px;
	height: 20px;
	width: 1px;
 	background:rgba(255,255,255,.3);
}
.round-counter div {
	float:left;
	margin:0 20px;
	font-size:.9em;
	color:#fff;
	
}
.hid-filter {
	position:absolute;
	display:none;
	background: #000;
	left: 0;
	right: 0;
	top: 100%;
	padding: 40px 20px 40px 72px;
	border-top:1px solid rgba(255,255,255,.2);
}
.hid-filter a {
	float:left;
	color:rgba(255,255,255,.7);
	width:100%;
	font-size:.9em;
	font-weight: 600;
	position:relative;
	padding: 12px 0;
	text-transform: uppercase;
 	
	text-align:left;
}
.hid-filter a.gallery-filter_active {
	color:#fff;
}
.float-filters {
	float:left;
	position:relative;
	top:15px;
}
.p_horizontal_wrap {
	float:left;
	width:100%;
	position:relative;
	background:#fff;
 	height: 100%;
	top:0;
}
.hpw {
	padding:0 6px 0;
}
.visfilb {
	opacity:0.6;
}
.pr-wrap {
	float:left;
	width:100%;
	position:relative;
}
#portfolio_horizontal_container {
  height: 100%;
 	float:left;
	width:100%;
	position:relative;
}
#portfolio_horizontal_container .portfolio_item {
	width: auto;
	height: 100%;
	float:left;
	padding:6px 3px;
	overflow:hidden;
	position:relative;
	z-index:1;
}
#portfolio_horizontal_container.no-padding .portfolio_item {
	padding:0}
#portfolio_horizontal_container.two-ver-columns .portfolio_item {
	height:50% ;
}
#portfolio_horizontal_container.three-ver-columns .portfolio_item {
	height:33.3% ;
}
#portfolio_horizontal_container .portfolio_item img {
	 float:left;
	 width:auto;
	 height:100%;
	position:relative;
	z-index:1;

}
.no-bg {
	background:none !important
}
.vis-port-info .grid-item:before  , .vis-port-info .grid-item:after{
	display:none;
}
.vis-port-info  .grid-item h3 , .vis-port-info  .grid-item span {
	opacity:1;
}
.grid-item-holder:hover .grid-item h3 , .grid-item-holder:hover .grid-item span , .port-desc-holder:hover  .grid-item span  , .port-desc-holder:hover .grid-item h3 , .horizontal_item:hover .grid-item span ,  .horizontal_item:hover .grid-item h3{
	opacity:1;
}
.portfolio_item:hover .grid-item span  {
	opacity:0.7;
}
.st-3 .grid-item-holder a img , .gallery-item img, .grid-sizer img  , .grid-item h3 , .grid-item span , .ser-title h3:before , .ser-title  {
    transition: all 300ms linear;
}
.box-gal .col-md-6{
	padding-bottom:25px;
	cursor:pointer;
}
.full-screen-gallery-holder {
	position:relative;
	width:100%;
	float:left;
}
.full-screen-item {
	position:relative;
}
.customNavigation a {
	position:absolute;
 	top:50%;
	margin-top:-20px;
	width:60px;
	height:60px;
	line-height:60px;
	background:rgba(0,0,0,0.7);
	text-align:center;
	cursor:pointer;
	color:#fff;
	font-size:1.2em;
	opacity:1;
    transition: all 200ms linear;
	z-index:20
}
.customNavigation  a.next-slide {
	right:50px;
}
.customNavigation a.prev-slide {
	left:50px;
}
.customNavigation.ssn a.next-slide {
	right:10px;
}
.customNavigation.ssn a.prev-slide {
	left:10px;
}
.customNavigation  a:hover {
	opacity:1;
}
.customNavigation a i {
    transition: all 500ms linear;
}
 .customNavigation a:hover i  {
	transform: rotateX(360deg);
}
.slider-zoom {
	position:absolute;
	top:50px;
	right:50px;
	z-index:10;
	width:60px;
	height:60px;
	color:#fff;
	background:rgba(0,0,0,.3);
	cursor:pointer;
	line-height:60px;
	font-size:14px;
	text-align:center;
}
.slider-zoom i , .slider-zoom:before , .slider-zoom:after , .slider-zoom   , .herolink{
    transition: all 200ms linear;
}
.slider-zoom:before , .slider-zoom:after {
	content:'';
	position:absolute;
	width:14px;
	height:14px;
	z-index:-1;
}
.slider-zoom:before {
	top:0;
	left:0;
	border-left:1px solid #fff;
	border-top:1px solid #fff;
}
.slider-zoom:after{
	bottom:0;
	right:0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
.slider-zoom:hover:before {
	top:-15px;
	left:-15px;
}
.slider-zoom:hover:after {
	bottom:-15px;
	right:-15px;
}
.slider-zoom:hover i {
	transform: rotate(90deg);
}
.nicescroll-rails {
	height:30px !important;
}
.nicescroll-rails-hr:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:repeat-x center url(../images/images-bg-dec2.png);
}
.nicescroll-cursors {
	top:10px !important;
}
.caption {
	float:left;
	position:relative;
	padding-left:40px;
	margin-top: 6px;
}
.caption.cap-column {
	margin-left:62px;
}
.caption:before {
	content:"";
	position:absolute;
	top:55%;
	left:-40px;
	width:50px;
	height:1px;
	background:#000;
}
.caption h4 {
	float:left;
	text-transform:uppercase;
	letter-spacing:2px;
	padding-bottom:6px;
	font-size:14px;
	width:100%;
	text-align:left;
	color:#000;
	font-weight:600;
	margin-top:20px;
}
.caption p {
	color:#999;
}
.caption.fixed-caption {
	 position:absolute;
	 bottom:150px;
	 left:150px;
	 z-index:40;
}
.fix-con-panel {
	position:fixed;
	bottom:50px;
	right:30px;
	background:#000;
	border-radius:4px;
	padding:22px 30px;
	z-index:20;
	color:#fff;
}
.hid-con-panel {
	float:left;
	cursor:pointer;
}
.fix-con-panel  a , .fix-con-panel  span , .vis-con-panel {
    transition: all 300ms linear;
}
.fix-con-panel  a:hover , .fix-con-panel  span:hover {
	opacity:0.6;
}
.fix-con-panel  a , .fix-con-panel span {
	float:left;
	margin-left:30px;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	position:relative;
	padding-left:20px;
	border:1px solid rgba(255,255,255,0.21);
	padding:10px 30px;
}
.fix-con-panel span {
	margin-left:0;
	margin-right:10px;
}
.fix-con-panel  a:before  {
	content:'/';
	position:absolute;
	top:10px;
	left:-20px;
	color:#ccc;
}
.control-panel {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	background:#fff;
	padding:0 30px 0 32px;
	height:100px;
	z-index:19;
}
.control-panel:before {
	content:'';
	position:absolute;
	bottom:2px;
	left:0;
	width:100%;
	height:6px;
	background:repeat-x center url(../images/images-bg-dec2.png);
}
.control-panel .btn {
	float:right;
	margin-top:14px;
}
.vis-con-panel {
	float:right;
	margin-right:40px;
	padding:0 40px;
	border:1px solid #000;
	background:#000;
	font-size: .8em;
	font-weight: 600;
	top:14px;
    height: 60px;
    line-height: 60px;
	color:#fff;
	position:relative;
	cursor:pointer;
    transition: all 300ms linear;
	
    letter-spacing: 1px;
    text-transform: uppercase;
}
.vis-con-panel.dark-btn {
	color:#fff;
	background:#000;
	border:0;
	font-size:11px;
}
.vis-con-panel:hover {
	border-color:#ccc;
}
.vis-con-panel.dark-btn:hover {
	color:rgba(153,153,153,0.61);
}
.vis-con-panel:before {
	content:'/';
	color:#000;
	position:absolute;
	font-size:16px;
	right:-26px;
	top:1px;
}
.vis-con-panel.dark-btn:before {
	display:none;
}
.owl-thumbs {
    position: fixed;
    top:60px;
    left: 0;
	bottom:60px;
	width:100% ;
	z-index:30;
	background:#fff;
	visibility:hidden;
	padding:90px 200px 200px 200px;
	opacity:0;
	overflow:auto;
    transition: all 300ms linear;
}
.fhgal .owl-thumbs {
	bottom:0;
}
.fhgal {
	padding-left:10px;
	height: 100%;
}
.fhgal .gallery_horizontal {
	height: 100%;
}
.vis-thumbs {
	opacity:1;
	visibility:visible;
}
.owl-thumb-item {
	float:left;
    transition: all 200ms linear;
	border:none;
	background:none;
	cursor:pointer;
	padding:10px;
	position:relative;
	opacity:0;
}
.owl-thumb-item:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#fff;
    transition: all 500ms linear;
	z-index:2;
}
.himask:before  {
	width:0;
}
.owl-thumb-item.himask {
	opacity:1;
}
.owl-thumb-item.active {
    opacity: 0.3;
}
.owl-thumb-item img {
	width:auto  ;
	height:150px  ;
}
.gallery_horizontal {
	float:left;
	width:100%;
	position:relative;
	padding-top:10px;
}
.gallery_horizontal.fh-wr {
	padding-top:10px;
}
.gallery_horizontal .owl-item img{
	width: auto;
	position:relative;
	z-index:1;
}
.horizontal_item {
	overflow:hidden;
	position:relative;
	height:100%;
}
.gallery_horizontal {
	background:#f9f9f9;
}
.flow-gallery .horizontal_item  {
	opacity:0.6;
    transition: all .5s linear;
    transition-delay: .7s;
	transform: scale(0.97);
}
.flow-gallery .owl-item.center .horizontal_item  {
	opacity:1;
	transform: scale(1.0);
}
.portfolio_item , .horizontal_item   {
	cursor:e-resize;
}
.resize-carousel-holder {
	float:left;
	width:100%;
	position:relative;
	height:100%;
}
.fl-l {
	float:left;
}
.flow-gallery:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	margin-top:43px;
	width:100%;
	height:1px;
	background:#eee;
	opacity:0.6;
}
.show-info {
	position:absolute;
	bottom:50px;
	left:50px;
	width:80%;
	z-index:15;
}
.show-info span {
	text-transform:uppercase;
	font-size:10px;
	color:#fff;
	background:rgba(0,0,0,0.5);
	padding:10px 22px;
	border:1px solid rgba(255,255,255,0.1);
	cursor:pointer;
	float:left;
    transition: all 300ms linear;
}
.tooltip-info{
 	height: auto;
	line-height: 20px;
	padding: 20px 30px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	text-indent: 0px;
	position: absolute;
	background:rgba(0,0,0,0.8);
	bottom:0;
	opacity: 0;
	left:0;
	margin-bottom:40px;
	visibility: hidden;
	pointer-events: none;
	z-index:16;
    transition: all 300ms linear;
}
.tooltip-info p {
 
	word-spacing:no-wrap;
	color:#fff;
}
.tooltip-info h5 {
	font-size:1.4em;
	margin-top:12px;
	font-weight: 600;
	padding:0 0 10px 0;
	position:relative;
	
	text-align:left;
}
.show-info:hover .tooltip-info {
	visibility:visible;
	opacity:1;
	bottom:0;
}
.sb-overlay  {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	z-index:20;
	opacity:0;
	visibility:hidden;
	cursor:zoom-out;
}
.sb-overlay  , .resize-carousel-holder , .control-panel{
    transition: all 300ms linear;
}
.vis-overlay {
	visibility:visible;
	opacity:0.5
}
.hid-sidebar {
	position:fixed;
	top:90px;
	bottom:0;
	overflow:auto;
	z-index:22;
	width:100%;
	opacity:1;
	right:0;
	display:none;
}
.vissb {
	display:block;
}
.small-container  {
	 max-width:900px;
}
.sidebar-wrap {
	float:left;
	width:100%;
	position:relative;
	padding:90px 60px 50px;
	margin:50px;
}
.sb-inner {		
    transition: all 300ms linear;
	position:relative;
	opacity:0;
	visibility:hidden;
	float:left;
	width:100%;
}
.sb-innervis {
	opacity:1;
	visibility:visible;
}
.sb-bg  {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:-1;
}
.scale-callback {
	float:left;
	width:33.33333%;
	height:25%;
	position:relative;
	z-index:5;
}
.scale-callback:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:0;
	height:100%;
	background:#fff;
	transition:all 400ms cubic-bezier(0.215,.61,.355,1);
}
.scale-bg5:before{
	width:100%;
}
  .hid-sidebar h4 , .details-container h3 , .details-container h4   {
	float:left;
	text-align:left;
	font-size:16px;
	width:100%;
	color:#000;
	margin-top:20px;
	text-transform:uppercase;
}
.hid-sidebar p , .details-container p {
 
}
.hid-sidebar h4  {
	font-size:15px;
	
	font-weight:900;
}
.hid-sidebar .separator   {
	float:left;
	width:50px;
	height:4px;
	background:#000;
	margin:20px 0 20px;
	position:relative;
}
.pd-holder {
	float:left;
	width:100%;
	margin-top:9px;
}
.pd-holder h5 {
	float:left;
	font-size: .9em;

    line-height: 12px;
    text-transform: uppercase;
    position: relative;
	font-weight:800;
    letter-spacing: 2px;
}
.pd-holder h5  a{
	opacity:0.8;
	padding-left:3px;
}
.project-details {
	float:left;
	width:100%;
	text-align:left;
 
	margin:20px 0;
}
.project-details li {
	float:left;
	width:100%;
	margin-bottom:10px;
	position:relative;
}
.content-nav {
	float:left;
	width:100%;
	padding:40px 0 0;
	position:relative;
	margin-top:40px;
	border-top:1px solid #eee;
}
.sidebar-wrap .content-nav {
	margin-top: 90px;
}
.content-nav:before {
	content:'';
	position:absolute;
	top:-4px;
	right:0;
	width:8px;
	height:8px;
	background:#000;
	border-radius:100%;
}
.content-nav ul {
	position:relative;
	left:0;
}
.content-nav li {
	float:left;
	width:50%
}
.close-sidebar{
	position:absolute;
	top:-40px;
	right:0;
	width:24px;
	height:24px;
	cursor:pointer;
	overflow:hidden;
	transform: rotate(45deg);
	z-index:20;
    transition: all 400ms linear;
}
.close-sidebar:hover {
	transform: rotate(225deg);
	opacity:0.8;
}
.close-sidebar:before , .close-sidebar:after {
	content:'';
	position:absolute;
	background:#000;
}
.close-sidebar:before{
	width:1px;
	height:100%;
	top:1px;
	left:50%;
}
.close-sidebar:after{
	width:100%;
	height:1px;
	top:50%;
	left:1px;
}
.full-screen-gallery-holder {
	position:relative;
	width:100%;
	float:left;
}
.full-screen-item {
	position:relative;
}
.fix-con-panel  a.vd {
	margin-left:0;
}
.fix-con-panel  a.vd:before {
	display:none;
}
/* --------- Skills --------------------------------------*/
.piechart-holder  , .custom-skillbar-holder{
    padding-top: 50px;
	float:left;
	width:100%;
	position:relative;
}
.piechart-holder h4 {
    font-size: 1.3em;
    text-transform: uppercase;
}
.chart {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin-bottom: 26px;
    text-align: center;
}
.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.piechart {
    position: relative;
	padding-bottom:20px;
}
.percent {
    display: inline-block;
    font-size: 21px;
    line-height: 152px;
    z-index: 2;
}
.percent:after {
    content: '%';
    margin-left: 0.1em;
    font-size: .8em;
}
.drk-ch .percent{
	color:#666;
}
.angular {
    margin-top: 100px;
}
.angular .chart {
    margin-top: 0;
}
.skills-description {
	float:left;
	width:100%;
	margin:10px 0;
	text-transform:uppercase;
	color:#fff;
	font-size:12px;
}
.skill-name {
	position:absolute;
	top:40%;
	text-transform:uppercase;
	font-size:44px;
	font-weight:900;
	letter-spacing:4px;
	opacity:0.3;
	color:#000;
}
.skill-name span {
	opacity:0.3;
}
.skill-name-lanim {
	left:0;
}
.skill-name-ranim {
	right:0;
}
.skillbar-box {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:50px;
}
.skillbar-bg {
	position:relative;
	display:block;
	float:left;
	width:100%;
	height:3px;
	overflow:hidden;
	background:#eee;
}
.custom-skillbar-title span {
	float:left;
	font-size:12px;
	margin-top:12px;
	padding-bottom:6px;
}
.custom-skillbar {
	height:3px;
	width:0px;
	background:#000;
}
.skill-bar-percent {
	float:right;
	font-size:16px;
	margin-top:13px;
	padding-bottom:6px;
}
.clients-list {
	float:left;
	width:100%;
}
.clients-list a {
	float:left;
	width:20%;
	padding:10px 10px 10px 0;
}
.clients-list a:hover {
	opacity:0.6;
}
.clients-list a img {
	float:left;
	width:100%;
	height:auto;
}
/*------ Team  ------------------------------------------------*/
.team-holder {
	float:left;
	width:100%;
}
.team-holder li {
	float:left;
	width:33.3333%;
	padding:40px 40px 40px 0;
}
.team-box {
	float:left;
	position:relative;
	width:100%;
	margin-bottom:20px;
}
.team-info {
	float:left;
	width:100%;
	margin-top:30px;
	text-align:left;
}
.team-info h3 {
	font-size:2.0em;
	margin-bottom: 10px;
}
.team-info h4 {
	
	font-weight:300;
	font-size:.9em;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.team-box:before , .team-box:after {
	content:'';
	position:absolute;
	right:0;
	bottom:0;
	background:#000;
}
.team-box:before {
	width:0;
	height:2px;
}
.team-box:after {
	width:2px;
	height:0;
}
.team-box:hover:before {
	width:50px;
}
.team-box:hover:after {
	height:50px;
}
.team-photo {
	position:relative;
	overflow:hidden;
	width:100%;
	float:left;
}
.team-box .overlay {
	opacity:0;
	z-index:2;
	background:#000;
    transition: all 300ms linear;
}
.team-box:hover .overlay {
	opacity:0.5;
}
.team-social {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	z-index:3;
	display:none;
}
.team-social li {
	float:none !important;
	display:inline-block !important;
	padding:10px;
	width:auto !important;
}
.team-social li a {
	color:#fff;
	font-size:16px;
	position:relative;
	top:50px;
	opacity:0;
}
  /* Custom styles for the testimonial slider */
        .testimonial-container {
            text-align: center;
            padding: 50px 0;
            background-color: #2f2f2f;
        }
        .testimonial-card {
            background: #f3f3f3;
            padding: 20px;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
            margin: 0 20px;
            transition: all 0.3s ease;
        }
        .testimonial-card.active {
            background-color: red;
            color: white;
        }
        .testimonial-card i {
            font-size: 30px;
            color: #ccc;
        }
        .testimonial-card.active i {
            color: white;
        }
        .testimonial-card h4 {
            margin: 20px 0 10px;
            font-size: 1.2em;
        }
        .testimonial-card p {
            font-size: 0.9em;
            color: #555;
        }
        .testimonial-slider {
            display: flex;
            justify-content: center;
            align-items: center;
        }
.custom-inner-holder {
	float:left;
	margin-top:60px;
	width:100%;
}
.custom-inner {
	float:left;
	width:100%;
	position:relative;
	margin-bottom:50px;
}
.custom-inner h3 {
	float:left;
	padding-bottom:20px;
	text-transform:uppercase;
	font-weight:600;
	font-size:2.3em;
}
.custom-inner h4 {
	float:left;
	width:100%;
	padding-bottom:20px;
	font-weight:800;
	text-align:left;
	text-transform:uppercase;
	font-size: 1.2em;
}
.custom-inner-dec {
	float:left;
	width:100%;
	margin-top:10px;
	background:#eee;
	height:1px;
}
.custom-inner ul {
	float:left;
	width:100%;
	padding:10px 0 10px 13px;
	list-style:decimal;
}
.custom-inner ul li {
	float:left;
	width:100%;
	padding:5px 0 5px 10px;
	text-align:left;
}
.custom-inner .content-nav ul {
	position:relative;
	left:0;
	padding:0;
	list-style:none;
}
.custom-inner .content-nav ul li {
	float:left;
	width:50%;
	padding:0;
}
.custom-inner .btn {
	margin-top:20px;
}
.testimon-slider-holder {
	float:left;
	width:100%;
	position:relative;
}
.testimon-slider-holder .customNavigation {
	float:left;
	position:relative;
	width:100%;
	margin-top:40px;
}
.testimon-slider-holder .customNavigation a {
	position:relative;
	top:0;
	left:0 !important;
	background:none;
	font-size:22px;
	float:left;
	margin-right:16px;
	width:auto;
	height:auto;
}
/*------ footer  ------------------------------------------------*/
footer.fixed-footer {
	position:fixed;
	top:0;
	right:0;
	width:90px;
	height:100%;
	background:#000;
	z-index:6;
}
.height-emulator {
	float:left;
	width:100%;
	position:relative;
	z-index:1;
}
footer.fixed-footer .footer-social {
	position:absolute;
	bottom:20px;
	left:0;
	width:100%;
}
footer.fixed-footer .footer-social:before {
	content:'';
	position:absolute;
	top:-30px;
	height:1px;
	width:50px;
	left:50%;
	margin-left: -25px;
	background:rgba(255,255,255,0.2);
}
footer.fixed-footer .footer-social li {
	float:left;
	width:100%;
	margin-bottom:6px;
}
footer.fixed-footer .footer-social li a {

    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #df0d1a;
    font-size: 20px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: all .3ms linear; text-align: center	;
}
.testimonial-section {
  background-color: #2e2b2b;
  font-family: 'Segoe UI', sans-serif;
  color: white;
}
.modern-living, .modern-living-gkmirai, .modern-living-nri, .modern-living-aria,.modern-living-ary  {
  width: 100%;
  position: relative;
  overflow: hidden;
	color: #fff;
}

/* Background image layer */
.modern-living::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 0;
	  background: url('../images/Aboutus/GK\ -_Director\ message\ paralex.jpg');;
	background-size: cover;
	background-repeat: no-repeat;

}
.modern-living-gkmirai::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 0;
	  background: url('../images/GKMirai/GK_amenities\ paralex.jpg');;
	background-size: cover;
	background-repeat: no-repeat;

}
.modern-living-nri::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	z-index: 0;
	  background: url('../images/NRICorner/GK_About\ Our\ Project.jpg');;
	background-size: cover;
	background-repeat: no-repeat;

}
.modern-living-aria::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	z-index: 0;
	  background: url('../images/Aria/GK\ -_amenities\ paralex.jpg');;
	background-size: cover;
	background-repeat: no-repeat;

}
.modern-living-ary::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	z-index: 0;
	  background: url('../images/Aryaban/GK\ -_amenities\ paralex.jpg');;
	background-size: cover;
	background-repeat: no-repeat;

}
.modern-living-content{padding: 10% 0;}
/* Content layer */
.modern-living > * {
  position: relative;
  z-index: 1;
}
/* Section title */
.testimonial-title {
  text-align: center;
  margin-top: 40px;
}

.testimonial-subtitle {
  text-align: center;
  font-style: italic;
  margin-bottom: 40px;
}

/* Card layout */
 .testimonial-card {
      background-color: #e53935;
      border-radius: 15px;
      padding: 80px 30px 30px 30px;
      color: white;
      text-align: center;
      position: relative;
      max-width: 420px;
      width: 100%;
    }

    .testimonial-card .profile-img {
      width: 100px;
      height: 100px;
      background-color: #fff;
      border: 6px solid #d3211d;
      border-radius: 50%;
      position: absolute;
      top: -50px;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center;
      justify-content: center;
    }
.testimonialCarousel_inner{display: flex;justify-content:center; margin-left: -18%; text-align: center;}
    .profile-img img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      opacity: 0.6;
    }

    .testimonial-card h5 {
      margin-top: 53px;
      font-weight: 600;
			font-size: 1.5em;
			color: #fff;
			font-family: 'MONTSERRATLight';
    }

    .testimonial-card p {
      font-size: 16px;
      margin-top: 10px;
      line-height: 1.6;
			color: #fff;
			text-align: center;
    }

    .testimonial-card .website {
      font-size: 13px;
      margin-top: 20px;
      color: #fff;
    }

.star-checked {
  color: gold;
}

/* Carousel controls */
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}
.mb100{margin-bottom: 100px;}
.carousel-inner{overflow: visible!important;}
/* Responsive tweaks */
@media (max-width: 768px) {
  .carousel-inner {
    flex-direction: column;
  }

  .testimonial-card {
    margin-bottom: 20px;
  }

  .testimonial-highlight {
    transform: none;
  }
}
footer.fixed-footer .footer-social li a:hover {
    background: #e21914;
    color: #ffffff;
}
.content-footer {
	position:relative;
	bottom:0;
	left:0px;
	right: 0;
	padding:100px 20px 30px 0;
	background:#df0d1a;
	z-index:2;
}
  .social-icons-list {
                                display: flex;
                                gap: 10px;
                                padding: 0;
                                margin: 0;
                                list-style: none;
                            }
                            .social-icons-list li a {
                                   display: flex;
																	     transition: all 400ms linear;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background: transparent;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
    transition: background 0.2s;
    text-decoration: none;
    border: 1px solid;
                            }
                            .social-icons-list li a:hover {
                              background: #ffffff;
    color: #e21914;    transition: all 200ms linear;
    transition-delay: 200ms;
                            }
.content-footer:before {
	content:'';
    position: absolute;
    display: block;
    top: -10px;
    bottom: 0;
    z-index: 20;
    width: 7px;
    left: 42px;
    background-repeat: repeat-y;
  	/* background-image: url(../images/images-bg-dec.png); */
	opacity:0.2;
}
.footer-title {
    position: absolute;
	width:200px;
	top:280px;
	padding-top:36px;
    cursor: default;
    transform: rotate(-90deg);
    transform-origin: left top;
	z-index:12;
	left: 0;
}
.footer-title:before {
	content:'';
	position:absolute;
	bottom:-23px;
	width:1px;
	height:50px;
	left:0;
	background:rgba(255,255,255,0.21);
}
 #player {
      position: absolute;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      z-index: -1;
      pointer-events: none;
    }

    .overlay {
      position: relative;
      z-index: 1;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100vh;
      color: white;
      text-align: center;
      background-color: rgba(0, 0, 0, 0.4);
    }

    .btn {
      margin-top: 20px;
      padding: 15px 30px;
      background: red;
      border: none;
      color: white;
      font-size: 18px;
      border-radius: 5px;
      cursor: pointer;
    }
		.playbutton{
			    position: absolute;
    top: 86%;
    right: 109px;
    background: #ffffff73;
		}
.footer-title h2  {
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	color: #fff;
	cursor: pointer;
	
	font-weight:600;
}
.footer-title  a {
	position:relative;
	z-index:3;
    transition: all 200ms linear;
	color:#fff;
	text-decoration: none;
}
.rera_text{font-size: 26px;line-height: 0;}
.footer-item {
	float:left;
	width:100%;
	text-align:left;
	color:#fff;
}
.property-card {
      border: none;
      background: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      transition: all 0.3s ease-in-out;
    }

    .property-card:hover {
      transform: translateY(-5px);
    }

    .property-card img {
      width: 100%;
      height: 250px;
      object-fit: cover;
    }

    .property-card h5 {
      font-weight: 700;
      color: #1a1a1a;
      margin-top: 20px;
    }

    .property-card p {
      color: #555;
      font-size: 15px;
      line-height: 1.6;
    }

    .read-more-btn {
      display: inline-block;
      color: #e63946;
      border: 1px solid #e63946;
      padding: 10px 25px;
      text-decoration: none;
      border-radius: 3px;
      font-weight: 500;
      margin-top: 10px;
      transition: all 0.3s ease;
    }

    .read-more-btn:hover {
      background-color: #e63946;
      color: #fff;
    }
		 /* .blog-container {
      max-width: 900px;
      margin: 50px auto;
      padding: 0 15px;
    } */

    .blog-image {
      width: 100%;
      border-radius: 5px;
      margin-bottom: 30px;
      object-fit: cover;
    }

    .blog-section {
      margin-bottom: 40px;
			font-family: STIXTwoText';
    }

    .blog-section h3 {
      font-weight: 700;
      font-size: 1.4rem;
      color: #000;
      margin-bottom: 10px;
    }

    .blog-section p {
      font-size: 1rem;
      color: #555;
    }

    .blog-section p a {
      color: #007bff;
      text-decoration: none;
    }

    .blog-section p a:hover {
      text-decoration: underline;
    }

    @media (max-width: 768px) {
      .blog-container {
        margin: 30px auto;
      }
      .blog-section h3 {
        font-size: 1.2rem;
      }
    }
.footer-item h4 {
       width: 100%;
    margin-bottom: 22px;
    font-size: 1em;
    padding-left: 28px;
    margin-top: 10px;
    font-weight: 600;
}
.footer-item p , .footer-item  span  , .footer-item ul li a{
    font-size: 1.0em;
    color: rgba(255, 255, 255, .7);
    text-decoration: none;
    font-weight: 600;
}
.footer-item ul li {
	float:left;
	width:100%;
	margin-bottom:15px;
}
.footer-item  span  , .footer-item ul li a{
	text-transform:uppercase;
}
.footer-item  span {
	letter-spacing:1px;
}
.footer-item .text-link{
	color:#fff;
}
/* .footer-item .text-link:before  {
	background:#fff;
} */
 .footer-logo  a {
	 margin-bottom:60px;
	 position: relative;
	 float: left;
	 width: 100%;
}
/* .footer-logo  a:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 50px;
	height: 1px;
	background: rgba(255,255,255,.2)
} */
.footer-logo p {
	max-width:400px;
	font-size:1.1em;
}
.footer-wrap {
	float: left;
	width:100%;
	padding-top:45px;
	position:relative;
	border-top:1px solid rgba(255,255,255,.2)
}
.footer-wrap:before {
	content:'';
	position:absolute;
	top:-3px;
	right:32px;
	width:6px;
	height:6px;
	background:#fff;
	border-radius:100%;
    transition: all 200ms linear;
}
.footer-wrap.tth:before {
	right:0;
}
.copyright {
	float:left;
	text-align:left;
	color:#fff;
	font-size:1.1em;
	text-transform:uppercase;
	letter-spacing:1px;
}
.to-top {
	float:right;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:1.1em;
	overflow:hidden;
	width:70px;
	height:40px;
	cursor:pointer;
	text-align:right;
}
/*------ map - ------------------------------------------------*/
.map-box {
	float:left;
	width:100% ;
	height:400px;
	position:relative;
	margin:40px 0;
}
#map-canvas{
	position:absolute;
	top:0;
	left:0;
	width:100% ;
	height:400px;
}
/*------ Contact  ------------------------------------------------*/
.contact-details {
	float:left;
	width:100%;
	padding-top:30px;
	text-align:left;
}
.contact-details h4 {
	margin:10px 0 30px;
	font-size:14px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-weight:bold;
}
.contact-details ul  {
	padding-bottom:20px;
}
.contact-details ul li a {
	padding:4px 0;
	float:left;
	font-size:1.1em;
	width:100%;
	font-weight: 500;
}
.contact-details ul li a:hover {
	text-decoration:underline;
}
.contact-form-holder {
	float:left;
	width:100%;
	margin-top:20px;
}
#contact-form  , #comment-form{
	width:100%;
	float:left;
	margin-top:30px;
}
#contact-form input[type="text"] , #contact-form textarea , #comment-form input[type="text"]  , #comment-form textarea{
	float:left;
	width: 100%;
	background:none;
	margin-bottom:20px;
	font-size: 12px;
	font-weight:700;
	height:70px;
	border-radius: none;
	position:relative;
	z-index:20;
	padding-left:8px;
	color:#999;
	border:0;
	text-transform: uppercase;
	border-bottom:1px solid #000;
	-webkit-appearance: none;
	
}
#contact-form textarea  , #comment-form textarea {
	height:120px;
	resize:none;
	background:none;
	overflow: auto;
	box-shadow: none;
}
#submit , .form-submit button	{
	float:left;
	border:2px solid #000;
	background:none;
	padding:15px 30px 15px 30px;
	line-height:17px;
	cursor:pointer;
	font-weight:800;
	font-size:12px;
	color:#000;
	
    transition: all 200ms linear;
	-webkit-appearance: none;
}
#submit:hover {
	 color:#ccc;
}
#submit i , .to-top i , footer.fixed-footer .footer-social li a , .clients-list a  {
    transition: all 200ms linear;
}
#submit:hover i {
	color:#000;
}
.verify-wrap {
	float:left;
	width:100%;
	margin:15px 0;
}
.verify-text {
	float:left;
	margin-right:20px;
	width:100%;
	text-align:left;
}
#contact-form input#verify[type="text"] {
	float:left;
	width:70px !important;
}
.error_message {
	text-align:left;
	font-size:12px;
	max-width:450px;
	position:relative;
	padding:10px;
	color:#933;
	text-transform:uppercase;
}
#success_page h3{
	text-align:left;
	font-size:15px;
	text-transform:uppercase;
}
#success_page p {
	margin-top:5px;
	text-align:left;
	padding:6px 6px 6px 0;
	color:#000;
}
#success_page p strong {
	font-weight:bold;
}
#message fieldset {
	border:none;
}
/*------ facts  ------------------------------------------------*/
.sect-subtitle {
	position:absolute;
	bottom:10%;
	color:rgba(0,0,0,0.21);
	font-weight:bold;
	text-transform:uppercase;
	font-size:185px;
	z-index:2;
}
.sect-subtitle:before {
	content:'';
	position:absolute;
	top:50%;
	width:150px;
	height:1px;
	background:rgba(0,0,0,0.21);
}
.sect-subtitle:after  {
	content:'';
	position:absolute;
	top:50%;
	left:50%;
	width:6px;
	height:6px;
	background:#000;
	border-radius:100%;
	margin-top:-3px;
	margin-left:-3px;
}
.dark-bg .sect-subtitle {
	color:rgba(255,255,255,0.21);
}
.dark-bg .sect-subtitle:after {
	background:#fff;
}
.left-align-dec {
	left:20%;
}
.right-align-dec {
	right:10%;
}
.right-align-dec:before  {
	right:50%;
}
.left-align-dec:before  {
	left:50%;
}
.dark-bg .sect-subtitle:before {
	background:rgba(255,255,255,0.351);
}
.inline-facts-holder:before {
	content:'';
	position:absolute;
	top:50%;
	left:-50%;
	width:20%;
	background:#fff;
	height:6px;
	margin-top:-3px;
}
.promo-heading {font-family: 'MONTSERRATLight';}
.inline-facts h6 {
float: left;
    width: 100%;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding-left: 26px;
}
.num{
float: left;
    font-size: 82px;
    text-align: right;
    text-transform: uppercase;
    width: 60%;
    color: #fff;
    font-weight: normal;
		font-family: 'MONTSERRATLight';
}
.animaper span {
	color:#fff;
	font-size:82px;font-family: 'MONTSERRATLight';
}
/*------ process ------------------------------------------------*/
.process-box  {
	float:left;
	width:100%;
	margin-top:60px;
	padding:50px 0;
	position:relative;
}
.process-box:before {
	content:'';
	position:absolute;
	top:-20px;
	left:0;
	width:80px;
	height:8px;
	background:#000;
}
.process-box h3 , .bold-title {
	float:left;
	width:100%;
	font-size:26px;
	font-weight:700;
	text-align:left;
	padding-bottom:30px;
}
.creat-list {
	float:left;
	margin:10px 0;
	width:100%;
}
.creat-list li {
	float:left;
	margin-right:10px;
}
.creat-list li a  , .text-link{
	float:left;
	font-size: 10px;

    line-height: 12px;
    text-transform: uppercase;
    padding-left: 63px;
    position: relative;
	font-weight:800;
    letter-spacing: 2px;
    color: #292929;
}
/* .creat-list li a:before  , .text-link:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:40px;
	height:1px;
	background:#000;
    transition: all 200ms linear;
} */
.creat-list li a:hover:before , .text-link:hover:before {
	transform: rotate(45deg);
}
/* ------blog------------------------------------------------------------ */
.blg-nav {
	margin-top:-20px;
	margin-bottom:20px;
}
.waimg {
	float:left;
	margin-bottom:20px;
}
article {
	float:left;
	margin-bottom:10px;
	width:100%;
	position:relative;
	border-bottom:1px solid #eee;
}
article .btn {
	float:left;
}
article .section-title {
	margin-bottom:15px;
}
.post-author {
	margin-bottom:40px;
	margin-top:10px;
	float:left;
	border-bottom:1px solid #eee;
	padding:20px 0;
}
.author-img {
	float:left;
	width:15%;
}
.author-content {
	float:left;
	width:85%;
	padding-left:10px;
}
.author-img img {
	border-radius:100%;
	float:left;
}
.author-content h5 {
	font-size:14px;
	letter-spacing:2px;
	text-transform:uppercase;
	margin-bottom:14px;
	color:#000;
	display:block;
	float:left;
	font-weight:500;
}
.author-content p {
	margin-bottom:8px;
	float:left;
	width:100%;
}
.widget {
	float:left;
	width:100%;
	margin-bottom:40px;
	text-align:left;
	border-bottom:1px solid #000;
	padding-bottom:20px;
}
.widget h3 {
	float:left;
	width:100%;
	position:relative;
	font-size:14px;
	text-transform:uppercase;
	color:#000;
	font-weight:600;
	letter-spacing:2px;
	padding-bottom:20px;
}
.widget-posts li {
	padding: 12px 0;
}
.widget-posts-img {
	float:left;
	width:30%;
}
.widget-comments-img  img{
	 border-radius:100%;
}
.widget-posts-descr{
	float:left;
	width:70%;
	padding-left:20px;
}
.widget-posts-descr a{
	font-size:1.0em;
	font-weight:600;
	text-transform:uppercase;
	color:#000;
	letter-spacing:1px;
	padding-bottom:20px;
}
.widget-posts-date  {
	float:left;
	width:100%;
	margin-top:10px;
	color:#999;
	font-size:.9em;
}
.searh-holder {
	max-width:450px;
	margin-top:20px;
	position:relative;
}
.searh-inner {
	float:left;
	width:100%;
	position:relative;
}
.search {
	border:1px solid #000;
	float: left;
	background:#fff;
	border-radius:none;
	position:relative;
	outline: none;
	padding: 0px 0px 0px 30px;
	width: 100%;
	height: 60px;
	color: #000;
	text-transform: uppercase;
	font-size: .9em;
	font-weight: 600;
	
	-webkit-appearance: none;
}
.search-submit {
	border: none;
	outline: none;
	cursor: pointer;
	background:none;
	position:absolute;
	top:50%;
	right:30px;
	height: 40px;
	margin-top: -20px;
}
.trnsp-search {
	border:1px solid #fff;
	border-radius:6px;
	color:#fff;
	background:rgba(255,255,255,0.21);
}
.trnsp_btn  {
	border-radius: 0 6px   6px 0;
}
.trnsp_btn i  {
	color:#fff !important;
}
.search-submit:hover i {
	opacity:0.5;
}
.tagcloud li {
	float:left;
	margin-bottom:4px;
}
.tagcloud li a {
	float:left;
	padding:6px 10px 6px 0;
	margin-right:2px;
	color:#000;
	letter-spacing:1px;
	font-weight: 600;
	text-transform:uppercase;
}
.tagcloud li a:hover {
	color:#ccc;
}
.cat-item{
	padding-bottom: 8px;
	margin-bottom: 15px;
}
.cat-item a{
	font-size:1.3em;
	
	color:#000;
	text-transform:uppercase;
}
.lg-sub-html {
	font-size:12px;
	
	color:#fff;
	text-transform:uppercase;
}
.cat-item a , .tagcloud li a{
	font-size:1.0em;
    transition: all 200ms linear;
}
.sinnle-post h2 {
	float:left;
	font-size:32px;
	text-align:left;
	width:100%;
}
.blog-text{
	float:left;
	width:100%;
	padding:20px 0;
	margin-top:10px;
}
.blog-text .btn {
	margin-top:15px;
}
.blog-text h3 , .comments-holder h3 , .comment-form-holder h3 {
	font-size:16px;
	text-transform:uppercase;
	text-align:left;
	font-weight:400;
}
.blog-text h3 strong {
	font-weight:bold;
}
.blog-text {
	padding:0;
	padding-bottom:20px;
}
.blog-title a {
	color:#666;
}
.sinnle-post .blog-text {
	max-width:900px;
}
.blog-media {
	float:left;
	width:100%;
	position:relative;
	padding:20px 0;
}
.blog-text p {
	font-size:12px;
	padding-top:10px;
}
.pagination-blog {
	margin-top:20px;
	text-align:center;
	float:left;
	width:100%;
	margin:15px 0;
}
.pagination-blog ul   {
	float:left;
	margin:20px 0 30px;
}
.pagination-blog a {
	float:left;
	padding: 12px 18px;
	font-size:13px;
	color:#666;
	letter-spacing:1px;
	margin-right:6px;
	position:relative;

}
.pagination-blog a.current-page, .pagination-blog a:hover {
    color:#ccc;
}
.prevposts-link , .nextposts-link {
	position:relative;
	width:50px;
	height:40px;
	padding:0 10px;
}
.prevposts-link:before , .nextposts-link:before {
	content:'';
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	height:1px;
	background:#000;
    transition: all 200ms linear;
}
.prevposts-link:hover:before , .nextposts-link:hover:before {
	transform: rotate(45deg);
}
.sidebar {
	float:left;
	width:100%;
	padding:0 0 0 30px;
}
.sinnle-post p {
	font-size:16px;
}
.sinnle-post .blog-text h3 {
	margin-bottom:30px;
}
.comments-holder {
	float:left;
	width:100%;
	position:relative;
	border-top:1px solid #eee;
	padding-top:30px;
	margin-top:30px;
}
.commentlist {
	text-align:left;
	float:left;
	margin:10px 0px;
	max-width:900px;
	padding:20px 0;
	border-bottom:1px solid #eee;
}
.comment-form-holder {
	max-width:800px;
	float:left;
	margin-top:30px;
}
#comments{
	text-align:left;
	padding-top: 10px;
	max-width:800px;
}
#comments-title , #reply-title{
	border-bottom: 1px solid #eee;
	padding-bottom: 30px;
	margin-bottom: 5px;
	font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
	color:#666;
}
.comment{
	float: left;
}
.comment-body{
	position: relative;
	margin-left: 70px;
	padding-top: 30px;
}
.comment-author{
	position: absolute;
	top: 30px;
	left: -66px;
}
.comment-author img{
	border-radius: 100%;
}
.comment .children{
	margin-left: 70px;
}
.fn{
	display: block;
	margin-bottom: 10px;
	text-transform:uppercase;
	font-weight:800;
	letter-spacing:1px;
}
.comment-meta, .comment-meta a{
	text-transform:uppercase;
	font-weight:800;
	font-size:10px;
	letter-spacing:1px;
	color:#494949;
	padding-bottom:10px;
}
#respond{
	margin-top:40px;
	float:left;
	width:100%;
}
#reply-title{
	padding-bottom:30px;
	margin-bottom:5px;
}
#commentform {
	float:left;
	width:100%;
}
.comment-notes{
	margin-top: 10px; color: #a4a4a3;
}
.control-group label{
	margin-left: 10px;
	float:left;
	position:relative;
	top:25px;
	font-weight:600;
	letter-spacing:2px;
}
.control-group .controls input {
	margin-top: 15px;
	border: none;
	outline: none;
	height: 35px;
	background: #fff;
	color: #a4a4a3;
	text-decoration: none;
	border-bottom: 1px solid #000;
	border-right:2px solid #000;
	float:left;
	max-width:600px;
}
.control-group .controls textarea {
	float:left;
	margin-top: 15px;
	border: none;
	outline: none;
	height: 180px;
	max-width:600px;
	background: #fff;
	padding-left: 15px;
	padding-top: 15px;
	color: #a4a4a3;
	resize: vertical;
	text-decoration: none;
	border-bottom: 2px solid #000;
}
.controls button {
	 margin-top:30px;
	 -webkit-appearance: none;
}
 /*------ share------------------------------------------------*/
.show-share {
	position:absolute;
	top:20px;
	right:30px;
	z-index:21;
	cursor:pointer;
	color:rgba(255,255,255,0.21);
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center !important;
	border:1px solid rgba(255,255,255,0.41);
}
.show-share span {
	color:#fff;
	position:absolute;
	left:-100%;
	margin-left:-15px;
	top:-15px;
	opacity:0;
	line-height: 1;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	
	font-weight:600;
	z-index:2;
	text-decoration:line-through;
    transition: all 200ms linear;
}
.show-share:hover span {
	opacity:1;
	top:20px;
}
.show-share.isShare {
	color:#fff;
	border:1px solid rgba(255,255,255,0.21);
}
.show-share.isShare span {
	text-decoration:none;
}
.share-inner {
	position:fixed;
	z-index:20;
	right:30%;
	top:90px;
	visibility:hidden;
	width:70%;
	background:#000;
	height:0;
	overflow:hidden;
}
.hor-inner {
	width:100%;
	right:0;
}
.visshare {
	visibility:visible;
	height:90px;
}


.vissc{
	opacity:1;
}
.share-icon {
	float:left;
	position:relative;
	margin-right:20px;
	color:#fff;
}
.share-icon:hover {
	text-decoration:line-through;
}
.share-icon:before{
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	
	font-weight:600;
	position:relative;
	z-index:2;
    transition: all 100ms linear;
}
.share-icon-facebook:before  {
    content: "facebook";
}
.share-icon-twitter:before {
    content: "twitter";
}
.share-icon-tumblr:before {
   content: "tumblr";
}
.share-icon-linkedin:before {
     content: "linkedin";
}
.share-icon-pinterest:before {
    content: "pinterest";
}
.transition{
    transition: all 500ms linear;
}
.transition2{
    transition: all 200ms linear;
}
.fl-l {
	float:left;
}
.nav-button-holder {
	display:none;
}
.hid-gal {
	overflow:hidden;
}
/*------  Responsive ------------------------------------------------------*/
@media only screen and  (max-width: 1236px) {
header  {
	width:100%;
}
.share-inner {
	left: 0;
	right:0;
}
.creat-list li a {
	margin-bottom:15px;
}
 
.round-filter:before {
	display:none;
}
.hid-filter {
    top: auto;
	bottom: 100%;
	border-bottom: 1px solid rgba(255,255,255,.2);
	border-top: none; 
}
.round-filter {
	bottom:0;
	top: auto;
	width:100%;
	border: none;
}
.nicescroll-rails{
	display: none!important
}	
}
@media only screen and  (max-width: 1036px) {
.hid-gal {
	overflow:auto;
}
.mob-bg {
	display:block;
}
 
 	
.nav-button-holder {
	position:absolute;
        right: 27px;
        top: 4px;
	display:block;
}
.nav-holder nav li ul {
    margin: 32px 0 0 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    min-width: 220px;
    top: 8px;
    left: -220px;
    z-index: 1;
    padding: 20px 30px;
    background: rgba(0, 0, 0, .9);
    transition: all .2s 
ease-in-out;
}
.nav-holder nav li ul li ul {
    top: 57px;
    left: 0;
    margin-left: 30px;
    margin-top: 0;
    max-width: 150px;
}
.show-share {
	right:30px;
}
.nav-button {
	float:right;
	width:40px;
	height:40px;
	padding:13px 6px 6px 6px;
	position:relative;
	margin-top:9px;
	cursor:pointer;
}
.nav-button span {
	float:left;
	width:100%;
	height:2px;
	background:#fff;
	margin-bottom:4px;
	position:relative;
}
.share-inner {
	width:100%;
	right:0;
}
.content-holder{
	padding:0;
}
.header-inner {
	              float: left;
        padding-left: 29px;
        background: #d3211d;
        width: 100%;
}
.inline-facts-holder:before  , .show-share span , .fixed-footer   , .height-emulator , .sect-subtitle  , .content:before , .content-footer:before , nav ul li ul:before , nav li a.act-link:before , .control-panel , .close-sidebar , .fix-con-panel , .nicescroll-rails {
	display:none;
}
.particular {
	display:none !important;
}
.parallax-box {
	position:relative;
	left:0;
	padding-top:20px;
}
.parallax-box.r-align {
	left:0;
}
.parallax-box img {
	opacity:1;
}
.parallax-item {
	margin-bottom:40px;
}
.parallax-deck {
	position:relative !important;
	bottom:0;
	padding:0;
	float:left;
	width:100%;
}
.left-direction .parallax-deck{
	right:0;
}
.right-direction .parallax-deck{
	left:0;
}
.parallax-deck-item {
	float:left;
	max-width:100%;
}
.paralax-wrap  {
	float:left;
	width:100%;
	opacity:1;
	padding-top:30px;
}
.parallax-deck h3 {
	font-size:34px;
	line-height:40px;
	padding-top:15px;
	margin-bottom: 20px;
}
.algn-right {
	text-align:left;
}
.inline-facts h6 {
float: left;
    width: 100%;
    font-size: 19px;
    margin-top: 10px;
    color: #fff;
    text-align: center;
    padding-left: 26px;
}
.num , .inline-facts h6{
	float: left;
	text-align:left;
}
.nav-button-holder  {
	display:block;
}
.main-menu nav ul {
	display:none;
}
.main-menu{
	position: absolute  ;
	top:90px;
	right:-20px;
	width:300px;
	z-index:50;
 	padding:25px 30px ;
 	background:#111;
	visibility:hidden;
	opacity:0;
	transition: all 0.4s  ease-in-out;
}
.vismobmenu {
	opacity:1;
	right:0;
	visibility:visible;
}
.menusb {
	display:block;
	float:left;
	position:relative;
	width:100%;
	overflow:hidden;
}
.main-menu .menusb ul  {
	display:block;
	float:left;
	position:relative;
	width:100%;
}
.menusb li {
	margin: 0;
	float: left;
	width:100%;
	position:relative;
	overflow:hidden;
	padding:0 20px;
}
.menusb   li i {
	position:absolute;
	right:18px;
	top:12px;
}
.menusb  a {
	float:left;
	width:100%;
	padding:8px 5px;
	position:relative;
	font-weight: 600;
	font-size: 1.0em;
	text-transform: uppercase;
	color: #fff;
	line-height:24px;
	text-align:left;
}
.menusb  a.act-link {
	color:rgba(255,255,255,0.71);
}
.menusb a.back{
	padding-left:24px;
}
.menusb a.back:before{
	font-family:FontAwesome;
    -webkit-font-smoothing: antialiased;
	content: "\f177";
	font-size:14px;
}
.submen-dec:before {
	font-family:FontAwesome;
    -webkit-font-smoothing: antialiased;
	content: '\f105';
	position: absolute;
	right: 66px;
	width: 10px;
	height: 10px;
	top: 12px;
	font-size:12px;
	color:#fff;
	z-index: 20;
}	
.content-footer{
	position:relative;
	float:left;
	padding:50px 0 20px;
	width: 100%;
	left: 0;
}
.gallery-item {
	width:50% !important;
}

.colum-w {
	padding-top:0 !important
}
.custom-inner-holder .col-md-6 h3 {
	float:left;
	width:100%;
	padding-bottom:15px;
	text-align:left;
}
.footer-item {
	margin-bottom:15px;
}
.contact-details h4 {
	margin-top:20px;
	float:left;
	width:100%;
}
.sidebar {
	padding-left:0;
}
.hid-sidebar {
	position:relative;
	top:0;
	left:0;
	height:auto;
	float:left;
	width:100%;
	display:block;
	background:#fff;
}
.horizontal_item img{
	width:100%;
	height:auto !important;
	margin-bottom:10px;
}
.sb-inner {
	opacity:1;
	visibility: visible;
}
.sidebar-wrap {
    float: left;
    width: 100%;
    position: relative;
    padding: 50px 0;
	margin :0;
}
.ogm {
	height:auto !important;
	padding:0 6px;
	background:#fff;
}
.ogm .customNavigation {
	display:none;
}
.gallery_horizontal {
    padding-top: 6px;
}
.flow-gallery  .horizontal_item  {
	opacity:1;
	transform: scale(1.0);
}
section {
	padding:50px 0;
}
.parallax-section {
    padding: 210px 0 60px;
}
.parallax-inner .bg {
	height:100%;
	top:0;
}
.smp {
	padding-left:6px;
	padding-right:6px;
}
.footer-item h4 {
 
    margin-bottom: 20px;
 

}
.hero-link {
    margin-top: 30px;
 
}
.hero-wrap-item h2 {
    letter-spacing: 5px;
 
}	
}
@media only screen and  (max-width: 778px) {
#portfolio_horizontal_container  , .resize-carousel-holder  {
  height: auto !important;
}

#portfolio_horizontal_container {
	padding-bottom:60px;
}
#portfolio_horizontal_container .portfolio_item {
	width:  100% !important;
	height: auto !important;
	padding:0 ;
}
.port-desc-holder {
    left: 0;
}	
.p_horizontal_wrap	{
	-webkit-overflow-scrolling: touch;
}
#portfolio_horizontal_container .portfolio_item img {
	width:100% !important;
	height: auto !important;
}
.hpw  , .p_horizontal_wrap , .resize-carousel-holder{
	padding:0;
}
.hpw  {
	overflow: hidden;
}
.resize-carousel-holder {
	 background:#fff;
}
.team-holder li {
	float:left;
	width:50%;
}
.team-social li a {
	padding:6px;
}
.port-desc-holder:before {
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.gallery-filters  a {
	width:100%;
	text-align:left;
	padding-bottom:10px;
}
.inline-filter .count-folio{
	width:100%;
	float:left;
	margin-top:30px;
}
.inline-filter .count-folio div {
	float:left;
}
.inline-filter {
	padding-bottom:20px;
}
.mob-pa {
	padding:0 5px 60px;
}
.ver-filter {
	bottom:0;
	left:2px;
	right:2px;
}
.gallery-item {
	width:100%!important;
	left:0 !important
}
.smp {
	padding-left:6px;
	padding-right:6px;
}
}
@media only screen and  (max-width: 640px) {
.num{
	font-size:62px;
}
.page-title h2  {
	font-size:40px;
}
.team-holder li {
	float:left;
	width:100%;
	padding:20px 0;
}
.grid-small-pad  .grid-item-holder , .grid-big-pad  .grid-item-holder{
	padding:3px  0 !important;
}
.fixed-filter a {
	width: auto !important;
}
.gallery-filters  a:before {
	height:1px;
	width:0;
}
.gallery-filters  a.gallery-filter-active:before {
	width:40px;
}
.smp {
	padding-left:6px;
	padding-right:6px;
}
.serv-item {
	width:100%;
	padding: 10px 0;
}
.serv-item:nth-child(even) {
    padding: 10px 0;
}
.clients-list a{
	width:50%;
}
.section-title , .page-title h2  , .sect-subtitle{
    font-size: 30px;
    line-height: 34px;
}
.parallax-deck-item h3{
    font-size: 22px;
    line-height: 32px;
}
.hero-wrap-item h2 {
	font-size:28px;
}
.hero-wrap-item h3 , .hero-wrap-item h3 a {
	letter-spacing:8px;
}
.customNavigation.fhsln a.next-slide {
	right:0;
	top:90%;
}
.customNavigation.fhsln a.prev-slide {
	left:0;
	top:90%;
}
p {
    font-size: 14px;
}
.full-height {
    height: 59%;
}
.header-inner{
	padding-left: 0;
}

.video-container img {
    width: auto;
}
.num {

    padding-left: 35%;
}
    .num, .inline-facts h6 {
        float: left;
        text-align: center;
    }
		.animaper span {
    color: #fff;
    font-size: 58px;
    font-family: 'MONTSERRATLight';
}
.know-more-btn{
	font-size: 1em;;
}
    .parallax-deck-item h3 {
        font-size: 29px;
        line-height: 32px;
        padding-top: 58px;
        text-align: center;
    }
		.overlay{display: none;}
}
.overlay{display: none;}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
.bg {
	background-attachment: scroll !important;
	-webkit-background-size:cover;
	background-position:center;
}
}
