@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700);

@font-face {
font-family: 'Myriad Pro Regular';
font-style: normal;
font-weight: normal;
src: local('Myriad Pro Regular'), url('../fonts/myriadpro-regular.woff') format('woff');
}

body {
    background-color: #fff;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
}
.hjgfhgfhf .col-md-4{ margin-bottom: 25px; }

.mission{ border: 1px solid #ccc; height: auto; border-radius: 5px 5px 0px 0px;  }
.mission img{ margin-bottom: 10px; }
.mission h1{ font-family: 'Myriad Pro Regular'; font-size: 17px; margin-bottom: 0px; text-transform: uppercase; text-align: center; background: #ccc }
.mission p{ padding: 8px; color: #000; font-size: 14px; text-align: center; }
.top{ height: 35px; background: #51a8b1 }
.top-bar {
	background-color: #51a8b1;
}
.social-bar {
	padding: 5px 0 6px;
	min-height: 2px;
}
.social-bar ul {
	list-style: none;
	float: right;  margin-bottom: 0px;
}
.social-bar ul li {
	float: left;
	margin-right: 20px;
	font-size: 11px;
}
.todv{font-family: 'Open Sans', sans-serif; font-size: 13px; margin-bottom: 0px; color: #fff }
.social-bar ul li a {
	color: #fff;
	padding: 3px 4px 3px 10px;
	line-height: 17px;
	border-radius: 25px;
	display: inline-block;
	font-size: 13px; font-weight: normal; font-family: 'Open Sans', sans-serif;
}
.social-bar ul li a span {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../img/sprite.png) no-repeat;
}
.social-bar ul li a span.linkedin-icon {
	background-position: -37px -37px;
}
header{ padding-top: 0px; padding-bottom: 5px; background: #fff }
.clear {
    float: none;
    clear: both;
}

h1, h2, h3, h4, h5, h6 {
    color: #0e0e0e;
    font-weight: 200;
    letter-spacing: -1px;
    margin: 0;
}
h1 {
    font-size: 2.4em;
    line-height: 44px;
    margin: 0 0 44px 0;
}
h2 {
    font-size: 2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 0px 0;
}
h3 {
    color: #0E0E0E;
    font-size: 1.7em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    margin: 0 0 15px 0;
}
h4 {
    color: #0E0E0E;
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}
h5 {
    color: #ccc;
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}
h6 {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 18px;
    margin: 0 0 14px 0;
}

p {
    color: #000; font-family: 'Myriad Pro Regular';
    line-height: 20px; font-size: 14px;
    margin: 0 0 10px;
}

a, a:hover, a:focus {
    color: #F5821F;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
	text-decoration:none;
}
b {
    font-weight: 800;
}

.text-grey{color:#666 !important;}
.bg-black{background:rgba(0,0,0,0.4); padding:5px;}

.text-bold{font-weight:600;}

.logo img{max-height:120px; width:auto;}

/*  Main Navigation */

#topNav {
	z-index:-1;
}

#nav {
  width: 100%;
}

#nav.affix-top {
   position: absolute;
   top:0;
   z-index:10;
   background-color:#fff;
   border-top: 0px solid #eee;
   border-bottom: 0px solid rgba(255,255,255,0.2);
   box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);

}

#nav.affix {
   position: fixed;
   top: 0;
   z-index:10;
   -webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}


.navbar-default .navbar-toggle .icon-bar {
    background-color: #E6E6E6;
}	
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color:transparent;
}
.navbar-default .navbar-brand {
    color: #FFF;
}
.nav-nopad{padding-left:0px; padding-right:0px;}

