@import url('//fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900');
@import url('//fonts.googleapis.com/css?family=Merriweather:300,300i,400,400i,700,700i,900,900i');
body {
	font-family: 'Raleway', sans-serif;
}
header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}
header:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 90px;
	content: '';
	background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
}
header.header_fixed {
	background: #000000f7;
}
header.header_fixed:before {
	display: none;
}
.body_overflow {
	overflow: hidden;
	padding-right: 17px;
}
.body_overflow .navbar-default .navbar-toggle:after {
	right: 0;
	left: 0;
}
.navbar-default {
	position: relative;
	z-index: 9
}
.navbar-default .container {
	width: 1600px;
	max-width: 100%;
}
.navbar-default .navbar-brand {
	padding-top: 0;
	padding-bottom: 0
}
.navbar-default .navbar-toggle {
	background: transparent;
	border-radius: 8px;
	padding: 14px 0;
	margin-left: 15px;
	color: #fff;
	font-size: 16px;
	line-height: 14px;
	text-transform: uppercase;
	margin-top: 6px;
	border: none;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	position: static;
}
.navbar-default .navbar-toggle:after {
	position: fixed;
	right: -100%;
	top: 0;
	bottom: 0;
	width: 100%;
	z-index: 6;
	content: '';
	background: rgba(0,0,0,0.5);
}
.navbar-toggle .toggle-name {
	float: right;
	margin-left: 34px;
	font-weight: 300;
	margin-top: -1px;
	font-size: 38px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
	border-radius: 0;
	width: 26px;
	margin-top: -6px
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 9px
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	text-decoration: none;
	color: #f4be3b;
	background: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar {
	background: #f4be3b
}
.navbar-default {
	background: transparent;
	border: 0;
	border-radius: 0;
	padding: 15px 0;
	margin: 0;
}
.navbar-default .navbar-collapse {
	position: fixed;
	width: 400px;
	top: 0;
	bottom: 0;
	right: -400px;
	margin: 0;
	height: auto !important;
	display: block !important;
	background: #fff;
	padding-top: 12px;
	z-index: 110;
	border: none;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,.5);
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	overflow-x: hidden;
}
.navbar-default .navbar-collapse.in {
	right: 0px;
	display: block !important;
}
.navbar-default .navbar-nav {
	border-bottom: 1px solid #666;
	margin-bottom: 30px;
}
.navbar-default .navbar-nav > li a {
	color: #222;
	font-size: 16px;
	font-weight: 500;
	white-space: unset;
	border-bottom: 1px solid #ddd;
}
.navbar-default .navbar-nav > li:last-child a {
	border-bottom: none;
}
.navbar-default .navbar-nav > li > ul.dropdown-menu {
	position: static;
	background: transparent;
	border: none;
	border-left: 1px solid #ddd;
	box-shadow: none;
	border-radius: 0;
	display: block;
	float: none;
	padding: 0;
	margin: 0 0 20px 15px
}
.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a {
	padding: 8px 15px;
	margin-bottom: 0
}
.navbar-default .navbar-nav > li > ul.dropdown-menu > li > a:hover {
	background: #666;
	color: #fff
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff;
	background: #c10f0f;
}
.navbar-default .contactaddress {
	margin-bottom: 25px
}
.navbar-default .social_links {
	margin-bottom: 30px
}
.callus {
	color: #fff;
	float: right;
	margin: 6px 10px;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 50%;
	font-size: 18px;
	line-height: 40px;
	font-family: 'Merriweather', serif;
	position: relative;
	background-color: #565b6a;
	border: 1px solid #fff;
	/*-webkit-transform: perspective(1px) translateZ(0);
	-moz-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-animation-name: hvr-buzz;
	-ms-animation-name: hvr-buzz;
	-o-animation-name: hvr-buzz;
	animation-name: hvr-buzz;
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;*/
}
@-webkit-keyframes hvr-buzz {
0% {
-webkit-transform:translateX(-10px) rotate(-16deg);
transform:translateX(-10px) rotate(-16deg);
background:#c10f0f;
}
50% {
-webkit-transform:translateX(10px) rotate(16deg);
transform:translateX(10px) rotate(16deg);
background:#387b72;
}
100% {
-webkit-transform:translateX(-10px) rotate(-16deg);
transform:translateX(-10px) rotate(-16deg);
background:#c10f0f;
}
}
@-ms-keyframes hvr-buzz {
0% {
-ms-transform:translateX(-10px) rotate(-16deg);
transform:translateX(-10px) rotate(-16deg);
background:#c10f0f;
}
50% {
-ms-transform:translateX(10px) rotate(16deg);
transform:translateX(10px) rotate(16deg);
background:#387b72;
}
100% {
-ms-transform:translateX(-10px) rotate(-16deg);
transform:translateX(-10px) rotate(-16deg);
background:#c10f0f;
}
}
@-o-keyframes hvr-buzz {
0% {
-o-transform:translateX(-10px) rotate(-16deg);
transform:translateX(-10px) rotate(-16deg);
background:#c10f0f;
}
50% {
-o-transform:translateX(10px) rotate(16deg);
transform:translateX(10px) rotate(16deg);
background:#387b72;
}
100% {
-o-transform:translateX(-10px) rotate(-16deg);
transform:translateX(-10px) rotate(-16deg);
background:#c10f0f;
}
}
@keyframes hvr-buzz {
0% {
transform:translateX(-10px) rotate(-16deg);
background:#c10f0f;
}
50% {
transform:translateX(10px) rotate(16deg);
background:#387b72;
}
100% {
transform:translateX(-10px) rotate(-16deg);
background:#c10f0f;
}
}
.callus:hover, .callus:focus {
	border-color: #565b6a;
	background-color: #565b6a;
	color: #fff;
}
.callbtn {
	position: fixed;
	bottom: 80px;
	right: 20px;
	border-radius: 25px;
	z-index: 95;
	text-align: left;
	padding-left: 16px;
	line-height: 18px;
	/*-webkit-animation-name: queryeft;
	-ms-animation-name: queryeft;
	-o-animation-name: queryeft;
	animation-name: queryeft;
	-webkit-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-timing-function: ease-out;
	-ms-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 0;
	-ms-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-direction: alternate;
	-ms-animation-direction: alternate;
	-o-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: none;
	-ms-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-play-state: running;
	-ms-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;*/
}
.callbtn:before {
	position: absolute;
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	content: '';
	border: 1px solid #fff;
	border-radius: 30px;
	background: transparent;
	/*-webkit-animation-name: queryeft_before;
	-ms-animation-name: queryeft_before;
	-o-animation-name: queryeft_before;
	animation-name: queryeft_before;
	-webkit-animation-duration: 4s;
	-ms-animation-duration: 4s;
	-o-animation-duration: 4s;
	animation-duration: 4s;
	-webkit-animation-timing-function: ease-out;
	-ms-animation-timing-function: ease-out;
	-o-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-delay: 0;
	-ms-animation-delay: 0;
	-o-animation-delay: 0;
	animation-delay: 0;
	-webkit-animation-direction: alternate;
	-ms-animation-direction: alternate;
	-o-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-fill-mode: none;
	-ms-animation-fill-mode: none;
	-o-animation-fill-mode: none;
	animation-fill-mode: none;
	-webkit-animation-play-state: running;
	-ms-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;*/
}
.callbtn span {
	font-size: 20px;
	vertical-align: middle;
	margin-right: 8px
}
@-webkit-keyframes queryeft {
0% {
background:#c10f0f;
-webkit-transform:scale(0.8);
transform:scale(0.8);
}
25% {
background:#f4be3b;
-webkit-transform:scale(1.0);
transform:scale(1.0);
}
50% {
background:#c10f0f;
-webkit-transform:scale(0.8);
transform:scale(0.8);
}
75% {
background:#f4be3b;
margin-bottom:0;
-webkit-transform:scale(1.0);
transform:scale(1.0);
}
100% {
background:#c10f0f;
-webkit-transform:scale(0.8);
transform:scale(0.8);
}
}
@-ms-keyframes queryeft {
0% {
background:#c10f0f;
-ms-transform:scale(0.8);
transform:scale(0.8);
}
25% {
background:#f4be3b;
-ms-transform:scale(1.0);
transform:scale(1.0);
}
50% {
background:#c10f0f;
-ms-transform:scale(0.8);
transform:scale(0.8);
}
75% {
background:#f4be3b;
margin-bottom:0;
-ms-transform:scale(1.0);
transform:scale(1.0);
}
100% {
background:#c10f0f;
-ms-transform:scale(0.8);
transform:scale(0.8);
}
}
@-o-keyframes queryeft {
0% {
background:#c10f0f;
-o-transform:scale(0.8);
transform:scale(0.8);
}
25% {
background:#f4be3b;
-o-transform:scale(1.0);
transform:scale(1.0);
}
50% {
background:#c10f0f;
-o-transform:scale(0.8);
transform:scale(0.8);
}
75% {
background:#f4be3b;
margin-bottom:0;
-o-transform:scale(1.0);
transform:scale(1.0);
}
100% {
background:#c10f0f;
-o-transform:scale(0.8);
transform:scale(0.8);
}
}
@keyframes queryeft {
0% {
background:#c10f0f;
transform:scale(0.8);
}
25% {
background:#f4be3b;
transform:scale(1.0);
}
50% {
background:#c10f0f;
transform:scale(0.8);
}
75% {
background:#f4be3b;
margin-bottom:0;
transform:scale(1.0);
}
100% {
background:#c10f0f;
transform:scale(0.8);
}
}
@-webkit-keyframes queryeft_before {
0% {
border-color:#c10f0f;
}
25% {
border-color:#f4be3b;
}
50% {
border-color:#c10f0f;
}
75% {
border-color:#f4be3b;
}
100% {
border-color:#c10f0f;
}
}
@-ms-keyframes queryeft_before {
0% {
border-color:#c10f0f;
}
25% {
border-color:#f4be3b;
}
50% {
border-color:#c10f0f;
}
75% {
border-color:#f4be3b;
}
100% {
border-color:#c10f0f;
}
}
@-o-keyframes queryeft_before {
0% {
border-color:#c10f0f;
}
25% {
border-color:#f4be3b;
}
50% {
border-color:#c10f0f;
}
75% {
border-color:#f4be3b;
}
100% {
border-color:#c10f0f;
}
}
@keyframes queryeft_before {
0% {
border-color:#c10f0f;
}
25% {
border-color:#f4be3b;
}
50% {
border-color:#c10f0f;
}
75% {
border-color:#f4be3b;
}
100% {
border-color:#c10f0f;
}
}
.section-title {
    font-size: 36px;
    color: #fff;
    margin: 0;
        margin-bottom: 0px;
    padding: 0;
    font-weight: 400;
		font-family: 'Permanent Marker', cursive;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}
