@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,800|Lora:400italic|Playfair+Display:700);


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

body {
    
	background: #fff;
	color: #69606b;
	font-weight: 400;
	/*font-size: 22px;*/
	font-size:18px;
	line-height: 1.5;
	font-family: 'Raleway', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}
h1 {
font-family:'Playfair Display';
}
#headbann-canvas
{
    background:url('../img/service.png') no-repeat  center fixed;
    background-size:cover;
    background-position:right right;
}

.arch-v-shan {
   
	background: #f1f1f1;
	/*background: #f1f1f1 url(../img/bgpat.png) repeat;*/
}

a {
	outline: none;
	color: #cf4a5c;
	text-decoration: none;
}

a:hover, a:focus {
	color: #69606b;
}

/* To Navigation Style */
.codrops-top {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	text-transform: uppercase;
	font-weight: 800;
	font-size: 0.6em;
	padding: 0 32px;
	letter-spacing: 1px;
	z-index: 10000;
}

.codrops-top a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	display: block;
	float: left;
}

.codrops-icon:before {
	text-transform: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: 'codropsicons';
	text-align: center;
	speak: none;
	margin: 0 0.55em 0 0;
	-webkit-font-smoothing: antialiased;
}

.codrops-icon-drop:before {
	content: "\e001";
}

.codrops-icon-prev:before {
	content: "\e004";
}

.codrops-demos {
	padding: 0 0 1em;
	position: relative;
}

.codrops-demos a {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.6em;
	letter-spacing: 1px;
	padding: 0.3em 0;
	display: inline-block;
	opacity: 0.7;
	margin: 0 0.5em;
	white-space: nowrap;
	color: #cf4a5c;
}

.codrops-demos a:hover,
.codrops-demos a.current-demo {
	opacity: 1;
	color: #69606b;
}

.codrops-demos a.current-demo {
	border-bottom: 3px solid #69606b;
}

.related {
	padding: 3em 0;
	text-align: center;
	font-size: 1.5em;
	position: relative;
}

footer {
	background-color:#f5f5f5;
	border-top:solid 10px #f0f0f0;
	padding:20px 50px;
	font-size: 67%;
	/*background: url(../img/greensquare.jpg) repeat;
	color:#000;*/
}

footer a, footer a:hover {
	color:#003399;
}

footer h2 {
	margin-top: 0px !important;
	padding: 0px !important;
	padding-right: 5px !important;	
	text-align: right;
	color: #7fb952;
	border-right:solid 4px #7fb952;
	line-height:90%;
	padding-bottom: 8px !important;
}
/*services*/

/*hover effects*/

.line-height li:hover
{
font-weight:200;
}

#zoom1
{
    background:url('../img/thumbs/commercial_header4.jpg');
    height:400px;
    background-size:cover;
    margin-top:30px;
}
#zoom2
{
    background:url('../img/thumbs/highrise_header3.jpg');
    height:400px;
    background-size:cover;
    background-position:right center;
    margin-top:30px;
}

#zoom1:hover {
   -webkit-animation: animatedBackground 1s ease-out 1;
        -moz-animation: animatedBackground 1s ease-out 1;
        animation: animatedBackground 1s ease-out 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
}
#zoom2:hover {
   -webkit-animation: animatedBackground 1s ease-out 1;
        -moz-animation: animatedBackground 1s ease-out 1;
        animation: animatedBackground 1s ease-out 1;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
}
 @-webkit-keyframes animatedBackground {
        0% {
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1)
        }
        100% {
        -webkit-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
        }

    }
    
    
 @-moz-keyframes animatedBackground {
        0% {
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1)
        }
        100% {
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1)
        }

    }
 @keyframes animatedBackground {
        0% {
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            -ms-transform: scale(1, 1);
            -o-transform: scale(1, 1);
            transform: scale(1, 1)
        }
        100% {
            -webkit-transform: scale(1.1, 1.1);
            -moz-transform: scale(1.1, 1.1);
            -ms-transform: scale(1.1, 1.1);
            -o-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1)
        }

    }

/*   projects list */
#probann-canvas {
  text-align: center;
  position: relative;
  background-image: url(../img/slider-horizontal2.png);
  background-repeat: repeat-x;
  background-position: 0 bottom;
  background-size: cover;
  -webkit-animation: h_slide 24s ease-out infinite;
  -moz-animation: h_slide 24s ease-out infinite;
  animation: h_slide 24s ease-out infinite; 
}

.project {
    
    margin:0px;
    float:left;
    position:relative;
}
.project:hover {
    
    /*border:3px solid #18a367;*/
    margin:0px;
    float:left;
    position:relative;
    
}
.project img {
    width:100%;
    height:100%;
    
}
.p1 {
    width:270px;
    height:270px;
}
.p2 {
    width:505px;
    height:270px;
}
.p3 {
    width:270px;
    height:270px;
}
.p4 {
    width:522px;
    height:270px;
}
.p5 {
    width:522px;
    height:270px;
}
.p6 {
    width:270px;
    height:270px;
}
.p7 {
    width:270px;
    height:270px;
}
.p8 {
    width:505px;
    height:270px;

}
.p9 {
    width:505px;
    height:270px;
}
.p10 {
    width:270px;
    height:270px;
}
.p11 {
    width:270px;
    height:270px;
}
.p12 {
    width:270px;
    height:270px;
}
.p13 {
    width:505px;
    height:270px;
}
.p14 {
    width:505px;
    height:270px;
}
.p15 {
    width:270px;
    height:270px;
}
.p16 {
    width:270px;
    height:270px;
}