.navbar-brand {color:#16A085 !important; padding:0 15px;}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

.navbar-collapse {padding-left:0px;}

.navbar-default{
	background:#fff;
	border:0px;
	border-radius:0px;
	text-transform:uppercase;
	font-family: 'Oswald', sans-serif;
	padding:0px 0;
	min-height:50px;
	box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
}

.navbar{margin-bottom:0px; margin-left:-15px;}

.navbar-nav{float:right;}
.navbar-nav > li{
	display:block;
}
.nav{margin:0px 30px;}

.nav > li > a{padding:30px 15px;}

.nav.social{margin:20px 30px 20px 0;}
.nav.social > li > a {padding: 10px 10px; font-size:20px !important;}
.navbar-default .nav.social > li > a:hover, .navbar-default .nav.social > .active > a, .navbar-default .nav.social > .active > a:hover {color:#51a8b1; background:none;}

/*.nav > li > a:first-child{padding-left:0px;}*/

.navbar-nav > li > a {line-height:30px; text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.0);}

.navbar-default .navbar-nav > li > a{
	font-size:14px;
	line-height:21px;
	text-transform:uppercase;
	color:#333;
	font-family: 'Myriad Pro Regular';
}
.navbar-default .navbar-nav > .dropdown > a .caret{
	border-top-color: #333;
    border-bottom-color: #333;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {color:#51a8b1; background:rgba(0,0,0,0.8);}

.navbar-default .navbar-brand{
	color:#fff;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color:#51a8b1;
    background:rgba(0,0,0,0.8);
}

.navbar-right {
	margin-bottom:-6px;	
}

.dropdown-menu {
	padding:0px;
	background:rgba(0,0,0,0.9);
	border:0px;
	border-radius:0px;
	}
.dropdown-menu2{ margin-left: 150px; margin-top: -37px;	 }

.dropdown-menu li{
	border-bottom:1px solid rgba(255,255,255,0.2);
	display:block;
	}
.dropdown-menu li a{color:#FFFFFF; font-size:12px; padding:10px 15px;}
.dropdown-menu li:last-child{border-bottom: 0px solid #ee1e23;}
.dropdown-menu li a:hover{background:none; color:#f5821f; padding-left:30px;}

.dropdown-submenu {
	position:relative;
}
.dropdown-submenu>.dropdown-menu {
	top:0;
	left:100%;
	margin-top:0px;
	margin-left:-1px;
	border-radius:0px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display:block;
}

.dropdown-submenu>a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
	margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color:#ffffff;
	color:#777777;
}
.dropdown-submenu.pull-left {
	float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:0px 0 0px 0px;
	-moz-border-radius:0px 0 0px 0px;
	border-radius:0px 0 0px 0px;
}

@media (min-width:768px) {
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;    
}
}

.main-slider {
}
/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/

.tp-banner-container {
	width: 100%;
	position: relative;
	padding: 0;
	background: #343434;
}
.tp-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index:0;
}
.tp-bannertimer {
	visibility: hidden !important;
	height: 2px;
}
.tp-banner ul {
	display: none;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.tp-banner .tp-caption a.btn {
	font-size: 14px; font-family: 'Myriad Pro Regular';
	color: #fff;
	box-shadow: 0 1px 0 0 rgba(255,255,255,0.2) inset, 0 2px 3px rgba(0,0,0,0.2);
}
.tp-banner .tp-caption.paragraph {
	line-height: 30px;
	font-family: 'Myriad Pro Regular';
	font-weight: 400;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
.tp-caption.small_text {
	position: absolute;
	color: #000;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
	font-family: 'Myriad Pro Regular';
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.tp-caption.medium_text {
	position: absolute;
	color: #FFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	font-weight: 300;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Myriad Pro Regular';
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.bg-grey{padding:10px; background:rgba(0,0,0,0.5)}
.tp-caption.large_text {
	position: absolute;
	color: #FFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 400;
	font-size: 36px;
	line-height: 40px;
	font-family: 'Myriad Pro Regular';
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
}
.tp-caption.very_large_text {
	position: absolute;
	color: #FFF;
	text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
	font-weight: 700;
	font-size: 50px;
	line-height: 60px;
	font-family: 'Myriad Pro Regular';
	margin: 0px;
	border-width: 0px;
	border-style: none;
	white-space: nowrap;
	letter-spacing: -2px;
}

.tp-caption.white-font {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 0;
	font-size: 50px;
	line-height: 86px;
	font-family: Oswald;
	padding: 0 30px;
	margin: 0;
	border-width: 0;
	border-style: none;
	letter-spacing: 0;
}
.tp-caption.orange-font {
	color: #f5821f;
}

.tp-caption.small-white-font {
	position: absolute;
	color: #fff;
	text-shadow: none;
	font-weight: 0;
	font-size: 18px;
	line-height: 30px;
	font-family: Oswald;
	padding: 0 30px;
	margin: 0;
	border-width: 0;
	border-style: none;
	letter-spacing: 0;
}

.content-block{padding:30px 0 10px; text-align:justify;}
.content-block h2{text-align:center;}

.content-block ul li{list-style-type:none;}

.ongoing{ padding:30px 0; background:#FEFEFE url(../images/diagmonds.png);}

.ongoing h2{
	font-size:30px;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:0px;
	text-transform:uppercase;
	 font-family: 'Myriad Pro Regular';
	}
.ongoing h2 a{ color: #000 }
.ongoing h3{text-transform:uppercase;}
.ongoing .project-image > a span { display: none; overflow: hidden; position: absolute; width:100%; height:270px; }

.heading-underline {
	width: 150px;
	margin: 10px auto 0;
	position: relative
}
.heading-underline:before {
	position: absolute;
	display: block;
	content: '';
	background-color: #f5821f;
	top: 6px;
	left: 0;
	width: 100%;
	height: 1px
}

.heading-underline .triangle-down {
	margin: auto;
	width: 20px;
	height: 15px;
	border-width: 15px 10px 0;
	border-style: solid;
	border-color: #f5821f rgba(255,255,255,0);
	position: relative
}
.heading-underline .triangle-down:before {
	position: absolute;
	display: block;
	content: '';
	left: -8px;
	top: -14px;
	border-width: 12px 8px 0;
	border-style: solid;
	border-color: #fff rgba(255,255,255,0);
	z-index: 1;
}

.divider {
	width: 240px;
	height: 5px;
	background-color: #f7f7f7;
	margin: 25px auto 70px
}

/*---- left side underline-----*/
.heading1-underline {
	width: 150px;
	margin: 16px 5px 0;
	position: relative
}
.heading1-underline:before {
	position: absolute;
	display: block;
	content: '';
	background-color: #F5821F;
	top: 6px;
	left: 0;
	width: 100%;
	height: 1px
}

.heading1-underline .triangle-down {
	margin: auto;
	width: 20px;
	height: 15px;
	border-width: 15px 10px 0;
	border-style: solid;
	border-color: #F5821F rgba(255,255,255,0);
	position: relative
}
.heading1-underline .triangle-down:before {
	position: absolute;
	display: block;
	content: '';
	left: -8px;
	top: -14px;
	border-width: 12px 8px 0;
	border-style: solid;
	border-color: #fff rgba(255,255,255,0);
	z-index: 1;
}

.project-block{padding:30px 0 10px; text-align:justify; background: url(../images/diagmonds.png);}

.project-block .wrapsemibox {
  background: #fff;
  margin-top: -80px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  z-index: 3;
  position: relative;
  margin-bottom: -30px;
  border-bottom: medium double #ccc;
  padding: 0px;
}

.project-block h3 a{font-family: 'Oswald', sans-serif; font-size:28px; color:#FFF;}
.project-block h3.heading{font-size:20px; font-family: 'Open Sans', sans-serif; color:#333;}
.project-bg{background:#F5821F; padding:30px 30px 10px;}
.project-content{padding:30px 30px;}

.mytabs{margin-bottom:30px;}

.tab-content{padding:15px; background:#FFFFFF; border-bottom: 3px solid #7f9aa0;}
.tab-content img{margin-bottom:15px;}
.tab-content p{font-size:14px; line-height:24px; color:#000;}

.nav-tabs > li > a {
    margin-right: 5px;
    line-height: 1.42857;
    border-width: 0px;
    border-style: solid;
    border-color: #7f9aa0 #7f9aa0 transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-radius: 0px 0px 0px 0px;
}

.nav-tabs > li > a:hover {color:#FFFFFF !important; background:#F5821F;}
.nav-tabs {
    border-bottom: 0px solid #DDD;
}

.mytabs .nav > li > a {
    padding: 10px 15px;
	color:#7f9aa0;
}

.mytabs .nav {
    margin: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FFF;
    cursor: default;
    background-color: #F5821F;
    border-width: 1px;
    border-style: solid;
    border-color: #F5821F #F5821F transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
}

.heading-pro {
	width: 150px;
	position: relative
}
.heading-pro:before {
	position: absolute;
	display: block;
	content: '';
	background-color: #FFFFFF;
	top: 6px;
	left: 0;
	width: 100%;
	height: 1px
}

.heading-pro .triangle-down {
	margin: auto;
	width: 20px;
	height: 15px;
	border-width: 15px 10px 0;
	border-style: solid;
	border-color: #FFFFFF rgba(255,255,255,0);
	position: relative
}
.heading-pro .triangle-down:before {
	position: absolute;
	display: block;
	content: '';
	left: -8px;
	top: -14px;
	border-width: 12px 8px 0;
	border-style: solid;
	border-color: #F5821F rgba(255,255,255,0);
	z-index: 1;
}

.pro-btns{text-align:right;}

.view-more{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    margin: 5px 0 10px;
    padding: 10px 30px 10px;
    text-decoration: none !important;
    position: relative;
    border: 0px solid #FFFFFF;
    display: inline-block;
    background: rgba(255,255,255,0.3);
    text-align: center;
	white-space: nowrap;
    overflow: hidden;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
}
.view-more span{
    color: #FFF;
    position: relative;
    z-index: 99;
	text-transform:uppercase;
}

.view-more:after{
    position: absolute;
    left: -100%;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background:rgba(0,0,0, 0.5);
    transition: all 0.25s linear 0s;
    -moz-transition: all 0.25s linear 0s;
    -webkit-transition: all 0.25s linear 0s;
    -ms-transition: all 0.25s linear 0s;
    -o-transition: all 0.25s linear 0s;
}
.view-more:hover span{
    color: #FFFFFF;
}
.view-more:hover:after{
    left: 0;

}

/* [ Shortcuts ] */
.shortcut-wrap{padding:30px 0; background:#FFF;}

.shortcuts {
  text-align: center;
  background:none;
  border-radius:5px;
}
.shortcuts .shortcut {
  width: 200px;
  display: inline-block;
  padding: 40px 6px;
  margin: 0 5px 1em;
  vertical-align: top;
  text-decoration: none;
  background: #F3F3F3;
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#ffffff), to(#eeeeee));
  background-image: -webkit-linear-gradient(top, #ffffff, 0%, #eeeeee, 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
  border: 1px solid #ddd;
  box-sizing: border-box;
  border-radius: 5px;
}
.shortcuts .shortcut .shortcut-icon {
  width: 100%;
  font-size: 36px;
  color: #000;
}
.shortcuts .shortcut:hover {
	color: #fff;
	background: #F5821F ;
	border-color: #F5821F ;
}

.shortcuts .shortcut:hover i {
	color: #fff;
	display:block;
	-webkit-transition: all 1s ease-in-out;
	-moz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
	-ms-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
}
.shortcuts .shortcut:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.shortcuts .shortcut:hover .shortcut-icon{
  color: #FFF;
}
.shortcuts .shortcut-label {
  display: block;
  font-family: 'Open Sans', sans-serif;
  margin-top:5px;
  font-size:14px;
  font-weight: 600;
  text-transform:uppercase;
  color: #000;
}

.shortcuts .shortcut:hover .shortcut-label{
	margin-top:12px !important;
	font-size:14px;
	font-weight: 600;
	color: #FFF;
	}



.no-padding{padding:0px !important;}

.completed{
	padding:30px 0;
	background: url(../images/customer_says.jpg) center no-repeat;
}
.completed ul li{list-style-type:none;}

.heading-completed {
	width: 150px;
	margin:0 auto;
	position: relative
}
.heading-completed:before {
	position: absolute;
	display: block;
	content: '';
	background-color: #FFFFFF;
	top: 6px;
	left: 0;
	width: 100%;
	height: 1px
}

.heading-completed .triangle-down {
	margin: auto;
	width: 20px;
	height: 15px;
	border-width: 15px 10px 0;
	border-style: solid;
	border-color: #FFFFFF rgba(255,255,255,0);
	position: relative
}
.heading-completed .triangle-down:before {
	position: absolute;
	display: block;
	content: '';
	left: -8px;
	top: -14px;
	border-width: 12px 8px 0;
	border-style: solid;
	border-color: #F5821F rgba(255,255,255,0);
	z-index: 1;
}

.completed h2{
	font-weight:600;
	font-size:30px;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:0px;
	color:#FFF;
	}
.completed h2 a{color:#FFF;}	
.completed a h4{color:#FFF !important; font-weight:600;}

.quick-view {
  position: absolute;
  height: 40px;
  line-height: 40px;
  width: 40%;
  top: 60px;
  right: 15px;
  background: rgba(0, 0, 0, 0.4);
  font-weight:600;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  opacity: 1;
  visibility: visible;
  z-index:99;
  -webkit-transition: opacity 0.2s, background-color 0.2s;
  -moz-transition: opacity 0.2s, background-color 0.2s;
  transition: opacity 0.2s, background-color 0.2s;
}
.quick-view:hover {
  background: rgba(255, 255, 255, 0.8);
  color:#F5821F;
  text-decoration:none;
}	

/*----*****---- << Modal >> ----*****----*/
.modal{background:rgba(0,0,0,0.5);}

.modal-dialog {
    width: 900px;
    margin: 12% auto 0;
}

.modal-content {
    border: 8px solid rgba(245, 130, 31,1);
    border-radius: 0px;
}
.modal-content .inner{padding:3em 3em 3em 1em;}

.modal-content p{color:#67919c;}

.modal-header {
}

.modal-title {
    margin: 0px;
    line-height:0;
}

.modal-body {
    position: relative;
    padding: 0px;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent none repeat scroll 0% 0%;
    border: 0px none;
	font-size:36px;
}

#adModal .modal-body{background-image:url(../images/webcarpet.jpg); background-size:cover; background-repeat:no-repeat; height:350px;}
#adModal .enquiry-btn{position:absolute; right:15%; bottom:15%;}

/*----*****---- << Intro Modal >> ----*****----*/

.intro{}
.intro.modal{background-color:transparent;}

.intro.modal .modal-dialog {
    width: 100% !important;
    margin: 0 auto;
}

.intro.modal .modal-content {
    border: 0px solid rgba(245, 130, 31,1);
    border-radius: 0px;
}

/*----*****---- << Intro Modal End>> ----*****----*/

footer {
	background:#213540;
	padding: 40px 0 10px;
	margin-top: 0px;
}
footer p {
	color: #ffffff;
}
footer p a {
	color: #ffffff;
}
footer p a:hover {
	color: #CCCCCC;
}
.designed {
	text-align: right;
}
.designed a {
	color: #CCCCCC;
}
.designed a:hover {
	color: #51a8b1;
}
/* Scroll to top */

.totop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 104400;
}
.totop a i {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	font-size: 20px;
	background: #51a8b1;
	border-radius: 2px;
}
.totop a, .totop a:visited {
	color: #fff;
}
.totop a:hover {
	color: #eee;
	background:rgba(255, 84, 166, 1);
	text-decoration: none;
}	

.map {
	position: relative;
	padding-bottom: 25%;
	overflow: hidden;
	}
	
.map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

.faq{}
.faq li{
	list-style-type:decimal;
	padding-left:10px;
	font-size:15px;
	color:#F5821F;
	line-height:24px;
	margin-bottom:15px;
	}
	
.faq li ul li{
	list-style-type:disc;
	padding-left:10px;
	font-size:13px;
	color:#666666;
	}	

@media only screen and (min-width: 1200px) and (max-width:1369px) {
	.logo img{max-height:107px; width:auto;}
	.nav > li > a { padding: 8px 12px; border-radius: 3px; margin-left: 3px; }
	.nav{margin:20px 30px 20px 30px;}
	.nav.social{margin:0px 30px 0px 0;}
	.nav.social > li > a {padding: 25px 10px; font-size:20px;}
	#nav.affix .nav{margin:20px 30px 20px 30px;}	
	#nav.affix .nav > li > a {padding: 8px 12px;  margin-left: 3px;}
	#nav.affix .nav.social{margin:0px 30px 0px 0;}
	#nav.affix .nav.social > li > a {padding: 25px 10px; font-size:20px;}
	
}

@media only screen and (min-width: 992px) and (max-width:1199px) {
	.logo img{max-height:92px; width:auto;}
	#nav.affix .nav{margin:0px 10px;}	
	#nav.affix .nav > li > a {padding: 20px 11px;}
	#nav.affix .nav.social{margin:0px;}
	#nav.affix .nav.social > li > a {padding: 20px 10px; font-size:12px;}

	.nav{margin:0px 10px;}
	.nav > li > a {padding: 20px 11px;}
	.nav.social{margin:0px;}
	.nav.social > li > a {padding: 20px 10px; font-size:12px;}
	.navbar-default .navbar-nav > li > a {font-size:12px; letter-spacing:0.02em;}
	.cd-items a h4 {font-weight: 600; color: #666; font-size:16px;}
}

@media only screen and (min-width: 768px) and (max-width:991px) {
	.logo img{max-height:75px; width:auto;}
	
	#nav.affix .nav{margin:0px 10px;}	
	#nav.affix .nav > li > a {padding: 15px 8px;}
	#nav.affix .nav.social{margin:0px 0;}
	#nav.affix .nav.social > li > a {padding: 10px 5px;}

	.nav{margin:0px 10px;}
	.nav > li > a {padding: 15px 8px;}
	.nav.social{margin:0px;}
	.nav.social > li > a {padding: 15px 5px; font-size:12px;}
	
	.navbar-default .navbar-nav > li > a {font-size:10px; letter-spacing:0.02em;}
	.dropdown-menu li a{color:#FFFFFF; font-size:11px; padding:5px 15px;}
	.ongoing .project-image > a span { display: none; overflow: hidden; position: absolute; width:100%; height:100% !important; }
	.project-image > a span { width:100%; height:100% !important; }
	.project-image > a span p{ font-size:20px !important;}
	.modal-dialog {width: 95%; margin: 55% auto 0;}
	.modal-content .inner{padding:1em 1em 0em 0em;}
	.modal-content p{font-size:12px;}

}

@media (min-width: 480px) and (max-width: 767px) {

	.navbar-brand img{max-height:35px; margin:5px 10px; width:auto !important;}
	#nav.affix .nav{margin:0px -15px;}	
	#nav.affix .nav > li > a {padding: 10px 12px;}
	#nav.affix .nav.social > li {display: inline-block;}
	#nav.affix .nav.social{margin:0;}
	#nav.affix .nav.social > li > a {padding: 10px 10px; font-size:20px;}
	#nav.affix .navbar-nav > li > a:hover {color:#FFFFFF; background:#f5821f;}
	#nav.affix .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {background:#f5821f; color: #FFFFFF;}
	.nav.social > li {display: inline-block;}
	.nav.social{margin:0;}
	#nav.affix-top {min-height: 50px;}
	.navbar-nav {float: none; text-align: center;}
	.nav{margin:0 -15px;}
	.nav > li > a {padding: 10px;}
	.navbar-default .navbar-nav > li {border-bottom: 1px solid rgba(255,255,255,0.2);}

	.navbar-default .navbar-nav > li:before {display:none;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {background: #f5821f;color: #FFFFFF;}
	.navbar-nav .open .dropdown-menu {text-align: center;}	
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {color: #f7c937;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #FFFFFF;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {color: #273c64; background: #00C854;}
	.content-block{padding: 10px 0px 0;}
	.content-block h2 span{font-size:22px; line-height:30px;}
	.content-block p{text-align:justify; margin-top:20px; font-size:13px; line-height:24px;}
	.ongoing{padding:15px 0;}
	.completed{padding:15px 0;}
	.modal-dialog { width: auto;}
	.modal-content .inner{padding:15px;}
	.ongoing .project-image > a span { display: none; overflow: hidden; position: absolute; width:100%; height:100% !important; }
	.project-image > a span { display: none; overflow: hidden; position: absolute; width:100% !important; height:375px !important; }
	.grid {padding: 10px 10px 15px !important;}
	footer {text-align: center;}
	.designed {text-align: center;}
}

 @media only screen and (min-width: 320px) and (max-width:479px) {
	 
	.navbar-brand img{max-height:35px; margin:5px 10px; width:auto !important;}
	#nav.affix .nav{margin:0px -15px;}	
	#nav.affix .nav > li > a {padding: 10px 12px;}
	#nav.affix .nav.social > li {display: inline-block;}
	#nav.affix .nav.social{margin:0;}
	#nav.affix .nav.social > li > a {padding: 10px 10px; font-size:20px;}
	#nav.affix .navbar-nav > li > a:hover {color:#FFFFFF; background:#f5821f;}
	#nav.affix .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {background:#f5821f; color: #FFFFFF;}
	.nav.social > li {display: inline-block;}
	#nav.affix-top {min-height: 50px;}
	.navbar-nav {float: none; text-align: center;}
	.nav{margin:0 -15px;}
	.nav > li > a {padding: 10px;}
	.navbar-default .navbar-nav > li {border-bottom: 1px solid rgba(255,255,255,0.2);}
	.navbar-default .navbar-nav > li:before {display:none;}
	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {background: #f7c937;color: #FFFFFF;}
	.navbar-nav .open .dropdown-menu {text-align: center;}	
	.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {color: #f7c937;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #FFFFFF;}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {color: #273c64; background: #00C854;}
	.ongoing .project-image > a span { display: none; overflow: hidden; position: absolute; width:100%; height:100% !important; }
	.project-image > a span { display: none; overflow: hidden; position: absolute; width:100%; height:100% !important; }
	.content-block{padding: 10px 0px 0; text-align:left;}
	.content-block h2 span{font-size:22px; line-height:30px;}
	.content-block p{text-align:lef !important; margin-top:20px; font-size:13px; line-height:24px;}
	.ongoing{padding:15px 0;}
	.ongoing h2{font-size:24px;}
	.completed{padding:15px 0;}
	.completed h2{font-size:22px;}
	.modal-dialog { width: auto;}
	.modal-content .inner{padding:15px;}
	.grid {padding: 10px 10px 15px !important;}
	footer {text-align: center;}
	.designed {text-align: center;}
}

ul.fancy-list li {
	display: block;
	position: relative;
	padding-left: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}
ul.fancy-list li ul {
	padding-left: 0px;
}
ul.fancy-list.arrow li {
	padding-left: 15px;
}
ul.fancy-list.double-arrow li {
	padding-left: 15px;
}
ul.fancy-list.circle li {
	padding-left: 15px;
}
ul.fancy-list li:before {
	font-family: 'FontAwesome';
	font-style: normal;
	color: #777;
	font-weight: normal;
	text-decoration: inherit;
	font-size: 14px;
	position: absolute;
	top: 1px;
	left: 0px;
}
ul.fancy-list.arrow li:before {
	content: "\f105";
}
ul.fancy-list.double-arrow li:before {
	content: "\f0da";
}
ul.fancy-list.circle li:before {
	content: "\f10c";
}

/*Parallax*/	
.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax h2 {
	color: #FFFFFF;
	font-weight: 600;
	padding-bottom: 20px;
	font-size: 36px;
	text-align:center;
}
.parallax h2 span {
	color: #0da3e2;
}
.parallax h2:after {
	height: 1px;
	width: 100px;
	margin: 0 auto;
	background: #0da3e2;
}
.parallax p {
	color: #FFF;
	font-size: 17px;
}

.parallax1 {
	background-attachment: fixed !important;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax1 h2 {
	color: #FFFFFF;
	font-weight: 600;
	padding-bottom: 20px;
	font-size: 36px;
	text-align:center;
}
.parallax1 h2 span {
	color: #0da3e2;
}
.parallax1 h2:after {
	height: 1px;
	width: 100px;
	margin: 0 auto;
	background: #0da3e2;
}
.parallax1 p {
	color: #FFF;
	font-size: 17px;
}

.overlay {
	background: rgba(0,0,0,0.4);
	padding: 60px 0 60px;
}

.overlay1 {
	background: rgba(0,0,0,0.4);
	padding: 200px 0 100px;
}

.completed blockquote {
    position: relative;
    padding-top: 20px;
	padding-bottom:0px;
	padding-left:15%;
	padding-right:15%;
    font-size: 15px;
    color: #fff;
	background:none;
    border-left: 0;
    line-height: 28px;
	text-align:center;
	margin:0px;
}

.completed blockquote p{color:#FFF;}

.completed  blockquote:before {
    content: '';
    position: absolute;
    width: 34px;
    height: 24px;
    background: url(../images/quote-left.png) center center no-repeat;
    left: 6%;
    top: 5%;
}

.completed  blockquote:after {
    content: '';
    position: absolute;
    width: 34px;
    height: 24px;
    background: url(../images/quote-right.png) center center no-repeat;
    right: 6%;
    top: 5%;
}

.completed  blockquote h5{font-size:18px; margin-top: 8px; font-weight:400; color:#fff; font-family: 'Myriad Pro Regular';}

.wrapsemibox {
  background: #fff;
  margin-top: -80px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  z-index: 3;
  position: relative;
  margin-bottom: -30px;
  border-bottom: medium double #ccc;
  padding: 30px;
}

blockquote {
	border-left-color: #F5821F;
	background: #FAFAFA;
	margin-top: 20px;
	padding-bottom: 20px;
}
blockquote p {
	font-weight: normal;
	font-size: 14px;
	color: #666;
}
/*	PERSONS
/*=============*/
	
.person {
	width: 100%;
	margin-bottom: 20px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.person-inner {
	box-shadow: inset 0 0 0 1px #e0e0e0;
	padding-bottom: 20px;
	background-color: #ffffff;
}
.person .img {
	margin: 0 auto 15px auto;
	position: relative;
}
.person img {
	margin: 0 auto;
}
.person .names {
	font-size: 16px;
	line-height: 24px;
	position: relative;
	font-weight: 400;
}
.person .title {
	font-size: 12px;
	line-height: 24px;
	color: #999999;
}
.person .phone {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	font-weight: 400;
}


.project-image { display: inline-block; position: relative; text-align: right; float: right; padding-bottom:10px; }
.project-image > a { display: inline-block; float: left; margin-left: 0px; margin-right: 0; overflow: hidden; position: relative;}
.project-image > a span { display: none; overflow: hidden; position: absolute; width:100%; height:265px; }
.project-image > a span.da-animate { transition: all 0.3s ease-in-out 0s; }
.project-image > a span p{ font-size:30px; color:#fff; text-align:center; padding-top:35%; text-transform:uppercase;}

.project-caption{background:#288892; border-radius: 5px; padding:5px 0px 15px 0px; bottom:0; width:100%; text-align:center; margin-bottom:15px; border-bottom:3px solid #2c3f52;}
.project-image img{ border-radius: 5px 5px 0px 0px;  }
.project-caption h3{margin-bottom:0px; font-family: 'Myriad Pro Regular'; }
.project-caption h3 a{color:#FFF;}
.project-caption h3 a span.small{color:#FFF; text-transform:none;}
.project-caption h3 a:hover{color:#2c3f52;}

.img_hr span { background-image:url(../images/bg.png); background-attachment: scroll !important; background-position: center center; background-repeat: no-repeat;	background-size: cover;}

.da-slideFromTop { left: 0; top: -100%; }
.da-slideFromBottom { left: 0; top: 100%; }
.da-slideFromLeft { left: -100%; top: 0; }
.da-slideFromRight { left: 100%; top: 0; }
.da-slideTop { top: 0; }
.da-slideLeft { left: 0; }


/* custom inclusion of right, left and below tabs */

.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-left > .nav{margin: 0px 0px;}

.tabs-left > .nav-tabs > li {
  float: none;
  border:1px dashed #EAEAEA;
  border-bottom:0px;
  border-right:0px;
  margin-bottom:2px;
}

.tabs-left > .nav-tabs > li:last-child{border-bottom:1px dashed #EAEAEA;}

.tabs-left > .nav-tabs > li > a{
  min-width: 150px;
  margin-right: 0;
  margin-bottom: 3px;
  padding:10px;
  padding-right:30px;
  text-transform:uppercase;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 0px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
	margin-right: -1px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
	background:none;
	font-size:14px;
	color: #666;
	font-weight:600;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
  background:none;
  color:#F5821F;
}


/* carousel CSS */
.carousel-control.left, .carousel-control.right {
	background-image:none !important;
	margin-bottom:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.carousel-control {
	background:none;
	color:#999999;
	padding:0px;
	width:30px;
	height:30px;
	line-height:30px;
	top:45%;	
	left:auto;
	bottom:0;
	opacity:1;
	text-shadow:none;
}
.carousel-control.right {
	bottom:0%;
	right:2%;
}
 
.carousel-control.left {
	bottom:0%;
	left:2%;
}

.carousel-control.right:hover, .carousel-control.left:hover{color:#FF0000;}

.carousel-indicators{bottom:-10%;}

.carousel-indicators li {
	border-radius:100%;
	width:10px;
	height:10px;
	background:none;
	border:1px solid #e4b248;
}
.carousel-indicators .active {
	width:12px;
	height:12px;
	background:#e4b248;
	border:0px;
}

.carousel-fade  .carousel-inner  .item {
      opacity: 0;
      transition-property: opacity;
    }
	
.carousel-fade  .carousel-inner	.active {
      opacity: 1;
    }
	
.carousel-fade  .carousel-inner .active.left,
    .active.right {
      left: 0;
      opacity: 0;
      z-index: 1;
    }
	
.carousel-fade  .carousel-inner	.next.left,
    .prev.right {
      opacity: 1;
    }
	
.carousel-fade	.carousel-control {
    z-index: 2;
  }


.carousel, 
.carousel-inner, 
.carousel-inner .item {
	height:100%;
}

.clears{margin:300px}
.center{text-align:center}
.sub-p{padding-left:30px}


/* ## Contact Section ## */
.contact-box {
	text-align: center;
}

.contact-icon {
	width: 100px;
	margin: 0 auto;
	border-top: 1px solid #555;
	overflow: hidden;
	height: 49px;
	position: relative;
}

.contact-icon i {	
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 22px;
	line-height: 35px;
	left: -7px;
}

.contact-icon:before {
	 background-color: #555;
    content: "";
    display: inline-block;
    height: 41px;
    left: 10px;
    position: absolute;
    top: -25px;
    transform: rotate(-50deg);
    width: 100%;
    z-index: 0;
	-ms-transform: rotate(-50deg); /* IE 9 */
    -webkit-transform: rotate(-50deg); /* Chrome, Safari, Opera */
}

.contact-box:hover .contact-icon {
	border-color: #F5821F;
}
.contact-box:hover .contact-icon:before {
	background-color: #F5821F;
}

.contact-box p,
.contact-box p a {
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
	margin-bottom: 0;
}

.contact-form {
	margin-top: 60px;
	display: inline-block;
}

.contact-form input ,
.contact-form textarea{
	color: #aaa;
  width: 97%;    
    font-weight: 300;
    min-height: 41px;
    padding: 6px 13px 6px 6px;
	border-radius: 0;
	margin-bottom: 24px; 
}

.contact-form input.btn {
	width: 97%;
	border: 1px solid #ddd;
	text-transform: uppercase;
	margin: 0 auto;
	display: block;
	background-color: transparent;
}

.contact-form input:focus,
.contact-form textarea:focus {
	box-shadow: none;
	border-color: #ddd;
}

.contact-form input.btn:hover {
	color: #000;
	border-color: #000;
}

.fig-caption{background:#F5821F; padding:10px 10px; text-align:center; color:#FFF; font-size:18px; font-weight:600;}


.media-social {
	position: relative;
	height: 3em;
	width: 13.5em;
	margin:50px auto 100px;
}

.media-social li {
	display: block;
	height: 4em;
	line-height: 4em;
	margin: -2.2em;
	position: absolute;
	-webkit-transition: -webkit-transform .7s;
	-moz-transition: -moz-transform .7s;
	-ms-transition: -ms-transform .7s;
	-o-transition: -o-transform .7s;
	transition: transform .7s;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	text-align: center;
	width: 4em;
}

.media-social a {
	color: #fffdf0;
	display: block;
	height: 4em;
	line-height: 4em;
	text-align: center;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 4em;	
}

.media-social li:hover {
  -webkit-transform: scale(1.3,1.3) rotate(45deg);
	-moz-transform: scale(1.3,1.3) rotate(45deg);
  -ms-transform: scale(1.3,1.3) rotate(45deg);
	-o-transform: scale(1.3,1.3) rotate(45deg);
  transform: scale(1.3,1.3) rotate(45deg);
}

.media-facebook {
	background: #155b9d;
	left: 0;
	top: 0%;
}

.media-twitter {
	background: #1a9ec4;
	bottom: 0;
	left: 25%;
}

.media-linked-in {
	background: #007bb6;
	left: 50%;
	top: 0%;
}

.media-gplus {
	background: #dd4b39;
	bottom: 0;
	left: 75%;
}

.media-youtube {
	background: #bb0000;
	left: 100%;
	top: 0%;
}

#popup{
	position: fixed;
	right: 10px;
	bottom: 0;
	width: 170px;
	z-index:100;
}
#headerDiv, #contentDiv {
	float: left;
	width: 170px;
}
#titleText {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px;
}
#myHeader {
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px;
}
#headerDiv {
	background-color: #F78E3F;
	color: #FFFFFF;
}
#contentDiv {
	background-color: #FFE694;
}
#myContent {
	margin: 5px 5px;
}
#headerDiv a {
	float: right;
	margin: 10px 10px 5px 5px;
	color: #ffffff;
	text-decoration: none;
}
#headerDiv a:hover {
color: #FFFFFF;
text-decoration: none;
}

/*enquiry form*/

.enquiry-now-wrapper{
    position: fixed;
    right: 0;
    top: 30%;
    text-align: center;
    z-index: 9999;
}
.enquiry-now-wrapper .enquiry-now{
    position: relative;
    width: 1px;
    box-shadow: 0 0 3px rgba(0,0,0,0.16);
    border-width: 0;
    background: #ffffff;
    padding: 25px 0;
    border-radius: 2px ;
    overflow-x: hidden ;
    opacity: 0;
}
.enquiry-now-wrapper .enquiry-now.open{
  width: 300px;
  padding: 25px 20px;
  border-right: 2px solid #71d0f6;
  opacity: 1;
}
.enquiry-now-wrapper  .toggle{
    font-size       : 14px;
    color           : #ffffff;
    font-weight: 500;
    letter-spacing: 2px;
    width: 200px;
    opacity: 1;
    -webkit-transition: all ease 0.35s;
    -o-transition: all ease 0.35s;
    transition: all ease 0.35s;
    -ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Safari */
    transform: rotate(270deg);
    padding: 10px 0;
    text-transform: uppercase;
    background: #F5821F;
    box-shadow: 0 -2px 3px rgba(0,0,0,0.3);
    text-align: center;
    border-radius: 5px 5px 0 0 ;
    position: absolute;
    left: -121px;
    top: 35%;
    cursor: pointer;
}
.enquiry-now-wrapper .enquiry-form p{
    font-size       : 15px;
    color           : #000000;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 300;
    padding: 0 15px 20px 15px;
    -ms-text-align-last: auto;
    text-align: left;
}
.enquiry-now-wrapper .form-control{
    border-radius: 2px;
    margin-bottom: 15px;
    background: #f5f5f5;
    box-shadow: none;
    border: 1px solid #e6e6e6;
}
.enquiry-now-wrapper  .form-control:focus {
  border-color: #e6e6e6;
  background: #ffffff;
  outline: 0;
  -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
          box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 rgba(102, 175, 233, 0);
}

.enquiry-now-wrapper .btn{
    background: #71d0f6;
    font-size       : 14px;
    color           : #ffffff;
    text-transform: uppercase;
    padding: 7px 0;
    width: 100%;
}
.enquiry-now-wrapper .btn:hover{
    background: #73bf45;
}
.g-recaptcha { transform:scale(1.63, 1.05);-webkit-transform:scale(1.63, 1.05);transform-origin:0 0;-webkit-transform-origin:0 0; }