.section-title span {
    display: block;
    font-size: 36px;
    line-height: 40px;
    font-family: 'Permanent Marker', cursive;
    color: #c10f0f;
    text-transform: capitalize;
	padding-bottom: 5px;
}
.section-title img {
	margin-top: 10px;
}
/*.banner_info .carousel.slide .carousel-inner > .item:before {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.5);
}
.banner_info .carousel.slide .carousel-inner > .item:after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 150px;
	content: '';
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#4d000000', GradientType=0);
}*/
.banner_info .carousel-inner > .item > img {
	width: 100%;
	height: 90vh;
}
.banner_info .autoheight .carousel-inner > .item > img {
	width: 100%;
	height: 90vh;
}
.banner_info h1 {
	font-size: 48px;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	padding-bottom: 20px;
	margin: 0;
	position: relative;
}
.banner_info h1:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 52px;
	height: 2px;
	background: #f4be3b;
	margin-left: -26px;
}
.banner_info .carousel-caption > span {
	font-size: 32px;
	font-weight: 700;
	font-family: 'Merriweather', serif;
	display: block;
	margin-top: 25px
}
.banner_info .carousel-caption .btn-primary {
	font-size: 16px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
	border-radius: 0;
	padding: 14px 30px;
	margin-top: 30px;
}
.banner_info .carousel-caption .btn-primary .material-icons {
	vertical-align: middle;
	font-size: 16px;
	margin-left: 6px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.banner_info .carousel-caption {
	transform: translateY(-50%);
	top: 50%;
	left: 50%;
	right: auto;
	bottom: auto;
	width: 700px;
	margin-left: -350px;
	text-transform: uppercase;
}
.banner_info .carousel-caption img {
	margin: 40px auto 0
}
.banner_info .carousel-indicators li {
	height: 2px;
	width: 22px;
	background: #c10f0f;
	border: 0;
	margin: 0;
}
.banner_info .carousel-indicators li.active {
	width: 42px;
	background: #fff;
	margin: 0;
}
.banner_info .carousel-control {
	width: 44px;
	height: 44px;
	border-radius: 15px;
	text-align: center;
	line-height: 44px;
	transform: translateY(-50%);
	top: 50%;
	bottom: auto;
	right: auto;
	left: 10px;
	background: #565b6a;
	color: #fff;
	opacity: 1;
}
.banner_info .carousel-control:hover, .banner_info .carousel-control:focus {
	background: #565b6a;
}
.banner_info .carousel-control.right {
	left: auto;
	right: 10px;
}
.banner_info .carousel-control .material-icons {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	font-size: 16px;
}
.banner_info .carousel-control.right .material-icons {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.our-project {
	padding: 0px 0 0px;
	background: #fff;
}
.project-item {
	background: #fff;
	margin-bottom: 20px;
	position: relative;
}
.project-item .pdate {
	position: absolute;
	display: block;
	bottom: 15px;
	right: 15px;
	background: #fff;
	font-size: 15px;
	padding: 7px 10px;
	z-index: 1;
	color: #232323
}
.project-item .img-box {
	overflow: hidden;
	display: block;
	position: relative;
}
.project-item a.img-box:after {
	background-color: #ffffff;
	position: absolute;
	pointer-events: none;
	content: "";
	display: block;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	-ms-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0;
	z-index: 3
}
.project-item .img-box div {
	top: 50%;
	left: 20px;
	right: 20px;
	position: absolute;
	opacity: 0;
	z-index: 9;
	text-align: center;
	color: #252525;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	transition-delay: 0.2s;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}
.project-item .img-box div i {
	font-size: 32px;
	pointer-events: none;
	line-height: 32px;
}
.project-item .img-box div h5 {
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	font-size: 17px;
	line-height: 18px;
	margin: 0;
	font-weight: 600;
	pointer-events: none;
}


.project-item:hover a.img-box:after {
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	opacity: 0.9;
}
.project-item:hover .img-box div {
	pointer-events: none;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}
.project-item:hover .img-box div i {
	color: #c10f0f
}
.project-item .img-box img {
	height: 250px;
	width: 100%;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.project-item .img-box img:hover {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transform: scale(1.2);
}
.project-item h4 {
	margin: 0 0 15px;
	font-family: 'Raleway', sans-serif;
	position: relative;
	min-height: 70px;
	padding-bottom: 15px;
	font-size: 13px;
}
.project-item h4 a {
	font-size: 16px;
	color: #252525;
	;
	line-height: 26px;
	display: block;
}
.project-item h4:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 32px;
	height: 2px;
	background: #b1b1b1;
}
.project-item h4 a:hover, .project-item h4 a:focus {
	color: #c10f0f;
	text-decoration: none;
}
.project-item span {
	color: #c10f0f;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px ;
	font-weight: 100;
}
.project-item .project-conte {
	padding: 22px 12px 22px 22px;
}
figure.snip1321 figcaption {
	top: 50%;
	left: 20px;
	right: 20px;
	position: absolute;
	opacity: 0;
	z-index: 1;
}
figure.snip1321 h2, figure.snip1321 h4 {
	margin: 0;
}
figure.snip1321 h2 {
	font-weight: 600;
}
figure.snip1321 h4 {
	font-weight: 400;
	text-transform: uppercase;
}
figure.snip1321 i {
	font-size: 32px;
}
figure.snip1321:after {
	background-color: #ffffff;
	position: absolute;
	content: "";
	display: block;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	opacity: 0;
}
figure.snip1321 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	z-index: 1;
}
figure.snip1321:hover figcaption, figure.snip1321.hover figcaption {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
figure.snip1321:hover:after, figure.snip1321.hover:after {
	-webkit-transform: rotateX(0);
	transform: rotateX(0);
	opacity: 0.9;
}
.mission-info {
	padding: 60px 0;
	background: url(https://www.ambikadivinityharidwar.com/assets/img/mission-bg.jpg) no-repeat center center;
	background-size: 100% auto;
	background-size: cover;
	position: relative;
}
.mission-info:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	z-index: 1;
}
.mission-info p {
	font-size: 24px;
	line-height: 30px;
	max-width: 750px;
	margin: 0 auto;
	font-family: 'Merriweather', serif;
	font-style: italic;
	text-align: center;
	color: #fff;
	z-index: 3;
	position: relative;
}
.mission-info .section-title {
	color: #fff;
}
.mission-info .section-title span {
	color: #f4be3b;
}
.about_wrapper {
	padding: 60px 0;
}
.about_wrapper p {
	font-size: 20px;
	line-height: 35px;
	font-weight: 500;
	margin-bottom: 25px;
	font-family: 'Roboto', sans-serif;
}
.about_wrapper p:last-child {
	margin-bottom: 0
}
.about_wrapper a {
	margin-top: 25px;
}
.about_wrapper a i {
	margin-left: 4px;
}
.about_wrapper .thumbnail {
	margin-right: 20px
}

.site-layout-main{
	width:100%;
	height:auto;
	}
.site-layout-main img{
	width:100%;
	height:auto;
	}
.testimonial_wrapper {
	padding: 50px 0;
	text-align: center;
	background: url(https://www.ambikadivinityharidwar.com/assets/img/client-feedback.jpg) repeat center center;
	position: relative;
}
.testimonial_wrapper:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	background: rgba(0,0,0,0.7);
}
.testimonial_wrapper .section-title {
	color: #fff;
}
.testimonial_wrapper .section-title span {
	color: #f4be3b;
}
.testimonials figure {
	background: #fff;
	border-radius: 36px;
	overflow: hidden;
	width: 120px;
	height: 120px;
	margin: 0 auto
}
.testimonials figure img {
	width: 100%
}
.testimonials figcaption span {
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 24px;
	color: #212121;
	text-align: center;
	background: #f4be3b;
	border-radius: 50%;
	display: block;
	margin: -17px auto 0;
	position: relative;
	z-index: 1
}
.testimonials figcaption p {
	font-size: 16px;
	line-height: 24px;
	margin: 30px 0 20px;
	color: #fff;
}
.testimonials figcaption h4 {
	font-family: 'Merriweather', serif;
	font-size: 26px;
	line-height: 26px;
	font-weight: 900;
	margin: 30px 0 20px;
	color: #f4be3b;
	margin: 0 0 16px
}
.testimonials .owl-nav {
	display: none;
}
.testimonials .owl-dots {
	display: block;
	text-align: center;
}
.testimonials .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	border-radius: 4px;
	background: #fff;
	margin: 3px;
	display: inline-block;
	vertical-align: top;
}
.testimonials .owl-dots .owl-dot.active {
	background: #c10f0f;
}
.sub_title h3 {
	font-size: 28px;
	line-height: 30px;
	padding-bottom: 18px;
	text-transform: uppercase;
	color: #252525;
	margin: 10px 0 22px;
	position: relative;
}
.sub_title h3:before {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	width: 30px;
	background: #252525;
	content: '';
}
.sub_title h3:after {
	position: absolute;
	bottom: 0;
	left: 38px;
	height: 2px;
	width: 9px;
	background: #c10f0f;
	content: '';
}
.sub_title h3 strong {
	font-weight: 800
}
.contact_wrapper {
	padding: 60px 0;
	background: #ededed url(https://www.ambikadivinityharidwar.com/assets/img/map.png) no-repeat center center;
}
.contactaddress {
	margin-bottom: 45px
}
.contactaddress p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #6b6b6b;
	position: relative;
	padding-left: 60px;
	padding-top: 9px;
	margin-bottom: 18px;
	min-height: 42px;
	font-family: 'Roboto Condensed', sans-serif
}
.contactaddress p span {
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #6b6b6b;
	border: 1px solid #6b6b6b;
	border-radius: 50%;
}
.contact_form {
	padding: 30px;
	border-radius: 24px;
	background: rgb(105, 80, 49);
}
.contact_form .form-group {
	margin-bottom: 28px;
}
.contact_form .form-control {
	background: transparent;
	border-color: #ffffff
}
.contact_form select.form-control {
	overflow: hidden;
	text-overflow: ellipsis;
}
.contact_form .form-control option {
	background: #ffffff;
	padding: 6px 15px;
	min-height: 32px;
}
.social_links a {
	width: 42px;
	height: 42px;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	border: 1px solid #4e71a8;
	border-radius: 50%;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	position: relative;
	overflow: hidden;
	background:#4e71a8;
}
.social_links .fb-like {
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
	padding: 0 0 10px;
}
.social_links .IN-widget {
	padding: 0 0 10px;
}
.social_links .fb-like > span {
	vertical-align: middle !important;
}
.social_links a:hover {
	background: #c10f0f;
	border-color: #c10f0f;
	color: #fff;
	-webkit-transform: rotateX(360deg);
	-moz-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
}
footer {
	padding: 46px 0;
	background: #695031;
	border-top: 8px solid #aa9779;
}
footer .sub_title h3 {
	color: #f4be3b;
	margin-top: 0
}
footer .sub_title h3:before {
	background: #fff
}
footer .sub_title h3:after {
	background: #f4be3b
}
footer .devicefull {
	padding-right: 20px;
}
footer .devicefull + .devicefull {
	padding-right: 0;
	padding-left: 20px;
	position: relative;
}
footer .devicefull + .devicefull:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	content: '';
	opacity: 0.3;
	filter: alpha(opacity=30);
	background: rgba(244,189,59,0);
	background: -moz-linear-gradient(top, rgba(244,189,59,0) 0%, rgba(244,189,59,1) 50%, rgba(244,189,59,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(244,189,59,0)), color-stop(50%, rgba(244,189,59,1)), color-stop(100%, rgba(244,189,59,0)));
	background: -webkit-linear-gradient(top, rgba(244,189,59,0) 0%, rgba(244,189,59,1) 50%, rgba(244,189,59,0) 100%);
	background: -o-linear-gradient(top, rgba(244,189,59,0) 0%, rgba(244,189,59,1) 50%, rgba(244,189,59,0) 100%);
	background: -ms-linear-gradient(top, rgba(244,189,59,0) 0%, rgba(244,189,59,1) 50%, rgba(244,189,59,0) 100%);
	background: linear-gradient(to bottom, rgba(244,189,59,0) 0%, rgba(244,189,59,1) 50%, rgba(244,189,59,0) 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4bd3b', endColorstr='#f4bd3b', GradientType=0);
}
footer ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 0;
	overflow: hidden;
}
footer .sub_title + ul li {
	font-size: 16px;
	line-height: 26px;
	padding: 7px 0 7px 22px;
	font-weight: 500;
	position: relative
}
footer ul li:before {
	position: absolute;
	left: 1px;
	top: 7px;
	content: '\f301';
	font-family: "Material-Design-Iconic-Font";
	color: #f4be3b
}
footer ul li a {
	color: #b6b6b6
}
footer ul li a:hover {
	color: #f4be3b;
	text-decoration: none;
}
footer a i {
	margin-left: 4px;
}
.copyright {
	padding: 18px 0;
	background: #131a28;
	border-top: 1px solid #3e3e3e;
	text-align: center;
}
.copyright p {
	font-size: 15px;
	line-height: 24px;
	margin: 0;
	color: #b6b6b6
}
.copyright p a {
	color: #b6b6b6
}
.affix-top {
	position: static;
}
.affix + * {
	margin-top: 76px;
}
.product_navbar {
	min-height: 0px;
	margin: 0 0 0px;
}
.affix {
	top: 100px;
	left: 0;
	right: 0;
	border: none;
	z-index: 99;
}
.product_navbar .nav-pills {
	margin: 0;
	padding: 0;
	text-align: center;
	border-radius: 6px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.product_navbar .nav-pills > li {
	display: inline-block;
	float: none;
	margin: 2px;
}
.product_navbar .nav-pills > li a {
	background: #f4be3b;
	color: #000;
	font-weight: 500;
	font-size: 16px;
	padding: 17px 23px;
	border-radius: 0
}
.product_navbar .nav-pills > li a sup {
	font-size: 26px;
	top: 4px;
}
.product_navbar .nav-pills > li a:hover, .product_navbar .nav-pills > li.active a {
	background: #c10f0f;
	color: #fff;
}
.product_navbar .nav-pills > li.active a:before {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top-color: #c10f0f;
	content: ''
}
.fancybox-wrap .fancybox-skin {
	padding: 0 !important;
	border-radius: 15px;
	border: none;
}
.fancybox-wrap .fancybox-close {
	width: 28px;
	height: 28px;
	border-radius: 12px;
	background: #c10f0f;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	top: 10px;
	right: 10px;
}
.fancybox-wrap .fancybox-close:hover {
	background: #f4be3b;
}
.fancybox-wrap .fancybox-close:before {
	display: inline-block;
	content: '\f136';
	font-family: "Material-Design-Iconic-Font";
	font-size: 18px;
	line-height: 28px;
}
.fancybox-wrap .fancybox-nav {
	width: 44px;
	height: 44px;
	border-radius: 15px;
	text-align: center;
	line-height: 44px;
	transform: translateY(-50%);
	top: 50%;
	bottom: auto;
	right: auto;
	left: 10px;
	background: rgba(193,15,15,0.70);
	color: #fff;
	opacity: 1;
}
.fancybox-wrap .fancybox-nav:before {
	display: inline-block;
	content: '\f2ff';
	font-family: "Material-Design-Iconic-Font";
	font-size: 24px;
	line-height: 44px;
}
.fancybox-wrap .fancybox-nav.fancybox-next {
	left: auto;
	right: 10px;
}
.fancybox-wrap .fancybox-nav.fancybox-next:before {
	content: '\f301';
}
.fancybox-wrap .fancybox-nav:hover, .fancybox-wrap .fancybox-nav:focus {
	background: #fff;
	color: #222
}
.progallery .owl-nav > div {
	width: 44px;
	height: 44px;
	border-radius: 15px;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
	position: absolute;
	text-align: center;
	line-height: 44px;
	margin-top: -32px;
	top: 50%;
	bottom: auto;
	right: auto;
	left: 10px;
	background: rgba(193,15,15,0.70);
	color: #fff;
	opacity: 1;
}
.progallery .owl-nav > div:before {
	display: block;
	content: '\f2ff';
	font-family: "Material-Design-Iconic-Font";
}
.progallery .owl-nav > div:hover, .progallery .owl-nav > div:focus {
	background: #000;
}
.progallery .owl-nav > div.owl-next {
	left: auto;
	right: 10px;
}
.progallery .owl-nav > div.owl-next:before {
	content: '\f301';
}
.progallery .owl-nav > div .material-icons {
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
	font-size: 16px;
}
.progallery .owl-nav > div.owl-next .material-icons {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}
.features {
	padding: 0px 0;
}
.features ul {
	list-style-type: none;
	padding: 0;
	margin: 0 -2%
}
.features ul li {
	font-size: 18px;
	line-height: 26px;
	padding: 14px 0 14px 50px;
	font-weight: 500;
	position: relative;
	float: left;
	width: 46%;
	margin: 0 2%;
	border-bottom: 1px solid #ddd
}
.features ul li .highlight-icon {
	position: absolute;
	left: 1px;
	top: 7px;
	width: 40px;
	height: 40px;
	line-height: 22px;
	text-align: center;
	background: #666;
	padding: 9px;
	border-radius: 50%;
}
.features ul li .highlight-icon img {
	display: inline-block;
	max-width: 100%
}
.specifications {
	padding: 60px 0;
	background: #ddd
}
.specifications .nav-pills {
	text-align: center;
}
.specifications .nav-pills li {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.specifications .nav-pills li a {
	background: #777;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	padding: 17px 23px;
	border-radius: 0;
	position: relative;
}
.specifications .nav-pills li a sup {
	top: 2px;
	font-size: 28px
}
.specifications .nav-pills li.active a, .specifications .nav-pills li a:hover {
	background: #c10f0f;
	color: #fff;
}
.specifications .nav-pills li.active a:before {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top-color: #c10f0f;
	content: ''
}
.specifications .sub_title h3 {
	font-size: 22px;
	margin-bottom: 16px;
	padding-bottom: 8px;
}
.specifications .row > div:nth-child(2n+1) {
	clear: both;
}
.specifications .tab-content {
	padding: 30px;
	margin-top: 25px;
	background: #fafafa;
	border-radius: 15px
}
.specifications .tab-content .section-title {
	margin-bottom: 15px
}
.specifications .tab-content ul {
	list-style-type: none;
	padding: 0
}
.specifications .tab-content ul li {
	font-size: 15px;
	line-height: 22px;
	padding: 4px 0 4px 22px;
	font-weight: 500;
	position: relative;
}
.specifications .tab-content ul li:before {
	position: absolute;
	left: 1px;
	top: 7px;
	content: '\f301';
	font-family: "Material-Design-Iconic-Font";
	color: #f4be3b
}
/*banner-uper*/
.banner-top{
	width:100%;
	height:auto;
	margin:auto;
	position:absolute;
	top:0%;
	left:0;
	right:0;
	z-index:9;
	}
.banner-top h2 {

	color: #fff;
	font-size: 48px;
	text-transform: uppercase;
	font-weight:800;
	text-align:center;
	text-shadow: 3px 3px #000;

}	
/*banner-uper*/


.product-main {
	width:100%;
	height:auto;
	margin-top: 30px;
    margin-bottom: 30px;
}
.product-innar {
	width:100%;
	height:auto;
	margin:auto;
}
.product-innar h1 {
font-family: 'Merriweather', serif;
color: #c10f0f;
    font-size: 36px;

    font-weight: 800;
    text-align: center;
    padding-bottom: 20px;
}
.product-innar p {
font-family: 'Raleway', sans-serif;
    color: #7c7c7c;
    font-size: 16px;
    text-align: center;
	line-height:24px;
    padding: 0px 15px 20px 15px;
}
.product-innar1 {
	width:100%;
	height:auto;

}
.product-innar1 h2 {
	font-size:16px;
	font-family: 'Lato', sans-serif;
	color:#000;
	font-weight:400;
	padding-bottom:20px;
}
.product-innar1 ul {
	padding:0px;
	margin:0px;
}
.product-innar1 ul li {
    list-style: none;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f5f5f5;
}
.product-innar1 ul li i {
    font-size: 15px;
    color: #000;
    margin-right: 10px;
}
.product-innar1 ul li a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 15px;
    color: #0F0;
}
.product-innar1 a:hover {
	color:#111;
	transition:all 0.3s linear 0s;
}











.product-innar2 {
	width:100%;
	height:auto;

}
.product-innar2 ul {
    padding: 0px;
    margin: 0px;
    text-align: center;
    margin-bottom: 30px;
}
.product-innar2 ul li {
	list-style:none;
	display:inline-flex;
	margin-right:15px;
	border:1px solid #F2F2F2;
	border-radius: 3px;
	
}
.product-innar2 ul li a {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 13px;
    color: #000;
    padding: 8px 15px 8px 15px;
    background: #fff;
    border-radius: 3px;
    letter-spacing: 2px;
	
}
.product-innar2 ul li a.active {
	background:#f5af00;
	color: #FFF;
}
.product-innar2 ul li a:hover {
	background:#f5af00;
	transition:all 0.3s linear 0s;
}
.product-innar2 ul li:hover a {
	color:#FFF;
	transition:all 0.3s linear 0s;
}
.product-innar2box1 {
    width: 100%;
    height: 265px;
    margin-bottom: 30px;
	border:1px solid #f5f5f5;
}
.product-innar2box1-image {
	 width: 100%;
	height:180px;
}
.product-innar2box1-image img {
	width:100%;
	height:180px;
}
.product-innar2box1 p {
	font-size:17px;
font-family: 'Raleway', sans-serif;
	color:#444;
	padding-top:20px;
	text-align:center;
	font-weight:600;
}
.product-innar2box1:hover {
	box-shadow:0px 8px 10px -6px #000;
	transition:all 0.3s linear 0s;
}
.product-innar2box1:hover p{
	color:#c10f0f;
	transition:all 0.3s linear 0s;
}
.nearby {
	background: transparent;
}
.nearby .project-item .project-conte {
	padding: 18px 15px;
	border: 1px solid #ddd;
	text-align: center;
}
.nearby .project-item:hover .project-conte {
	background: #ddd
}
.nearby .project-item .project-conte h4 {
	margin: 0;
	min-height: 1px;
	padding: 0
}
.nearby .project-item .project-conte h4:before {
	display: none;
}
.pro_location {
	padding: 60px 0;
	background: #e4e4e4
}
.pro_location .thumbnail {
	padding: 20px;
	border-radius: 20px;
	border-color: #ccc
}
.sitelayout {
	padding: 60px 0;
}
.sitelayout .thumbnail {
	padding: 20px;
	border-radius: 20px;
	border-color: #ccc
}
.projectmap {
	padding: 60px 0 0;
	position: relative;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.projectmap > img {
	display: none;
}
.projectmap .pro_map {
	display: block;
	border: none;
	width: 100%;
	height: 400px;
	z-index: 1
}
.pricelist {
	padding: 60px 0
}
.pricelist .contact_form {
	background: #888;
}
.pricelist .contact_form label {
	color: #fff;
}
.about_cmpny {
	background: #f3f3f3;
}
.about_cmpny h2 {
	text-align: left;
}
.about_cmpny h5 {
	font-size: 16px
}
.about_cmpny ul {
	list-style-type: none;
	padding: 0
}
.about_cmpny ul li {
	font-size: 15px;
	line-height: 20px;
	padding: 4px 0 4px 22px;
	font-weight: 700;
	position: relative;
	font-family: 'Merriweather', serif;
}
.about_cmpny ul li:before {
	position: absolute;
	left: 1px;
	top: 2px;
	content: '\f301';
	font-family: "Material-Design-Iconic-Font";
	color: #c10f0f;
}




/***
Bootstrap Line Tabs by @keenthemes
A component of Metronic Theme - #1 Selling Bootstrap 3 Admin Theme in Themeforest: http://j.mp/metronictheme
Licensed under MIT
***/

/* Tabs panel */
.tabbable-panel-main {
	width:100%;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
}
.tabbable-panel {
	width:100%;
	height:auto;
	text-align:center;


}

/* Default mode */
.tabbable-line > .nav-tabs {
  border: none;
  margin: 0px;
  	display:inline-block;
	margin-bottom:20px;
}
.tabbable-line > .nav-tabs > li {
  margin-right: 2px;
}
.tabbable-line > .nav-tabs > li > a {
  border: 0;
  margin-right: 0;
  color: #737373;
}
.tabbable-line > .nav-tabs > li > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open, .tabbable-line > .nav-tabs > li:hover {

}
.tabbable-line > .nav-tabs > li.open > a, .tabbable-line > .nav-tabs > li:hover > a {
  border: 0;
  background:#444;
  color: #fff;
  font-size:13px;
}
.tabbable-line > .nav-tabs > li.open > a > i, .tabbable-line > .nav-tabs > li:hover > a > i {
  color: #a6a6a6;
}
.tabbable-line > .nav-tabs > li.open .dropdown-menu, .tabbable-line > .nav-tabs > li:hover .dropdown-menu {
  margin-top: 0px;
}
.tabbable-line > .nav-tabs > li.active {

  position: relative;
  background:#c10f0f;
  color:#fff;
  font-size:15px;
}
.tabbable-line > .nav-tabs > li.active > a {
  border: 0;
  background:#c10f0f;
  color:#fff;
}
.tabbable-line > .nav-tabs > li.active > a > i {
  color: #404040;
}
.tabbable-line > .tab-content {
  margin-top: -3px;
  background-color: #fff;
  border: 0;

  padding: 15px 0;
}
.portlet .tabbable-line > .tab-content {
  padding-bottom: 0;
}

/* Below tabs mode */

.tabbable-line.tabs-below > .nav-tabs > li {
  border-top: 4px solid transparent;
}
.tabbable-line.tabs-below > .nav-tabs > li > a {
  margin-top: 0;
}
.tabbable-line.tabs-below > .nav-tabs > li:hover {
  border-bottom: 0;

}
.tabbable-line.tabs-below > .nav-tabs > li.active {
  margin-bottom: -2px;
  border-bottom: 0;

}
.tabbable-line.tabs-below > .tab-content {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.contact_map {
	position: relative;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999
}
.contact_map iframe {
	border: none;
	display: block;
	height: 450px;
	width: 100%
}
.our_offices {
	padding: 60px 0;
}
.our_offices .sub_title h3 {
	font-size: 24px;
	padding-bottom: 10px;
}
.our_offices .contactaddress {
	margin-bottom: 0
}
.our_offices .well {
	box-shadow: none;
	background: #f2f2f2;
	padding: 25px;
	border-radius: 20px;
	border: none;
	min-height: 284px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.our_offices .row > .devicefull:first-child .well .contactaddress {
	padding-top: 30px
}
.our_offices .well:hover {
	-webkit-box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
	box-shadow: 5px 5px 10px rgba(0,0,0,0.15);
	background: #f2f2f2;
	padding: 25px;
	border-radius: 20px;
	border: none;
}
.modal .contact_form {
	background: #fff
}
.modal .contact_form .modal-body {
	padding: 0
}
.modal .contact_form .form-control {
	border-color: #ddd
}
.modal .contact_form .close {
	margin: -22px -25px 0 0;
	font-size: 26px;
	color: #c10f0f;
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.modal .contact_form .close:hover {
	color: #000;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.callbackform {
	text-align: center;
}
.callbackform > * {
	margin-bottom: 10px;
}
.callbackform > h4 {
	font-size: 20px;
	text-transform: uppercase;
}
.callbackform > h4 strong {
	font-weight: 600
}
.callbackform > *:last-child {
	margin-bottom: 0
}
.callbackform .contactaddress p {
	padding: 0;
	margin: 0 0 10px;
	min-height: 1px
}
.callbackform .contactaddress p:last-child {
	padding: 0;
	margin: 0
}
.callbackform .btn {
	padding: 10px 22px
}
#gototop {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 95;
	border: none;
	outline: none;
	background-color: #565b6a;
	color: white;
	cursor: pointer;
	border-radius: 50%;
	background: #565b6a;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
}
#gototop:hover {
	background-color: #555;
}
.page-background {
	background-color: #000;
	padding: 100px 0 30px
}
.page-background h2 {
	color: #fff;
	text-transform: uppercase;
	margin: 0;
}
.blog-page {
	margin: 40px 0
}
.blog-page h5 {
	font-size: 22px;
	color: #333;
	font-weight: 600
}
.blog-space {
	margin-bottom: 40px;
	display: inline-block
}
.blog-space h3 {
	color: #000;
	margin-top: 0;
	font-weight: 700
}
.blog-space h3 a {
	color: #000;
}
.blog-space h3 a:hover {
	color: #c10f0f;
	text-decoration: none;
}
.blog-space .blog-detail span {
	font-size: 16px;
	padding: 10px 0;
	display: inline-block;
	font-weight: 600
}
.blog-space p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	position: relative;
	margin-bottom: 24px;
	display: block;
}
.blog-space p:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	background-color: #e7e4e4;
	bottom: -20px;
	height: 1px
}
.blog-space p:after {
	position: absolute;
	content: '';
	left: 0;
	width: 36px;
	height: 1px;
	background-color: #c10f0f;
	bottom: -20px
}
.clientreview {
	background-color: #dedddd;
	padding: 20px
}
.clientreview-paragraph {
	padding: 10px;
	background-color: #fff;
	position: relative;
	margin-top: 15px
}
.clientreview .clientreview-paragraph:first-child {
	margin-top: 0
}
.clientreview-paragraph:before {
	position: absolute;
	content: '';
	border: 8px solid transparent;
	border-top-color: #fff;
	left: 10px;
	top: 100%
}
.clientreview-paragraph p {
	font-size: 13px;
	color: #333;
	min-height: 20px;
	font-style: italic;
	font-weight: 600
}
.clientreview-name {
	margin-top: 10px
}
.clientreview .clientreview-name:last-child p {
	padding-bottom: 0
}
.clientreview .clientreview-name:last-child p:before {
	display: none;
}
.clientreview-name p {
	color: #000;
	font-weight: 700;
	margin: 0;
	padding-bottom: 20px;
	position: relative;
}
.clientreview-name p:before {
	position: absolute;
	content: '';
	height: 2px;
	background-color: #fff;
	left: 0;
	right: 0;
	bottom: 4px
}
.blog-maindetail span {
	font-size: 16px;
	padding: 10px 0;
	display: inline-block;
	font-weight: 600
}
.blog-maindetail {
	position: relative
}
.blog-maindetail h3 {
	font-weight: 500;
	font-weight: 700;
	position: relative;
}
.blog-maindetail p {
	padding: 5px 0;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}
.blog-maindetail h3:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	background-color: #e7e4e4;
	bottom: -10px;
	height: 1px
}
.blog-maindetail h3:after {
	position: absolute;
	content: '';
	left: 0;
	width: 36px;
	height: 1px;
	background-color: #c10f0f;
	bottom: -10px
}
.main-blog-detail {
	margin: 50px 0
}
.main-blog-detail .blog-detail-image img {
	width: 100%
}
.main-blog-detail h4 {
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
	padding-bottom: 20px
}
.blogdetail-form h3 {
	font-weight: 700;
	text-transform: uppercase
}
.blogdetail-form {
	border: 1px solid #e1e0e0;
	padding: 20px;
	text-align: center;
	margin-top: 30px
}
.blogdetail-form .form-control {
	border-radius: 0;
	border-color: transparent;
	outline: none;
	border-bottom: 1px solid #333;
	box-shadow: none
}
.blogdetail-form .btn-primary {
	border-radius: 0;
	text-align: center
}
.blogdetail-form .btn-primary:focus {
	outline: none
}
.sitemap {
	padding: 60px 0 20px;
}
.sitemap .section-title {
	text-align: left;
	margin-bottom: 15px
}
.sitemap ul {
	padding: 0;
	list-style-type: none;
	margin-bottom: 40px;
	overflow: hidden;
}
.sitemap ul li {
	font-size: 16px;
	line-height: 28px;
	padding: 7px 0 7px 22px;
	font-weight: 500;
	position: relative;
	color: #333
}
.sitemap ul li:before {
	position: absolute;
	left: 1px;
	top: 7px;
	content: '\f301';
	font-family: "Material-Design-Iconic-Font";
	color: #f4be3b
}
.sitemap ul li a {
	color: #333
}
.sitemap ul li a:hover {
	color: #f4be3b;
	text-decoration: none;
}
.faq {
	padding: 60px 0;
	margin-bottom: 0
}
.faq.panel-group .panel {
	border: none;
}
.faq.panel-group .panel + .panel {
	margin-top: 15px
}
.faq.panel-group .panel-default > .panel-heading {
	padding: 0;
	background: #ccc;
	border-radius: 0;
	border: none;
}
.faq.panel-group .panel-default > .panel-heading .panel-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600
}
.faq.panel-group .panel-default > .panel-heading a.collapsed {
	display: block;
	padding: 12px 15px;
	background: #ddd;
	border-radius: 0;
	border: none;
	color: #333
}
.faq.panel-group .panel-default > .panel-heading a:hover, .faq.panel-group .panel-default > .panel-heading a {
	background: #fff;
	color: #c10f0f;
	text-decoration: none;
	display: block;
	padding: 12px 20px;
	border: 1px solid #ddd;
}
.faq.panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #ddd;
	border-top: 0;
	padding: 12px 20px;
}
.faq.panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 25px;
}
.faq.panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body p:last-child {
	margin-bottom: 0;
}
#calltoaction .modal-sm {
	width: 420px;
	max-width: 100%;
	margin: 30px auto
}
.whatsapp_btn {
	position: fixed;
	bottom: 16px;
	right: 16px;
	width: 40px;
	height: 40px;
	display: none;
	border-radius: 10px;
	z-index: 9999;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.whatsapp_btn:hover {
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
.whatsapp_btn img {
	display: block;
	width: auto;
	max-width: 100%
}
@media (max-width:767px) {
.whatsapp_btn {
	display: block;
}
}
.comingsoon {
	display: none;
	padding: 40px 30px;
	text-align: center
}
.comingsoon img {
	margin: auto
}
.thnkyou img {
	margin: auto
}
a.next-section {
	  position: absolute;
    left: 15px;
    bottom: 15px;
    right: auto;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 10px;
    line-height: 20px;
    text-align: center;
    font-size: 22px;
}
@media(max-width:1300px) {
.navbar-default .container {
	width: 1170px;
	max-width: 100%;
}
}
@media(max-width:1199px) {
.project-item h4 a {
	min-height: 78px
}
.about_wrapper .thumbnail {
	margin: 10px 20px 0 0
}
.about_wrapper p {
	margin-bottom: 10px
}
.nearby .project-item .project-conte h4 {
	min-height: 38px
}
.product_navbar .nav-pills > li a {
	margin-bottom: 7px;
	padding: 12px
}
.specifications .nav-pills li a {
	font-size: 15px;
	padding: 12px 16px;
}
}
@media(max-width:1024px) {
.nearby .project-item .project-conte h4 {
	min-height: 56px
}
.body_overflow {
	padding-right: 0;
}
.product_navbar .nav-pills > li a {
	padding: 12px 11px
}
.project-item h4 a {
	font-size: 17px;
	min-height: 65px
}
.project-item span {
	font-size: 14px
}
.callbtn {
	bottom: 70px;
	right: 10px;
}
#gototop {
	bottom: 10px;
	right: 10px
}
.our_offices .sub_title h3 {
	font-size: 22px
}
.our_offices .well {
	padding: 15px;
	min-height: 264px
}
.banner_info .carousel-caption img {
	margin: 0 auto;
	width: 280px;
}
}
@media(max-width:991px) {
.navbar-default {
	background-color: #000
}
.banner_info {
	margin-top: 85px
}
.about_wrapper .thumbnail {
	margin: 0
}
.director {
	text-align: center;
	padding-bottom: 30px
}
.director img {
	display: inline-block
}
.social_links {
	padding-bottom: 20px
}
.features ul {
	margin: 0
}
.features ul li {
	margin: 0;
	float: none;
	width: auto
}
.contactaddress br {
	display: none
}
footer ul {
	padding: 0
}
footer .devicefull + .devicefull {
	padding: 20px 0 0 20px
}
footer .devicefull + .devicefull:before {
	width: 0px
}
.banner_info .carousel-inner > .item > img {
	height: auto;
}
}
@media(max-width:767px) {
.navbar-default .navbar-toggle {
	margin: 6px 15px 0 0;
	width: 40px;
	height: 40px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 50%;
	position: relative;
	padding: 12px 10px
}
.navbar-default .navbar-toggle:hover {
	border-color: #f4be3b
}
.navbar-default .navbar-toggle .icon-bar {
	width: 15px;
	margin-top: -1px
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.navbar-toggle .toggle-name {
	display: none;
}
.banner_info .carousel-caption {
	left: 0;
	margin: 0;
	width: 100%;
	padding: 20px 15px
}
.project-item .project-conte {
	text-align: center
}
.project-item h4 {
	padding: 0;
	min-height: 60px
}
.project-item h4 a {
	min-height: 65px
}
.project-item h4:before {
	left: 50%;
	margin-left: -16px
}
.affix {
	position: static
}
footer .devicefull + .devicefull {
	padding: 0
}
.navbar-default .navbar-brand {
	height: auto;
}
.section-title {
	font-size: 40px
}
.banner_info h1 {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
	padding-bottom: 10px
}
.banner_info .carousel-caption > span {
	font-size: 18px;
	margin-top: 12px
}
.section-title {
	font-size: 27px;
	line-height: 28px;
}
.section-title span {
	font-size: 17px;
	line-height: 22px;
}
.specifications .nav-pills li {
	margin-bottom: 10px;
	display: block;
}
.backgorund-color{
	
	background:#fff !important;
	}
.testimonial_wrapper {
	background-size: auto 100%
}
.banner_info .btn-primary {
	font-size: 16px;
	margin-top: 12px;
	padding: 9px 18px;
}
.banner_info .carousel-indicators {
	bottom: 0px
}
.callbtn {
	bottom: 62px;
	padding: 8px 12px;
	font-size: 12px;
}
.callbtn:before, .callbtn span {
	display: none
}
.banner_info .carousel-control {
	width: 34px;
	height: 34px;
	line-height: 34px;
	font-size: 17px
}
a.next-section {
	display: none;
}
@-webkit-keyframes hvr-buzz {
0% {
-webkit-transform:translateX(-4px) rotate(-12deg);
transform:translateX(-4px) rotate(-12deg);
background:#00cbde;
}
50% {
-webkit-transform:translateX(4px) rotate(12deg);
transform:translateX(4px) rotate(12deg);
background:#2274fc;
}
100% {
-webkit-transform:translateX(-4px) rotate(-12deg);
transform:translateX(-4px) rotate(-12deg);
background:#00cbde;
}
}
@-ms-keyframes hvr-buzz {
0% {
-ms-transform:translateX(-4px) rotate(-12deg);
transform:translateX(-4px) rotate(-12deg);
background:#00cbde;
}
50% {
-ms-transform:translateX(4px) rotate(12deg);
transform:translateX(4px) rotate(12deg);
background:#2274fc;
}
100% {
-ms-transform:translateX(-4px) rotate(-12deg);
transform:translateX(-4px) rotate(-12deg);
background:#00cbde;
}
}
@-o-keyframes hvr-buzz {
0% {
-o-transform:translateX(-4px) rotate(-12deg);
transform:translateX(-4px) rotate(-12deg);
background:#00cbde;
}
50% {
-o-transform:translateX(4px) rotate(12deg);
transform:translateX(4px) rotate(12deg);
background:#2274fc;
}
100% {
-o-transform:translateX(-4px) rotate(-12deg);
transform:translateX(-4px) rotate(-12deg);
background:#00cbde;
}
}
@keyframes hvr-buzz {
0% {
transform:translateX(-4px) rotate(-12deg);
background:#00cbde;
}
50% {
transform:translateX(4px) rotate(12deg);
background:#2274fc;
}
100% {
transform:translateX(-4px) rotate(-12deg);
background:#00cbde;
}
}
}
@media(max-width:520px) {
footer .devicefull {
	width: auto;
	clear: both;
	float: none;
}
footer .devicefull + .devicefull {
	padding: 0 15px;
	margin-top: 30px
}
.contact_form {
	padding: 15px;
}
.our-project .devicefull {
	float: none;
	width: auto;
	clear: both;
	margin: 0;
}
.our-project .project-item .img-box img {
	height: auto;
}
.our_offices .row > .devicefull {
	width: auto;
	float: none;
	margin: 0
}
.our_offices .row > .devicefull:first-child .well .contactaddress {
	padding-top: 0
}
.callbtn {
	bottom: 10px;
}
#gototop {
	bottom: 60px
}
.project-item h4 {
	min-height: 1px;
	padding-bottom: 10px
}
.project-item h4 a {
	min-height: 1px;
}
}
@media(max-width:479px) {
.devicefull {
	clear: both;
	float: none;
	width: 100%;
	margin: 0
}
.navbar-default .navbar-toggle {
	position: absolute;
	right: 0;
	top: 11px;
}
.callus {
	position: absolute;
	right: 50px;
	top: 11px;
}
.navbar-brand {
	margin-right: 140px;
	width: 290px;
}
.banner_info {
	margin-top: 75px;
}
.navbar-brand > img {
	max-width: 100%
}
footer .devicefull + .devicefull {
	padding: 20px 0 0 20px
}
.banner_info h1 {
	font-size: 32px;
	font-weight: 800;
	padding-bottom: 8px;
	margin: 0 0 8px;
}
.section-title {
	font-size: 24px;
	line-height: 24px;
}
.section-title img {
	margin-top: 0px;
}
.sitemap {
	padding: 40px 0 20px
}
.sitemap ul {
	margin-bottom: 20px;
}
.sitemap .container > ul {
	margin-bottom: 0;
}
.project-item .img-box img {
	height: auto;
}
.testimonial_wrapper .col-md-10 {
	padding: 0
}
.testimonials figcaption p {
	font-size: 14px;
	line-height: 20px;
	margin: 15px 0 10px;
}
.testimonials figcaption h4 {
	font-size: 20px;
	line-height: 20px;
	margin: 0 0 10px;
}
.comingsoon {
	display: block;
}
.banner_info .carousel-caption img {
	display: none
}
.modal .contact_form .close {
	margin: -16px -12px 0 0;
}
}
@media(max-width:420px) {
.navbar-brand {
	width: 200px;
	padding-right: 0;
	margin-top: 0px;
}
.callus, .navbar-default .navbar-toggle {
	top: 5px
}
.navbar-default .navbar-collapse {
	width: 300px;
	right: -300px
}
footer .devicefull li {
	width: auto;
	clear: both;
	float: none;
}
.banner_info {
	margin-top: 63px;
}
.banner_info .carousel-indicators {
	bottom: -8px
}
.banner_info h1 {
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
}
.banner_info .btn-primary {
	font-size: 14px;
	padding: 4px 20px;
	margin-top: 10px;
}
.banner_info .carousel-caption > span {
	font-size: 14px;
	line-height: 18px;
}
#calltoaction .modal-sm {
	width: auto;
	margin: 10px
}
.banner_info .carousel.slide .carousel-inner > .item > img, .banner_info.pro_banner .carousel-inner > .item > img {
	min-height: 230px
}
.blog-maindetail h3 {
	font-size: 20px;
	line-height: 26px;
}
}
.blog-left-details {
	width: 100%;
	height: auto;
	margin: auto;
	margin-top: 71px;
	border: 1px solid #d0d0d0;
}
.blog-left-details h2 {
	font-family: Ubuntu;
	font-size: 18px;
	color: #000;
	font-weight: 600;
	text-align: left;
	margin: 0px;
	padding: 10px;
}
.blog-left-details-img {
	width: 60px;
	height: 70px;
}
.blog-left-details-img img {
	width: 100%;
	height: 50px;
}
.blog-left-text {
	width: 100%;
	height: auto;
	margin: auto;
}
.blog-left-text h3 {
	font-family: Ubuntu;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	text-align: left;
	margin: 0px;
}
.blog-left-text p {
	font-family: Ubuntu;
	font-size: 11px;
	color: #000;
	font-weight: 100;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
}
.about-us-mein1 {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.blog-left-details {
	width: 100%;
	height: auto;
	margin: auto;
	
	border: 1px solid #d0d0d0;
}
.blog-left-details h2 {
	font-family: Ubuntu;
	font-size: 18px;


	color: #000;
	font-weight: 600;
	text-align: left;
	margin: 0px;
	padding: 10px;
}
.blog-left-details-img {
	width: 60px;
	height: 70px;
}
.blog-left-details-img img {
	width: 100%;
	height: 50px;
}
.blog-left-text {
	width: 100%;
	height: auto;
	margin: auto;
}
.blog-left-text h3 {
	font-family: Ubuntu;
	font-size: 13px;
	color: #000;
	font-weight: 400;
	text-align: left;
	margin: 0px;
}
.blog-left-text p {
	font-family: Ubuntu;
	font-size: 11px;
	color: #000;
	font-weight: 100;
	text-align: left;
	margin: 0px;
	padding-top: 5px;
}
.clr {
	clear: both;
}
/*BLOG DETAIL*/

.faq-text {
width: 100%;
height: auto;
margin-top: 50px;
}
.faq-text h1 {
	    font-family: Ubuntu;
    font-size: 44px;
    color: #c10f0f;
    font-weight: 600;
    margin: 0px;
    padding-top: 5px;
}
}




.ambika-text {
width: 100%;
height: auto;
margin-top: 50px;
}
.ambika-text p {
	   font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #444;
    font-weight: 100;
    margin: 0px;
    padding-bottom: 8px;
	line-height:28px;
}

.ambika-text a {
	  font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    margin: 0px;
	padding:8px 15px;
	background:#c10f0f;
	border-radius:5px;
}


.map-main iframe{
	width:100%;
	height:400px;
	}
.map-main{
	width:100%;
	height:400px;
	}
	
.header-main-strip{
	width:100%;
	height:auto;
	}	

.header-main-strip h2{
font-size:36px; 
text-align:center; 
font-weight:800;
 background:#946c39;
  color:#fff;
   margin:0px;
    padding-top:15px;
	 padding-bottom:15px;	
}
.header-main-strip h2 span{
font-size:12px;
 color:#999;
}