@-webkit-keyframes h_slide {
  0% {
    background-position: 0% bottom; }

  20% {
    background-position: 0% bottom; }

  25% {
    background-position: 33.33333% bottom; }

  45% {
    background-position: 33.33333% bottom; }

  50% {
    background-position: 66.66667% bottom; }

  70% {
    background-position: 66.66667% bottom; }

  75% {
    background-position: 100% bottom; }

  95% {
    background-position: 100% bottom; }

  100% {
    background-position: 133.33% bottom; } }

@-moz-keyframes h_slide {
  0% {
    background-position: 0% bottom; }

  20% {
    background-position: 0% bottom; }

  25% {
    background-position: 33.33333% bottom; }

  45% {
    background-position: 33.33333% bottom; }

  50% {
    background-position: 66.66667% bottom; }

  70% {
    background-position: 66.66667% bottom; }

  75% {
    background-position: 100% bottom; }

  95% {
    background-position: 100% bottom; }

  100% {
    background-position: 133.33% bottom; } }

@keyframes h_slide {
  0% {
    background-position: 0% bottom; }

  20% {
    background-position: 0% bottom; }

  25% {
    background-position: 33.33333% bottom; }

  45% {
    background-position: 33.33333% bottom; }

  50% {
    background-position: 66.66667% bottom; }

  70% {
    background-position: 66.66667% bottom; }

  75% {
    background-position: 100% bottom; }

  95% {
    background-position: 100% bottom; }

  100% {
    background-position: 133.33% bottom; } }



/*client.html*/

/*#client-canvas {
    background:url(../img/clients/Client1.png) no-repeat center center fixed;
    opacity:0.6;
    background-size:cover;

}*/
.clients{
    text-align:center; 
    margin-bottom:0px; 
    margin-top:0px; 
}
.clients .three img:hover{
    -webkit-box-shadow: 0px -1px 8px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px -1px 8px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px -1px 8px 0px rgba(50, 50, 50, 0.75);  
    -webkit-transition: background 1.5s ease-out;
    -moz-transition: background 1.5s ease-out;
    -o-transition: background 1s ease-out;
    -kthml-transition: background 1s ease-out;
    transition:  background 1s ease-out;
    -webkit-transition: background 1s ease-out;
    /*content:url('../img/clients/ln2.png')*/
}

/* tooltip */

/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer;
}

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: 
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition:    
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
   transition:         
    opacity 0.2s ease-in-out,
    visibility 0.2s ease-in-out,
    transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
   -webkit-transform: translate3d(0, 0, 0);
   -moz-transform:    translate3d(0, 0, 0);
   transform:         translate3d(0, 0, 0);
   pointer-events: none;
}

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
}

/* Directions */

/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 150px;
  left: 50%;
}

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: hsla(0, 0%, 20%, 0.9);
}

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px;
}

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform:    translateY(-12px);
  transform:         translateY(-12px); 
}



/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px;
}

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px;
}



@media screen and (max-width: 40em) {

	.codrops-icon span {
		display: none;
	}

	.related {
		font-size: 80%;
	}
	
	footer {
		padding:20px 20px;
		font-size: 72%;
	}
     .project {
        width: 50%  !important;
        height: 100%;
    }

}

@media screen and (max-width: 768px) {
	
	footer {
		padding: 20px 20px;
		font-size: 72%;
	}
    

}

/****Back To Top*****/
#back-to-top {
    position: fixed;
    bottom: 38px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    background-color:transparent;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    outline:0;
}
#back-to-top.show {
    opacity: 1;
}
 /*ABOUT.HTML*/
#about-canvas {
    background:url(../img/about_img/aboutbg.png) center bottom fixed;
    background-size:cover;
}
.border-right {
    border-right:3px dotted #CF7000 !important;
    padding:6px;
    text-align:center;
}
.border-left {
    border-left:3px dotted #CF7000 !important;
    text-align:center;
}
.about-management {
    font:300 18px;
    text-align:left;
    margin-top:-40px;
}
.subtitle {
    text-align:center;
    padding:15px;

}
.subtitle td{   
    /*font-size:16px;*/
    text-align:left;
    vertical-align:top;
    border-bottom:none;   
    width:auto;
    color:#ffffff;
   
}
.subtitle h2 {
    padding-bottom:15px;
}
.tbltitle {
    color:#2E3337;
    /*font-size:15px;*/
}
.subtitle ol{
    margin:0px;
    padding-left:20px;
}
.accociates {      
 /*line-height:18px;*/
}
/*.accociates span {     
    padding-bottom:15px;
}*/
.associates img {
    margin-top:15px !important;
}
.padding-about {
    padding:10px;
    text-align:center;
}

.parallax-1 {
 background:url('../img/about_img/aboutbg1.png');
 background-size:cover;
}
.parallax-2 {
  background: url('../img/about_img/business-growing.png');
  background-size:cover;
}
.parallax-3 {
  background: url('../img/service1.png');
   background-size:cover;
}
.parallax-4 {
  background: url('../img/clients/Client2.png');
   background-size:cover;
}



